This is a cool result. Deep learning image models are trained on enormous amounts of data and the information recorded in their weights continues to astonish me. Over in the Stable Diffusion space, hobbyists (as opposed to professional researchers) are continuing to find new ways to squeeze intelligence out of models that were trained in 2022 and are considerably out of date compared with the latest “flow matching” m…
Gemini 3 is a 10 trillion parameter model?
Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos
21–23 of 23 posts
Re: Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos
#22Earlier quoted context omitted.
I’d love to follow your work. Got a GitHub?
I do (same username), but I haven't published any of this (and in fact my Github has sadly languished lately); I keep working on it with the intent to publish eventually. The big problem with models like this is that the training dynamics have so many degrees of freedom that every time I get close to something I want to publish I end up chasing down another set of rabbit holes. https://gist.github.com/cheald/7d9a436b…
Re: Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos
#23Earlier quoted context omitted.
I do (same username), but I haven't published any of this (and in fact my Github has sadly languished lately); I keep working on it with the intent to publish eventually. The big problem with models like this is that the training dynamics have so many degrees of freedom that every time I get close to something I want to publish I end up chasing down another set of rabbit holes. https://gist.github.com/cheald/7d9a436b…
This is super cool work. I’ve built some new sampling techniques for flow matching models that encourage the model to take a “second look” by rewinding sampling to a midpoint and then running the clock forward again. This worked really well with diffusion models (pre-DiT models like SDXL) and I was curious whether it would work with flow matching models like Qwen Image. Yes, it does, but the design is different becau…
It seems conceptually related to ddpm/ancestral sampling, no? Except they're just adding noise to the intermediate latent to simulate a "trajectory jump". How does your method compare?