CVMar 25, 2019

Learning from Adversarial Features for Few-Shot Classification

arXiv:1903.10225v110 citations
Originality Highly original
AI Analysis

This work addresses the problem of few-shot learning for image classification, offering a novel method that enhances performance with a simple backbone network.

The paper tackles few-shot classification by introducing an adversarial feature learning strategy that improves generalization, achieving state-of-the-art accuracy on miniImageNet and tieredImageNet datasets.

Many recent few-shot learning methods concentrate on designing novel model architectures. In this paper, we instead show that with a simple backbone convolutional network we can even surpass state-of-the-art classification accuracy. The essential part that contributes to this superior performance is an adversarial feature learning strategy that improves the generalization capability of our model. In this work, adversarial features are those features that can cause the classifier uncertain about its prediction. In order to generate adversarial features, we firstly locate adversarial regions based on the derivative of the entropy with respect to an averaging mask. Then we use the adversarial region attention to aggregate the feature maps to obtain the adversarial features. In this way, we can explore and exploit the entire spatial area of the feature maps to mine more diverse discriminative knowledge. We perform extensive model evaluations and analyses on miniImageNet and tieredImageNet datasets demonstrating the effectiveness of the proposed method.

Foundations

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

Your Notes