paper-with-me

Papers

Implicit Style-Content Separation using B-LoRA

2024-03-21 · Yarden Frenkel, Yael Vinker, Ariel Shamir, Daniel Cohen-Or

Image stylization involves manipulating the visual appearance and texture (style) of an image while preserving its underlying objects, structures, and concepts (content). The separation of style and content is essential for manipulating the image's style independently from its content, ensuring a harmonious and visually pleasing result. Achieving this separation requires a deep understanding of both the visual and semantic characteristics of images, often necessitating the training of specialized models or employing heavy optimization. In this paper, we introduce B-LoRA, a method that leverages LoRA (Low-Rank Adaptation) to implicitly separate the style and content components of a single image, facilitating various image stylization tasks. By analyzing the architecture of SDXL combined with LoRA, we find that jointly learning the LoRA weights of two specific blocks (referred to as B-LoRAs) achieves style-content separation that cannot be achieved by training each B-LoRA independently. Consolidating the training into only two blocks and separating style and content allows for significantly improving style manipulation and overcoming overfitting issues often associated with model fine-tuning. Once trained, the two B-LoRAs can be used as independent components to allow various image stylization tasks, including image style transfer, text-based image stylization, consistent style generation, and style-content mixing.

📄 PDF Abstract BibTeX arXiv:2403.14572

Code (1)

yardenfren1996/B-LoRA pytorch

Tasks

Image StylizationStyle Transfer

Similar Papers 제목 키워드 기반

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…

FreeStyle: Free Control of Style-Content Dual-Reference Generation from Community LoRA Mining

2026-06-18 · Jinghong Lan, Wei Cheng, Yunuo Chen, Ziqi Ye 외 arxiv

Style-content dual-reference generation aims to synthesize an image that preserves the structure and semantics of a content reference while adopting the style of a separate style reference.Despite recent progress, this s…

Instruction Following

SplitFlux: Learning to Decouple Content and Style from a Single Image

2025-11-19 · Yitong Yang, Yinglin Wang, Changshuo Wang, Yongjun Zhang 외 arxiv

Disentangling image content and style is essential for customized image generation. Existing SDXL-based methods struggle to achieve high-quality results, while the recently proposed Flux model fails to achieve effective …

Image Generation

SCFlow: Implicitly Learning Style and Content Disentanglement with Flow Models

2025-08-05 · Pingchuan Ma, Xiaopei Yang, Yusong Li, Ming Gui 외 arxiv

Explicitly disentangling style and content in vision models remains challenging due to their semantic overlap and the subjectivity of human perception. Existing methods propose separation through generative or discrimina…

Style Separation and Synthesis via Generative Adversarial Networks

2018-11-07 · Rui Zhang, Sheng Tang, Yu Li, Junbo Guo 외

Style synthesis attracts great interests recently, while few works focus on its dual problem "style separation". In this paper, we propose the Style Separation and Synthesis Generative Adversarial Network (S3-GAN) to sim…

Generative Adversarial NetworkObject