paper-with-me

Papers

RepControlNet: ControlNet Reparameterization

2024-08-17 · Zhaoli Deng, Kaibin Zhou, Fanyi Wang, Zhenpeng Mi

With the wide application of diffusion model, the high cost of inference resources has became an important bottleneck for its universal application. Controllable generation, such as ControlNet, is one of the key research directions of diffusion model, and the research related to inference acceleration and model compression is more important. In order to solve this problem, this paper proposes a modal reparameterization method, RepControlNet, to realize the controllable generation of diffusion models without increasing computation. In the training process, RepControlNet uses the adapter to modulate the modal information into the feature space, copy the CNN and MLP learnable layers of the original diffusion model as the modal network, and initialize these weights based on the original weights and coefficients. The training process only optimizes the parameters of the modal network. In the inference process, the weights of the neutralization original diffusion model in the modal network are reparameterized, which can be compared with or even surpass the methods such as ControlNet, which use additional parameters and computational quantities, without increasing the number of parameters. We have carried out a large number of experiments on both SD1.5 and SDXL, and the experimental results show the effectiveness and efficiency of the proposed RepControlNet.

📄 PDF Abstract BibTeX arXiv:2408.09240

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
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 제목 키워드 기반

FineControlNet: Fine-level Text Control for Image Generation with Spatially Aligned Text Control Injection

2023-12-14 · Hongsuk Choi, Isaac Kasahara, Selim Engin, Moritz Graule 외

Recently introduced ControlNet has the ability to steer the text-driven image generation process with geometric input such as human 2D pose, or edge features. While ControlNet provides control over the geometric form of …

Image Generation

Meta ControlNet: Enhancing Task Adaptation via Meta Learning

2023-12-03 · Junjie Yang, Jinze Zhao, Peihao Wang, Zhangyang Wang 외

Diffusion-based image synthesis has attracted extensive attention recently. In particular, ControlNet that uses image-based prompts exhibits powerful capability in image tasks such as canny edge detection and generates i…

Edge DetectionImage GenerationMeta-Learning

The Generalized Reparameterization Gradient

2016-10-07 · NeurIPS 2016 · Francisco J. R. Ruiz, Michalis K. Titsias, David M. Blei

The reparameterization gradient has become a widely used method to obtain Monte Carlo gradients to optimize the variational objective. However, this technique does not easily apply to commonly used distributions such as …

Variational Inference

The Generalized Reparameterization Gradient

2016-12-01 · NeurIPS 2016 12 · Francisco R. Ruiz, Michalis Titsias Rc Aueb, David Blei

The reparameterization gradient has become a widely used method to obtain Monte Carlo gradients to optimize the variational objective. However, this technique does not easily apply to commonly used distributions such as …

Variational Inference

DC-ControlNet: Decoupling Inter- and Intra-Element Conditions in Image Generation with Diffusion Models

2025-02-20 · Hongji Yang, Wencheng Han, Yucheng Zhou, Jianbing Shen

In this paper, we introduce DC (Decouple)-ControlNet, a highly flexible and precisely controllable framework for multi-condition image generation. The core idea behind DC-ControlNet is to decouple control conditions, tra…

Conditional Image GenerationImage Generation