paper-with-me

홈 › Papers

Textual and Visual Guided Task Adaptation for Source-Free Cross-Domain Few-Shot Segmentation

2025-08-07 · Jianming Liu, Wenlong Qiu, Haitao Wei arxiv

Few-Shot Segmentation(FSS) aims to efficient segmentation of new objects with few labeled samples. However, its performance significantly degrades when domain discrepancies exist between training and deployment. Cross-Domain Few-Shot Segmentation(CD-FSS) is proposed to mitigate such performance degradation. Current CD-FSS methods primarily sought to develop segmentation models on a source domain capable of cross-domain generalization. However, driven by escalating concerns over data privacy and the imperative to minimize data transfer and training expenses, the development of source-free CD-FSS approaches has become essential. In this work, we propose a source-free CD-FSS method that leverages both textual and visual information to facilitate target domain task adaptation without requiring source domain data. Specifically, we first append Task-Specific Attention Adapters (TSAA) to the feature pyramid of a pretrained backbone, which adapt multi-level features extracted from the shared pre-trained backbone to the target task. Then, the parameters of the TSAA are trained through a Visual-Visual Embedding Alignment (VVEA) module and a Text-Visual Embedding Alignment (TVEA) module. The VVEA module utilizes global-local visual features to align image features across different views, while the TVEA module leverages textual priors from pre-aligned multi-modal features (e.g., from CLIP) to guide cross-modal adaptation. By combining the outputs of these modules through dense comparison operations and subsequent fusion via skip connections, our method produces refined prediction masks. Under both 1-shot and 5-shot settings, the proposed approach achieves average segmentation accuracy improvements of 2.18\% and 4.11\%, respectively, across four cross-domain datasets, significantly outperforming state-of-the-art CD-FSS methods. Code are available at https://github.com/ljm198134/TVGTANet.

📄 PDF Abstract BibTeX arXiv:2508.05213

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationCross-Domain Few-Shot

Similar Papers 제목 키워드 기반

Visual Grounding with Multi-modal Conditional Adaptation

2024-09-08 · Ruilin Yao, Shengwu Xiong, Yichen Zhao, Yi Rong

Visual grounding is the task of locating objects specified by natural language expressions. Existing methods extend generic object detection frameworks to tackle this task. They typically extract visual and textual featu…

object-detectionObject DetectionVisual Grounding

LanDA: Language-Guided Multi-Source Domain Adaptation

2024-01-25 · Zhenbin Wang, Lei Zhang, Lituan Wang, Minjuan Zhu

Multi-Source Domain Adaptation (MSDA) aims to mitigate changes in data distribution when transferring knowledge from multiple labeled source domains to an unlabeled target domain. However, existing MSDA techniques assume…

Domain Adaptation

Domain-Agnostic Mutual Prompting for Unsupervised Domain Adaptation

2024-03-05 · CVPR 2024 1 · Zhekai Du, Xinyao Li, Fengling Li, Ke Lu 외

Conventional Unsupervised Domain Adaptation (UDA) strives to minimize distribution discrepancy between domains, which neglects to harness rich semantics from data and struggles to handle complex domain shifts. A promisin…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Pseudo-Label Guided Unsupervised Domain Adaptation of Contextual Embeddings

2021-04-01 · EACL (AdaptNLP) 2021 4 · Tianyu Chen, Shaohan Huang, Furu Wei, JianXin Li

Contextual embedding models such as BERT can be easily fine-tuned on labeled samples to create a state-of-the-art model for many downstream tasks. However, the fine-tuned BERT model suffers considerably from unlabeled da…

Domain AdaptationLanguage ModelingLanguage ModellingMasked Language Modeling+3

Constrained Prompt Enhancement for Improving Zero-Shot Generalization of Vision-Language Models

2025-08-24 · Xiaojie Yin, Qilong Wang, Qinghua Hu arxiv

Vision-language models (VLMs) pre-trained on web-scale data exhibit promising zero-shot generalization but often suffer from semantic misalignment due to domain gaps between pre-training and downstream tasks. Existing ap…

Zero-shot GeneralizationTest-time Adaptation