paper-with-me

Papers

Versatile Incremental Learning: Towards Class and Domain-Agnostic Incremental Learning

2024-09-17 · Min-Yeong Park, Jae-Ho Lee, Gyeong-Moon Park

Incremental Learning (IL) aims to accumulate knowledge from sequential input tasks while overcoming catastrophic forgetting. Existing IL methods typically assume that an incoming task has only increments of classes or domains, referred to as Class IL (CIL) or Domain IL (DIL), respectively. In this work, we consider a more challenging and realistic but under-explored IL scenario, named Versatile Incremental Learning (VIL), in which a model has no prior of which of the classes or domains will increase in the next task. In the proposed VIL scenario, the model faces intra-class domain confusion and inter-domain class confusion, which makes the model fail to accumulate new knowledge without interference with learned knowledge. To address these issues, we propose a simple yet effective IL framework, named Incremental Classifier with Adaptation Shift cONtrol (ICON). Based on shifts of learnable modules, we design a novel regularization method called Cluster-based Adaptation Shift conTrol (CAST) to control the model to avoid confusion with the previously learned knowledge and thereby accumulate the new knowledge more effectively. Moreover, we introduce an Incremental Classifier (IC) which expands its output nodes to address the overwriting issue from different domains corresponding to a single class while maintaining the previous knowledge. We conducted extensive experiments on three benchmarks, showcasing the effectiveness of our method across all the scenarios, particularly in cases where the next task can be randomly altered. Our implementation code is available at https://github.com/KHU-AGI/VIL.

📄 PDF Abstract BibTeX arXiv:2409.10956

Code (1)

khu-agi/vil 공식 구현 pytorch

Tasks

Incremental Learning

Similar Papers 제목 키워드 기반

Advancing Cross-domain Discriminability in Continual Learning of Vision-Language Models

2024-06-27 · Yicheng Xu, Yuxin Chen, Jiahao Nie, Yusong Wang 외

Continual learning (CL) with Vision-Language Models (VLMs) has overcome the constraints of traditional CL, which only focuses on previously encountered classes. During the CL of VLMs, we need not only to prevent the cata…

Continual LearningIncremental LearningMemorizationregression

Universal Incremental Learning: Mitigating Confusion from Inter- and Intra-task Distribution Randomness

2025-03-10 · Sheng Luo, Yi Zhou, Tao Zhou

Incremental learning (IL) aims to overcome catastrophic forgetting of previous tasks while learning new ones. Existing IL methods make strong assumptions that the incoming task type will either only increases new classes…

Incremental Learning

TADIL: Task-Agnostic Domain-Incremental Learning through Task-ID Inference using Transformer Nearest-Centroid Embeddings

2023-06-21 · Gusseppe Bravo-Rocca, Peini Liu, Jordi Guitart, Ajay Dholakia 외

Machine Learning (ML) models struggle with data that changes over time or across domains due to factors such as noise, occlusion, illumination, or frequency, unlike humans who can learn from such non independent and iden…

Continual LearningIncremental Learning

Video Domain Incremental Learning for Human Action Recognition in Home Environments

2024-12-22 · Yuanda Hu, Xing Liu, Meiying Li, Yate Ge 외

It is significantly challenging to recognize daily human actions in homes due to the diversity and dynamic changes in unconstrained home environments. It spurs the need to continually adapt to various users and scenes. F…

Action Recognitionclass-incremental learningClass Incremental LearningContinual Learning+3

DuET: Dual Incremental Object Detection via Exemplar-Free Task Arithmetic

2025-06-26 · Munish Monga, Vishal Chudasama, Pankaj Wasnik, Biplab Banerjee

Real-world object detection systems, such as those in autonomous driving and surveillance, must continuously learn new object categories and simultaneously adapt to changing environmental conditions. Existing approaches,…

Autonomous DrivingAvgClass-Incremental Object DetectionExemplar-Free+5