paper-with-me

Papers

SePiCo: Semantic-Guided Pixel Contrast for Domain Adaptive Semantic Segmentation

2022-04-19 · Binhui Xie, Shuang Li, Mingjia Li, Chi Harold Liu, Gao Huang, Guoren Wang

Domain adaptive semantic segmentation attempts to make satisfactory dense predictions on an unlabeled target domain by utilizing the supervised model trained on a labeled source domain. In this work, we propose Semantic-Guided Pixel Contrast (SePiCo), a novel one-stage adaptation framework that highlights the semantic concepts of individual pixels to promote learning of class-discriminative and class-balanced pixel representations across domains, eventually boosting the performance of self-training methods. Specifically, to explore proper semantic concepts, we first investigate a centroid-aware pixel contrast that employs the category centroids of the entire source domain or a single source image to guide the learning of discriminative features. Considering the possible lack of category diversity in semantic concepts, we then blaze a trail of distributional perspective to involve a sufficient quantity of instances, namely distribution-aware pixel contrast, in which we approximate the true distribution of each semantic category from the statistics of labeled source data. Moreover, such an optimization objective can derive a closed-form upper bound by implicitly involving an infinite number of (dis)similar pairs, making it computationally efficient. Extensive experiments show that SePiCo not only helps stabilize training but also yields discriminative representations, making significant progress on both synthetic-to-real and daytime-to-nighttime adaptation scenarios.

📄 PDF Abstract BibTeX arXiv:2204.08808

Code (1)

bit-da/sepico 공식 구현 pytorch

Tasks

Domain AdaptationImage-to-Image TranslationSemantic SegmentationSynthetic-to-Real Translation

Similar Papers 제목 키워드 기반

MSCDA: Multi-level Semantic-guided Contrast Improves Unsupervised Domain Adaptation for Breast MRI Segmentation in Small Datasets

2023-01-04 · Sheng Kuang, Henry C. Woodruff, Renee Granzier, Thiemo J. A. van Nijnatten 외

Deep learning (DL) applied to breast tissue segmentation in magnetic resonance imaging (MRI) has received increased attention in the last decade, however, the domain shift which arises from different vendors, acquisition…

Contrastive LearningDomain AdaptationMRI segmentationUnsupervised Domain Adaptation

Pseudolabel guided pixels contrast for domain adaptive semantic segmentation

2025-01-15 · Jianzi Xiang, Cailu Wan, Zhu Cao

Semantic segmentation is essential for comprehending images, but the process necessitates a substantial amount of detailed annotations at the pixel level. Acquiring such annotations can be costly in the real-world. Unsup…

Contrastive LearningDomain AdaptationPseudo LabelSelf-Supervised Learning+2

Contrast, Stylize and Adapt: Unsupervised Contrastive Learning Framework for Domain Adaptive Semantic Segmentation

2023-06-15 · Tianyu Li, Subhankar Roy, Huayi Zhou, Hongtao Lu 외

To overcome the domain gap between synthetic and real-world datasets, unsupervised domain adaptation methods have been proposed for semantic segmentation. Majority of the previous approaches have attempted to reduce the …

Contrastive LearningDomain AdaptationSemantic SegmentationStyle Transfer+1

ProtoGMM: Multi-prototype Gaussian-Mixture-based Domain Adaptation Model for Semantic Segmentation

2024-06-27 · Nazanin Moradinasab, Laura S. Shankman, Rebecca A. Deaton, Gary K. Owens 외

Domain adaptive semantic segmentation aims to generate accurate and dense predictions for an unlabeled target domain by leveraging a supervised model trained on a labeled source domain. The prevalent self-training approa…

Contrastive LearningDomain AdaptationSemantic SegmentationSemantic Similarity+1

Contrastive Semantic-Guided Image Smoothing Network

2022-09-02 · Jie Wang, Yongzhen Wang, Yidan Feng, Lina Gong 외

Image smoothing is a fundamental low-level vision task that aims to preserve salient structures of an image while removing insignificant details. Deep learning has been explored in image smoothing to deal with the comple…

image smoothingSemantic Segmentation