Skip to content

Pytorch Implementation of WSDM 2022 -- Graph Few-shot Class-incremental Learning

License

Notifications You must be signed in to change notification settings

Zhen-Tan-dmml/GFCIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Few-shot Class-incremental Learning (WSDM 2022)

Alt text Paper is available here.

Requirements

python==3.7.10

pytorch==1.8.1

cuda=11.1

Useage

Go to the directory

cd incremental

Pretrain

python pretrain.py --use_cuda --dataset Amazon_clothing

Meta-train and Evaluation

python meta_train.py --use_cuda --dataset Amazon_clothing --episodes 1000 --incremental --checkpoint 100 --way 3

You may need to change the pretraining checkpoint number according to your need or result.

Citation

@inproceedings{tan2022graph,
  title={Graph few-shot class-incremental learning},
  author={Tan, Zhen and Ding, Kaize and Guo, Ruocheng and Liu, Huan},
  booktitle={Proceedings of the Fifteenth ACM International Conference on Web Search and Data Mining},
  pages={987--996},
  year={2022}
}

About

Pytorch Implementation of WSDM 2022 -- Graph Few-shot Class-incremental Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages