paper-with-me

홈 › Papers

PASS++: A Dual Bias Reduction Framework for Non-Exemplar Class-Incremental Learning

2024-07-19 · Fei Zhu, Xu-Yao Zhang, Zhen Cheng, Cheng-Lin Liu

Class-incremental learning (CIL) aims to recognize new classes incrementally while maintaining the discriminability of old classes. Most existing CIL methods are exemplar-based, i.e., storing a part of old data for retraining. Without relearning old data, those methods suffer from catastrophic forgetting. In this paper, we figure out two inherent problems in CIL, i.e., representation bias and classifier bias, that cause catastrophic forgetting of old knowledge. To address these two biases, we present a simple and novel dual bias reduction framework that employs self-supervised transformation (SST) in input space and prototype augmentation (protoAug) in deep feature space. On the one hand, SST alleviates the representation bias by learning generic and diverse representations that can transfer across different tasks. On the other hand, protoAug overcomes the classifier bias by explicitly or implicitly augmenting prototypes of old classes in the deep feature space, which poses tighter constraints to maintain previously learned decision boundaries. We further propose hardness-aware prototype augmentation and multi-view ensemble strategies, leading to significant improvements. The proposed framework can be easily integrated with pre-trained models. Without storing any samples of old classes, our method can perform comparably with state-of-the-art exemplar-based approaches which store plenty of old data. We hope to draw the attention of researchers back to non-exemplar CIL by rethinking the necessity of storing old samples in CIL.

📄 PDF Abstract BibTeX arXiv:2407.14029

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Network Pruning using Adaptive Exemplar Filters

2021-01-20 · Mingbao Lin, Rongrong Ji, Shaojie Li, Yan Wang 외

Popular network pruning algorithms reduce redundant information by optimizing hand-crafted models, and may cause suboptimal performance and long time in selecting filters. We innovatively introduce adaptive exemplar filt…

CPUFace RecognitionGPUNetwork Pruning

DQ-LoRe: Dual Queries with Low Rank Approximation Re-ranking for In-Context Learning

2023-10-04 · Jing Xiong, Zixuan Li, Chuanyang Zheng, Zhijiang Guo 외

Recent advances in natural language processing, primarily propelled by Large Language Models (LLMs), have showcased their remarkable capabilities grounded in in-context learning. A promising avenue for guiding LLMs in in…

Dimensionality ReductionIn-Context LearningRe-Ranking

Semantic Shift Estimation via Dual-Projection and Classifier Reconstruction for Exemplar-Free Class-Incremental Learning

2025-03-07 · Run He, Di Fang, Yicheng Xu, Yawen Cui 외

Exemplar-Free Class-Incremental Learning (EFCIL) aims to sequentially learn from distinct categories without retaining exemplars but easily suffers from catastrophic forgetting of learned knowledge. While existing EFCIL …

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning+1

Non-Exemplar Online Class-incremental Continual Learning via Dual-prototype Self-augment and Refinement

2023-03-20 · Fushuo Huo, Wenchao Xu, Jingcai Guo, Haozhao Wang 외

This paper investigates a new, practical, but challenging problem named Non-exemplar Online Class-incremental continual Learning (NO-CL), which aims to preserve the discernibility of base classes without buffering data e…

Continual Learning

SENet: A Spectral Filtering Approach to Represent Exemplars for Few-shot Learning

2023-05-30 · Tao Zhang, Wu Huang

Prototype is widely used to represent internal structure of category for few-shot learning, which was proposed as a simple inductive bias to address the issue of overfitting. However, since prototype representation is no…

ClassificationFew-Shot LearningInductive Bias