Skip to content

DustinCarrion/cd-metadl

Repository files navigation

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


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

  • Dustin Carrión (LISN/INRIA/CNRS, Université Paris-Saclay, France)
  • Ihsan Ullah (LISN/INRIA/CNRS, Université Paris-Saclay, France)
  • Sergio Escalera (Universitat de Barcelona and Computer Vision Center, Spain, and ChaLearn, USA)
  • Isabelle Guyon (LISN/INRIA/CNRS, Université Paris-Saclay, France, and ChaLearn, USA)
  • Felix Mohr (Universidad de La Sabana, Colombia)
  • Manh Hung Nguyen (ChaLearn, USA)
  • Joaquin Vanschoren (TU Eindhoven, the Netherlands)

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:

  • Beginner level (no prerequisite)
  • Intermediate level (some knowledge of Python and meta-learning)
  • Advanced level (solid knowledge of Python and meta-learning)

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.