This repository contains the reference source code and pre-trained models (ready for evaluation) for our paper Self-Supervised Prototypical Transfer Learning for Few-Shot Classification.
Part of this work has been presented at the ICML 2020 Workshop on Automated Machine Learning.
Contains instructions and all runnable code for ProtoTransfer & UMTRA for our Omniglot and mini-ImageNet experiments
Contains instructions, all runnable code and pre-trained models for ProtoTransfer & UMTRA for our CDFSL benchmark experiments
For setting up a Python environment to run our experiments, please refer to omni-mini/setup. The dataset setups can be found in omni-mini
and cdfsl-benchmark
.
If you find our code useful, please consider citing our work using the bibtex:
@article{medina2020selfsupervised,
title="{Self-Supervised Prototypical Transfer Learning for Few-Shot Classification}",
author={Carlos Medina and Arnout Devos and Matthias Grossglauser},
journal={arXiv preprint arXiv:2006.11325},
year={2020}
}