Skip to content

[CVPR2024] FCS: Feature Calibration and Separation for Non-Exemplar Class Incremental Learning

Notifications You must be signed in to change notification settings

zhoujiahuan1991/CVPR2024-FCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCS: Feature Calibration and Separation for Non-Exemplar Class Incremental Learning

Official implementation of "FCS: Feature Calibration and Separation for Non-Exemplar Class Incremental Learning"

Requirements

Environment

Python 3.7.13

PyTorch 1.8.1

Run commands

Json files for different experinments are provided in ./exps/fcs/

Run algorithms on CIFAR100-5stages

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 learning

Results

Results for different experinments are provided in ./files/results.txt

Acknowledgement

This project is mainly based on PyCIL.

Citation

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}
}

About

[CVPR2024] FCS: Feature Calibration and Separation for Non-Exemplar Class Incremental Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages