paper-with-me

Papers

Multi-Scale Diffusion Transformer for Jointly Simulating User Mobility and Mobile Traffic Pattern

2025-10-11 · Ziyi Liu, Qingyue Long, Zhiwen Xue, Huandong Wang, Yong Li arxiv

User mobility trajectory and mobile traffic data are essential for a wide spectrum of applications including urban planning, network optimization, and emergency management. However, large-scale and fine-grained mobility data remains difficult to obtain due to privacy concerns and collection costs, making it essential to simulate realistic mobility and traffic patterns. User trajectories and mobile traffic are fundamentally coupled, reflecting both physical mobility and cyber behavior in urban environments. Despite this strong interdependence, existing studies often model them separately, limiting the ability to capture cross-modal dynamics. Therefore, a unified framework is crucial. In this paper, we propose MSTDiff, a Multi-Scale Diffusion Transformer for joint simulation of mobile traffic and user trajectories. First, MSTDiff applies discrete wavelet transforms for multi-resolution traffic decomposition. Second, it uses a hybrid denoising network to process continuous traffic volumes and discrete location sequences. A transition mechanism based on urban knowledge graph embedding similarity is designed to guide semantically informed trajectory generation. Finally, a multi-scale Transformer with cross-attention captures dependencies between trajectories and traffic. Experiments show that MSTDiff surpasses state-of-the-art baselines in traffic and trajectory generation tasks, reducing Jensen-Shannon divergence (JSD) across key statistical metrics by up to 17.38% for traffic generation, and by an average of 39.53% for trajectory generation. The source code is available at: https://github.com/tsinghua-fib-lab/MSTDiff .

📄 PDF Abstract BibTeX arXiv:2510.10158

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph Embedding

Similar Papers 제목 키워드 기반

Dual Diffusion for Unified Image Generation and Understanding

2024-12-31 · CVPR 2025 1 · Zijie Li, Henry Li, Yichun Shi, Amir Barati Farimani 외

Diffusion models have gained tremendous success in text-to-image generation, yet still lag behind with visual understanding tasks, an area dominated by autoregressive vision-language models. We propose a large-scale and …

Image GenerationLanguage ModelingLanguage ModellingQuestion Answering+3

UniForm: A Unified Multi-Task Diffusion Transformer for Audio-Video Generation

2025-02-06 · Lei Zhao, Linfeng Feng, Dongxu Ge, Rujin Chen 외

With the rise of diffusion models, audio-video generation has been revolutionized. However, most existing methods rely on separate modules for each modality, with limited exploration of unified generative architectures. …

Audio GenerationDiversityVideo Generation

MMDiff: Extending Diffusion Transformers for Multi-Modal Generation

2026-06-15 · Yagmur Akarken, Orest Kupyn, Christian Rupprecht arxiv

Diffusion transformers have demonstrated remarkable generative capabilities, yet the rich perceptual representations computed across their denoising trajectory are discarded once the content is rendered. We present MMDif…

Synthetic Data GenerationSalient Object DetectionSemantic SegmentationDepth Estimation

Trans-Dimensional Generative Modeling via Jump Diffusion Models

2023-05-25 · NeurIPS 2023 11 · Andrew Campbell, William Harvey, Christian Weilbach, Valentin De Bortoli 외

We propose a new class of generative models that naturally handle data of varying dimensionality by jointly modeling the state and dimension of each datapoint. The generative process is formulated as a jump diffusion pro…

Imputation

Diffusion-Based Hierarchical Graph Neural Networks for Simulating Nonlinear Solid Mechanics

2025-06-06 · Tobias Würth, Niklas Freymuth, Gerhard Neumann, Luise Kärger

Graph-based learned simulators have emerged as a promising approach for simulating physical systems on unstructured meshes, offering speed and generalization across diverse geometries. However, they often struggle with c…

DenoisingGraph Neural Network