LGAIApr 6, 2025

AROMA: Autonomous Rank-one Matrix Adaptation

arXiv:2504.05343v21 citationsh-index: 12Has CodeEMNLP
Originality Highly original
AI Analysis

This work addresses the need for more efficient and adaptive fine-tuning methods in large language models, offering a novel approach that is incremental but provides specific gains over existing techniques.

The paper tackles the problem of suboptimal static rank allocation in parameter-efficient fine-tuning for large language models by introducing AROMA, a framework that automatically constructs layer-specific updates with rank-one components, reducing parameters by 30-50% compared to LoRA and AdaLoRA while achieving superior performance on tasks like natural language understanding and commonsense reasoning.

As large language models continue to grow in size, parameter-efficient fine-tuning (PEFT) has become increasingly crucial. While low-rank adaptation (LoRA) offers a solution through low-rank updates, its static rank allocation may yield suboptimal results. Adaptive low-rank adaptation (AdaLoRA) improves this with dynamic allocation but remains sensitive to initial and target rank configurations. We introduce AROMA, a framework that automatically constructs layer-specific updates by iteratively building up rank-one components with very few trainable parameters that gradually diminish to zero. Unlike existing methods that employ rank reduction mechanisms, AROMA introduces a dual-loop architecture for rank growth. The inner loop extracts information from each rank-one subspace, while the outer loop determines the number of rank-one subspaces, i.e., the optimal rank. We reset optimizer states to maintain subspace independence. AROMA significantly reduces parameters compared to LoRA and AdaLoRA while achieving superior performance on natural language understanding and commonsense reasoning tasks, offering new insights into adaptive PEFT. The code is available at \href{https://github.com/ShuDun23/AROMA}{AROMA}.

Code Implementations1 repo
Foundations

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

Your Notes