English

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

Machine Learning 2026-02-04 v1 Artificial Intelligence

Abstract

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=BAQ\Delta W = B A Q^\top, where BB and QQ are computed once from pretrained weights and kept frozen, and only AA is trained on the new task. The code is available at https://github.com/SalesforceAIResearch/PLATE.

Keywords

Cite

@article{arxiv.2602.03846,
  title  = {PLATE: Plasticity-Tunable Efficient Adapters for Geometry-Aware Continual Learning},
  author = {Romain Cosentino},
  journal= {arXiv preprint arXiv:2602.03846},
  year   = {2026}
}
R2 v1 2026-07-01T09:34:48.639Z