DustinCarrion / cd-metadl

NeurIPS 2022 - Cross-domain meta-learning competition
https://metalearning.chalearn.org
Apache License 2.0
10 stars 2 forks source link
few-shot-learning meta-learning

Cross-Domain MetaDL Competition: Any-way Any-shot Learning


This repository contains the code associated to the Cross-Domain MetaDL competition organized by:

Outline

I - Overview

II - Tutorial

III - References


I - Overview

This is the official repository of the Cross-Domain MetaDL: Any-Way Any-Shot Learning Competition with Novel Datasets from Practical Domains presented in NeurIPS 2022 Competition Track.

The competition focuses on any-way any-shot learning for image classification. This is an online competition with code submission, i.e., you need to provide your submission as raw Python code that will be executed on the CodaLab platform. The code is designed to be flexible and allows participants to explore any type of meta-learning algorithms.

You can find more informations on the Official website.

II - Tutorial

To follow the tutorial you may either clone or download this repository, or access the material on Google Colab. The tutorial notebook is organized as follows:

Each notebook level includes information of previous levels.

Note: The information in this repository is the same as the starting_kit that you can download from the Competition Site. Therefore, if you already download it from there, it is not necessary to clone or download this repository.

III - References

Disclamer

Some methods in the tutorial_utils.py (e.g., plot_task()) are inspired by the introduction notebook of E. Triantafillou et al. Meta-Dataset: GitHub repository.