Python 3.7.13
PyTorch 1.8.1
Json files for different experinments are provided in ./exps/fcs/
python main.py --config=./exps/fcs/cifar100/5/first_stage.json # base stage
python main.py --config=./exps/fcs/cifar100/5/second_stage.json # incremental learningResults for different experinments are provided in ./files/results.txt
This project is mainly based on PyCIL.
If you find this work helpful, please cite:
@inproceedings{li2024fcs,
title={FCS: Feature Calibration and Separation for Non-Exemplar Class Incremental Learning},
author={Li, Qiwei and Peng, Yuxin and Zhou, Jiahuan},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={28495--28504},
year={2024}
}
Welcome to our Laboratory Homepage (OV3 Lab) for more information about our papers, source codes, and datasets.
