KAC: Kolmogorov-Arnold Classifier for Continual Learning
Yusong Hu, Zichen Liang, Fei Yang, Qibin Hou, Xialei Liu, Ming-Ming Cheng
TL;DR
This paper tackles catastrophic forgetting in Class Incremental Learning by replacing traditional linear classifiers with a Kolmogorov-Arnold Classifier (KAC) built on Kolmogorov-Arnold Networks (KAN). By substituting B-spline bases with Gaussian Radial Basis Functions (RBF), KAC creates a Gaussian-structured activation space that preserves stability while maintaining plasticity, enabling effective continual learning. The authors demonstrate that KAC is a plug-in improvement across multiple CIL baselines and datasets, including ImageNet-R, CUB200, DomainNet, and CIFAR-100, with notable gains in long-sequence tasks and without exemplar memory. The mechanism relies on locality in the KAN activations, which concentrates updates on relevant channels for new tasks, reducing forgetting of old tasks and enhancing robustness.
Abstract
Continual learning requires models to train continuously across consecutive tasks without forgetting. Most existing methods utilize linear classifiers, which struggle to maintain a stable classification space while learning new tasks. Inspired by the success of Kolmogorov-Arnold Networks (KAN) in preserving learning stability during simple continual regression tasks, we set out to explore their potential in more complex continual learning scenarios. In this paper, we introduce the Kolmogorov-Arnold Classifier (KAC), a novel classifier developed for continual learning based on the KAN structure. We delve into the impact of KAN's spline functions and introduce Radial Basis Functions (RBF) for improved compatibility with continual learning. We replace linear classifiers with KAC in several recent approaches and conduct experiments across various continual learning benchmarks, all of which demonstrate performance improvements, highlighting the effectiveness and robustness of KAC in continual learning. The code is available at https://github.com/Ethanhuhuhu/KAC.
