paper-with-me

Papers

Memory Efficient Class-Incremental Learning for Image Classification

2020-08-04 · Hanbin Zhao, Hui Wang, Yongjian Fu, Fei Wu, Xi Li

With the memory-resource-limited constraints, class-incremental learning (CIL) usually suffers from the "catastrophic forgetting" problem when updating the joint classification model on the arrival of newly added classes. To cope with the forgetting problem, many CIL methods transfer the knowledge of old classes by preserving some exemplar samples into the size-constrained memory buffer. To utilize the memory buffer more efficiently, we propose to keep more auxiliary low-fidelity exemplar samples rather than the original real high-fidelity exemplar samples. Such a memory-efficient exemplar preserving scheme makes the old-class knowledge transfer more effective. However, the low-fidelity exemplar samples are often distributed in a different domain away from that of the original exemplar samples, that is, a domain shift. To alleviate this problem, we propose a duplet learning scheme that seeks to construct domain-compatible feature extractors and classifiers, which greatly narrows down the above domain gap. As a result, these low-fidelity auxiliary exemplar samples have the ability to moderately replace the original exemplar samples with a lower memory cost. In addition, we present a robust classifier adaptation scheme, which further refines the biased classifier (learned with the samples containing distillation label knowledge about old classes) with the help of the samples of pure true class labels. Experimental results demonstrate the effectiveness of this work against the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2008.01411

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationclass-incremental learningClass Incremental LearningGeneral Classificationimage-classificationImage ClassificationIncremental LearningTransfer Learning

Similar Papers 제목 키워드 기반

FearNet: Brain-Inspired Model for Incremental Learning

2017-11-28 · ICLR 2018 1 · Ronald Kemker, Christopher Kanan

Incremental class learning involves sequentially learning classes in bursts of examples from the same class. This violates the assumptions that underlie methods for training standard deep neural networks, and will cause …

Audio ClassificationIncremental Learningmodel

Memory-Efficient Incremental Learning Through Feature Adaptation

2020-04-01 · ECCV 2020 8 · Ahmet Iscen, Jeffrey Zhang, Svetlana Lazebnik, Cordelia Schmid

We introduce an approach for incremental learning that preserves feature descriptors of training images from previously learned classes, instead of the images themselves, unlike most existing work. Keeping the much lower…

Incremental Learning

Class-incremental learning: survey and performance evaluation on image classification

2020-10-28 · Marc Masana, Xialei Liu, Bartlomiej Twardowski, Mikel Menta 외

For future learning systems, incremental learning is desirable because it allows for: efficient resource usage by eliminating the need to retrain from scratch at the arrival of new data; reduced memory usage by preventin…

class-incremental learningClass Incremental LearningContinual LearningGeneral Classification+4

Memory-Modular Classification: Learning to Generalize with Memory Replacement

2025-04-08 · Dahyun Kang, Ahmet Iscen, Eunchan Jo, Sua Choi 외

We propose a novel memory-modular learner for image classification that separates knowledge memorization from reasoning. Our model enables effective generalization to new classes by simply replacing the memory contents, …

Classificationimage-classificationImage ClassificationMemorization+1

A Memory Transformer Network for Incremental Learning

2022-10-10 · Ahmet Iscen, Thomas Bird, Mathilde Caron, Alireza Fathi 외

We study class-incremental learning, a training setup in which new classes of data are observed over time for the model to learn from. Despite the straightforward problem formulation, the naive application of classificat…

class-incremental learningClass Incremental LearningIncremental Learning