paper-with-me

Papers

A Comparative Study of Calibration Methods for Imbalanced Class Incremental Learning

2022-02-01 · Umang Aggarwal, Adrian Popescu, Eden Belouadah, Céline Hudelot

Deep learning approaches are successful in a wide range of AI problems and in particular for visual recognition tasks. However, there are still open problems among which is the capacity to handle streams of visual information and the management of class imbalance in datasets. Existing research approaches these two problems separately while they co-occur in real world applications. Here, we study the problem of learning incrementally from imbalanced datasets. We focus on algorithms which have a constant deep model complexity and use a bounded memory to store exemplars of old classes across incremental states. Since memory is bounded, old classes are learned with fewer images than new classes and an imbalance due to incremental learning is added to the initial dataset imbalance. A score prediction bias in favor of new classes appears and we evaluate a comprehensive set of score calibration methods to reduce it. Evaluation is carried with three datasets, using two dataset imbalance configurations and three bounded memory sizes. Results show that most calibration methods have beneficial effect and that they are most useful for lower bounded memory sizes, which are most interesting in practice. As a secondary contribution, we remove the usual distillation component from the loss function of incremental learning algorithms. We show that simpler vanilla fine tuning is a stronger backbone for imbalanced incremental learning algorithms.

📄 PDF Abstract BibTeX arXiv:2202.00386

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental LearningManagement

Similar Papers 제목 키워드 기반

A Comparative Study of Confidence Calibration in Deep Learning: From Computer Vision to Medical Imaging

2022-06-17 · Riqiang Gao, Thomas Li, Yucheng Tang, Zhoubing Xu 외

Although deep learning prediction models have been successful in the discrimination of different classes, they can often suffer from poor calibration across challenging domains including healthcare. Moreover, the long-ta…

Disease Predictionimage-classificationImage ClassificationPrediction

Post-Training Quantization of Generative and Discriminative LSTM Text Classifiers: A Study of Calibration, Class Balance, and Robustness

2025-07-13 · Md Mushfiqur Rahaman, Elliot Chang, Tasmiah Haque, Srinjoy Das arxiv

Text classification plays a pivotal role in edge computing applications like industrial monitoring, health diagnostics, and smart assistants, where low latency and high accuracy are both key requirements. Generative clas…

Text Classification

Does deep learning model calibration improve performance in class-imbalanced medical image classification?

2021-09-29 · Sivaramakrishnan Rajaraman, Prasanth Ganesan, Sameer Antani

In medical image classification tasks, it is common to find that the number of normal samples far exceeds the number of abnormal samples. In such class-imbalanced situations, reliable training of deep neural networks con…

image-classificationImage ClassificationMedical Image Classification

Rebalancing with Calibrated Sub-classes (RCS): A Statistical Fusion-based Framework for Robust Imbalanced Classification across Modalities

2025-10-10 · Priyobrata Mondal, Faizanuddin Ansari, Swagatam Das arxiv

Class imbalance, where certain classes have insufficient data, poses a critical challenge for robust classification, often biasing models toward majority classes. Distribution calibration offers a promising avenue to add…

Class-Distribution-Aware Calibration for Long-Tailed Visual Recognition

2021-09-11 · Mobarakol Islam, Lalithkumar Seenivasan, Hongliang Ren, Ben Glocker

Despite impressive accuracy, deep neural networks are often miscalibrated and tend to overly confident predictions. Recent techniques like temperature scaling (TS) and label smoothing (LS) show effectiveness in obtaining…