paper-with-me

홈 › Papers

One-Shot Domain Adaptive and Generalizable Semantic Segmentation with Class-Aware Cross-Domain Transformers

2022-12-14 · Rui Gong, Qin Wang, Dengxin Dai, Luc van Gool

Unsupervised sim-to-real domain adaptation (UDA) for semantic segmentation aims to improve the real-world test performance of a model trained on simulated data. It can save the cost of manually labeling data in real-world applications such as robot vision and autonomous driving. Traditional UDA often assumes that there are abundant unlabeled real-world data samples available during training for the adaptation. However, such an assumption does not always hold in practice owing to the collection difficulty and the scarcity of the data. Thus, we aim to relieve this need on a large number of real data, and explore the one-shot unsupervised sim-to-real domain adaptation (OSUDA) and generalization (OSDG) problem, where only one real-world data sample is available. To remedy the limited real data knowledge, we first construct the pseudo-target domain by stylizing the simulated data with the one-shot real data. To mitigate the sim-to-real domain gap on both the style and spatial structure level and facilitate the sim-to-real adaptation, we further propose to use class-aware cross-domain transformers with an intermediate domain randomization strategy to extract the domain-invariant knowledge, from both the simulated and pseudo-target data. We demonstrate the effectiveness of our approach for OSUDA and OSDG on different benchmarks, outperforming the state-of-the-art methods by a large margin, 10.87, 9.59, 13.05 and 15.91 mIoU on GTA, SYNTHIA$\rightarrow$Cityscapes, Foggy Cityscapes, respectively.

📄 PDF Abstract BibTeX arXiv:2212.07292

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDomain AdaptationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Domain-invariant Prototypes for Semantic Segmentation

2022-08-12 · Zhengeng Yang, Hongshan Yu, Wei Sun, Li-Cheng 외

Deep Learning has greatly advanced the performance of semantic segmentation, however, its success relies on the availability of large amounts of annotated data for training. Hence, many efforts have been devoted to domai…

Domain AdaptationFew-Shot LearningSegmentationSemantic Segmentation

DiGA: Distil to Generalize and then Adapt for Domain Adaptive Semantic Segmentation

2023-04-05 · CVPR 2023 1 · Fengyi Shen, Akhil Gurram, Ziyuan Liu, He Wang 외

Domain adaptive semantic segmentation methods commonly utilize stage-wise training, consisting of a warm-up and a self-training stage. However, this popular approach still faces several challenges in each stage: for warm…

Data AugmentationKnowledge DistillationPseudo LabelSemantic Segmentation

A Class-wise Non-salient Region Generalized Framework for Video Semantic Segmentation

2022-12-29 · Yuhang Zhang, Shishun Tian, Muxin Liao, Zhengyu Zhang 외

Video semantic segmentation (VSS) is beneficial for dealing with dynamic scenes due to the continuous property of the real-world environment. On the one hand, some methods alleviate the predicted inconsistent problem bet…

Domain GeneralizationSegmentationSemantic SegmentationVideo Semantic Segmentation

Zero Shot Domain Adaptive Semantic Segmentation by Synthetic Data Generation and Progressive Adaptation

2025-08-05 · Jun Luo, Zijing Zhao, Yang Liu arxiv

Deep learning-based semantic segmentation models achieve impressive results yet remain limited in handling distribution shifts between training and test data. In this paper, we present SDGPA (Synthetic Data Generation an…

Zero-Shot Semantic SegmentationSynthetic Data Generation

Hierarchical Spatial and Channel Aggregation for Cross-domain Few-shot Segmentation

2026-06-23 · Sujun Sun, Mingwu Ren, Haofeng Zhang arxiv

Cross-domain Few-shot Segmentation (CD-FSS) aims to learn generalizable segmentation capability from abundant annotated samples in the source domain, enabling accurate segmentation of novel classes in the target domain w…

Cross-Domain Few-Shot