paper-with-me

Papers

Expanding Sparse Tuning for Low Memory Usage

2024-11-04 · Shufan Shen, Junshu Sun, Xiangyang Ji, Qingming Huang, Shuhui Wang

Parameter-efficient fine-tuning (PEFT) is an effective method for adapting pre-trained vision models to downstream tasks by tuning a small subset of parameters. Among PEFT methods, sparse tuning achieves superior performance by only adjusting the weights most relevant to downstream tasks, rather than densely tuning the whole weight matrix. However, this performance improvement has been accompanied by increases in memory usage, which stems from two factors, i.e., the storage of the whole weight matrix as learnable parameters in the optimizer and the additional storage of tunable weight indexes. In this paper, we propose a method named SNELL (Sparse tuning with kerNELized LoRA) for sparse tuning with low memory usage. To achieve low memory usage, SNELL decomposes the tunable matrix for sparsification into two learnable low-rank matrices, saving from the costly storage of the whole original matrix. A competition-based sparsification mechanism is further proposed to avoid the storage of tunable weight indexes. To maintain the effectiveness of sparse tuning with low-rank matrices, we extend the low-rank decomposition by applying nonlinear kernel functions to the whole-matrix merging. Consequently, we gain an increase in the rank of the merged matrix, enhancing the ability of SNELL in adapting the pre-trained models to downstream tasks. Extensive experiments on multiple downstream tasks show that SNELL achieves state-of-the-art performance with low memory usage, endowing PEFT with sparse tuning to large-scale models. Codes are available at https://github.com/ssfgunner/SNELL.

📄 PDF Abstract BibTeX arXiv:2411.01800

Code (1)

ssfgunner/snell 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Continual Learning via Sparse Memory Finetuning

2025-10-16 · Jessy Lin, Luke Zettlemoyer, Gargi Ghosh, Wen-Tau Yih 외 arxiv

Modern language models are powerful, but typically static after deployment. A major obstacle to building models that continually learn over time is catastrophic forgetting, where updating on new data erases previously ac…

Continual LearningQuestion Answering

Kernelized Sparse Fine-Tuning with Bi-level Parameter Competition for Vision Models

2025-10-28 · Shufan Shen, Junshu Sun, Shuhui Wang, Qingming Huang arxiv

Parameter-efficient fine-tuning (PEFT) aims to adapt pre-trained vision models to downstream tasks. Among PEFT paradigms, sparse tuning achieves remarkable performance by adjusting only the weights most relevant to downs…

parameter-efficient fine-tuning

OmniMem: Scalable and Adaptive Memory Retrieval for Long Video Generation

2026-05-28 · Lin Zhao, Yushu Wu, Yifan Gong, Yanzhi Wang 외 arxiv

Autoregressive (AR) video generation extends videos by producing latent chunks sequentially, but scaling to long videos requires repeated access to a growing historical KV cache. Existing methods reduce this cost by trun…

Video Generation

Expanding the Prediction Capacity in Long Sequence Time-Series Forecasting

2023-05-01 · journal 2023 5 · H Zhou, J Li, S Zhang, M Yan 외

Many real-world applications show growing demand for the prediction of long sequence time-series, such as electricity consumption planning. Long sequence time-series forecasting (LSTF) requires a higher prediction capaci…

DecoderTime SeriesTime Series Forecasting

Dynamic Gradient Sparse Update for Edge Training

2025-03-23 · I-Hsuan Li, Tian-Sheuan Chang

Training on edge devices enables personalized model fine-tuning to enhance real-world performance and maintain data privacy. However, the gradient computation for backpropagation in the training requires significant memo…

channel selection