Isolation and Impartial Aggregation: A Paradigm of Incremental Learning Without Interference
Abstract
This paper focuses on the prevalent stage interference and stage performance imbalance of incremental learning. To avoid obvious stage learning bottlenecks, we propose a new incremental learning framework, which leverages a series of stage-isolated classifiers to perform the learning task at each stage, without interference from others. To be concrete, to aggregate multiple stage classifiers as a uniform one impartially, we first introduce a temperature-controlled energy metric for indicating the confidence score levels of the stage classifiers. We then propose an anchor-based energy self-normalization strategy to ensure the stage classifiers work at the same energy level. Finally, we design a voting-based inference augmentation strategy for robust inference. The proposed method is rehearsal-free and can work for almost all incremental learning scenarios. We evaluate the proposed method on four large datasets. Extensive results demonstrate the superiority of the proposed method in setting up new state-of-the-art overall performance. Code is available at https://github.com/iamwangyabin/ESN.
Cite
Text
Wang et al. "Isolation and Impartial Aggregation: A Paradigm of Incremental Learning Without Interference." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I8.26216Markdown
[Wang et al. "Isolation and Impartial Aggregation: A Paradigm of Incremental Learning Without Interference." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/wang2023aaai-isolation/) doi:10.1609/AAAI.V37I8.26216BibTeX
@inproceedings{wang2023aaai-isolation,
title = {{Isolation and Impartial Aggregation: A Paradigm of Incremental Learning Without Interference}},
author = {Wang, Yabin and Ma, Zhiheng and Huang, Zhiwu and Wang, Yaowei and Su, Zhou and Hong, Xiaopeng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {10209-10217},
doi = {10.1609/AAAI.V37I8.26216},
url = {https://mlanthology.org/aaai/2023/wang2023aaai-isolation/}
}