中文
相关论文

相关论文: General Incremental Learning with Domain-aware Cat…

200 篇论文

Continual learning (CL) aims to train models sequentially over multiple domains without forgetting previously learned knowledge. However, existing CL methods optimize for in-domain performance and are therefore prone to learning spurious,…

机器学习 · 计算机科学 2026-05-18 Pascal Janetzky , Tobias Schlagenhauf , Stefan Feuerriegel

Continual learning tries to learn new tasks without forgetting previously learned ones. In reality, most of the existing artificial neural network(ANN) models fail, while humans do the same by remembering previous works throughout their…

计算机视觉与模式识别 · 计算机科学 2021-05-18 Subhankar Ghosh

Incremental learning suffers from two challenging problems; forgetting of old knowledge and intransigence on learning new knowledge. Prediction by the model incrementally learned with a subset of the dataset are thus uncertain and the…

机器学习 · 计算机科学 2019-02-05 Dahyun Kim , Jihwan Bae , Yeonsik Jo , Jonghyun Choi

Sequential learning in deep models often suffers from challenges such as catastrophic forgetting and loss of plasticity, largely due to the permutation dependence of gradient-based algorithms, where the order of training data impacts the…

机器学习 · 计算机科学 2024-10-31 Akhilan Boopathy , Aneesh Muppidi , Peggy Yang , Abhiram Iyer , William Yue , Ila Fiete

Recognizing new objects by learning from a few labeled examples in an evolving environment is crucial to obtain excellent generalization ability for real-world machine learning systems. A typical setting across current meta learning…

机器学习 · 计算机科学 2021-09-30 Zhenyi Wang , Tiehang Duan , Le Fang , Qiuling Suo , Mingchen Gao

Continual learning is increasingly sought after in real world machine learning applications, as it enables learning in a more human-like manner. Conventional machine learning approaches fail to achieve this, as incrementally updating the…

计算机视觉与模式识别 · 计算机科学 2023-10-31 Joe Khawand , Peter Hanappe , David Colliaux

Modern machine learning systems need to be able to cope with constantly arriving and changing data. Two main areas of research dealing with such scenarios are continual learning and data stream mining. Continual learning focuses on…

机器学习 · 计算机科学 2021-04-27 Łukasz Korycki , Bartosz Krawczyk

To cope with real-world dynamics, an intelligent system needs to incrementally acquire, update, accumulate, and exploit knowledge throughout its lifetime. This ability, known as continual learning, provides a foundation for AI systems to…

机器学习 · 计算机科学 2024-02-07 Liyuan Wang , Xingxing Zhang , Hang Su , Jun Zhu

The stability-plasticity dilemma is a major challenge in continual learning, as it involves balancing the conflicting objectives of maintaining performance on previous tasks while learning new tasks. In this paper, we propose the…

机器学习 · 计算机科学 2024-03-06 Haneol Kang , Dong-Wan Choi

This paper addresses the challenge of incremental learning in growing graphs with increasingly complex tasks. The goal is to continuously train a graph model to handle new tasks while retaining proficiency in previous tasks via memory…

机器学习 · 计算机科学 2025-03-04 Ziyue Qiao , Junren Xiao , Qingqiang Sun , Meng Xiao , Xiao Luo , Hui Xiong

Continual learning models for stationary data focus on learning and retaining concepts coming to them in a sequential manner. In the most generic class-incremental environment, we have to be ready to deal with classes coming one by one,…

机器学习 · 计算机科学 2023-07-11 Lukasz Korycki , Bartosz Krawczyk

Incremental Learning is well known machine learning approach wherein the weights of the learned model are dynamically and gradually updated to generalize on new unseen data without forgetting the existing knowledge. Incremental learning…

计算机视觉与模式识别 · 计算机科学 2018-07-25 Pratyush Kumar , Muktabh Mayank Srivastava

The ability to learn new concepts continually is necessary in this ever-changing world. However, deep neural networks suffer from catastrophic forgetting when learning new categories. Many works have been proposed to alleviate this…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Fu-Yun Wang , Da-Wei Zhou , Han-Jia Ye , De-Chuan Zhan

Incremental learning of semantic segmentation has emerged as a promising strategy for visual scene interpretation in the open- world setting. However, it remains challenging to acquire novel classes in an online fashion for the segmentation…

计算机视觉与模式识别 · 计算机科学 2021-08-10 Shipeng Yan , Jiale Zhou , Jiangwei Xie , Songyang Zhang , Xuming He

In continual learning, the learner learns multiple tasks in sequence, with data being acquired only once for each task. Catastrophic forgetting is a major challenge to continual learning. To reduce forgetting, some existing rehearsal-based…

机器学习 · 计算机科学 2023-10-13 Zihao Xu , Xuan Tang , Yufei Shi , Jianfeng Zhang , Jian Yang , Mingsong Chen , Xian Wei

Human intelligence gradually accepts new information and accumulates knowledge throughout the lifespan. However, deep learning models suffer from a catastrophic forgetting phenomenon, where they forget previous knowledge when acquiring new…

计算机视觉与模式识别 · 计算机科学 2023-05-10 Jisu Han , Jaemin Na , Wonjun Hwang

Data collection and annotation are time-consuming in machine learning, expecially for large scale problem. A common approach for this problem is to transfer knowledge from a related labeled domain to a target one. There are two popular ways…

机器学习 · 计算机科学 2020-07-09 Jiawei Wang , Zhaoshui He , Chengjian Feng , Zhouping Zhu , Qinzhuang Lin , Jun Lv , Shengli Xie

Class imbalance remains a major challenge in machine learning, especially in multi-class problems with long-tailed distributions. Existing methods, such as data resampling, cost-sensitive techniques, and logistic loss modifications, though…

机器学习 · 计算机科学 2025-12-30 Corinna Cortes , Anqi Mao , Mehryar Mohri , Yutao Zhong

A primary goal of class-incremental learning is to strike a balance between stability and plasticity, where models should be both stable enough to retain knowledge learned from previously seen classes, and plastic enough to learn concepts…

计算机视觉与模式识别 · 计算机科学 2023-04-05 Dongwan Kim , Bohyung Han

Continual learning aims to acquire tasks sequentially without catastrophic forgetting, yet standard strategies face a core tradeoff: regularization-based methods (e.g., EWC) can overconstrain updates when task optima are weakly overlapping,…

机器学习 · 计算机科学 2026-05-28 Zekun Wang , Anant Gupta , Christopher J. MacLellan