Home

Awesome

ICLR23-BEEF

LICENSEPython PyTorchCIL

The code repository for "BEEF: Bi-Compatible Class-Incremental Learning via Energy-Based Expansion and Fusion " [paper]

@inproceedings{wang2023beef,
  title={BEEF: Bi-Compatible Class-Incremental Learning via Energy-Based Expansion and Fusion},
  author={Wang, Fu-Yun and Zhou, Da-Wei and Liu, Liu and Ye, Han-Jia and Bian, Yatao and Zhan, De-Chuan and Zhao, Peilin},
  booktitle={The Eleventh International Conference on Learning Representations},
  year={2023}
}

Prerequisites

The following packages are required to run the scripts:

Training scripts

Remember to change YOURDATAROOT into your own data root, or you will encounter errors.

Results

Experimental results show that our method achieves state-of-the-art performance.

ProtocolsReproduced AvgReported Avg
CIFAR-100 B50 5 steps71.7571.70
ImageNet-100 B50 5 steps78.4877.27
CIFAR-100 uniform70.8571.08
CIFAR-100 half-half67.7266.81
CIFAR-100 exp68.8667.85

Contact

If there are any questions, please feel free to contact the author: Fu-Yun Wang (wangfuyun@smail.nju.edu.cn). Enjoy the code.