paper-with-me

Papers

Weighting Pseudo-Labels via High-Activation Feature Index Similarity and Object Detection for Semi-Supervised Segmentation

2024-07-17 · Prantik Howlader, Hieu Le, Dimitris Samaras

Semi-supervised semantic segmentation methods leverage unlabeled data by pseudo-labeling them. Thus the success of these methods hinges on the reliablility of the pseudo-labels. Existing methods mostly choose high-confidence pixels in an effort to avoid erroneous pseudo-labels. However, high confidence does not guarantee correct pseudo-labels especially in the initial training iterations. In this paper, we propose a novel approach to reliably learn from pseudo-labels. First, we unify the predictions from a trained object detector and a semantic segmentation model to identify reliable pseudo-label pixels. Second, we assign different learning weights to pseudo-labeled pixels to avoid noisy training signals. To determine these weights, we first use the reliable pseudo-label pixels identified from the first step and labeled pixels to construct a prototype for each class. Then, the per-pixel weight is the structural similarity between the pixel and the prototype measured via rank-statistics similarity. This metric is robust to noise, making it better suited for comparing features from unlabeled images, particularly in the initial training phases where wrong pseudo labels are prone to occur. We show that our method can be easily integrated into four semi-supervised semantic segmentation frameworks, and improves them in both Cityscapes and Pascal VOC datasets.

📄 PDF Abstract BibTeX arXiv:2407.12630

Code (1)

cvlab-stonybrook/Weighting-Pseudo-Labels 공식 구현 pytorch

Tasks

object-detectionObject DetectionPseudo LabelSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

DAW: Exploring the Better Weighting Function for Semi-supervised Semantic Segmentation

2023-09-21 · NeurIPS 2023 11

The critical challenge of semi-supervised semantic segmentation lies in how to fully exploit a large volume of unlabeled data to improve the model’s generalization performance for robust segmentation. Existing methods t…

Embedded Discriminative Attention Mechanism for Weakly Supervised Semantic Segmentation

2021-06-19 · CVPR 2021 1 · Tong Wu, Junshi Huang, Guangyu Gao, Xiaoming Wei 외

Weakly Supervised Semantic Segmentation (WSSS) with image-level annotation uses class activation maps from the classifier as pseudo-labels for semantic segmentation. However, such activation maps usually highlight th…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

FPL+: Filtered Pseudo Label-based Unsupervised Cross-Modality Adaptation for 3D Medical Image Segmentation

2024-04-07 · Jianghao Wu, Dong Guo, Guotai Wang, Qiang Yue 외

Adapting a medical image segmentation model to a new domain is important for improving its cross-domain transferability, and due to the expensive annotation process, Unsupervised Domain Adaptation (UDA) is appealing wher…

Data AugmentationDomain AdaptationHeart SegmentationImage Segmentation+4

Inferring the Class Conditional Response Map for Weakly Supervised Semantic Segmentation

2021-10-27 · Weixuan Sun, Jing Zhang, Nick Barnes

Image-level weakly supervised semantic segmentation (WSSS) relies on class activation maps (CAMs) for pseudo labels generation. As CAMs only highlight the most discriminative regions of objects, the generated pseudo labe…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Activation to Saliency: Forming High-Quality Labels for Completely Unsupervised Salient Object Detection

2021-12-07 · Huajun Zhou, Peijia Chen, Lingxiao Yang, JianHuang Lai 외

Existing deep learning-based Unsupervised Salient Object Detection (USOD) methods rely on supervised pre-trained deep models. Moreover, they generate pseudo labels based on hand-crafted features, which lack high-level se…

object-detectionObject DetectionSalient Object Detection