paper-with-me

Papers

Learning in the Null Space: Small Singular Values for Continual Learning

2026-02-25 · Cuong Anh Pham, Praneeth Vepakomma, Samuel Horváth arxiv

Alleviating catastrophic forgetting while enabling further learning is a primary challenge in continual learning (CL). Orthogonal-based training methods have gained attention for their efficiency and strong theoretical properties, and many existing approaches enforce orthogonality through gradient projection. In this paper, we revisit orthogonality and exploit the fact that small singular values correspond to directions that are nearly orthogonal to the input space of previous tasks. Building on this principle, we introduce NESS (Null-space Estimated from Small Singular values), a CL method that applies orthogonality directly in the weight space rather than through gradient manipulation. Specifically, NESS constructs an approximate null space using the smallest singular values of each layer's input representation and parameterizes task-specific updates via a compact low-rank adaptation (LoRA-style) formulation constrained to this subspace. The subspace basis is fixed to preserve the null-space constraint, and only a single trainable matrix is learned for each task. This design ensures that the resulting updates remain approximately in the null space of previous inputs while enabling adaptation to new tasks. Our theoretical analysis and experiments on three benchmark datasets demonstrate competitive performance, low forgetting, and stable accuracy across tasks, highlighting the role of small singular values in continual learning. The code is available at https://github.com/pacman-ctm/NESS.

📄 PDF Abstract BibTeX arXiv:2602.21919

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Small coherence implies the weak Null Space Property

2016-06-29 · Stéphane Chrétien, Zhen Wai Olivier Ho

In the Compressed Sensing community, it is well known that given a matrix $X \in \mathbb R^{n\times p}$ with $\ell_2$ normalized columns, the Restricted Isometry Property (RIP) implies the Null Space Property (NSP). It i…

compressed sensing

Training Networks in Null Space of Feature Covariance for Continual Learning

2021-03-12 · CVPR 2021 1 · Shipeng Wang, Xiaorong Li, Jian Sun, Zongben Xu

In the setting of continual learning, a network is trained on a sequence of tasks, and suffers from catastrophic forgetting. To balance plasticity and stability of network in continual learning, in this paper, we propose…

Continual Learning

A random algorithm for low-rank decomposition of large-scale matrices with missing entries

2014-11-04 · Yiguang Liu

A Random SubMatrix method (RSM) is proposed to calculate the low-rank decomposition of large-scale matrices with known entry percentage \rho. RSM is very fast as the floating-point operations (flops) required are compare…

SingularClip: Preventing Spectral Collapse to Maintain Plasticity in Continual and Reinforcement Learning

2026-08-18 · Tyler Kastner, Nimrod De La Vega, Amir-massoud Farahmand arxiv

Neural networks trained on nonstationary tasks frequently lose the ability to fit new targets, a phenomenon referred to as loss of plasticity. We identify a novel source of plasticity loss due to the growing anisotropy o…

Reinforcement Learning

Balancing Stability and Plasticity through Advanced Null Space in Continual Learning

2022-07-25 · Yajing Kong, Liu Liu, Zhen Wang, DaCheng Tao

Continual learning is a learning paradigm that learns tasks sequentially with resources constraints, in which the key challenge is stability-plasticity dilemma, i.e., it is uneasy to simultaneously have the stability to …

Continual Learning