paper-with-me

Papers

Adaptively Controllable Diffusion Model for Efficient Conditional Image Generation

2024-11-19 · Yucheng Xing, Xiaodong Liu, Xin Wang

With the development of artificial intelligence, more and more attention has been put onto generative models, which represent the creativity, a very important aspect of intelligence. In recent years, diffusion models have been studied and proven to be more reasonable and effective than previous methods. However, common diffusion frameworks suffer from controllability problems. Although extra conditions have been considered by some work to guide the diffusion process for a specific target generation, it only controls the generation result but not its process. In this work, we propose a new adaptive framework, $\textit{Adaptively Controllable Diffusion (AC-Diff) Model}$, to automatically and fully control the generation process, including not only the type of generation result but also the length and parameters of the generation process. Both inputs and conditions will be first fed into a $\textit{Conditional Time-Step (CTS) Module}$ to determine the number of steps needed for a generation. Then according to the length of the process, the diffusion rate parameters will be estimated through our $\textit{Adaptive Hybrid Noise Schedule (AHNS) Module}$. We further train the network with the corresponding adaptive sampling mechanism to learn how to adjust itself according to the conditions for the overall performance improvement. To enable its practical applications, AC-Diff is expected to largely reduce the average number of generation steps and execution time while maintaining the same performance as done in the literature diffusion models.

📄 PDF Abstract BibTeX arXiv:2411.15199

Code (0)

등록된 구현이 없습니다.

Tasks

Conditional Image GenerationImage Generation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Decoupling Training-Free Guided Diffusion by ADMM

2024-11-18 · CVPR 2025 1 · Youyuan Zhang, Zehua Liu, Zenan Li, Zhaoyu Li 외

In this paper, we consider the conditional generation problem by guiding off-the-shelf unconditional diffusion models with differentiable loss functions in a plug-and-play fashion. While previous research has primarily f…

Image GenerationMotion Synthesis

GraphGUIDE: interpretable and controllable conditional graph generation with discrete Bernoulli diffusion

2023-02-07 · Alex M. Tseng, Nathaniel Diamant, Tommaso Biancalani, Gabriele Scalia

Diffusion models achieve state-of-the-art performance in generating realistic objects and have been successfully applied to images, text, and videos. Recent work has shown that diffusion can also be defined on graphs, in…

Graph Generation

CRASH: Raw Audio Score-based Generative Modeling for Controllable High-resolution Drum Sound Synthesis

2021-06-14 · Simon Rouard, Gaëtan Hadjeres

In this paper, we propose a novel score-base generative model for unconditional raw audio synthesis. Our proposal builds upon the latest developments on diffusion process modeling with stochastic differential equations, …

Audio GenerationAudio SynthesisImage Generation

CtrlDiff: Boosting Large Diffusion Language Models with Dynamic Block Prediction and Controllable Generation

2025-05-20 · Chihan Huang, Hao Tang

Although autoregressive models have dominated language modeling in recent years, there has been a growing interest in exploring alternative paradigms to the conventional next-token prediction framework. Diffusion-based l…

Conditional Text GenerationLanguage ModelingLanguage ModellingText Generation

ECNet: Effective Controllable Text-to-Image Diffusion Models

2024-03-27 · Sicheng Li, Keqiang Sun, Zhixin Lai, Xiaoshi Wu 외

The conditional text-to-image diffusion models have garnered significant attention in recent years. However, the precision of these models is often compromised mainly for two reasons, ambiguous condition input and inadeq…

DenoisingImage GenerationText to Image GenerationText-to-Image Generation