paper-with-me

Papers

Exemplar-free Class Incremental Learning via Discriminative and Comparable One-class Classifiers

2022-01-05 · Wenju Sun, Qingyong Li, Jing Zhang, Danyu Wang, Wen Wang, Yangli-ao Geng

The exemplar-free class incremental learning requires classification models to learn new class knowledge incrementally without retaining any old samples. Recently, the framework based on parallel one-class classifiers (POC), which trains a one-class classifier (OCC) independently for each category, has attracted extensive attention, since it can naturally avoid catastrophic forgetting. POC, however, suffers from weak discriminability and comparability due to its independent training strategy for different OOCs. To meet this challenge, we propose a new framework, named Discriminative and Comparable One-class classifiers for Incremental Learning (DisCOIL). DisCOIL follows the basic principle of POC, but it adopts variational auto-encoders (VAE) instead of other well-established one-class classifiers (e.g. deep SVDD), because a trained VAE can not only identify the probability of an input sample belonging to a class but also generate pseudo samples of the class to assist in learning new tasks. With this advantage, DisCOIL trains a new-class VAE in contrast with the old-class VAEs, which forces the new-class VAE to reconstruct better for new-class samples but worse for the old-class pseudo samples, thus enhancing the comparability. Furthermore, DisCOIL introduces a hinge reconstruction loss to ensure the discriminability. We evaluate our method extensively on MNIST, CIFAR10, and Tiny-ImageNet. The experimental results show that DisCOIL achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2201.01488

Code (1)

SunWenJu123/DCPOC 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningExemplar-FreeExemplar-Free CountingIncremental LearningOne-class classifier

Similar Papers 제목 키워드 기반

Self-distilled Knowledge Delegator for Exemplar-free Class Incremental Learning

2022-05-23 · Fanfan Ye, Liang Ma, Qiaoyong Zhong, Di Xie 외

Exemplar-free incremental learning is extremely challenging due to inaccessibility of data from old tasks. In this paper, we attempt to exploit the knowledge encoded in a previously trained classification model to handle…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

Exemplar-Free Class Incremental Learning via Incremental Representation

2024-03-24 · Libo Huang, Zhulin An, Yan Zeng, Chuanguang Yang 외

Exemplar-Free Class Incremental Learning (efCIL) aims to continuously incorporate the knowledge from new classes while retaining previously learned information, without storing any old-class exemplars (i.e., samples). Fo…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Class-Incremental Exemplar Compression for Class-Incremental Learning

2023-03-24 · CVPR 2023 1 · Zilin Luo, Yaoyao Liu, Bernt Schiele, Qianru Sun

Exemplar-based class-incremental learning (CIL) finetunes the model with all samples of new classes but few-shot exemplars of old classes in each incremental phase, where the "few-shot" abides by the limited memory budge…

Bilevel Optimizationclass-incremental learningClass Incremental LearningIncremental Learning

PointCLIMB: An Exemplar-Free Point Cloud Class Incremental Benchmark

2023-04-13 · Shivanand Kundargi, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

Point clouds offer comprehensive and precise data regarding the contour and configuration of objects. Employing such geometric and topological 3D information of objects in class incremental learning can aid endless appli…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

On the Discrimination and Consistency for Exemplar-Free Class Incremental Learning

2025-01-26 · Tianqi Wang, Jingcai Guo, Depeng Li, Zhi Chen

Exemplar-free class incremental learning (EF-CIL) is a nontrivial task that requires continuously enriching model capability with new classes while maintaining previously learned knowledge without storing and replaying a…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning