paper-with-me

Papers

CrossMatch: Source-Free Domain Adaptive Semantic Segmentation via Cross-Modal Consistency Training

2023-01-01 · ICCV 2023 1 · Yifang Yin, Wenmiao Hu, Zhenguang Liu, Guanfeng Wang, Shili Xiang, Roger Zimmermann

Source-free domain adaptive semantic segmentation has gained increasing attention recently. It eases the requirement of full data access to the source domain by transferring knowledge only from a well-trained source model. However, reducing the uncertainty of the target pseudo labels becomes inevitably more challenging without the supervision of the labeled source data. In this work, we propose a novel asymmetric two-stream architecture that learns more robustly from noisy pseudo labels. Our approach simultaneously conducts dual-head pseudo label denoising and cross-modal consistency regularization. Towards the former, we introduce a multimodal auxiliary network during training (and discard it during inference), which effectively enhances the pseudo labels' correctness by leveraging the guidance from the depth information. Towards the latter, we enforce a new cross-modal pixel-wise consistency between the predictions of the two streams, encouraging our model to behave smoothly for both modality variance and image perturbations. It serves as an effective regularization to further reduce the impact of the inaccurate pseudo labels in source-free unsupervised domain adaptation. Experiments on GTA5 to Cityscapes and SYNTHIA to Cityscapes benchmarks demonstrate the superiority of our proposed method, obtaining the new state-of-the-art mIoU of 57.7% and 57.5%, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingDomain AdaptationPseudo LabelSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

CrossMatch: Cross-Classifier Consistency Regularization for Open-Set Single Domain Generalization

2021-09-29 · ICLR 2022 4 · Ronghang Zhu, Sheng Li

Single domain generalization (SDG) is a challenging scenario of domain generalization, where only one source domain is available to train the model. Typical SDG methods are based on the adversarial data augmentation stra…

Data AugmentationDomain Generalization

Crossmatching variable objects with the Gaia data

2017-02-14 · Lorenzo Rimoldini, Krzysztof Nienartowicz, Maria Süveges, Jonathan Charnas 외

Tens of millions of new variable objects are expected to be identified in over a billion time series from the Gaia mission. Crossmatching known variable sources with those from Gaia is crucial to incorporate current know…

Time SeriesTime Series Analysis

CrossMatch: Improving Semi-Supervised Object Detection via Multi-Scale Consistency

2021-09-29 · Zhuoran Yu, Yen-Cheng Liu, Chih-Yao Ma, Zsolt Kira

We present a novel method, CrossMatch, for semi-supervised object detection. Inspired by the fact that teacher/student pseudo-labeling approaches result in a weak and sparse gradient signal due to the difficulty of conf…

Objectobject-detectionObject DetectionSemi-Supervised Object Detection

CrossMatch: Enhance Semi-Supervised Medical Image Segmentation with Perturbation Strategies and Knowledge Distillation

2024-05-01 · Bin Zhao, Chunshi Wang, Shuxue Ding

Semi-supervised learning for medical image segmentation presents a unique challenge of efficiently using limited labeled data while leveraging abundant unlabeled data. Despite advancements, existing methods often do not …

Image SegmentationKnowledge DistillationMedical Image SegmentationSelf-Knowledge Distillation+2

AUGCO: Augmentation Consistency-guided Self-training for Source-free Domain Adaptive Semantic Segmentation

2021-07-21 · Viraj Prabhu, Shivam Khare, Deeksha Kartik, Judy Hoffman

Most modern approaches for domain adaptive semantic segmentation rely on continued access to source data during adaptation, which may be infeasible due to computational or privacy constraints. We focus on source-free dom…

Domain AdaptationSegmentationSemantic SegmentationSource-Free Domain Adaptation