paper-with-me

홈 › Papers

Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?

2020-12-11 · CVPR 2021 1 · Malik Boudiaf, Hoel Kervadec, Ziko Imtiaz Masud, Pablo Piantanida, Ismail Ben Ayed, Jose Dolz

We show that the way inference is performed in few-shot segmentation tasks has a substantial effect on performances -- an aspect often overlooked in the literature in favor of the meta-learning paradigm. We introduce a transductive inference for a given query image, leveraging the statistics of its unlabeled pixels, by optimizing a new loss containing three complementary terms: i) the cross-entropy on the labeled support pixels; ii) the Shannon entropy of the posteriors on the unlabeled query-image pixels; and iii) a global KL-divergence regularizer based on the proportion of the predicted foreground. As our inference uses a simple linear classifier of the extracted features, its computational load is comparable to inductive inference and can be used on top of any base training. Foregoing episodic training and using only standard cross-entropy training on the base classes, our inference yields competitive performances on standard benchmarks in the 1-shot scenarios. As the number of available shots increases, the gap in performances widens: on PASCAL-5i, our method brings about 5% and 6% improvements over the state-of-the-art, in the 5- and 10-shot scenarios, respectively. Furthermore, we introduce a new setting that includes domain shifts, where the base and novel classes are drawn from different datasets. Our method achieves the best performances in this more realistic setting. Our code is freely available online: https://github.com/mboudiaf/RePRI-for-Few-Shot-Segmentation.

📄 PDF Abstract BibTeX arXiv:2012.06166

Code (2)

mboudiaf/RePRI-for-Few-Shot-Segmentation 공식 구현 pytorch
Bingolby/medical_few_shot_segmentation pytorch

Tasks

AllFew-Shot Semantic Segmentation

Methods 이 논문이 사용한 방법론

Transductive Inference 설명 없음

Similar Papers 제목 키워드 기반

Mutual-Information Based Few-Shot Classification

2021-06-23 · Malik Boudiaf, Ziko Imtiaz Masud, Jérôme Rony, Jose Dolz 외

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction …

BenchmarkingClassificationFew-Shot LearningMeta-Learning

Meta-Learned Confidence for Transductive Few-shot Learning

2021-01-01 · Seong Min Kye, Hae Beom Lee, Hoirin Kim, Sung Ju Hwang

Transductive inference is an effective means of tackling the data deficiency problem in few-shot learning settings. A popular transductive inference technique for few-shot metric-based approaches, is to update the protot…

Few-Shot LearningMeta-Learning

Transductive Information Maximization For Few-Shot Learning

2020-08-25 · Malik Boudiaf, Ziko Imtiaz Masud, Jérôme Rony, José Dolz 외

We introduce Transductive Infomation Maximization (TIM) for few-shot learning. Our method maximizes the mutual information between the query features and their label predictions for a given few-shot task, in conjunction …

Few-Shot Image ClassificationFew-Shot LearningMeta-Learning

Temporal Transductive Inference for Few-Shot Video Object Segmentation

2022-03-27 · Mennatullah Siam, Konstantinos G. Derpanis, Richard P. Wildes

Few-shot video object segmentation (FS-VOS) aims at segmenting video frames using a few labelled examples of classes not seen during initial training. In this paper, we present a simple but effective temporal transductiv…

Meta-LearningObjectSemantic SegmentationVideo Object Segmentation+1

Transductive Linear Probing: A Novel Framework for Few-Shot Node Classification

2022-12-11 · Zhen Tan, Song Wang, Kaize Ding, Jundong Li 외

Few-shot node classification is tasked to provide accurate predictions for nodes from novel classes with only few representative labeled nodes. This problem has drawn tremendous attention for its projection to prevailing…

ClassificationContrastive LearningMeta-LearningNode Classification+2