paper-with-me

홈 › Papers

TADAM: Task dependent adaptive metric for improved few-shot learning

2018-05-23 · NeurIPS 2018 12 · Boris N. Oreshkin, Pau Rodriguez, Alexandre Lacoste

Few-shot learning has become essential for producing models that generalize from few examples. In this work, we identify that metric scaling and metric task conditioning are important to improve the performance of few-shot algorithms. Our analysis reveals that simple metric scaling completely changes the nature of few-shot algorithm parameter updates. Metric scaling provides improvements up to 14% in accuracy for certain metrics on the mini-Imagenet 5-way 5-shot classification task. We further propose a simple and effective way of conditioning a learner on the task sample set, resulting in learning a task-dependent metric space. Moreover, we propose and empirically test a practical end-to-end optimization procedure based on auxiliary task co-training to learn a task-dependent metric space. The resulting few-shot learning model based on the task-dependent scaled metric achieves state of the art on mini-Imagenet. We confirm these results on another few-shot dataset that we introduce in this paper based on CIFAR100. Our code is publicly available at https://github.com/ElementAI/TADAM.

📄 PDF Abstract BibTeX arXiv:1805.10123

Code (3)

ElementAI/TADAM tf
keonlee9420/Daft-Exprt pytorch
yaoyao-liu/mini-imagenet-tools tf

Tasks

Few-Shot Image ClassificationFew-Shot Learning

Similar Papers 제목 키워드 기반

A decreasing scaling transition scheme from Adam to SGD

2021-06-12 · Kun Zeng, Jinlan Liu, Zhixia Jiang, Dongpo Xu

Adaptive gradient algorithm (AdaGrad) and its variants, such as RMSProp, Adam, AMSGrad, etc, have been widely used in deep learning. Although these algorithms are faster in the early phase of training, their generalizati…

GTAdam: Gradient Tracking with Adaptive Momentum for Distributed Online Optimization

2020-09-03 · Guido Carnevale, Francesco Farina, Ivano Notarnicola, Giuseppe Notarstefano

This paper deals with a network of computing agents aiming to solve an online optimization problem in a distributed fashion, i.e., by means of local computation and communication, without any central coordinator. We prop…

Distributed OptimizationGeneral Classificationimage-classificationImage Classification+1

TAdam: A Robust Stochastic Gradient Optimizer

2020-02-29 · Wendyam Eric Lionel Ilboudo, Taisuke Kobayashi, Kenji Sugimoto

Machine learning algorithms aim to find patterns from observations, which may include some noise, especially in robotics domain. To perform well even with such noise, we expect them to be able to detect outliers and disc…

Reinforcement LearningReinforcement Learning (RL)

Variational Metric Scaling for Metric-Based Meta-Learning

2019-12-26 · Jiaxin Chen, Li-Ming Zhan, Xiao-Ming Wu, Fu-Lai Chung

Metric-based meta-learning has attracted a lot of attention due to its effectiveness and efficiency in few-shot learning. Recent studies show that metric scaling plays a crucial role in the performance of metric-based me…

Few-Shot LearningMeta-LearningVariational Inference

Reproducibility and Stability Analysis in Metric-Based Few-Shot Learning

2019-03-06 · ICLR Workshop RML 2019 5 · Anonymous

We propose a study of the stability of several few-shot learning algorithms subject to variations in the hyper-parameters and optimization schemes while controlling the random seed. We propose a methodology for testing …

Few-Shot Learning