This is the implementation of the paper "Self-Sustaining Representation Expansion forNon-Exemplar Class-Incremental Learning" (accepted to CVPR2022).
For more information, check out the paper on [arXiv].
- Python 3.8
- PyTorch 1.8.1 (>1.1.0)
- cuda 11.2
Download following datasets:
Locate the above three datasets under ./data directory.
Pretrained models are available on our [Google Drive].
sh train_cvpr.sh
Coming soon.
We thank the following repos providing helpful components/functions in our work.
If you use this code for your research, please consider citing:
@article{zhu2022self,
title={Self-Sustaining Representation Expansion for Non-Exemplar Class-Incremental Learning},
author={Zhu, Kai and Zhai, Wei and Cao, Yang and Luo, Jiebo and Zha, Zheng-Jun},
journal={arXiv preprint arXiv:2203.06359},
year={2022}
}