Topic
Diffusion Models
2 episodes
-
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.
-
\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.