Fei Zhu, Xu-Yao Zhang, Chuang Wang, Fei Yin, Cheng-Lin Liu
Paper
We run the code with torch version: 1.10.0, python version: 3.9.7
python main.py
cd Tiny-ImageNet
python main_tiny.py
cd ImageNet-Subset
python main_PASS_imagenet.py
@InProceedings{Zhu_2021_CVPR,
author = {Zhu, Fei and Zhang, Xu-Yao and Wang, Chuang and Yin, Fei and Liu, Cheng-Lin},
title = {Prototype Augmentation and Self-Supervision for Incremental Learning},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2021},
pages = {5871-5880}
}
Our implementation references the codes in the following repositories:
Fei Zhu (zhufei2018@ia.ac.cn)