paper-with-me

홈 › Papers

Temporal Imbalance of Positive and Negative Supervision in Class-Incremental Learning

2026-03-02 · Jinge Ma, Fengqing Zhu arxiv

With the widespread adoption of deep learning in visual tasks, Class-Incremental Learning (CIL) has become an important paradigm for handling dynamically evolving data distributions. However, CIL faces the core challenge of catastrophic forgetting, often manifested as a prediction bias toward new classes. Existing methods mainly attribute this bias to intra-task class imbalance and focus on corrections at the classifier head. In this paper, we highlight an overlooked factor -- temporal imbalance -- as a key cause of this bias. Earlier classes receive stronger negative supervision toward the end of training, leading to asymmetric precision and recall. We establish a temporal supervision model, formally define temporal imbalance, and propose Temporal-Adjusted Loss (TAL), which uses a temporal decay kernel to construct a supervision strength vector and dynamically reweight the negative supervision in cross-entropy loss. Theoretical analysis shows that TAL degenerates to standard cross-entropy under balanced conditions and effectively mitigates prediction bias under imbalance. Extensive experiments demonstrate that TAL significantly reduces forgetting and improves performance on multiple CIL benchmarks, underscoring the importance of temporal modeling for stable long-term learning.

📄 PDF Abstract BibTeX arXiv:2603.02280

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learning

Similar Papers 제목 키워드 기반

Micro Text Classification Based on Balanced Positive-Unlabeled Learning

2025-03-17 · Lin-Han Jia, Lan-Zhe Guo, Zhi Zhou, Si-Ye Han 외

In real-world text classification tasks, negative texts often contain a minimal proportion of negative content, which is especially problematic in areas like text quality control, legal risk screening, and sensitive info…

text-classificationText Classification

Bootstrapping Semi-supervised Medical Image Segmentation with Anatomical-aware Contrastive Distillation

2022-06-06 · Chenyu You, Weicheng Dai, Yifei Min, Lawrence Staib 외

Contrastive learning has shown great promise over annotation scarcity problems in the context of medical image segmentation. Existing approaches typically assume a balanced class distribution for both labeled and unlabel…

Contrastive LearningImage SegmentationMedical Image SegmentationSegmentation+2

Meta-Learning for One-Class Classification with Few Examples using Order-Equivariant Network

2020-07-08 · Ademola Oladosu, Tony Xu, Philip Ekfeldt, Brian A. Kelly 외

This paper presents a meta-learning framework for few-shots One-Class Classification (OCC) at test-time, a setting where labeled examples are only available for the positive class, and no supervision is given for the neg…

Anomaly DetectionAstronomyGeneral Classificationimbalanced classification+2

Positive and Unlabeled Learning through Negative Selection and Imbalance-aware Classification

2018-05-18 · Marco Frasca, Nicolò Cesa-Bianchi

Motivated by applications in protein function prediction, we consider a challenging supervised classification setting in which positive labels are scarce and there are no explicit negative labels. The learning algorithm …

Active LearningGeneral ClassificationPredictionProtein Function Prediction

VITAL: VIsual Tracking via Adversarial Learning

2018-04-12 · CVPR 2018 6 · Yibing Song, Chao Ma, Xiaohe Wu, Lijun Gong 외

The tracking-by-detection framework consists of two stages, i.e., drawing samples around the target object in the first stage and classifying each sample as the target object or as background in the second stage. The per…

General ClassificationVisual Tracking