paper-with-me

홈 › Papers

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 model. Besides, as the model updates, the new model must re-extract features for the entire gallery set to maintain compatible feature space, imposing a high computational cost for a large gallery set. To address the issues of long-term visual search, we introduce a continual learning (CL) approach that can handle the incrementally growing gallery set with backward embedding consistency. We enforce the losses of inter-session data coherence, neighbor-session model coherence, and intra-session discrimination to conduct a continual learner. In addition to the disjoint setup, our CL solution also tackles the situation of increasingly adding new classes for the blurry boundary without assuming all categories known in the beginning and during model update. To our knowledge, this is the first CL method both tackling the issue of backward-consistent feature embedding and allowing novel classes to occur in the new sessions. Extensive experiments on various benchmarks show the efficacy of our approach under a wide range of setups.

📄 PDF Abstract BibTeX arXiv:2205.13384

Code (1)

ivclab/cvs 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

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

Towards stable training of parallel continual learning

2024-07-11 · Li Yuepan, Fan Lyu, Yuyang Li, Wei Feng 외

Parallel Continual Learning (PCL) tasks investigate the training methods for continual learning with multi-source input, where data from different tasks are learned as they arrive. PCL offers high training efficiency and…

Autonomous VehiclesContinual Learning

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

Domain-Aware Continual Zero-Shot Learning

2021-12-24 · Kai Yi, Paul Janson, Wenxuan Zhang, Mohamed Elhoseiny

Modern visual systems have a wide range of potential applications in vision tasks for natural science research, such as aiding in species discovery, monitoring animals in the wild, and so on. However, real-world vision t…

DisentanglementZero-Shot Learning

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 …

Continual LearningKnowledge Distillation