paper-with-me

Papers

FlexControl: Computation-Aware ControlNet with Differentiable Router for Text-to-Image Generation

2025-02-11 · Zheng Fang, Lichuan Xiang, Xu Cai, Kaicheng Zhou, Hongkai Wen

ControlNet offers a powerful way to guide diffusion-based generative models, yet most implementations rely on ad-hoc heuristics to choose which network blocks to control-an approach that varies unpredictably with different tasks. To address this gap, we propose FlexControl, a novel framework that copies all diffusion blocks during training and employs a trainable gating mechanism to dynamically select which blocks to activate at each denoising step. With introducing a computation-aware loss, we can encourage control blocks only to activate when it benefit the generation quality. By eliminating manual block selection, FlexControl enhances adaptability across diverse tasks and streamlines the design pipeline, with computation-aware training loss in an end-to-end training manner. Through comprehensive experiments on both UNet (e.g., SD1.5) and DiT (e.g., SD3.0), we show that our method outperforms existing ControlNet variants in certain key aspects of interest. As evidenced by both quantitative and qualitative evaluations, FlexControl preserves or enhances image fidelity while also reducing computational overhead by selectively activating the most relevant blocks. These results underscore the potential of a flexible, data-driven approach for controlled diffusion and open new avenues for efficient generative model design. The code will soon be available at https://github.com/Anonymousuuser/FlexControl.

📄 PDF Abstract BibTeX arXiv:2502.10451

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingImage GenerationText to Image GenerationText-to-Image Generation

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 제목 키워드 기반

Ctrl-Adapter: An Efficient and Versatile Framework for Adapting Diverse Controls to Any Diffusion Model

2024-04-15 · Han Lin, Jaemin Cho, Abhay Zala, Mohit Bansal

ControlNets are widely used for adding spatial control to text-to-image diffusion models with different conditions, such as depth maps, scribbles/sketches, and human poses. However, when it comes to controllable video ge…

GPUImage GenerationStyle TransferVideo Editing+2

CARE-Edit: Condition-Aware Routing of Experts for Contextual Image Editing

2026-03-09 · Yucheng Wang, Zedong Wang, Yuetong Wu, Yue Ma 외 arxiv

Unified diffusion editors often rely on a fixed, shared backbone for diverse tasks, suffering from task interference and poor adaptation to heterogeneous demands (e.g., local vs global, semantic vs photometric). In parti…

Style TransferImage Editing

ReMoE: Fully Differentiable Mixture-of-Experts with ReLU Routing

2024-12-19 · Ziteng Wang, Jianfei Chen, Jun Zhu

Sparsely activated Mixture-of-Experts (MoE) models are widely adopted to scale up model capacity without increasing the computation budget. However, vanilla TopK routers are trained in a discontinuous, non-differentiable…

Mixture-of-Experts

Shiva-DiT: Residual-Based Differentiable Top-$k$ Selection for Efficient Diffusion Transformers

2026-02-05 · Jiaji Zhang, Hailiang Zhao, Guoxuan Zhu, Ruichao Sun 외 arxiv

Diffusion Transformers (DiTs) incur prohibitive computational costs due to the quadratic scaling of self-attention. Existing pruning methods fail to simultaneously satisfy differentiability, efficiency, and the strict st…

EVCtrl: Efficient Control Adapter for Visual Generation

2025-08-14 · Zixiang Yang, Yue Ma, Yinhan Zhang, Shanhui Mo 외 arxiv

Visual generation includes both image and video generation, training probabilistic models to create coherent, diverse, and semantically faithful content from scratch. While early research focused on unconditional samplin…

Video Generation