paper-with-me

Papers

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

2024-01-09 · Mahdi Nikdan, Soroush Tabesh, Elvir Crnčević, Dan Alistarh

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.

📄 PDF Abstract BibTeX arXiv:2401.04679

Code (2)

ist-daslab/rosa 공식 구현 pytorch
ist-daslab/panzamail pytorch

Tasks

GPUMathparameter-efficient fine-tuningQuantization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

RoSA: Enhancing Parameter-Efficient Fine-Tuning via RoPE-aware Selective Adaptation in Large Language Models

2025-11-21 · Dayan Pan, Jingyuan Wang, Yilong Zhou, Jiawei Cheng 외 arxiv

Fine-tuning large language models is essential for task-specific adaptation, yet it remains computationally prohibitive. Parameter-Efficient Fine-Tuning (PEFT) methods have emerged as a solution, but current approaches t…

parameter-efficient fine-tuning

ROSA: Random Subspace Adaptation for Efficient Fine-Tuning

2024-07-10 · Marawan Gamal Abdel Hameed, Aristides Milios, Siva Reddy, Guillaume Rabusseau

Model training requires significantly more memory, compared with inference. Parameter efficient fine-tuning (PEFT) methods provide a means of adapting large models to downstream tasks using less memory. However, existing…

Natural Language Understandingparameter-efficient fine-tuningText Generation

Words & Weights: Streamlining Multi-Turn Interactions via Co-Adaptation

2026-03-02 · Chenxing Wei, Hong Wang, Ying He, Zhongxiang Dai 외 arxiv

Test-time policy adaptation for multi-turn interactions (T2PAM) is essential for aligning Large Language Models (LLMs) with dynamic user needs during inference time. However, existing paradigms commonly treat test-time a…

Test-time AdaptationPrompt Engineering

Test-Time Policy Adaptation for Enhanced Multi-Turn Interactions with LLMs

2025-09-27 · Chenxing Wei, Hong Wang, Ying He, Fei Yu 외 arxiv

Large Language Models (LLMs) employ multi-turn interaction as a fundamental paradigm for completing complex tasks. However, their performance often degrades in extended interactions, as they are typically trained on stat…

IROSA: Interactive Robot Skill Adaptation using Natural Language

2026-03-04 · Markus Knauer, Samuel Bustamante, Thomas Eiband, Alin Albu-Schäffer 외 arxiv

Foundation models have demonstrated impressive capabilities across diverse domains, while imitation learning provides principled methods for robot skill adaptation from limited data. Combining these approaches holds sign…