Skip to content

ebadrian/ss-metadl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaDL self-service : Few-shot learning


This repository contains the code associated to the self-service MetaDL project, based on the MetaDL competition framework. One can submit a dataset in a tfrecords format and obtains the performance of the AAAI 2021 MetaDL competition's winning solution: MetaDelta.

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.

MetaDL competition summary

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.

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.