Skip to content
/ SAFE Public

Implementation for NeurIPS 2024 paper "SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models" (https://arxiv.org/abs/2411.02175)

License

Notifications You must be signed in to change notification settings

MIFA-Lab/SAFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[NeurIPS2024] SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models

framework

Requirements

Datasets

We follow RanPAC setting to use the same data index_list for training.

Running scripts

$ python main.py -d cifar224
  • for -d choose from 'cifar224', 'imageneta'

Acknowledgment

Our project references the codes in the following repos.

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{zhao2024safe,
  title={SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models},
  author={Zhao, Linglan and Zhang, Xuerui and Yan, Ke and Ding, Shouhong and Huang, Weiran},
  booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
  year={2024}
}

About

Implementation for NeurIPS 2024 paper "SAFE: Slow and Fast Parameter-Efficient Tuning for Continual Learning with Pre-Trained Models" (https://arxiv.org/abs/2411.02175)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages