Revisiting Local Descriptor for Improved Few-Shot Classification
Jun He, Richang Hong, Xueliang Liu, Mingliang Xu, and Qianru Sun

TL;DR
This paper introduces DCAP, a simple yet effective few-shot classification method that enhances feature embeddings through dense classification and attentive pooling, outperforming complex classifiers.
Contribution
It demonstrates that improved feature embeddings with simple classifiers can surpass complex similarity-based methods in few-shot learning.
Findings
DCAP outperforms existing methods on benchmark datasets.
Attentive pooling enhances local descriptor importance.
Simple classifiers with better embeddings are highly effective.
Abstract
Few-shot classification studies the problem of quickly adapting a deep learner to understanding novel classes based on few support images. In this context, recent research efforts have been aimed at designing more and more complex classifiers that measure similarities between query and support images, but left the importance of feature embeddings seldom explored. We show that the reliance on sophisticated classifiers is not necessary, and a simple classifier applied directly to improved feature embeddings can instead outperform most of the leading methods in the literature. To this end, we present a new method named \textbf{DCAP} for few-shot classification, in which we investigate how one can improve the quality of embeddings by leveraging \textbf{D}ense \textbf{C}lassification and \textbf{A}ttentive \textbf{P}ooling. Specifically, we propose to train a learner on base classes with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Multimodal Machine Learning Applications
MethodsGlobal Average Pooling · Average Pooling
