SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2504.05343 · EMNLP · 2025

AROMA: Autonomous Rank-one Matrix Adaptation

Hao Sheng, Zhi-Yong Wang, Hing Cheung, Mingrui Yang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 1 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
ShuDun23/AROMA — 0 of 1
FunctionStatusWhere it lives
AROMALinear Not yet run ShuDun23/AROMA/peft_pretraining/aroma.py
pointer only (licence: NONE) · get_code("30604e604f3edc51")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

As large language models continue to grow in size, parameter-efficient fine-tuning (PEFT) has become increasingly crucial. While lowrank 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 rankone 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 generation, commonsense reasoning, offering new insights into adaptive PEFT. The code is available at https://github.com/ShuDun23/AROMA. 0 0.6k 1.2k 1.8k 2.4k 3k Training steps 0.0M 0.4M 0.8M 1.2M 1.6M 2.0M #Trainable parameters LoRA AdaLoRA AROMA (a) #Parameter 0 0.6k 1.2k 1.8k 2.4k 3k Training steps 0 150 300 450 600 750 900 Total rank LoRA AdaLoRA AROMA (b) Total rank 0 0.6k 1.2k 1.8k 2.4k 3k Training steps 0 3 6 9 12 Rank of layer.0. attention.output.dense LoRA AdaLoRA AROMA (c) Specific rank 0 0.6k 1.2k 1.8k 2.4k 3k Training steps 0 3 6 9 12 Rank of layer.9. attention.self.value LoRA AdaLoRA AROMA (d) Specific rank 0 0.6k 1.2k 1.8k 2.4k 3k Training steps 0.70 0.75 0.80 0.85 0.90 0.95 1.00 Accuracy LoRA AdaLoRA AROMA (e) Accuracy Figure 1: Results for LoRA r=8 , AdaLoRA r=8 , and AROMA (ours) include the number of trainable parameters, total rank, rank of a specific layer and evaluation accuracy versus training step for RoBERTa-base on MRPC task. For AROMA, training of "layer.0.attention.output.dense" and "layer.9.attention.self.value" automatically terminates at 2000 and 1600 steps, respectively, while the overall training automatically stops at 2400 steps.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2504.05343")
get_code_for_paper("2504.05343")
have("2504.05343")

Connect an agent — have() is free.