paper-with-me

홈 › Papers

Preserving Linear Separability in Continual Learning by Backward Feature Projection

2023-03-26 · CVPR 2023 1 · Qiao Gu, Dongsub Shim, Florian Shkurti

Catastrophic forgetting has been a major challenge in continual learning, where the model needs to learn new tasks with limited or no access to data from previously seen tasks. To tackle this challenge, methods based on knowledge distillation in feature space have been proposed and shown to reduce forgetting. However, most feature distillation methods directly constrain the new features to match the old ones, overlooking the need for plasticity. To achieve a better stability-plasticity trade-off, we propose Backward Feature Projection (BFP), a method for continual learning that allows the new features to change up to a learnable linear transformation of the old features. BFP preserves the linear separability of the old classes while allowing the emergence of new feature directions to accommodate new classes. BFP can be integrated with existing experience replay methods and boost performance by a significant margin. We also demonstrate that BFP helps learn a better representation space, in which linear separability is well preserved during continual learning and linear probing achieves high classification accuracy. The code can be found at https://github.com/rvl-lab-utoronto/BFP

📄 PDF Abstract BibTeX arXiv:2303.14595

Code (1)

rvl-lab-utoronto/bfp 공식 구현 pytorch

Tasks

Continual LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Boosting Network Weight Separability via Feed-Backward Reconstruction

2019-10-20 · Jongmin Yu, Hyeontaek Oh

This paper proposes a new evaluation metric and boosting method for weight separability in neural network design. In contrast to general visual recognition methods designed to encourage both intra-class compactness and i…

Face Recognitionimage-classificationImage Classification

Unsupervised Continual Clustering via Forward-Backward Knowledge Distillation

2026-06-05 · Mohammadreza Sadeghi, Sareh Soleimani, Zihan Wang, Narges Armanfard arxiv

Unsupervised Continual Learning (UCL) aims to enable neural networks to learn sequential tasks without labels or access to past data. A major challenge in this setting is Catastrophic Forgetting, where models forget prev…

Knowledge DistillationContinual Learning

Continual Learning for Visual Search with Backward Consistent Feature Embedding

2022-05-26 · CVPR 2022 1 · Timmy S. T. Wan, Jun-Cheng Chen, Tzer-Yi Wu, Chu-Song Chen

In visual search, the gallery set could be incrementally growing and added to the database in practice. However, existing methods rely on the model trained on the entire dataset, ignoring the continual updating of the mo…

Continual Learning

Turning Back Without Forgetting: Selective Backward Refinement for Parameter-Efficient Continual Learning

2026-05-31 · Anushka Tiwari, Kaiyi Ji arxiv

While prompt-based parameter-efficient continual learning mitigates catastrophic forgetting by isolating task-specific prompts, this isolation also limits later tasks from improving earlier ones, leaving backward knowled…

Continual Learning

The Urysohn Ladder: Recursive Metric Contraction for Scalable Continual Learning

2025-12-20 · Xin Li arxiv

Continual learning systems face a fundamental geometric obstacle: as experience accumulates on a fixed-capacity manifold, covering numbers grow linearly with time, eventually forcing representational overlap and catastro…

Continual Learning