paper-with-me

홈 › Papers

Dreamguider: Improved Training free Diffusion-based Conditional Generation

2024-06-04 · Nithin Gopalakrishnan Nair, Vishal M Patel

Diffusion models have emerged as a formidable tool for training-free conditional generation.However, a key hurdle in inference-time guidance techniques is the need for compute-heavy backpropagation through the diffusion network for estimating the guidance direction. Moreover, these techniques often require handcrafted parameter tuning on a case-by-case basis. Although some recent works have introduced minimal compute methods for linear inverse problems, a generic lightweight guidance solution to both linear and non-linear guidance problems is still missing. To this end, we propose Dreamguider, a method that enables inference-time guidance without compute-heavy backpropagation through the diffusion network. The key idea is to regulate the gradient flow through a time-varying factor. Moreover, we propose an empirical guidance scale that works for a wide variety of tasks, hence removing the need for handcrafted parameter tuning. We further introduce an effective lightweight augmentation strategy that significantly boosts the performance during inference-time guidance. We present experiments using Dreamguider on multiple tasks across multiple datasets and models to show the effectiveness of the proposed modules. To facilitate further research, we will make the code public after the review process.

📄 PDF Abstract BibTeX arXiv:2406.02549

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Guidance for Low-Level Perceptual Editing in Unconditional Diffusion Models

2026-05-29 · Shreyansh Modi, Akshat Tomar, Aarush Aggarwal arxiv

Unconditional diffusion models offer powerful generative priors, yet steering them toward aesthetically enhanced outputs remains largely unexplored. We show that h-space patching, the dominant paradigm for training-free …

Unraveling the Connections between Flow Matching and Diffusion Probabilistic Models in Training-free Conditional Generation

2024-11-12 · Kaiyu Song, Hanjiang Lai

Training-free conditional generation aims to leverage the unconditional diffusion models to implement the conditional generation, where flow-matching (FM) and diffusion probabilistic models (DPMs) are two mature uncondit…

Tempered Guided Diffusion

2026-05-05 · Andreas Makris, Paul Fearnhead, Chris Nemeth arxiv

Training-free conditional diffusion provides a flexible alternative to task-specific conditional model training, but existing samplers often allocate computation inefficiently: independent guided trajectories can vary wi…

FreeDoM: Training-Free Energy-Guided Conditional Diffusion Model

2023-03-17 · ICCV 2023 1 · Jiwen Yu, Yinhuai Wang, Chen Zhao, Bernard Ghanem 외

Recently, conditional diffusion models have gained popularity in numerous applications due to their exceptional generation ability. However, many existing methods are training-required. They need to train a time-dependen…

Face Detectionmodel

No Training, No Problem: Rethinking Classifier-Free Guidance for Diffusion Models

2024-07-02 · Seyedmorteza Sadat, Manuel Kansy, Otmar Hilliges, Romann M. Weber

Classifier-free guidance (CFG) has become the standard method for enhancing the quality of conditional diffusion models. However, employing CFG requires either training an unconditional model alongside the main diffusion…