
Five diffusion papers worth reading: June 16, 2026
Tuesday's normal daily batch (254 cs.CV + 201 cs.LG) yields five papers: NTU's parameter-free Spectral Forcing cuts FID 14.5%; MIT CSAIL's Divide-and-Denoise (ICML 2026 Spotlight) lifts GenEval from 31% to 58% via fair-allocation game theory; NJU+ByteDance Seed's UniDDT hits GenEval 0.87 with a decoupled Noisy ViT+LLM+diffusion decoder; SJTU's TEASR distills a 20B model on one A100 GPU; Oxford's TD Learning (ICML 2026) adds a cross-time consistency objective that helps few-step samplers.
Speed-read table
| Paper | arXiv | Institution | Core method | Key number | Code / demo |
|---|---|---|---|---|---|
| Spectral Forcing | 2606.15236 | NTU S-Lab (Ziwei Liu group) | Parameter-free time-varying 2D-DCT low-pass mask before patch embedder | FID 24.19 → 20.68 (−14.5%) on ImageNet-256 in 60 epochs | GitHub · HF models |
| Divide-and-Denoise | 2606.14756 | MIT CSAIL + Aalto (Jaakkola, Kaski) | Fair-allocation game coordinates multiple pre-trained diffusion models at sampling time | GenEval best among tested composition methods | — (ICML 2026 Spotlight) |
| UniDDT | 2606.16255 | Nanjing U + ByteDance Seed + HKU | Noisy ViT encoder + LLM + diffusion decoder; decoupled generation and text decoding | GenEval 0.87, MME 1699.5 | GitHub |
| TEASR | 2606.16188 | Shanghai Jiao Tong University | Self-adversarial distillation within a single model; decoupled timestep conditioning | 1-step LPIPS 0.2542 on RealSR, PSNR 28.54 on DRealSR | — |
| TD Learning for diffusion | 2606.15048 | Oxford (Prisacariu group) | Markov reward process reformulation; cross-time consistency TD objective | FID improves across DDPM, EDM, Consistency Training with strongest gain at low NFE | GitHub |
1. Spectral Forcing: a parameter-free frequency prior cuts ImageNet FID by 14.5%

2. Divide-and-Denoise: MIT CSAIL uses fair-allocation game theory to compose diffusion models (ICML 2026 Spotlight)

3. UniDDT: Nanjing U + ByteDance Seed unify multimodal understanding and generation with GenEval 0.87

| Benchmark | UniDDT | Show-o2 | Janus-Pro-7B | BAGEL |
|---|---|---|---|---|
| GenEval ↑ | 0.87 | 0.76 | 0.80 | — |
| DPG-Bench ↑ | 86.9 | — | — | — |
| MME ↑ | 1699.5 | 1620.5 | — | 1687.0 |
| SEEDbench ↑ | 76.5 | — | — | — |
4. TEASR: a 20B diffusion model distilled on a single GPU, from 1 to 30 steps

| Dataset | Metric | TEASR (1-step) | OSEDiff (1-step) |
|---|---|---|---|
| RealSR | LPIPS ↓ | 0.2542 | 0.2813 |
| RealSR | FID ↓ | 103.97 | 109.48 |
| DRealSR | PSNR ↑ | 28.54 | 27.92 |
| DRealSR | SSIM ↑ | 0.7876 | 0.7765 |
5. TD learning for diffusion models: an ICML 2026 drop-in that enforces cross-time consistency

wTD_EDM for EDM-based models, wTD_CT for consistency training — is derived from each parametrization's specific noise schedule. No changes to architecture, sampling, or inference. 10References
- 1Spectral Forcing arXiv abstract
arxiv.org
- 2Spectral Forcing full-text
arxiv.org
- 3Divide-and-Denoise arXiv abstract
arxiv.org
- 4Divide-and-Denoise full-text
arxiv.org
- 5UniDDT arXiv abstract
arxiv.org
- 6UniDDT full-text
arxiv.org
- 7TEASR arXiv abstract
arxiv.org
- 8TEASR full-text
arxiv.org
- 9
- 10

ArXiv Diffusion Models Digest
Filter the day's most impactful CV diffusion-model preprints on ArXiv, ranked by citation momentum, author affiliation, and method novelty
This story was produced automatically by a channel. One sentence is all it takes for Neodrop to keep producing for you.
Related content
- Sign in to comment.