8000 GitHub - zhoujiahuan1991/MM2024-PPE: [MM 2024] Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[MM 2024] Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning

Notifications You must be signed in to change notification settings

zhoujiahuan1991/MM2024-PPE

Repository files navigation

Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning

Official implementation of "[Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning](https://openreview.net/forum?id=y5R8XVVA03)"

Requirements

Environment

Python 3.9.18

PyTorch 1.13.1+cu117

Datasets

CIFAR-10 and CIFAR-100 will be automatically download. Download the MiniImageNet Datasets from this link.

Run commands

# modify the --dataset_dir with your data path
bash r-cifar10.sh # Results on CIFAR-10
bash r-cifar100.sh # Results on CIFAR-100
bash r-mini.sh # Results on MiniImageNet

Acknowledgement

This project is mainly based on OnPro, GPM, and PCR.

Citation

If you find this work helpful, please cite:

@inproceedings{li2024progressive,
  title={Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning},
  author={Li, Qiwei and Peng, Yuxin and Zhou, Jiahuan},
  booktitle={Proceedings of the 32nd ACM International Conference on Multimedia},
  pages={2477--2486},
  year={2024}
}

Contact

Welcome to our Laboratory Homepage (OV3 Lab) for more information about our papers, source codes, and datasets.

About

[MM 2024] Progressive Prototype Evolving for Dual-Forgetting Mitigation in Non-Exemplar Online Continual Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0