paper-with-me

홈 › Papers

Modeling the Label Distributions for Weakly-Supervised Semantic Segmentation

2024-03-20 · Linshan Wu, Zhun Zhong, Jiayi Ma, Yunchao Wei, Hao Chen, Leyuan Fang, Shutao Li

Weakly-Supervised Semantic Segmentation (WSSS) aims to train segmentation models by weak labels, which is receiving significant attention due to its low annotation cost. Existing approaches focus on generating pseudo labels for supervision while largely ignoring to leverage the inherent semantic correlation among different pseudo labels. We observe that pseudo-labeled pixels that are close to each other in the feature space are more likely to share the same class, and those closer to the distribution centers tend to have higher confidence. Motivated by this, we propose to model the underlying label distributions and employ cross-label constraints to generate more accurate pseudo labels. In this paper, we develop a unified WSSS framework named Adaptive Gaussian Mixtures Model, which leverages a GMM to model the label distributions. Specifically, we calculate the feature distribution centers of pseudo-labeled pixels and build the GMM by measuring the distance between the centers and each pseudo-labeled pixel. Then, we introduce an Online Expectation-Maximization (OEM) algorithm and a novel maximization loss to optimize the GMM adaptively, aiming to learn more discriminative decision boundaries between different class-wise Gaussian mixtures. Based on the label distributions, we leverage the GMM to generate high-quality pseudo labels for more reliable supervision. Our framework is capable of solving different forms of weak labels: image-level labels, points, scribbles, blocks, and bounding-boxes. Extensive experiments on PASCAL, COCO, Cityscapes, and ADE20K datasets demonstrate that our framework can effectively provide more reliable supervision and outperform the state-of-the-art methods under all settings. Code will be available at https://github.com/Luffy03/AGMM-SASS.

📄 PDF Abstract BibTeX arXiv:2403.13225

Code (1)

luffy03/agmm-sass 공식 구현 pytorch

Tasks

Semantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Leveraging Instance-, Image- and Dataset-Level Information for Weakly Supervised Instance Segmentation

2020-09-10 · Yun Liu, Yu-Huan Wu, Pei-Song Wen, Yu-Jun Shi 외

Weakly supervised semantic instance segmentation with only image-level supervision, instead of relying on expensive pixel wise masks or bounding box annotations, is an important problem to alleviate the data-hungry natur…

Image-level Supervised Instance SegmentationInstance SegmentationMultiple Instance LearningSegmentation+3

Joint Semantic Mining for Weakly Supervised RGB-D Salient Object Detection

2021-12-01 · NeurIPS 2021 12 · Jingjing Li, Wei Ji, Qi Bi, Cheng Yan 외

Training saliency detection models with weak supervisions, e.g., image-level tags or captions, is appealing as it removes the costly demand of per-pixel annotations. Despite the rapid progress of RGB-D saliency detection…

object-detectionObject DetectionRGB-D Salient Object DetectionSaliency Detection+1

From Few to More: Scribble-based Medical Image Segmentation via Masked Context Modeling and Continuous Pseudo Labels

2024-08-23 · Zhisong Wang, Yiwen Ye, Ziyang Chen, Minglei Shu 외

Scribble-based weakly supervised segmentation techniques offer comparable performance to fully supervised methods while significantly reducing annotation costs, making them an appealing alternative. Existing methods ofte…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Multi-Evidence Filtering and Fusion for Multi-Label Classification, Object Detection and Semantic Segmentation Based on Weakly Supervised Learning

2018-02-26 · CVPR 2018 6 · Weifeng Ge, Sibei Yang, Yizhou Yu

Supervised object detection and semantic segmentation require object or even pixel level annotations. When there exist image level labels only, it is challenging for weakly supervised algorithms to achieve accurate predi…

ClusteringGeneral Classificationimage-classificationImage Classification+15

Weakly Supervised Semantic Segmentation for Large-Scale Point Cloud

2022-12-09 · AAAI 2021 5 · Yachao Zhang, Zonghao Li, Yuan Xie, Yanyun Qu 외

Existing methods for large-scale point cloud semantic segmentation require expensive, tedious and error-prone manual point-wise annotations. Intuitively, weakly supervised training is a direct solution to reduce the cost…

ColorizationPseudo LabelSelf-Supervised LearningSemantic Segmentation+2