CVLGDec 26, 2020

Spatial Contrastive Learning for Few-Shot Classification

arXiv:2012.13831v359 citations
AI Analysis

This work addresses the problem of learning transferable features for few-shot classification, which is important for researchers and practitioners working on limited data scenarios.

This paper explores contrastive learning as an auxiliary training objective for few-shot classification, proposing an attention-based spatial contrastive objective. This approach aims to learn locally discriminative and class-agnostic features, overcoming limitations of cross-entropy loss and outperforming state-of-the-art methods.

In this paper, we explore contrastive learning for few-shot classification, in which we propose to use it as an additional auxiliary training objective acting as a data-dependent regularizer to promote more general and transferable features. In particular, we present a novel attention-based spatial contrastive objective to learn locally discriminative and class-agnostic features. As a result, our approach overcomes some of the limitations of the cross-entropy loss, such as its excessive discrimination towards seen classes, which reduces the transferability of features to unseen classes. With extensive experiments, we show that the proposed method outperforms state-of-the-art approaches, confirming the importance of learning good and transferable embeddings for few-shot learning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes