diffusion models
17 statements across 7 episodes · 12 bullish · 1 bearish · 7 people on the record · first statement Dec 5, 2023 by Dylan Patel · across every show →
Everything said about diffusion models, oldest first
Dec 5, 2023
Aug 17, 2024 positive
Howard: Diffusion should be used to sketch answers before generating tokens
“The idea of, like, there should be a piece of the generative pipeline which is, like, thinking about the answer and coming up with a sketch of what the answer looks like before you start out putting tokens. That's where it kind of feels like diffusion ought to…”
Nov 2, 2024 neutral
Nov 2, 2024 positive
Cosine Noise Schedules Eliminate Wasted Backward Steps in Diffusion Models
“They found in this paper that it's actually inefficient, that you end up
with a lot of wasted a way wasted backwards process backwards diffusion steps that you don't need and you can cut out a whole bunch of it just by using a cosine schedule.”
Nov 2, 2024 positive
Inconsistent Diffusion Trajectories Drive the Need for Consistency Models
“The locations that you're learning are not basically on the same in the, in this latent space. They're not in the same trajectory
As each other, right? So they like and this causes a lot of inefficiency, and that's sort of the whole point to this, the, these …”
Nov 2, 2024 positive
Consistency Models Generate High-Quality Images in a Single Pass
“With the regular diffusion models that we all know and love, they have to iterate multiple times generally to generate a good image. Whereas The, these consistency models are designed so they can generate a good image with only one pass through the network.”
Nov 2, 2024 neutral
Aug 4, 2025 neutral
Ermon: Adapting Pretrained Causal LLMs to Diffusion Models Is Difficult
“The challenge is that, yeah, the training objective is quite different because you are training based on denoising as opposed to next token prediction. Diffusion models are not causal and that is also kind of problematic. I mean, it's a big advantage of diffus…”
Aug 4, 2025 positive
Ermon: Diffusion LLMs Can Reuse Standard Architectures and Datasets
“Well, you can use architectures. I think that at least the shapes you, that, that can be leveraged. So you don't have to reinvent and necessarily completely different neural network architectures can, a lot of the data can be used. Like I think perhaps there a…”
Aug 4, 2025 positive
Aug 4, 2025 bullish
Ermon: Diffusion LLMs Pareto-dominate autoregressive models on inference efficiency
“On the inference side, what we're seeing is that diffusion models are much more efficient. We're actually able to Pareto dominate autoregressive models. If you think about the typical trade-off between throughput versus latency, which you kind of like cannot, …”
Aug 4, 2025 bullish
Ermon: Power constraints will drive diffusion models to replace frontier LLMs
“If it happens, it's gonna be driven by efficiency. Like we're all constrained by essentially power. And if you have, I mean, at the end of the day, it's all an inference game, right? Okay. Training is expensive, but then the thing that matters is being able to…”
Aug 4, 2025 bullish
Nov 14, 2025 bullish
Left-To-Right Autoregressive Reasoning Is Suboptimal for AI Code Generation
“Left to right reasoning for code doesn't actually really make sense, because in code, we don't, like, we might sometimes write code left to right, but after you write code, you go up and down and figure out, hey, is this variable set? Did I do this? There are …”
Nov 14, 2025 positive
Feb 25, 2026 positive
Welling: Diffusion Models Share Exact Mathematics With Non-Equilibrium Stochastic Thermodynamics
“It turns out that the mathematics that we use for diffusion models, but even for reinforcement learning, for Schrodinger bridges, for MCMC sampling, has the same mathematics as this theory, this physical theory of non-equilibrium Systems.”
Jun 30, 2026 negative
Feinberg: GANs failed for protein modeling due to mode collapse before diffusion emerged
“For all the same reasons that those models were really tricky to train for images. Mode collapse was the most famous sort of problem. They didn't work very well for proteins or protein ligand systems. And we sort of had to wait for the right primitive to get c…”