paper-with-me

Papers

Unbiased Subclass Regularization for Semi-Supervised Semantic Segmentation

2022-03-18 · CVPR 2022 1 · Dayan Guan, Jiaxing Huang, Aoran Xiao, Shijian Lu

Semi-supervised semantic segmentation learns from small amounts of labelled images and large amounts of unlabelled images, which has witnessed impressive progress with the recent advance of deep neural networks. However, it often suffers from severe class-bias problem while exploring the unlabelled images, largely due to the clear pixel-wise class imbalance in the labelled images. This paper presents an unbiased subclass regularization network (USRN) that alleviates the class imbalance issue by learning class-unbiased segmentation from balanced subclass distributions. We build the balanced subclass distributions by clustering pixels of each original class into multiple subclasses of similar sizes, which provide class-balanced pseudo supervision to regularize the class-biased segmentation. In addition, we design an entropy-based gate mechanism to coordinate learning between the original classes and the clustered subclasses which facilitates subclass regularization effectively by suppressing unconfident subclass predictions. Extensive experiments over multiple public benchmarks show that USRN achieves superior performance as compared with the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2203.10026

Code (1)

dayan-guan/usrn 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

BASIC: Semi-supervised Multi-organ Segmentation with Balanced Subclass Regularization and Semantic-conflict Penalty

2025-01-07 · Zhenghao Feng, Lu Wen, Yuanyuan Xu, Binyu Yan 외

Semi-supervised learning (SSL) has shown notable potential in relieving the heavy demand of dense prediction tasks on large-scale well-annotated datasets, especially for the challenging multi-organ segmentation (MoS). Ho…

Multi-Task LearningOrgan Segmentation

Alleviating Class Imbalance in Semi-supervised Multi-organ Segmentation via Balanced Subclass Regularization

2024-08-26 · Zhenghao Feng, Lu Wen, Binyu Yan, Jiaqi Cui 외

Semi-supervised learning (SSL) has shown notable potential in relieving the heavy demand of dense prediction tasks on large-scale well-annotated datasets, especially for the challenging multi-organ segmentation (MoS). Ho…

Organ Segmentation

De-biasing Weakly Supervised Learning by Regularizing Prediction Entropy

2019-03-20 · ICLR Workshop LLD 2019 · Dean Wyatte

We explore the effect of regularizing prediction entropy in a weakly supervised setting with inexact class labels. When underlying data distributions are biased toward a specific subclass, we hypothesize that entropy reg…

Weakly-supervised Learning

Fine-Grained Entity Typing via Hierarchical Multi Graph Convolutional Networks

2019-11-01 · IJCNLP 2019 11 · Hailong Jin, Lei Hou, Juanzi Li, Tiansi Dong

This paper addresses the problem of inferring the fine-grained type of an entity from a knowledge base. We convert this problem into the task of graph-based semi-supervised classification, and propose Hierarchical Multi …

Entity Typing

Colour augmentation for improved semi-supervised semantic segmentation

2021-10-09 · Geoff French, Michal Mackiewicz

Consistency regularization describes a class of approaches that have yielded state-of-the-art results for semi-supervised classification. While semi-supervised semantic segmentation proved to be more challenging, a numbe…

ClassificationSegmentationSelf-Supervised LearningSemantic Segmentation+1