paper-with-me

Papers

Improving Semi-Supervised Semantic Segmentation with Dual-Level Siamese Structure Network

2023-07-26 · Zhibo Tain, Xiaolin Zhang, Peng Zhang, Kun Zhan

Semi-supervised semantic segmentation (SSS) is an important task that utilizes both labeled and unlabeled data to reduce expenses on labeling training examples. However, the effectiveness of SSS algorithms is limited by the difficulty of fully exploiting the potential of unlabeled data. To address this, we propose a dual-level Siamese structure network (DSSN) for pixel-wise contrastive learning. By aligning positive pairs with a pixel-wise contrastive loss using strong augmented views in both low-level image space and high-level feature space, the proposed DSSN is designed to maximize the utilization of available unlabeled data. Additionally, we introduce a novel class-aware pseudo-label selection strategy for weak-to-strong supervision, which addresses the limitations of most existing methods that do not perform selection or apply a predefined threshold for all classes. Specifically, our strategy selects the top high-confidence prediction of the weak view for each class to generate pseudo labels that supervise the strong augmented views. This strategy is capable of taking into account the class imbalance and improving the performance of long-tailed classes. Our proposed method achieves state-of-the-art results on two datasets, PASCAL VOC 2012 and Cityscapes, outperforming other SSS algorithms by a significant margin. The source code is available at https://github.com/kunzhan/DSSN.

📄 PDF Abstract BibTeX arXiv:2307.13938

Code (1)

kunzhan/DSSN 공식 구현 pytorch

Tasks

Contrastive LearningPseudo LabelSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

Semi-Supervised Semantic Segmentation with High- and Low-level Consistency

2019-08-15 · Sudhanshu Mittal, Maxim Tatarchenko, Thomas Brox

The ability to understand visual information from limited labeled data is an important aspect of machine learning. While image-level classification has been extensively studied in a semi-supervised setting, dense pixel-l…

ClassificationGeneral ClassificationSegmentationSemantic Segmentation+2

SemiGDA: Generative Dual-distribution Alignment for Semi-Supervised Medical Image Segmentation

2026-04-25 · Kaiwen Huang, Yi Zhou, Yizhe Zhang, Jingxiong Li 외 arxiv

Semi-supervised learning addresses label scarcity and high annotation costs in medical image segmentation by exploiting the latent information in unlabeled data to enhance model performance. Traditional discriminative se…

Semi-supervised Medical Image SegmentationRepresentation Learning

Semi-supervised Domain Adaptation based on Dual-level Domain Mixing for Semantic Segmentation

2021-03-08 · CVPR 2021 1 · Shuaijun Chen, Xu Jia, Jianzhong He, Yongjie Shi 외

Data-driven based approaches, in spite of great success in many tasks, have poor generalization when applied to unseen image domains, and require expensive cost of annotation especially for dense pixel prediction tasks s…

Domain AdaptationSemantic SegmentationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Semi-supervised Domain Adaptation for Semantic Segmentation

2021-10-20 · Ying Chen, Xu Ouyang, Kaiyue Zhu, Gady Agam

Deep learning approaches for semantic segmentation rely primarily on supervised learning approaches and require substantial efforts in producing pixel-level annotations. Further, such approaches may perform poorly when a…

Data AugmentationDomain AdaptationSegmentationSemantic Segmentation+2

Bootstrapping Semantic Segmentation with Regional Contrast

2021-04-09 · ICLR 2022 4 · Shikun Liu, Shuaifeng Zhi, Edward Johns, Andrew J. Davison

We present ReCo, a contrastive learning framework designed at a regional level to assist learning in semantic segmentation. ReCo performs semi-supervised or supervised pixel-level contrastive learning on a sparse set of …

Contrastive LearningSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation