All Projects → yaoyao-liu → Class Incremental Learning

yaoyao-liu / Class Incremental Learning

Licence: mit
PyTorch implementation of some class-incremental learning methods

Programming Languages

python
139335 projects - #7 most used programming language

Class-Incremental Learning

LICENSE Python

Papers

  • Adaptive Aggregation Networks for Class-Incremental Learning, CVPR 2021. [PDF] [Project]

  • Mnemonics Training: Multi-Class Incremental Learning without Forgetting, CVPR 2020. [PDF] [Project]

Citations

Please cite our paper if it is helpful to your work:

@inproceedings{Liu2020AANets,
  author    = {Liu, Yaoyao an Schiele, Bernt and Sun, Qianru},
  title     = {Adaptive Aggregation Networks for Class-Incremental Learning},
  booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2021}
}
@inproceedings{liu2020mnemonics,
author    = {Liu, Yaoyao and Su, Yuting and Liu, An{-}An and Schiele, Bernt and Sun, Qianru},
title     = {Mnemonics Training: Multi-Class Incremental Learning without Forgetting},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
pages     = {12245--12254},
year      = {2020}
}

Acknowledgements

Our implementation uses the source code from the following repositories:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].