arXiv Analytics

Sign in

arXiv:2303.13113 [cs.LG]AbstractReferencesReviewsResources

Adaptive Regularization for Class-Incremental Learning

Elif Ceren Gok, Murat Onur Yildirim, Mert Kilickaya, Joaquin Vanschoren

Published 2023-03-23Version 1

Class-Incremental Learning updates a deep classifier with new categories while maintaining the previously observed class accuracy. Regularizing the neural network weights is a common method to prevent forgetting previously learned classes while learning novel ones. However, existing regularizers use a constant magnitude throughout the learning sessions, which may not reflect the varying levels of difficulty of the tasks encountered during incremental learning. This study investigates the necessity of adaptive regularization in Class-Incremental Learning, which dynamically adjusts the regularization strength according to the complexity of the task at hand. We propose a Bayesian Optimization-based approach to automatically determine the optimal regularization magnitude for each learning task. Our experiments on two datasets via two regularizers demonstrate the importance of adaptive regularization for achieving accurate and less forgetful visual incremental learning.

Related articles: Most relevant | Search more
arXiv:2010.15277 [cs.LG] (Published 2020-10-28)
Class-incremental learning: survey and performance evaluation
arXiv:2106.11930 [cs.LG] (Published 2021-06-22)
On the importance of cross-task features for class-incremental learning
arXiv:2112.12533 [cs.LG] (Published 2021-12-23, updated 2022-10-26)
PyCIL: A Python Toolbox for Class-Incremental Learning