paper-with-me

Papers

CtrLoRA: An Extensible and Efficient Framework for Controllable Image Generation

2024-10-12 · Yifeng Xu, Zhenliang He, Shiguang Shan, Xilin Chen

Recently, large-scale diffusion models have made impressive progress in text-to-image (T2I) generation. To further equip these T2I models with fine-grained spatial control, approaches like ControlNet introduce an extra network that learns to follow a condition image. However, for every single condition type, ControlNet requires independent training on millions of data pairs with hundreds of GPU hours, which is quite expensive and makes it challenging for ordinary users to explore and develop new types of conditions. To address this problem, we propose the CtrLoRA framework, which trains a Base ControlNet to learn the common knowledge of image-to-image generation from multiple base conditions, along with condition-specific LoRAs to capture distinct characteristics of each condition. Utilizing our pretrained Base ControlNet, users can easily adapt it to new conditions, requiring as few as 1,000 data pairs and less than one hour of single-GPU training to obtain satisfactory results in most scenarios. Moreover, our CtrLoRA reduces the learnable parameters by 90% compared to ControlNet, significantly lowering the threshold to distribute and deploy the model weights. Extensive experiments on various types of conditions demonstrate the efficiency and effectiveness of our method. Codes and model weights will be released at https://github.com/xyfJASON/ctrlora.

📄 PDF Abstract BibTeX arXiv:2410.09400

Code (1)

xyfjason/ctrlora 공식 구현 pytorch

Tasks

Conditional Image GenerationGPUImage 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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

CTRLorALTer: Conditional LoRAdapter for Efficient 0-Shot Control & Altering of T2I Models

2024-05-13 · Nick Stracke, Stefan Andreas Baumann, Joshua M. Susskind, Miguel Angel Bautista 외

Text-to-image generative models have become a prominent and powerful tool that excels at generating high-resolution realistic images. However, guiding the generative process of these models to consider detailed forms of …

MetaAID 2.0: An Extensible Framework for Developing Metaverse Applications via Human-controllable Pre-trained Models

2023-02-25 · Hongyin Zhu

Pre-trained models (PM) have achieved promising results in content generation. However, the space for human creativity and imagination is endless, and it is still unclear whether the existing models can meet the needs. M…

Retrieval

CETCAM: Camera-Controllable Video Generation via Consistent and Extensible Tokenization

2025-12-22 · Zelin Zhao, Xinyu Gong, Bangya Liu, Ziyang Song 외 arxiv

Achieving precise camera control in video generation remains challenging, as existing methods often rely on camera pose annotations that are difficult to scale to large and dynamic datasets and are frequently inconsisten…

Depth EstimationVideo Generation

TeleBoost: A Systematic Alignment Framework for High-Fidelity, Controllable, and Robust Video Generation

2026-02-07 · Yuanzhi Liang, Xuan'er Wu, Yirui Liu, Yijie Fang 외 arxiv

Post-training is the decisive step for converting a pretrained video generator into a production-oriented model that is instruction-following, controllable, and robust over long temporal horizons. This report presents a …

Reinforcement LearningVideo Generation

Graph Canvas for Controllable 3D Scene Generation

2024-11-27 · Libin Liu, Shen Chen, Sen Jia, Jingzhe Shi 외

Spatial intelligence is foundational to AI systems that interact with the physical world, particularly in 3D scene generation and spatial comprehension. Current methodologies for 3D scene generation often rely heavily on…

In-Context LearningScene Generation