Topic

Diffusion Models

4 episodes

  1. Ep 836

    Overview: Diffusion Models

    We finally slow down and make Diffusion Models click: the noisy-photo-in-reverse idea, the training loop, the denoising steps, and why this became so central for image generation. We also get into prompts, guidance, latent space, speed trade-offs, and why the concept is still very much alive.

  2. Ep 835

    Overview: Synthetic Data Generation for Validation

    We slow down and explain synthetic data generation for validation from the ground up: why teams make artificial test cases, how those cases get made, and why the real trick is proving the fake data is useful enough. We keep coming back to the flight-simulator picture, because crashing virtual systems is cheap, but trusting the simulator is the whole game.

  3. Ep 703

    Concurrent Image Understanding and Generation: Self Correcting Coupled Markov Jump Processes

    Fern and Lintel dig into a new paper on doing image understanding and image generation at the same time, inside one decoding loop. The hook is simple: most systems either describe first and draw later, or they run both sides in parallel without letting the latest text and image decisions correct each other mid-step. This paper tries to fix that with a coupled masked-diffusion sampler that can both coordinate and backtrack.

  4. Ep 575

    \ours: Advancing Masked Discrete Diffusion for High Resolution Image Synthesis

    Discussion of \(\ours\) (NLD-Image), a masked discrete diffusion model that tackles two core problems in high-resolution text-to-image synthesis: the lack of self-correction in MDMs and the training difficulty with large codebooks. The paper introduces token editing for iterative refinement and Grouped Cross-Entropy (GCE) to alleviate codebook sparsity, achieving SOTA scores on GenEval, DPG, and HPSv3. Hosts debate its product readiness, mechanism soundness, and whether the gains justify the complexity.