CIM: Class-Irrelevant Mapping for Few-Shot Classification
Shuai Shao, Lei Xing, Yixin Chen, Yan-Jiang Wang, Bao-Di, Liu, Yicong Zhou

TL;DR
This paper introduces CIM, a novel method for evaluating pre-trained feature extraction models in few-shot classification by using dictionary learning to generate class-irrelevant feature maps, along with a new accuracy metric.
Contribution
The paper proposes CIM, a flexible approach for model appraisal in FSC that does not rely on backpropagation, and introduces FLA as a new evaluation metric.
Findings
CIM outperforms CAM in regular tasks.
CIM effectively appraises FSC frameworks without classification results.
The method provides better visualization of feature relevance.
Abstract
Few-shot classification (FSC) is one of the most concerned hot issues in recent years. The general setting consists of two phases: (1) Pre-train a feature extraction model (FEM) with base data (has large amounts of labeled samples). (2) Use the FEM to extract the features of novel data (with few labeled samples and totally different categories from base data), then classify them with the to-be-designed classifier. The adaptability of pre-trained FEM to novel data determines the accuracy of novel features, thereby affecting the final classification performances. To this end, how to appraise the pre-trained FEM is the most crucial focus in the FSC community. It sounds like traditional Class Activate Mapping (CAM) based methods can achieve this by overlaying weighted feature maps. However, due to the particularity of FSC (e.g., there is no backpropagation when using the pre-trained FEM to…
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.
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 · Seismic Imaging and Inversion Techniques
MethodsFeatures Explanation Method · Class-activation map
