paper-with-me

Papers

Learning a Unified Classifier Incrementally via Rebalancing

2019-06-01 · CVPR 2019 6 · Saihui Hou, Xinyu Pan, Chen Change Loy, Zilei Wang, Dahua Lin

Conventionally, deep neural networks are trained offline, relying on a large dataset prepared in advance. This paradigm is often challenged in real-world applications, e.g. online services that involve continuous streams of incoming data. Recently, incremental learning receives increasing attention, and is considered as a promising solution to the practical challenges mentioned above. However, it has been observed that incremental learning is subject to a fundamental difficulty -- catastrophic forgetting, namely adapting a model to new data often results in severe performance degradation on previous tasks or classes. Our study reveals that the imbalance between previous and new data is a crucial cause to this problem. In this work, we develop a new framework for incrementally learning a unified classifier, e.g. a classifier that treats both old and new classes uniformly. Specifically, we incorporate three components, cosine normalization, less-forget constraint, and inter-class separation, to mitigate the adverse effects of the imbalance. Experiments show that the proposed method can effectively rebalance the training process, thus obtaining superior performance compared to the existing methods. On CIFAR-100 and ImageNet, our method can reduce the classification errors by more than 6% and 13% respectively, under the incremental setting of 10 phases.

📄 PDF Abstract BibTeX

Code (3)

aimagelab/mammoth pytorch
hshustc/CVPR19_Incremental_Learning pytorch
mmasana/FACIL pytorch

Tasks

Class Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Beyond Rebalancing: Benchmarking Binary Classifiers Under Class Imbalance Without Rebalancing Techniques

2025-09-09 · Ali Nawaz, Amir Ahmad, Shehroz S. Khan arxiv

Class imbalance poses a significant challenge to supervised classification, particularly in critical domains like medical diagnostics and anomaly detection where minority class instances are rare. While numerous studies …

Anomaly Detection

Rebalancing Learning on Evolving Data Streams

2019-11-17 · Alessio Bernardo, Emanuele Della Valle, Albert Bifet

Nowadays, every device connected to the Internet generates an ever-growing stream of data (formally, unbounded). Machine Learning on unbounded data streams is a grand challenge due to its resource constraints. In fact, s…

BIG-bench Machine Learning

DeepAries: Adaptive Rebalancing Interval Selection for Enhanced Portfolio Selection

2025-09-11 · Jinkyu Kim, Hyunjung Yi, Mogan Gim, Donghee Choi 외 arxiv

We propose DeepAries , a novel deep reinforcement learning framework for dynamic portfolio management that jointly optimizes the timing and allocation of rebalancing decisions. Unlike prior reinforcement learning methods…

Reinforcement Learning

Composing and Embedding the Words-as-Classifiers Model of Grounded Semantics

2019-11-08 · Daniele Moro, Stacy Black, Casey Kennington

The words-as-classifiers model of grounded lexical semantics learns a semantic fitness score between physical entities and the words that are used to denote those entities. In this paper, we explore how such a model can …

Posterior Re-calibration for Imbalanced Datasets

2020-10-22 · NeurIPS 2020 12 · Junjiao Tian, Yen-Cheng Liu, Nathan Glaser, Yen-Chang Hsu 외

Neural Networks can perform poorly when the training label distribution is heavily imbalanced, as well as when the testing data differs from the training distribution. In order to deal with shift in the testing label dis…

Long-tail LearningSemantic Segmentation