UNIC-Lab/RadioDiff
This is the code for the paper "RadioDiff: An Effective Generative Diffusion Model for Sampling-Free Dynamic Radio Map Construction", IEEE TCCN.
Implements a conditional latent diffusion model with attention U-Net backbone and adaptive FFT modules to generate high-fidelity radio maps from sparse measurements, eliminating the need for costly pathloss sampling. The two-stage training pipeline uses a variational autoencoder for dimensionality reduction followed by diffusion model training in latent space, with inference speed controllable via sampling timesteps. Integrates PyTorch and HuggingFace Accelerate for multi-GPU distributed training on the RadioMapSeer dataset, supporting dynamic environmental feature extraction through decoupled diffusion mechanisms.
306 stars.
Stars
306
Forks
23
Language
Python
License
—
Category
Last pushed
Dec 06, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/UNIC-Lab/RadioDiff"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xie-lab-ml/Golden-Noise-for-Diffusion-Models
[ICCV2025] The code of our work "Golden Noise for Diffusion Models: A Learning Framework".
yulewang97/ERDiff
[NeurIPS 2023 Spotlight] Official Repo for "Extraction and Recovery of Dpatio-temporal Structure...
pantheon5100/pid_diffusion
This repository is the official implementation of the paper: Physics Informed Distillation for...
zju-pi/diff-sampler
An open-source toolbox for fast sampling of diffusion models. Official implementations of our...
dome272/Paella
Official Implementation of Paella https://arxiv.org/abs/2211.07292v2