paper-with-me

Papers

Denoising Refinement Diffusion Models for Simultaneous Generation of Multi-scale Mobile Network Traffic

2025-10-30 · Xiaoqian Qi, Haoye Chai, Sichang Liu, Lei Yue, Raoyuan Pan, Yue Wang, Yong Li arxiv

The planning, management, and resource scheduling of cellular mobile networks require joint estimation of mobile traffic across different layers and nodes. Mobile traffic generation can proactively anticipate user demands and capture the dynamics of network load. However, existing methods mainly focus on generating traffic at a single spatiotemporal resolution, making it difficult to jointly model multi-scale traffic patterns. In this paper, we propose ZoomDiff, a diffusion-based model for multi-scale mobile traffic generation. ZoomDiff maps urban environmental context into mobile traffic with multiple spatial and temporal resolutions through a set of customized Denoising Refinement Diffusion Models (DRDM). DRDM employs a multi-stage noise-adding and denoising mechanism, enabling different stages to generate traffic at distinct spatiotemporal resolutions. This design aligns the progressive denoising process with hierarchical network layers, including base stations, cells, and grids of varying granularities. Experiments on real-world mobile traffic datasets show that ZoomDiff achieves at least an 18.4% improvement over state-of-the-art baselines in multi-scale traffic generation tasks. Moreover, ZoomDiff demonstrates strong efficiency and cross-city generalization, highlighting its potential as a powerful generative framework for modeling multi-scale mobile network dynamics.

📄 PDF Abstract BibTeX arXiv:2511.17532

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Constrained Code Generation with Discrete Diffusion

2026-05-16 · Lize Shao, Michael Cardei, Zichen Xie, Ferdinando Fioretto 외 arxiv

Discrete diffusion models are a powerful, emerging paradigm for code generation. They construct programs through iterative refinement of partially corrupted token sequences and enable parallel token refinement. Important…

Code Generation

ILVR: Conditioning Method for Denoising Diffusion Probabilistic Models

2021-08-06 · ICCV 2021 10 · Jooyoung Choi, Sungwon Kim, Yonghyun Jeong, Youngjune Gwon 외

Denoising diffusion probabilistic models (DDPM) have shown remarkable performance in unconditional image generation. However, due to the stochasticity of the generative process in DDPM, it is challenging to generate imag…

DenoisingImage GenerationTranslationUnconditional Image Generation

Recursive Scaling in Masked Diffusion Models

2026-06-16 · Alba Carballo-Castro, Julianna Piskorz, Paulius Rauba, Mihaela van der Schaar 외 arxiv

Masked diffusion models (MDMs) have recently emerged as a promising paradigm for sequence generation. Scaling MDMs is conventionally achieved by increasing the parameter count or the number of denoising steps. We introdu…

DiffusionNER: Boundary Diffusion for Named Entity Recognition

2023-05-22 · Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li 외

In this paper, we propose DiffusionNER, which formulates the named entity recognition task as a boundary-denoising diffusion process and thus generates named entities from noisy spans. During training, DiffusionNER gradu…

Chinese Named Entity RecognitionDenoisingnamed-entity-recognitionNamed Entity Recognition+3

Progressive Refinement Regulation for Accelerating Diffusion Language Model Decoding

2026-03-04 · Lipeng Wan, Jianhui Gu, Junjie Ma, Jianguo Huang 외 arxiv

Diffusion language models generate text through iterative denoising under a uniform refinement rule applied to all tokens. However, tokens stabilize at different rates in practice, leading to substantial redundant refine…