Home

Awesome

PRAKA - Official PyTorch Implementation

[ICCV 2023] Prototype Reminiscence and Augmented Asymmetric Knowledge Aggregation for Non-Exemplar Class-Incremental Learning

Wuxuan shi, Mang Ye*

Paper | Supp

Usage

$ python Cifar100/main.py --gpu 0 --task_num 10 --fg_nc 50 --root [your dataset path]

Arguments you can freely tweak given a dataset:

Citation

If you use this code for your research, please consider citing:

@inproceedings{shi2023prototype,
  title={Prototype Reminiscence and Augmented Asymmetric Knowledge Aggregation for Non-Exemplar Class-Incremental Learning},
  author={Shi, Wuxuan and Ye, Mang},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={1772--1781},
  year={2023}
}

Acknowledgement

This work is partially supported by the Key Research and Development Program of Hubei Province (2021BAA187), National Natural Science Foundation of China under Grant (62176188), Zhejiang lab (NO.2022NF0AB01), the Special Fund of Hubei Luojia Laboratory (220100015) and CAAI-Huawei MindSpore Open Fund.

We thank the following repos providing helpful components/functions in our work.