6 ms·
What's missing from these discussions is the real weakness of diffusion models: you can have two positions where two tokens need to be coordinated, but both spo
by mmastrac 16d ago
What's missing from these discussions is the real weakness of diffusion models: you can have two positions where two tokens need to be coordinated, but both spots are teetering between two valid states. They don't always collapse to the matching pair.
I only learned this the hard way reimplementing diffusiongemma. I had ideas on how to fix it but no cluster to train and experiment, hah.
- matrix2596 16d agohave u seen the dspark paper, they add a morkov head for light weight dependency, not sure whether it can be extended to multi step refining