SOTAVerified

Exploring Complementary Strengths of Invariant and Equivariant Representations for Few-Shot Learning

2021-03-01CVPR 2021Code Available1· sign in to hype

Mamshad Nayeem Rizve, Salman Khan, Fahad Shahbaz Khan, Mubarak Shah

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In many real-world problems, collecting a large number of labeled samples is infeasible. Few-shot learning (FSL) is the dominant approach to address this issue, where the objective is to quickly adapt to novel categories in presence of a limited number of samples. FSL tasks have been predominantly solved by leveraging the ideas from gradient-based meta-learning and metric learning approaches. However, recent works have demonstrated the significance of powerful feature representations with a simple embedding network that can outperform existing sophisticated FSL algorithms. In this work, we build on this insight and propose a novel training mechanism that simultaneously enforces equivariance and invariance to a general set of geometric transformations. Equivariance or invariance has been employed standalone in the previous works; however, to the best of our knowledge, they have not been used jointly. Simultaneous optimization for both of these contrasting objectives allows the model to jointly learn features that are not only independent of the input transformation but also the features that encode the structure of geometric transformations. These complementary sets of features help generalize well to novel classes with only a few data samples. We achieve additional improvements by incorporating a novel self-supervised distillation objective. Our extensive experimentation shows that even without knowledge distillation our proposed method can outperform current state-of-the-art FSL methods on five popular benchmark datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-FS 5-way (1-shot)Invariance-EquivarianceAccuracy77.87Unverified
CIFAR-FS 5-way (5-shot)Invariance-EquivarianceAccuracy89.74Unverified
FC100 5-way (1-shot)Invariance-EquivarianceAccuracy47.76Unverified
FC100 5-way (5-shot)Invariance-EquivarianceAccuracy65.3Unverified
Meta-DatasetInvariance-EquivarianceAccuracy68.89Unverified
Mini-Imagenet 5-way (1-shot)Invariance-EquivarianceAccuracy67.28Unverified
Mini-Imagenet 5-way (5-shot)Invariance-EquivarianceAccuracy84.78Unverified
Tiered ImageNet 5-way (1-shot)Invariance-EquivarianceAccuracy72.21Unverified
Tiered ImageNet 5-way (5-shot)Invariance-EquivarianceAccuracy87.08Unverified

Reproductions