Open-Debin / metadl

AAAI 2021 - Workshop 'Meta-Learning and Co-Hosted Competition' challenge repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaDL Challenge : Few-shot learning series


This repository contains the code associated to the Meta-Learning challenge organized by :

  • Adrian El Baz (U. Paris-Saclay; UPSud, France)
  • Isabelle Guyon (U. Paris-Saclay; UPSud/INRIA, France and ChaLearn, USA)
  • Zhengying Liu (U. Paris-Saclay; UPSud, France)
  • Jan N. van Rijn (Leiden University, Netherlands)
  • Sebastien Treguer (U. Paris-Saclay; UPSud, France)
  • Joaquin Vanschoren (Eindhoven University, the Netherlands)
  • Lisheng Sun (UPSud, France)

CodaLab competition link

Outline

I - Overview

II - Installation

III - References


I - Overview

This is the official repository of the Meta-Learning workshop co-hosted competition for AAAI 2021.

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

You can find more informations on the ChaLearn website.

II - Installation

Make sure you first clone the repository. Then you can directly jump to the Starting kit to get started.

We provide 2 different ways of installing the repository.

  • Via a conda environment
  • Via a Docker image

Follow the README.md in either case.

III - References

Disclamer

This module reuses some parts of the recent publication code E. Triantafillou et al. Meta-Dataset: GitHub repository regarging the data generation pipeline. Also the methods in the starting_kit/tutorial.ipynb such as plot_episode(), plot_batch(), iterate_dataset() have been taken from their introduction notebook.

About

AAAI 2021 - Workshop 'Meta-Learning and Co-Hosted Competition' challenge repository

License:Apache License 2.0


Languages

Language:Python 66.6%Language:Jupyter Notebook 23.2%Language:HTML 5.6%Language:Shell 3.7%Language:Dockerfile 1.0%