paper-with-me

홈 › Papers

Revisiting Local Descriptor for Improved Few-Shot Classification

2021-03-30 · Jun He, Richang Hong, Xueliang Liu, Mingliang Xu, Qianru Sun

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 abundant samples to solve dense classification problem first and then meta-train the learner on a bunch of randomly sampled few-shot tasks to adapt it to few-shot scenario or the test time scenario. During meta-training, we suggest to pool feature maps by applying attentive pooling instead of the widely used global average pooling (GAP) to prepare embeddings for few-shot classification. Attentive pooling learns to reweight local descriptors, explaining what the learner is looking for as evidence for decision making. Experiments on two benchmark datasets show the proposed method to be superior in multiple few-shot settings while being simpler and more explainable. Code is available at: \url{https://github.com/Ukeyboard/dcap/}.

📄 PDF Abstract BibTeX arXiv:2103.16009

Code (1)

Ukeyboard/dcap 공식 구현 pytorch

Tasks

ClassificationDecision MakingGeneral Classification

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Local Descriptor based Image-to-Class Measure for Few-shot Learning

2019-03-28 · CVPR 2019 6 · Wenbin Li, Lei Wang, Jinglin Xu, Jing Huo 외

Few-shot learning in image classification aims to learn a classifier to classify images when only few training examples are available for each class. Recent work has achieved promising classification performance, where a…

Few-Shot Image ClassificationFew-Shot LearningGeneral Classificationimage-classification+1

Feature Aligning Few shot Learning Method Using Local Descriptors Weighted Rules

2024-08-26 · Bingchen Yan

Few-shot classification involves identifying new categories using a limited number of labeled samples. Current few-shot classification methods based on local descriptors primarily leverage underlying consistent features …

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classification+1

A Simple Task-aware Contrastive Local Descriptor Selection Strategy for Few-shot Learning between inter class and intra class

2024-08-12 · Qian Qiao, Yu Xie, Shaoyao Huang, Fanzhang Li

Few-shot image classification aims to classify novel classes with few labeled samples. Recent research indicates that deep local descriptors have better representational capabilities. These studies recognize the impact o…

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classification+1

LDCA: Local Descriptors with Contextual Augmentation for Few-Shot Learning

2024-01-24 · Maofa Wang, Bingchen Yan

Few-shot image classification has emerged as a key challenge in the field of computer vision, highlighting the capability to rapidly adapt to new tasks with minimal labeled data. Existing methods predominantly rely on im…

ClassificationFew-Shot Image ClassificationFew-Shot Learningimage-classification+1

TALDS-Net: Task-Aware Adaptive Local Descriptors Selection for Few-shot Image Classification

2023-12-09 · Qian Qiao, Yu Xie, Ziyin Zeng, Fanzhang Li

Few-shot image classification aims to classify images from unseen novel classes with few samples. Recent works demonstrate that deep local descriptors exhibit enhanced representational capabilities compared to image-leve…

Few-Shot Image Classificationimage-classificationImage Classification