Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few-Shot Learning with Class Imbalance #10

Open
YeonwooSung opened this issue Jan 10, 2021 · 1 comment
Open

Few-Shot Learning with Class Imbalance #10

YeonwooSung opened this issue Jan 10, 2021 · 1 comment

Comments

@YeonwooSung
Copy link
Owner

E. Triantafillou et. al. [1] had experiments for few-shot learning with class imbalance to see if the class imbalance actually impacts to the performance of the few-shot learning methods.

Results

  1. compared to the balanced task, the performances on class-imbalance tasks counterparts always drop, by up to 18.0% for optimization-based methods, and up to 8.4 for metric-based methods

  2. contrary to popular belief, meta-learning algorithms, such as MAML, do not automatically learn to balance by being exposed to imbalanced tasks during (meta-)training time

  3. strategies used to mitigate imbalance in supervised learning, such as oversampling, can offer a stronger solution to the class imbalance problem

  4. the effect of imbalance at the meta-dataset level is less significant than the effect at the task level with similar imbalance magnitude.

Reference

[1] Eleni Triantafillou, Tyler Zhu, Vincent Dumoulin, Pascal Lamblin, Utku Evci, Kelvin Xu, Ross Goroshin, Carles Gelada, Kevin Swersky, Pierre-Antoine Manzagol, Hugo Larochelle. Few-Shot Learning with Class Imbalance

@YeonwooSung
Copy link
Owner Author

YeonwooSung commented Jan 10, 2021

What is meta-dataset? Then you should read the paper below.

Meta-Dataset: A Dataset of Datasets for Learning to Learn from Few Examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant