paper-with-me

홈 › Papers

Pixel-Level Domain Adaptation: A New Perspective for Enhancing Weakly Supervised Semantic Segmentation

2024-08-04 · Ye Du, Zehua Fu, Qingjie Liu

Recent attention has been devoted to the pursuit of learning semantic segmentation models exclusively from image tags, a paradigm known as image-level Weakly Supervised Semantic Segmentation (WSSS). Existing attempts adopt the Class Activation Maps (CAMs) as priors to mine object regions yet observe the imbalanced activation issue, where only the most discriminative object parts are located. In this paper, we argue that the distribution discrepancy between the discriminative and the non-discriminative parts of objects prevents the model from producing complete and precise pseudo masks as ground truths. For this purpose, we propose a Pixel-Level Domain Adaptation (PLDA) method to encourage the model in learning pixel-wise domain-invariant features. Specifically, a multi-head domain classifier trained adversarially with the feature extraction is introduced to promote the emergence of pixel features that are invariant with respect to the shift between the source (i.e., the discriminative object parts) and the target (\textit{i.e.}, the non-discriminative object parts) domains. In addition, we come up with a Confident Pseudo-Supervision strategy to guarantee the discriminative ability of each pixel for the segmentation task, which serves as a complement to the intra-image domain adversarial training. Our method is conceptually simple, intuitive and can be easily integrated into existing WSSS methods. Taking several strong baseline models as instances, we experimentally demonstrate the effectiveness of our approach under a wide range of settings.

📄 PDF Abstract BibTeX arXiv:2408.02039

Code (1)

usr922/plda pytorch

Tasks

Domain AdaptationObjectSegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Multi-level Domain Adaptation for Lane Detection

2022-06-21 · Chenguang Li, Boheng Zhang, Jia Shi, Guangliang Cheng

We focus on bridging domain discrepancy in lane detection among different scenarios to greatly reduce extra annotation and re-training costs for autonomous driving. Critical factors hinder the performance improvement of …

Autonomous DrivingDomain AdaptationLane DetectionPosition+1

Pixel-Level Cycle Association: A New Perspective for Domain Adaptive Semantic Segmentation

2020-10-31 · NeurIPS 2020 12 · Guoliang Kang, Yunchao Wei, Yi Yang, Yueting Zhuang 외

Domain adaptive semantic segmentation aims to train a model performing satisfactory pixel-level predictions on the target with only out-of-domain (source) annotations. The conventional solution to this task is to minimiz…

Domain AdaptationSemantic SegmentationSynthetic-to-Real TranslationTransfer Learning

Multi-Granularity Alignment Domain Adaptation for Object Detection

2022-03-31 · CVPR 2022 1 · Wenzhang Zhou, Dawei Du, Libo Zhang, Tiejian Luo 외

Domain adaptive object detection is challenging due to distinctive data distribution between source domain and target domain. In this paper, we propose a unified multi-granularity alignment based object detection framewo…

Domain AdaptationObjectobject-detectionObject Detection

Dual Bipartite Graph Learning: A General Approach for Domain Adaptive Object Detection

2021-01-01 · ICCV 2021 10 · Chaoqi Chen, Jiongcheng Li, Zebiao Zheng, Yue Huang 외

Domain Adaptive Object Detection (DAOD) relieves the reliance on large-scale annotated data by transferring the knowledge learned from a labeled source domain to a new unlabeled target domain. Recent DAOD approaches …

Domain AdaptationGraph Learningobject-detectionObject Detection

Fully Convolutional Adaptation Networks for Semantic Segmentation

2018-04-23 · CVPR 2018 6 · Yiheng Zhang, Zhaofan Qiu, Ting Yao, Dong Liu 외

The recent advances in deep neural networks have convincingly demonstrated high capability in learning vision models on large datasets. Nevertheless, collecting expert labeled datasets especially with pixel-level annotat…

Domain AdaptationSemantic Segmentation