paper-with-me

Papers

Mix-of-Show: Decentralized Low-Rank Adaptation for Multi-Concept Customization of Diffusion Models

2023-05-29 · NeurIPS 2023 11 · YuChao Gu, Xintao Wang, Jay Zhangjie Wu, Yujun Shi, Yunpeng Chen, Zihan Fan, Wuyou Xiao, Rui Zhao, Shuning Chang, Weijia Wu, Yixiao Ge, Ying Shan, Mike Zheng Shou

Public large-scale text-to-image diffusion models, such as Stable Diffusion, have gained significant attention from the community. These models can be easily customized for new concepts using low-rank adaptations (LoRAs). However, the utilization of multiple concept LoRAs to jointly support multiple customized concepts presents a challenge. We refer to this scenario as decentralized multi-concept customization, which involves single-client concept tuning and center-node concept fusion. In this paper, we propose a new framework called Mix-of-Show that addresses the challenges of decentralized multi-concept customization, including concept conflicts resulting from existing single-client LoRA tuning and identity loss during model fusion. Mix-of-Show adopts an embedding-decomposed LoRA (ED-LoRA) for single-client tuning and gradient fusion for the center node to preserve the in-domain essence of single concepts and support theoretically limitless concept fusion. Additionally, we introduce regionally controllable sampling, which extends spatially controllable sampling (e.g., ControlNet and T2I-Adaptor) to address attribute binding and missing object problems in multi-concept sampling. Extensive experiments demonstrate that Mix-of-Show is capable of composing multiple customized concepts with high fidelity, including characters, objects, and scenes.

📄 PDF Abstract BibTeX arXiv:2305.18292

Code (2)

TencentARC/Mix-of-Show pytorch
pilancilab/Riemannian_Preconditioned_LoRA pytorch

Tasks

Attribute

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

DeCAF: Decentralized Consensus-And-Factorization for Low-Rank Adaptation of Foundation Models

2025-05-27 · Nastaran Saadati, Zhanhong Jiang, Joshua R. Waite, Shreyan Ganguly 외

Low-Rank Adaptation (LoRA) has emerged as one of the most effective, computationally tractable fine-tuning approaches for training Vision-Language Models (VLMs) and Large Language Models (LLMs). LoRA accomplishes this by…

Federated Learning

Modular Customization of Diffusion Models via Blockwise-Parameterized Low-Rank Adaptation

2025-03-11 · Mingkang Zhu, Xi Chen, Zhongdao Wang, Bei Yu 외

Recent diffusion model customization has shown impressive results in incorporating subject or style concepts with a handful of images. However, the modular composition of multiple concepts into a customized model, aimed …

Stabilizing Decentralized Federated Fine-Tuning via Topology-Aware Alternating LoRA

2026-01-31 · Xiaoyu Wang, Xiaotian Li, Zhixiang Zhou, Chen Li 외 arxiv

Decentralized federated learning (DFL), a serverless variant of federated learning, poses unique challenges for parameter-efficient fine-tuning due to the factorized structure of low-rank adaptation (LoRA). Unlike linear…

parameter-efficient fine-tuningFederated Learning

Decentralized Low-Rank Fine-Tuning of Large Language Models

2025-01-26 · Sajjad Ghiasvand, Mahnoosh Alizadeh, Ramtin Pedarsani

The emergence of Large Language Models (LLMs) such as GPT-4, LLaMA, and BERT has transformed artificial intelligence, enabling advanced capabilities across diverse applications. While parameter-efficient fine-tuning (PEF…

Federated Learningparameter-efficient fine-tuningPrivacy PreservingQuantization

Decentralized Ranking Aggregation via Gossip: Convergence and Robustness

2026-02-26 · Kerrian Le Caillec, Anna Van Elst, Igor Colin, Stephan Clémençon arxiv

The concept of ranking aggregation plays a central role in preference analysis, and numerous algorithms for calculating median rankings, often originating in social choice theory, have been documented in the literature, …