How did diffusion LLMs get so fast?
Skills:
LLM Engineering90%
Key Takeaways
This video teaches techniques for making diffusion LLMs faster using Self-Distillation Through Time, Curriculum Learning, confidence scores, and Guided diffusion
Original Description
This video discusses techniques for making diffusion LLMs faster, including:
• Self-Distillation Through Time
• Curriculum Learning
• Confidence scores for unmasking
• Guided diffusion (FlashDLM)
• Approximate KV caching (dLLM-Cache, dKV-Cache)
• Block diffusion
🔗 Inception:
Home: https://www.inceptionlabs.ai/
API: https://docs.inceptionlabs.ai/
X: https://x.com/_inception_ai
Stefano Ermon, cofounder & CEO: https://cs.stanford.edu/~ermon/
📚 Papers
Self-Distillation Through Time: https://arxiv.org/abs/2410.21035
FlashDLM (Guided Diffusion): https://arxiv.org/abs/2505.21467
dLLM-Cache: https://arxiv.org/abs/2506.06295
dKV-Cache: https://arxiv.org/abs/2505.15781
Block Diffusion: https://arxiv.org/abs/2503.09573
LLaDA: https://arxiv.org/abs/2502.09992
LLaDA 2.0: https://arxiv.org/abs/2512.15745
Seed Diffusion from ByteDance: https://arxiv.org/abs/2508.02193
Mercury from Inception: https://arxiv.org/abs/2506.17298
▶️ Other videos on diffusion: https://youtube.com/playlist?list=PL4bm2lr9UVG3SN79Y6WBe4OOlEiO88vie&si=LuSlceom29bz9-WG
00:00 Intro
02:00 Auto-regressive vs diffusion LLMs
03:06 Reducing refinement steps
05:54 Self-Distillation Through Time
07:15 Curriculum learning
08:17 Speeding up sampling
09:40 Confidence scores
11:35 Guided diffusion (FlashDLM)
13:24 Approximate KV caching (dLLM-Cache, dKV-Cache)
19:03 Block diffusion
21:19 Where to find diffusion models
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: LLM Engineering
View skill →Related Reads
📰
📰
📰
📰
The Best Free AI Image Generators Better Than ChatGPT and Gemini
Dev.to AI
50+ Sequential Images, One Prompt in Codex
Medium · ChatGPT
How can I batch-generate 3D assets from prompts or images using an API, and which 3D generation APIs support batch generation?
Reddit r/artificial
How AI Head Swap Works: The Technology Behind Realistic AI Image Replacement
Dev.to AI
Chapters (11)
Intro
2:00
Auto-regressive vs diffusion LLMs
3:06
Reducing refinement steps
5:54
Self-Distillation Through Time
7:15
Curriculum learning
8:17
Speeding up sampling
9:40
Confidence scores
11:35
Guided diffusion (FlashDLM)
13:24
Approximate KV caching (dLLM-Cache, dKV-Cache)
19:03
Block diffusion
21:19
Where to find diffusion models
🎓
Tutor Explanation
DeepCamp AI