paper-with-me

Papers

Random Initialization of Gated Sparse Adapters

2025-11-03 · Vi Retault, Yohaï-Eliel Berreby arxiv

When fine-tuning language models on new tasks, catastrophic forgetting -- performance degradation on previously-learned tasks -- is a ubiquitous problem. While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA address this through low-rank adapters, sparse adaptation offers an alternative that doesn't impose rank constraints. We introduce Random Initialization of Gated Sparse Adapters (RIGSA), which starts from randomly-initialized full-rank adapters, gates them with a ReZero analog, and sparsifies them with iterative magnitude pruning. We evaluate RIGSA on SmolLM2-1.7B-Instruct using a novel vision-in-text task (Textual MNIST) and measure forgetting on PIQA, HellaSwag, and GSM8k. SmolLM2-1.7B-Instruct initially performs around chance level on Textual MNIST, and is capable of learning the task through RIGSA, 4-bit QLoRA and random masking. In spite of having more trainable parameters than QLoRA, the RIGSA configurations that we studied displayed less forgetting than QLoRA, particularly on GSM8k, though it performs comparably to random masking.

📄 PDF Abstract BibTeX arXiv:2511.01794

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Sparse Training from Random Initialization: Aligning Lottery Ticket Masks using Weight Symmetry

2025-05-08 · Mohammed Adnan, Rohan Jain, Ekansh Sharma, Rahul Krishnan 외

The Lottery Ticket Hypothesis (LTH) suggests there exists a sparse LTH mask and weights that achieve the same generalization performance as the dense model while using significantly fewer parameters. However, finding a L…

ConsNoTrainLoRA: Data-driven Weight Initialization of Low-rank Adapters using Constraints

2025-07-09 · Debasmit Das, Hyoungwoo Park, Munawar Hayat, Seokeon Choi 외 arxiv

Foundation models are pre-trained on large-scale datasets and subsequently fine-tuned on small-scale datasets using parameter-efficient fine-tuning (PEFT) techniques like low-rank adapters (LoRA). In most previous works,…

parameter-efficient fine-tuningImage ClassificationImage Generation

A Little Rank Goes a Long Way: Random Scaffolds with LoRA Adapters Are All You Need

2026-04-09 · Hananel Hazan, Yanbo Zhang, Benedikt Hartl, Michael Levin arxiv

How many of a neural network's parameters actually encode task-specific information? We investigate this question with LottaLoRA, a training paradigm in which every backbone weight is drawn at random and frozen; only low…

Gradient Flow in Sparse Neural Networks and How Lottery Tickets Win

2020-10-07 · Utku Evci, Yani A. Ioannou, Cem Keskin, Yann Dauphin

Sparse Neural Networks (NNs) can match the generalization of dense NNs using a fraction of the compute/storage for inference, and also have the potential to enable efficient training. However, naively training unstructur…

Sparser, Better, Deeper, Stronger: Improving Sparse Training with Exact Orthogonal Initialization

2024-06-03 · Aleksandra Irena Nowak, Łukasz Gniecki, Filip Szatkowski, Jacek Tabor

Static sparse training aims to train sparse models from scratch, achieving remarkable results in recent years. A key design choice is given by the sparse initialization, which determines the trainable sub-network through…