paper-with-me

Papers

Online Analytic Exemplar-Free Continual Learning with Large Models for Imbalanced Autonomous Driving Task

2024-05-28 · Huiping Zhuang, Di Fang, Kai Tong, Yuchen Liu, Ziqian Zeng, Xu Zhou, Cen Chen

In autonomous driving, even a meticulously trained model can encounter failures when facing unfamiliar scenarios. One of these scenarios can be formulated as an online continual learning (OCL) problem. That is, data come in an online fashion, and models are updated according to these streaming data. Two major OCL challenges are catastrophic forgetting and data imbalance. To address these challenges, in this paper, we propose an Analytic Exemplar-Free Online Continual Learning algorithm (AEF-OCL). The AEF-OCL leverages analytic continual learning principles and employs ridge regression as a classifier for features extracted by a large backbone network. It solves the OCL problem by recursively calculating the analytical solution, ensuring an equalization between the continual learning and its joint-learning counterpart, and works without the need to save any used samples (i.e., exemplar-free). Additionally, we introduce a Pseudo-Features Generator (PFG) module that recursively estimates the mean and the variance of real features for each class. It over-samples offset pseudo-features from the same normal distribution as the real features, thereby addressing the data imbalance issue. Experimental results demonstrate that despite being an exemplar-free strategy, our method outperforms various methods on the autonomous driving SODA10M dataset. Source code is available at https://github.com/ZHUANGHP/Analytic-continual-learning.

📄 PDF Abstract BibTeX arXiv:2405.17779

Code (1)

ZHUANGHP/Analytic-continual-learning 공식 구현 pytorch

Tasks

Autonomous DrivingContinual LearningExemplar-Free

Similar Papers 제목 키워드 기반

Exemplar-free Online Continual Learning

2022-02-11 · Jiangpeng He, Fengqing Zhu

Targeted for real world scenarios, online continual learning aims to learn new tasks from sequentially available data under the condition that each data is observed only once by the learner. Though recent works have made…

Continual LearningExemplar-Freeimage-classificationImage Classification

AnalyticKWS: Towards Exemplar-Free Analytic Class Incremental Learning for Small-footprint Keyword Spotting

2025-05-17 · Yang Xiao, Tianyi Peng, Rohan Kumar Das, Yuchen Hu 외

Keyword spotting (KWS) offers a vital mechanism to identify spoken commands in voice-enabled systems, where user demands often shift, requiring models to learn new keywords continually over time. However, a major problem…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+3

AIR: Analytic Imbalance Rectifier for Continual Learning

2024-08-19 · Di Fang, Yinan Zhu, Runze Fang, Cen Chen 외

Continual learning enables AI models to learn new data sequentially without retraining in real-world scenarios. Most existing methods assume the training data are balanced, aiming to reduce the catastrophic forgetting pr…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

GACL: Exemplar-Free Generalized Analytic Continual Learning

2024-03-23 · Huiping Zhuang, Yizhu Chen, Di Fang, Run He 외

Class incremental learning (CIL) trains a network on sequential tasks with separated categories in each task but suffers from catastrophic forgetting, where models quickly lose previously learned knowledge when acquiring…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

Random Representations Outperform Online Continually Learned Representations

2024-02-13 · Ameya Prabhu, Shiven Sinha, Ponnurangam Kumaraguru, Philip H. S. Torr 외

Continual learning has primarily focused on the issue of catastrophic forgetting and the associated stability-plasticity tradeoffs. However, little attention has been paid to the efficacy of continually learned represent…

Continual LearningExemplar-FreeRepresentation Learning