paper-with-me

홈 › Papers

Warm Starts Accelerate Conditional Diffusion

2025-07-12 · Jonas Scholz, Richard E. Turner arxiv

Generative models like diffusion and flow-matching create high-fidelity samples by progressively refining noise. The refinement process is notoriously slow, often requiring hundreds of function evaluations. We introduce Warm-Start Diffusion (WSD), a method that uses a simple, deterministic model to dramatically accelerate conditional generation by providing a better starting point. Instead of starting generation from an uninformed $N(\boldsymbol{0}, I)$ prior, our deterministic warm-start model predicts an informed prior $N(\hat{\boldsymbolμ}_C, \text{diag}(\hat{\boldsymbolσ}^2_C))$, whose moments are conditioned on the input context $C$. This warm start substantially reduces the distance the generative process must traverse, and therefore the number of diffusion steps required, particularly when the context $C$ is strongly informative. WSD is applicable to any standard diffusion or flow matching algorithm, is orthogonal to and synergistic with other fast sampling techniques like efficient solvers, and is simple to implement. We test WSD in a variety of settings, and find that it substantially outperforms standard diffusion in the efficient sampling regime, generating realistic samples using only 4-6 function evaluations, and saturating performance with 10-12.

📄 PDF Abstract BibTeX arXiv:2507.09212

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SGDR: Stochastic Gradient Descent with Warm Restarts

2016-08-13 · Ilya Loshchilov, Frank Hutter

Restart techniques are common in gradient-free optimization to deal with multimodal functions. Partial warm restarts are also gaining popularity in gradient-based optimization to improve the rate of convergence in accele…

EEGElectroencephalogram (EEG)Stochastic Optimization

NOWS: Neural Operator Warm Starts for Accelerating Iterative Solvers

2025-11-04 · Mohammad Sadegh Eshaghi, Cosmin Anitescu, Navid Valizadeh, Yizheng Wang 외 arxiv

Partial differential equations (PDEs) underpin quantitative descriptions across the physical sciences and engineering, yet high-fidelity simulation remains a major computational bottleneck for many-query, real-time, and …

DiffOPF: Diffusion Solver for Optimal Power Flow

2025-10-15 · Milad Hoseinpour, Vladimir Dvorkin arxiv

The optimal power flow (OPF) is a multi-valued, non-convex mapping from loads to dispatch setpoints. The variability of system parameters (e.g., admittances, topology) further contributes to the multiplicity of dispatch …

Learning to Warm-Start Fixed-Point Optimization Algorithms

2023-09-14 · Rajiv Sambharya, Georgina Hall, Brandon Amos, Bartolomeo Stellato

We introduce a machine-learning framework to warm-start fixed-point optimization algorithms. Our architecture consists of a neural network mapping problem parameters to warm starts, followed by a predefined number of fix…

Generalization Bounds

Infeasibility Aware Large Language Models for Combinatorial Optimization

2026-04-01 · Yakun Wang, Min Chen, Zeguan Wu, Junyu Liu 외 arxiv

Large language models (LLMs) are increasingly explored for NP-hard combinatorial optimization problems, but most existing methods emphasize feasible-instance solution generation and do not explicitly address infeasibilit…