paper-with-me

Papers

Cross-Domain Semantic Segmentation on Inconsistent Taxonomy using VLMs

2024-08-05 · Jeongkee Lim, Yusung Kim

The challenge of semantic segmentation in Unsupervised Domain Adaptation (UDA) emerges not only from domain shifts between source and target images but also from discrepancies in class taxonomies across domains. Traditional UDA research assumes consistent taxonomy between the source and target domains, thereby limiting their ability to recognize and adapt to the taxonomy of the target domain. This paper introduces a novel approach, Cross-Domain Semantic Segmentation on Inconsistent Taxonomy using Vision Language Models (CSI), which effectively performs domain-adaptive semantic segmentation even in situations of source-target class mismatches. CSI leverages the semantic generalization potential of Visual Language Models (VLMs) to create synergy with previous UDA methods. It leverages segment reasoning obtained through traditional UDA methods, combined with the rich semantic knowledge embedded in VLMs, to relabel new classes in the target domain. This approach allows for effective adaptation to extended taxonomies without requiring any ground truth label for the target domain. Our method has shown to be effective across various benchmarks in situations of inconsistent taxonomy settings (coarse-to-fine taxonomy and open taxonomy) and demonstrates consistent synergy effects when integrated with previous state-of-the-art UDA methods. The implementation is available at http://github.com/jkee58/CSI.

📄 PDF Abstract BibTeX arXiv:2408.02261

Code (1)

jkee58/csi 공식 구현 pytorch

Tasks

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

TACS: Taxonomy Adaptive Cross-Domain Semantic Segmentation

2021-09-10 · Rui Gong, Martin Danelljan, Dengxin Dai, Danda Pani Paudel 외

Traditional domain adaptive semantic segmentation addresses the task of adapting a model to a novel target domain under limited or no additional supervision. While tackling the input domain gap, the standard domain adapt…

Contrastive LearningDomain AdaptationSemantic Segmentation

LMSeg: Language-guided Multi-dataset Segmentation

2023-02-27 · Qiang Zhou, Yuang Liu, Chaohui Yu, Jingliang Li 외

It's a meaningful and attractive topic to build a general and inclusive segmentation model that can recognize more categories in various scenarios. A straightforward way is to combine the existing fragmented segmentation…

Image AugmentationPanoptic SegmentationSegmentation

MSeg: A Composite Dataset for Multi-domain Semantic Segmentation

2021-12-27 · CVPR 2020 6 · John Lambert, Zhuang Liu, Ozan Sener, James Hays 외

We present MSeg, a composite dataset that unifies semantic segmentation datasets from different domains. A naive merge of the constituent datasets yields poor performance due to inconsistent taxonomies and annotation pra…

Computational EfficiencyInstance SegmentationPanoptic SegmentationScene Understanding+2

Beyond Boundaries: Learning a Universal Entity Taxonomy across Datasets and Languages for Open Named Entity Recognition

2024-06-17 · Yuming Yang, Wantong Zhao, Caishuang Huang, Junjie Ye 외

Open Named Entity Recognition (NER), which involves identifying arbitrary types of entities from arbitrary domains, remains challenging for Large Language Models (LLMs). Recent studies suggest that fine-tuning LLMs on ex…

DiversityDomain AdaptationDomain Generalizationnamed-entity-recognition+3

What a MESS: Multi-Domain Evaluation of Zero-Shot Semantic Segmentation

2023-06-27 · NeurIPS 2023 11 · Benedikt Blumenstiel, Johannes Jakubik, Hilde Kühne, Michael Vössing

While semantic segmentation has seen tremendous improvements in the past, there are still significant labeling efforts necessary and the problem of limited generalization to classes that have not been present during trai…

SegmentationSemantic SegmentationZero-Shot Semantic Segmentation