English

Adaptive Aggregation Networks for Class-Incremental Learning

Computer Vision and Pattern Recognition 2022-02-23 v3 Machine Learning

Abstract

Class-Incremental Learning (CIL) aims to learn a classification model with the number of classes increasing phase-by-phase. An inherent problem in CIL is the stability-plasticity dilemma between the learning of old and new classes, i.e., high-plasticity models easily forget old classes, but high-stability models are weak to learn new classes. We alleviate this issue by proposing a novel network architecture called Adaptive Aggregation Networks (AANets), in which we explicitly build two types of residual blocks at each residual level (taking ResNet as the baseline architecture): a stable block and a plastic block. We aggregate the output feature maps from these two blocks and then feed the results to the next-level blocks. We adapt the aggregation weights in order to balance these two types of blocks, i.e., to balance stability and plasticity, dynamically. We conduct extensive experiments on three CIL benchmarks: CIFAR-100, ImageNet-Subset, and ImageNet, and show that many existing CIL methods can be straightforwardly incorporated into the architecture of AANets to boost their performances.

Keywords

Cite

@article{arxiv.2010.05063,
  title  = {Adaptive Aggregation Networks for Class-Incremental Learning},
  author = {Yaoyao Liu and Bernt Schiele and Qianru Sun},
  journal= {arXiv preprint arXiv:2010.05063},
  year   = {2022}
}

Comments

Accepted to CVPR 2021. Code: https://github.com/yaoyao-liu/class-incremental-learning

R2 v1 2026-06-23T19:14:23.343Z