paper-with-me

홈 › Papers

AutoLoRA: AutoGuidance Meets Low-Rank Adaptation for Diffusion Models

2024-10-04 · Artur Kasymov, Marcin Sendera, Michał Stypułkowski, Maciej Zięba, Przemysław Spurek

Low-rank adaptation (LoRA) is a fine-tuning technique that can be applied to conditional generative diffusion models. LoRA utilizes a small number of context examples to adapt the model to a specific domain, character, style, or concept. However, due to the limited data utilized during training, the fine-tuned model performance is often characterized by strong context bias and a low degree of variability in the generated images. To solve this issue, we introduce AutoLoRA, a novel guidance technique for diffusion models fine-tuned with the LoRA approach. Inspired by other guidance techniques, AutoLoRA searches for a trade-off between consistency in the domain represented by LoRA weights and sample diversity from the base conditional diffusion model. Moreover, we show that incorporating classifier-free guidance for both LoRA fine-tuned and base models leads to generating samples with higher diversity and better quality. The experimental results for several fine-tuned LoRA domains show superiority over existing guidance techniques on selected metrics.

📄 PDF Abstract BibTeX arXiv:2410.03941

Code (1)

gmum/AutoLoRA 공식 구현

Tasks

Diversity

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

AutoLoRA: Automatically Tuning Matrix Ranks in Low-Rank Adaptation Based on Meta Learning

2024-03-14 · Ruiyi Zhang, Rushi Qiang, Sai Ashish Somayajula, Pengtao Xie

Large-scale pretraining followed by task-specific finetuning has achieved great success in various NLP tasks. Since finetuning all parameters of large pretrained models poses substantial computational and memory challeng…

Meta-LearningNatural Language Understanding

Autoguided Online Data Curation for Diffusion Model Training

2025-09-18 · Valeria Pais, Luis Oala, Daniele Faccio, Marco Aversa arxiv

The costs of generative model compute rekindled promises and hopes for efficient data curation. In this work, we investigate whether recently developed autoguidance and online data selection methods can improve the time …

Synthetic Data GenerationImage Generation

AutoLoRA: Automatic LoRA Retrieval and Fine-Grained Gated Fusion for Text-to-Image Generation

2025-08-04 · Zhiwen Li, Zhongjie Duan, Die Chen, Cen Chen 외 arxiv

Despite recent advances in photorealistic image generation through large-scale models like FLUX and Stable Diffusion v3, the practical deployment of these architectures remains constrained by their inherent intractabilit…

Text-to-Image Generation

AutoLoRa: A Parameter-Free Automated Robust Fine-Tuning Framework

2023-10-03 · Xilie Xu, Jingfeng Zhang, Mohan Kankanhalli

Robust Fine-Tuning (RFT) is a low-cost strategy to obtain adversarial robustness in downstream applications, without requiring a lot of computational resources and collecting significant amounts of data. This paper uncov…

Adversarial RobustnessScheduling

In-situ Autoguidance: Eliciting Self-Correction in Diffusion Models

2025-10-20 · Enhao Gu, Haolin Hou arxiv

The generation of high-quality, diverse, and prompt-aligned images is a central goal in image-generating diffusion models. The popular classifier-free guidance (CFG) approach improves quality and alignment at the cost of…