菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-28
📄 Abstract - Exploring Time Conditioning in Diffusion Generative Models from Disjoint Noisy Data Manifolds

Practically, training diffusion models typically requires explicit time conditioning to guide the network through the denoising sampling process. Especially in deterministic methods like DDIM, the absence of time conditioning leads to significant performance degradation. However, other deterministic sampling approaches, such as flow matching, can generate high-quality content without this conditioning, raising the question of its necessity. In this work, we revisit the role of time conditioning from a geometric perspective. We analyze the evolution of noisy data distributions under the forward diffusion process and demonstrate that, in high-dimensional spaces, these distributions concentrate on low-dimensional hyper-cylinder-like manifolds embedded within the input space. Successful generation, we argue, stems from the disentanglement of these manifolds in high-dimensional space. Based on this insight, we modify the forward process of DDIM to align the noisy data manifold with the flow-matching approach, proving that DDIM can generate high-quality content without time conditioning, provided the noisy manifold evolves according to the flow-matching method. Additionally, we extend our framework to class-conditioned generation by decoupling classes into distinct time spaces, enabling class-conditioned synthesis with a class-unconditional denoising model. Extensive experiments validate our theoretical analysis and show that high-quality generation is achievable without explicit conditional embeddings.

顶级标签: machine learning generation
详细标签: diffusion models time conditioning flow matching manifold disentanglement ddim 或 搜索:

从分离的噪声数据流形探索扩散生成模型中的时间条件机制 / Exploring Time Conditioning in Diffusion Generative Models from Disjoint Noisy Data Manifolds


1️⃣ 一句话总结

本文从几何角度解释了扩散模型为什么通常需要时间条件:因为噪声数据在低维流形上演变,时间条件帮助网络追踪这一过程;作者发现,若按流匹配方法调整噪声流形的演化路径,即使去掉时间条件,DDIM也能生成高质量内容,并将此思路扩展到无条件模型实现类别条件生成。

源自 arXiv: 2604.25289