2021

Few-Shot Learning with Class Imbalance

Ochal, Mateusz, Patacchiola, Massimiliano, Storkey, Amos et al.

Understand

Few-Shot Learning (FSL) algorithms are commonly trained through Meta-Learning (ML), which exposes models to batches of tasks sampled from a meta-dataset to mimic tasks seen during evaluation.

  • However, the standard training procedures overlook the real-world dynamics where classes commonly occur at different frequencies.
  • While it is generally understood that class imbalance harms the performance of supervised methods, limited research examines the impact of imbalance on the FSL evaluation task.
  • Our analysis compares 10 state-of-the-art meta-learning and FSL methods on different imbalance distributions and rebalancing techniques.

Reading the bibliography…