CVAILGMar 23

Not All Layers Are Created Equal: Adaptive LoRA Ranks for Personalized Image Generation

arXiv:2603.2188452.5h-index: 6Has Code
Predicted impact top 67% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses a bottleneck in fine-tuning diffusion models for personalized image generation, offering an incremental improvement over fixed-rank LoRA by optimizing resource efficiency.

The paper tackles the problem of selecting optimal ranks for Low Rank Adaptation (LoRA) in personalized image generation, which balances performance and memory usage, and introduces LoRA^2, a method that adapts ranks per layer during fine-tuning to achieve competitive trade-offs across metrics like DINO, CLIP-I, and CLIP-T on 29 subjects with reduced memory and rank requirements.

Low Rank Adaptation (LoRA) is the de facto fine-tuning strategy to generate personalized images from pre-trained diffusion models. Choosing a good rank is extremely critical, since it trades off performance and memory consumption, but today the decision is often left to the community's consensus, regardless of the personalized subject's complexity. The reason is evident: the cost of selecting a good rank for each LoRA component is combinatorial, so we opt for practical shortcuts such as fixing the same rank for all components. In this paper, we take a first step to overcome this challenge. Inspired by variational methods that learn an adaptive width of neural networks, we let the ranks of each layer freely adapt during fine-tuning on a subject. We achieve it by imposing an ordering of importance on the rank's positions, effectively encouraging the creation of higher ranks when strictly needed. Qualitatively and quantitatively, our approach, LoRA$^2$, achieves a competitive trade-off between DINO, CLIP-I, and CLIP-T across 29 subjects while requiring much less memory and lower rank than high rank LoRA versions. Code: https://github.com/donaldssh/NotAllLayersAreCreatedEqual.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes