paper-with-me

Papers

Efficient Single-Step Framework for Incremental Class Learning in Neural Networks

2025-09-14 · Alejandro Dopico-Castro, Oscar Fontenla-Romero, Bertha Guijarro-Berdiñas, Amparo Alonso-Betanzos arxiv

Incremental learning remains a critical challenge in machine learning, as models often struggle with catastrophic forgetting -the tendency to lose previously acquired knowledge when learning new information. These challenges are even more pronounced in resource-limited settings. Many existing Class Incremental Learning (CIL) methods achieve high accuracy by continually adapting their feature representations; however, they often require substantial computational resources and complex, iterative training procedures. This work introduces CIFNet (Class Incremental and Frugal Network), a novel CIL approach that addresses these limitations by offering a highly efficient and sustainable solution. CIFNet's key innovation lies in its novel integration of several existing, yet separately explored, components: a pre-trained and frozen feature extractor, a compressed data buffer, and an efficient non-iterative one-layer neural network for classification. A pre-trained and frozen feature extractor eliminates computationally expensive fine-tuning of the backbone. This, combined with a compressed buffer for efficient memory use, enables CIFNet to perform efficient class-incremental learning through a single-step optimization process on fixed features, minimizing computational overhead and training time without requiring multiple weight updates. Experiments on benchmark datasets confirm that CIFNet effectively mitigates catastrophic forgetting at the classifier level, achieving high accuracy comparable to that of existing state-of-the-art methods, while substantially improving training efficiency and sustainability. CIFNet represents a significant advancement in making class-incremental learning more accessible and pragmatic in environments with limited resources, especially when strong pre-trained feature extractors are available.

📄 PDF Abstract BibTeX arXiv:2509.11285

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental Learning

Similar Papers 제목 키워드 기반

One Adapter for All: Towards Unified Representation in Step-Imbalanced Class-Incremental Learning

2026-03-10 · Xiaoyan Zhang, Jiangpeng He arxiv

Class-incremental learning (CIL) aims to acquire new classes over time while retaining prior knowledge, yet most setups and methods assume balanced task streams. In practice, the number of classes per task often varies s…

class-incremental learning

Bring Evanescent Representations to Life in Lifelong Class Incremental Learning

2022-01-01 · CVPR 2022 1 · Marco Toldo, Mete Ozay

In Class Incremental Learning (CIL), a classification model is progressively trained at each incremental step on an evolving dataset of new classes, while at the same time, it is required to preserve knowledge of all…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

RECALL: Replay-based Continual Learning in Semantic Segmentation

2021-08-08 · ICCV 2021 10 · Andrea Maracani, Umberto Michieli, Marco Toldo, Pietro Zanuttigh

Deep networks allow to obtain outstanding results in semantic segmentation, however they need to be trained in a single shot with a large amount of data. Continual learning settings where new classes are learned in incre…

Continual LearningGenerative Adversarial NetworkSemantic Segmentation

Class-incremental Learning using a Sequence of Partial Implicitly Regularized Classifiers

2021-04-04 · Sobirdzhon Bobiev, Adil Khan, Syed Muhammad Ahsan Raza Kazmi

In class-incremental learning, the objective is to learn a number of classes sequentially without having access to the whole training data. However, due to a problem known as catastrophic forgetting, neural networks suff…

class-incremental learningClass Incremental LearningIncremental Learning

Gene Incremental Learning for Single-Cell Transcriptomics

2025-11-14 · Jiaxin Qi, Yan Cui, Jianqiang Huang, Gaogang Xie arxiv

Classes, as fundamental elements of Computer Vision, have been extensively studied within incremental learning frameworks. In contrast, tokens, which play essential roles in many research fields, exhibit similar characte…

Class Incremental Learning