paper-with-me

홈 › Papers

Cross-Domain Few-Shot Segmentation via Iterative Support-Query Correspondence Mining

2024-01-16 · CVPR 2024 1 · Jiahao Nie, Yun Xing, Gongjie Zhang, Pei Yan, Aoran Xiao, Yap-Peng Tan, Alex C. Kot, Shijian Lu

Cross-Domain Few-Shot Segmentation (CD-FSS) poses the challenge of segmenting novel categories from a distinct domain using only limited exemplars. In this paper, we undertake a comprehensive study of CD-FSS and uncover two crucial insights: (i) the necessity of a fine-tuning stage to effectively transfer the learned meta-knowledge across domains, and (ii) the overfitting risk during the na\"ive fine-tuning due to the scarcity of novel category examples. With these insights, we propose a novel cross-domain fine-tuning strategy that addresses the challenging CD-FSS tasks. We first design Bi-directional Few-shot Prediction (BFP), which establishes support-query correspondence in a bi-directional manner, crafting augmented supervision to reduce the overfitting risk. Then we further extend BFP into Iterative Few-shot Adaptor (IFA), which is a recursive framework to capture the support-query correspondence iteratively, targeting maximal exploitation of supervisory signals from the sparse novel category samples. Extensive empirical evaluations show that our method significantly outperforms the state-of-the-arts (+7.8\%), which verifies that IFA tackles the cross-domain challenges and mitigates the overfitting simultaneously. The code is available at: https://github.com/niejiahao1998/IFA.

📄 PDF Abstract BibTeX arXiv:2401.08407

Code (1)

niejiahao1998/ifa 공식 구현 pytorch

Tasks

Cross-Domain Few-Shot

Similar Papers 제목 키워드 기반

Few Shot Medical Image Segmentation with Cross Attention Transformer

2023-03-24 · Yi Lin, Yufan Chen, Kwang-Ting Cheng, Hao Chen

Medical image segmentation has made significant progress in recent years. Deep learning-based methods are recognized as data-hungry techniques, requiring large amounts of data with manual annotations. However, manual ann…

Few-Shot LearningImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning

2019-03-06 · CVPR 2019 6 · Chi Zhang, Guosheng Lin, Fayao Liu, Rui Yao 외

Recent progress in semantic segmentation is driven by deep Convolutional Neural Networks and large-scale labeled image datasets. However, data labeling for pixel-wise segmentation is tedious and costly. Moreover, a train…

Few-Shot LearningFew-Shot Semantic SegmentationSegmentationSemantic Segmentation

GiPL: Generative augmented iterative Pseudo-Labeling for Cross-Domain Few-Shot Object Detection

2026-05-28 · Jiacong Liu, Shu Luo, Yikai Qin, Yaze Zhao 외 arxiv

Vision-language foundation models have shown promising zero-shot generalization for Cross-Domain Few-Shot Object Detection (CD-FSOD). However, they face two critical challenges in fine-tuning: insufficient support set ut…

Cross-Domain Few-Shot Object DetectionZero-shot GeneralizationData Augmentation

Addressing Background Context Bias in Few-Shot Segmentation through Iterative Modulation

2024-01-01 · CVPR 2024 1 · Lanyun Zhu, Tianrun Chen, Jianxiong Yin, Simon See 외

Existing few-shot segmentation methods usually extract foreground prototypes from support images to guide query image segmentation. However different background contexts of support and query images can cause their fo…

Image SegmentationSegmentationSemantic Segmentation

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

Cross-Domain Few-Shot