paper-with-me

홈 › Papers

Cross-domain Few-shot Segmentation with Transductive Fine-tuning

2022-11-27 · Yuhang Lu, Xinyi Wu, Zhenyao Wu, Song Wang

Few-shot segmentation (FSS) expects models trained on base classes to work on novel classes with the help of a few support images. However, when there exists a domain gap between the base and novel classes, the state-of-the-art FSS methods may even fail to segment simple objects. To improve their performance on unseen domains, we propose to transductively fine-tune the base model on a set of query images under the few-shot setting, where the core idea is to implicitly guide the segmentation of query images using support labels. Although different images are not directly comparable, their class-wise prototypes are desired to be aligned in the feature space. By aligning query and support prototypes with an uncertainty-aware contrastive loss, and using a supervised cross-entropy loss and an unsupervised boundary loss as regularizations, our method could generalize the base model to the target domain without additional labels. We conduct extensive experiments under various cross-domain settings of natural, remote sensing, and medical images. The results show that our method could consistently and significantly improve the performance of prototypical FSS models in all cross-domain tasks.

📄 PDF Abstract BibTeX arXiv:2211.14745

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Domain Few-Shot

Methods 이 논문이 사용한 방법론

fail 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

A Transductive Multi-Head Model for Cross-Domain Few-Shot Learning

2020-06-08 · Jianan Jiang, Zhenpeng Li, Yuhong Guo, Jieping Ye

In this paper, we present a new method, Transductive Multi-Head Few-Shot learning (TMHFS), to address the Cross-Domain Few-Shot Learning (CD-FSL) challenge. The TMHFS method extends the Meta-Confidence Transduction (MCT)…

Cross-Domain Few-Shotcross-domain few-shot learningData AugmentationFew-Shot Learning

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 외

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 t…

AllFew-Shot Semantic Segmentation

Learning Cross-domain Semantic-Visual Relationships for Transductive Zero-Shot Learning

2020-03-31 · Fengmao Lv, Jianyang Zhang, Guowu Yang, Lei Feng 외

Zero-Shot Learning (ZSL) learns models for recognizing new classes. One of the main challenges in ZSL is the domain discrepancy caused by the category inconsistency between training and testing data. Domain adaptation is…

Domain AdaptationZero-Shot 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 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