install this repo via
git clone https://github.com/IdanAchituve/GP-Tree.git
pip install -e .
- Download the data:
a. CUB-200-2011 is available at: http://www.vision.caltech.edu/visipedia/CUB-200-2011.html
b. mini-ImageNet can be obtained at: https://drive.google.com/u/0/uc?id=0B3Irx3uQNoBMQ1FlNXJsZUdYWEE - Place the data under ./FSCIL/xxx/dataset, where xxx is either cub or miniImageNet.
cd FSCIL
python trainer.py
Please cite our paper if you want to use it in your work,
@InProceedings{achituve2021gp_icml,
title = {{GP}-{T}ree: A {G}aussian Process Classifier for Few-Shot Incremental Learning},
author = {Achituve, Idan and Navon, Aviv and Yemini, Yochai and Chechik, Gal and Fetaya, Ethan},
booktitle = {Proceedings of the 38th International Conference on Machine Learning},
pages = {54--65},
year = {2021},
publisher = {PMLR},
}