paper-with-me

홈 › Papers

CRAFT-LoRA: Content-Style Personalization via Rank-Constrained Adaptation and Training-Free Fusion

2026-02-21 · Yu Li, Yujun Cai, Chi Zhang arxiv

Personalized image generation requires effectively balancing content fidelity with stylistic consistency when synthesizing images based on text and reference examples. Low-Rank Adaptation (LoRA) offers an efficient personalization approach, with potential for precise control through combining LoRA weights on different concepts. However, existing combination techniques face persistent challenges: entanglement between content and style representations, insufficient guidance for controlling elements' influence, and unstable weight fusion that often require additional training. We address these limitations through CRAFT-LoRA, with complementary components: (1) rank-constrained backbone fine-tuning that injects low-rank projection residuals to encourage learning decoupled content and style subspaces; (2) a prompt-guided approach featuring an expert encoder with specialized branches that enables semantic extension and precise control through selective adapter aggregation; and (3) a training-free, timestep-dependent classifier-free guidance scheme that enhances generation stability by strategically adjusting noise predictions across diffusion steps. Our method significantly improves content-style disentanglement, enables flexible semantic control over LoRA module combinations, and achieves high-fidelity generation without additional retraining overhead.

📄 PDF Abstract BibTeX arXiv:2602.18936

Code (0)

등록된 구현이 없습니다.

Tasks

Personalized Image Generation

Similar Papers 제목 키워드 기반

LoRA.rar: Learning to Merge LoRAs via Hypernetworks for Subject-Style Conditioned Image Generation

2024-12-06 · Donald Shenaj, Ondrej Bohdal, Mete Ozay, Pietro Zanuttigh 외

Recent advancements in image generation models have enabled personalized image creation with both user-defined subjects (content) and styles. Prior works achieved personalization by merging corresponding low-rank adaptat…

Image Generation

UnZipLoRA: Separating Content and Style from a Single Image

2024-12-05 · Chang Liu, Viraj Shah, Aiyu Cui, Svetlana Lazebnik

This paper introduces UnZipLoRA, a method for decomposing an image into its constituent subject and style, represented as two distinct LoRAs (Low-Rank Adaptations). Unlike existing personalization techniques that focus o…

ZipLoRA: Any Subject in Any Style by Effectively Merging LoRAs

2023-11-22 · Viraj Shah, Nataniel Ruiz, Forrester Cole, Erika Lu 외

Methods for finetuning generative models for concept-driven personalization generally achieve strong results for subject-driven or style-driven generation. Recently, low-rank adaptations (LoRA) have been proposed as a pa…

Block-wise LoRA: Revisiting Fine-grained LoRA for Effective Personalization and Stylization in Text-to-Image Generation

2024-03-12 · Likun Li, Haoqi Zeng, Changpeng Yang, Haozhe Jia 외

The objective of personalization and stylization in text-to-image is to instruct a pre-trained diffusion model to analyze new concepts introduced by users and incorporate them into expected styles. Recently, parameter-ef…

Image Generationparameter-efficient fine-tuningText to Image GenerationText-to-Image Generation

LoRAverse: A Submodular Framework to Retrieve Diverse Adapters for Diffusion Models

2025-10-16 · Mert Sonmezer, Matthew Zheng, Pinar Yanardag arxiv

Low-rank Adaptation (LoRA) models have revolutionized the personalization of pre-trained diffusion models by enabling fine-tuning through low-rank, factorized weight matrices specifically optimized for attention layers. …