paper-with-me

홈 › Papers

PLATE: Plasticity-Tunable Efficient Adapters for Geometry-Aware Continual Learning

2026-02-03 · Romain Cosentino arxiv

We develop a continual learning method for pretrained models that \emph{requires no access to old-task data}, addressing a practical barrier in foundation model adaptation where pretraining distributions are often unavailable. Our key observation is that pretrained networks exhibit substantial \emph{geometric redundancy}, and that this redundancy can be exploited in two complementary ways. First, redundant neurons provide a proxy for dominant pretraining-era feature directions, enabling the construction of approximately protected update subspaces directly from pretrained weights. Second, redundancy offers a natural bias for \emph{where} to place plasticity: by restricting updates to a subset of redundant neurons and constraining the remaining degrees of freedom, we obtain update families with reduced functional drift on the old-data distribution and improved worst-case retention guarantees. These insights lead to \textsc{PLATE} (\textbf{Pla}sticity-\textbf{T}unable \textbf{E}fficient Adapters), a continual learning method requiring no past-task data that provides explicit control over the plasticity-retention trade-off. PLATE parameterizes each layer with a structured low-rank update $ΔW = B A Q^\top$, where $B$ and $Q$ are computed once from pretrained weights and kept frozen, and only $A$ is trained on the new task. The code is available at https://github.com/SalesforceAIResearch/PLATE.

📄 PDF Abstract BibTeX arXiv:2602.03846

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

DARA: Domain- and Relation-aware Adapters Make Parameter-efficient Tuning for Visual Grounding

2024-05-10 · Ting Liu, Xuyang Liu, Siteng Huang, Honggang Chen 외

Visual grounding (VG) is a challenging task to localize an object in an image based on a textual description. Recent surge in the scale of VG models has substantially improved performance, but also introduced a significa…

RelationSpatial ReasoningTransfer LearningVisual Grounding

Diving into Kronecker Adapters: Component Design Matters

2026-02-01 · Jiayu Bai, Danchen Yu, Zhenyu Liao, TianQi Hou 외 arxiv

Kronecker adapters have emerged as a promising approach for fine-tuning large-scale models, enabling high-rank updates through tunable component structures. However, existing work largely treats the component structure a…

Geo-LoRA: Geometry-Aware Subspace Evolution for Low-Rank Adaptation in Continual Learning

2026-08-27 · Yibo Feng arxiv

Rehearsal-free class-incremental learning (CIL) with LoRA adapters remains challenging because the low-rank subspaces updated across tasks evolve without geometric control, causing unstable shared representations and rep…

class-incremental learningContinual Learning

DIMoE-Adapters: Dynamic Expert Evolution for Continual Learning in Vision-Language Models

2026-05-08 · Mengxin Qin, Xiang Zhang, Xi Wang, Kun Wei 외 arxiv

Continual learning enables vision-language models to accumulate knowledge and adapt to evolving tasks without retraining from scratch. However, in multi-domain task-incremental learning, large domain shifts intensify the…

Incremental LearningContinual Learning

Plasticity vs. Rigidity: The Impact of Low-Rank Adapters on Reasoning on a Micro-Budget

2026-01-10 · Zohaib Khan, Omer Tafveez, Zoha Hayat Bhatti arxiv

Recent advances in mathematical reasoning typically rely on massive scale, yet the question remains: can strong reasoning capabilities be induced in small language models ($\leq1.5\text{B}$) under extreme constraints? We…

Reinforcement LearningMathematical Reasoning