SOTAVerified

Charting the Right Manifold: Manifold Mixup for Few-shot Learning

2019-07-28Code Available1· sign in to hype

Puneet Mangla, Mayank Singh, Abhishek Sinha, Nupur Kumari, Vineeth N. Balasubramanian, Balaji Krishnamurthy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Few-shot learning algorithms aim to learn model parameters capable of adapting to unseen classes with the help of only a few labeled examples. A recent regularization technique - Manifold Mixup focuses on learning a general-purpose representation, robust to small changes in the data distribution. Since the goal of few-shot learning is closely linked to robust representation learning, we study Manifold Mixup in this problem setting. Self-supervised learning is another technique that learns semantically meaningful features, using only the inherent structure of the data. This work investigates the role of learning relevant feature manifold for few-shot tasks using self-supervision and regularization techniques. We observe that regularizing the feature manifold, enriched via self-supervised techniques, with Manifold Mixup significantly improves few-shot learning performance. We show that our proposed method S2M2 beats the current state-of-the-art accuracy on standard few-shot learning datasets like CIFAR-FS, CUB, mini-ImageNet and tiered-ImageNet by 3-8 %. Through extensive experimentation, we show that the features learned using our approach generalize to complex few-shot evaluation tasks, cross-domain scenarios and are robust against slight changes to data distribution.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-FS 5-way (1-shot)S2M2RAccuracy74.81Unverified
CIFAR-FS 5-way (5-shot)S2M2RAccuracy87.47Unverified
CUB 200 5-way 1-shotS2M2RAccuracy80.68Unverified
CUB 200 5-way 5-shotS2M2RAccuracy90.85Unverified
Mini-Imagenet 5-way (1-shot)S2M2RAccuracy64.93Unverified
Mini-Imagenet 5-way (5-shot)S2M2RAccuracy83.18Unverified
Tiered ImageNet 5-way (1-shot)S2M2RAccuracy73.71Unverified
Tiered ImageNet 5-way (5-shot)S2M2RAccuracy88.59Unverified

Reproductions