paper-with-me

홈 › Papers

ECKPN: Explicit Class Knowledge Propagation Network for Transductive Few-shot Learning

2021-06-16 · CVPR 2021 1 · Chaofan Chen, Xiaoshan Yang, Changsheng Xu, Xuhui Huang, Zhe Ma

Recently, the transductive graph-based methods have achieved great success in the few-shot classification task. However, most existing methods ignore exploring the class-level knowledge that can be easily learned by humans from just a handful of samples. In this paper, we propose an Explicit Class Knowledge Propagation Network (ECKPN), which is composed of the comparison, squeeze and calibration modules, to address this problem. Specifically, we first employ the comparison module to explore the pairwise sample relations to learn rich sample representations in the instance-level graph. Then, we squeeze the instance-level graph to generate the class-level graph, which can help obtain the class-level visual knowledge and facilitate modeling the relations of different classes. Next, the calibration module is adopted to characterize the relations of the classes explicitly to obtain the more discriminative class-level knowledge representations. Finally, we combine the class-level knowledge with the instance-level sample representations to guide the inference of the query samples. We conduct extensive experiments on four few-shot classification benchmarks, and the experimental results show that the proposed ECKPN significantly outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2106.08523

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learning

Similar Papers 제목 키워드 기반

Backpropagation-Free Test-Time Adaptation via Probabilistic Gaussian Alignment

2025-08-21 · Youjia Zhang, Youngeun Kim, Young-Geun Choi, Hongyeob Kim 외 arxiv

Test-time adaptation (TTA) enhances the zero-shot robustness under distribution shifts by leveraging unlabeled test data during inference. Despite notable advances, several challenges still limit its broader applicabilit…

Test-time Adaptation

Learning to Propagate Labels: Transductive Propagation Network for Few-shot Learning

2018-05-25 · ICLR 2019 5 · Yanbin Liu, Juho Lee, Minseop Park, Saehoon Kim 외

The goal of few-shot learning is to learn a classifier that generalizes well even when trained with a limited number of training instances per class. The recently introduced meta-learning approaches tackle this problem b…

Few-Shot Image ClassificationFew-Shot LearningGeneral Classificationgraph construction+1

Transductive Few-shot Learning with Prototype-based Label Propagation by Iterative Graph Refinement

2023-04-23 · CVPR 2023 1 · Hao Zhu, Piotr Koniusz

Few-shot learning (FSL) is popular due to its ability to adapt to novel classes. Compared with inductive few-shot learning, transductive models typically perform better as they leverage all samples of the query set. The …

Few-Shot Learninggraph construction

Embedding Propagation: Smoother Manifold for Few-Shot Classification

2020-03-09 · ECCV 2020 8 · Pau Rodríguez, Issam Laradji, Alexandre Drouin, Alexandre Lacoste

Few-shot classification is challenging because the data distribution of the training set can be widely different to the test set as their classes are disjoint. This distribution shift often results in poor generalization…

ClassificationFew-Shot Image ClassificationGeneral ClassificationTransductive Learning

Robust Transductive Few-shot Learning via Joint Message Passing and Prototype-based Soft-label Propagation

2023-11-28 · Jiahui Wang, Qin Xu, Bo Jiang, Bin Luo

Few-shot learning (FSL) aims to develop a learning model with the ability to generalize to new classes using a few support samples. For transductive FSL tasks, prototype learning and label propagation methods are commonl…

Few-Shot Learning