paper-with-me

홈 › Papers

Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation

2021-01-26 · CVPR 2021 1 · Pan Zhang, Bo Zhang, Ting Zhang, Dong Chen, Yong Wang, Fang Wen

Self-training is a competitive approach in domain adaptive segmentation, which trains the network with the pseudo labels on the target domain. However inevitably, the pseudo labels are noisy and the target features are dispersed due to the discrepancy between source and target domains. In this paper, we rely on representative prototypes, the feature centroids of classes, to address the two issues for unsupervised domain adaptation. In particular, we take one step further and exploit the feature distances from prototypes that provide richer information than mere prototypes. Specifically, we use it to estimate the likelihood of pseudo labels to facilitate online correction in the course of training. Meanwhile, we align the prototypical assignments based on relative feature distances for two different views of the same target, producing a more compact target feature space. Moreover, we find that distilling the already learned knowledge to a self-supervised pretrained model further boosts the performance. Our method shows tremendous performance advantage over state-of-the-art methods. We will make the code publicly available.

📄 PDF Abstract BibTeX arXiv:2101.10979

Code (2)

microsoft/ProDA 공식 구현 pytorch
E-DEEP/PapersReview

Tasks

Domain AdaptationImage-to-Image TranslationPseudo LabelSemantic SegmentationSynthetic-to-Real TranslationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dilated Convolution 설명 없음
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
DeepLabv3 설명 없음

Similar Papers 제목 키워드 기반

A Chebyshev Confidence Guided Source-Free Domain Adaptation Framework for Medical Image Segmentation

2023-10-27 · Jiesi Hu, Yanwu Yang, Xutao Guo, Jinghua Wang 외

Source-free domain adaptation (SFDA) aims to adapt models trained on a labeled source domain to an unlabeled target domain without the access to source data. In medical imaging scenarios, the practical significance of SF…

DenoisingDomain AdaptationImage SegmentationMedical Image Segmentation+2

Improving Pseudo Labels with Global-Local Denoising Framework for Cross-lingual Named Entity Recognition

2024-06-03 · Zhuojun Ding, Wei Wei, Xiaoye Qu, Dangyang Chen

Cross-lingual named entity recognition (NER) aims to train an NER model for the target language leveraging only labeled source language data and unlabeled target language data. Prior approaches either perform label proje…

Cross-Lingual NERDenoisingnamed-entity-recognitionNamed Entity Recognition+2

Multi-objective Progressive Clustering for Semi-supervised Domain Adaptation in Speaker Verification

2023-10-07 · Ze Li, Yuke Lin, Ning Jiang, Xiaoyi Qin 외

Utilizing the pseudo-labeling algorithm with large-scale unlabeled data becomes crucial for semi-supervised domain adaptation in speaker verification tasks. In this paper, we propose a novel pseudo-labeling method named …

ClusteringDenoisingDomain AdaptationSemi-supervised Domain Adaptation+1

APP: Adaptive Prototypical Pseudo-Labeling for Few-shot OOD Detection

2023-10-20 · Pei Wang, Keqing He, Yutao Mou, Xiaoshuai Song 외

Detecting out-of-domain (OOD) intents from user queries is essential for a task-oriented dialogue system. Previous OOD detection studies generally work on the assumption that plenty of labeled IND intents exist. In this …

ProtoCon: Pseudo-label Refinement via Online Clustering and Prototypical Consistency for Efficient Semi-supervised Learning

2023-03-22 · CVPR 2023 1 · Islam Nassar, Munawar Hayat, Ehsan Abbasnejad, Hamid Rezatofighi 외

Confidence-based pseudo-labeling is among the dominant approaches in semi-supervised learning (SSL). It relies on including high-confidence predictions made on unlabeled data as additional targets to train the model. We …

Online ClusteringPseudo Label