Pith. sign in

REVIEW 1 cited by

RoSA: Accurate Parameter-Efficient Fine-Tuning via Robust Adaptation

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2401.04679 v7 pith:PLOEPUQ2 submitted 2024-01-09 cs.CL cs.AIcs.LG

RoSA: Accurate Parameter-Efficient Fine-Tuning via Robust Adaptation

classification cs.CL cs.AIcs.LG
keywords rosafine-tuningperformancerobustsparseadaptationgoodlow-rank
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

We investigate parameter-efficient fine-tuning (PEFT) methods that can provide good accuracy under limited computational and memory budgets in the context of large language models (LLMs). We present a new PEFT method called Robust Adaptation (RoSA) inspired by robust principal component analysis that jointly trains $\textit{low-rank}$ and $\textit{highly-sparse}$ components on top of a set of fixed pretrained weights to efficiently approximate the performance of a full-fine-tuning (FFT) solution. Across a series of challenging generative tasks such as grade-school math and SQL query generation, which require fine-tuning for good performance, we show that RoSA outperforms LoRA, pure sparse fine-tuning, and alternative hybrid methods at the same parameter budget, and can even recover the performance of FFT on some tasks. We provide system support for RoSA to complement the training algorithm, specifically in the form of sparse GPU kernels which enable memory- and computationally-efficient training, and show that it is also compatible with low-precision base weights, resulting in the first joint representation combining quantization, low-rank and sparse approximations. Our code is available at https://github.com/IST-DASLab/RoSA.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Super-Tuning: From Activation-Aware Pruning to Sparse Fine-Tuning

    cs.LG 2026-07 conditional novelty 5.0

    Wanda- or magnitude-ordered fixed sparse supports, alone or hybridized with LoRA under a matched budget, can outperform tested PEFT baselines on Math17K arithmetic fine-tuning.