paper-with-me

Papers

Gaussian Prototypical Networks for Few-Shot Learning on Omniglot

2017-08-09 · ICLR 2018 1 · Stanislav Fort

We propose a novel architecture for $k$-shot classification on the Omniglot dataset. Building on prototypical networks, we extend their architecture to what we call Gaussian prototypical networks. Prototypical networks learn a map between images and embedding vectors, and use their clustering for classification. In our model, a part of the encoder output is interpreted as a confidence region estimate about the embedding point, and expressed as a Gaussian covariance matrix. Our network then constructs a direction and class dependent distance metric on the embedding space, using uncertainties of individual data points as weights. We show that Gaussian prototypical networks are a preferred architecture over vanilla prototypical networks with an equivalent number of parameters. We report state-of-the-art performance in 1-shot and 5-shot classification both in 5-way and 20-way regime (for 5-shot 5-way, we are comparable to previous state-of-the-art) on the Omniglot dataset. We explore artificially down-sampling a fraction of images in the training set, which improves our performance even further. We therefore hypothesize that Gaussian prototypical networks might perform better in less homogeneous, noisier datasets, which are commonplace in real world applications.

📄 PDF Abstract BibTeX arXiv:1708.02735

Code (1)

stanislavfort/gaussian-prototypical-networks tf

Tasks

ClassificationClusteringFew-Shot LearningGeneral Classification

Similar Papers 제목 키워드 기반

One-Way Prototypical Networks

2019-06-03 · Anna Kruspe

Few-shot models have become a popular topic of research in the past years. They offer the possibility to determine class belongings for unseen examples using just a handful of examples for each class. Such models are tra…

Infinite Mixture Prototypes for Few-Shot Learning

2019-02-12 · Kelsey R. Allen, Evan Shelhamer, Hanul Shin, Joshua B. Tenenbaum

We propose infinite mixture prototypes to adaptively represent both simple and complex data distributions for few-shot learning. Our infinite mixture prototypes represent each class by a set of clusters, unlike existing …

ClusteringFew-Shot Learning

Prototypical Bregman Networks

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

In this work, we approach one-shot and few-shot learning problems as methods for finding good prototypes for each class, where these prototypes are generalizable to new data samples and classes. We propose a metric learn…

Computational EfficiencyFew-Shot LearningMetric LearningStructured Prediction

ProtoShotXAI: Using Prototypical Few-Shot Architecture for Explainable AI

2021-10-22 · Samuel Hess, Gregory Ditzler

Unexplainable black-box models create scenarios where anomalies cause deleterious responses, thus creating unacceptable risks. These risks have motivated the field of eXplainable Artificial Intelligence (XAI) to improve …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

GCCN: Global Context Convolutional Network

2021-10-22 · Ali Hamdi, Flora Salim, Du Yong Kim

In this paper, we propose Global Context Convolutional Network (GCCN) for visual recognition. GCCN computes global features representing contextual information across image patches. These global contextual features are d…

Few-Shot Image ClassificationFew-Shot Learningimage-classificationImage Classification