paper-with-me

Papers

FixMatchSeg: Fixing FixMatch for Semi-Supervised Semantic Segmentation

2022-07-31 · Pratima Upretee, Bishesh Khanal

Supervised deep learning methods for semantic medical image segmentation are getting increasingly popular in the past few years.However, in resource constrained settings, getting large number of annotated images is very difficult as it mostly requires experts, is expensive and time-consuming.Semi-supervised segmentation can be an attractive solution where a very few labeled images are used along with a large number of unlabeled ones. While the gap between supervised and semi-supervised methods have been dramatically reduced for classification problems in the past couple of years, there still remains a larger gap in segmentation methods. In this work, we adapt a state-of-the-art semi-supervised classification method FixMatch to semantic segmentation task, introducing FixMatchSeg. FixMatchSeg is evaluated in four different publicly available datasets of different anatomy and different modality: cardiac ultrasound, chest X-ray, retinal fundus image, and skin images. When there are few labels, we show that FixMatchSeg performs on par with strong supervised baselines.

📄 PDF Abstract BibTeX arXiv:2208.00400

Code (0)

등록된 구현이 없습니다.

Tasks

AnatomyImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Dense FixMatch: a simple semi-supervised learning method for pixel-wise prediction tasks

2022-10-18 · Miquel Martí i Rabadán, Alessandro Pieropan, Hossein Azizpour, Atsuto Maki

We propose Dense FixMatch, a simple method for online semi-supervised learning of dense and structured prediction tasks combining pseudo-labeling and consistency regularization via strong data augmentation. We enable the…

Data Augmentationimage-classificationSemantic SegmentationSemi-Supervised Semantic Segmentation

Towards Understanding Why FixMatch Generalizes Better Than Supervised Learning

2024-10-15 · Jingyang Li, Jiachun Pan, Vincent Y. F. Tan, Kim-Chuan Toh 외

Semi-supervised learning (SSL), exemplified by FixMatch (Sohn et al., 2020), has shown significant generalization advantages over supervised learning (SL), particularly in the context of deep neural networks (DNNs). Howe…

FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence

2020-01-21 · NeurIPS 2020 12 · Kihyuk Sohn, David Berthelot, Chun-Liang Li, Zizhao Zhang 외

Semi-supervised learning (SSL) provides an effective means of leveraging unlabeled data to improve a model's performance. In this paper, we demonstrate the power of a simple combination of two common SSL methods: consist…

Image ClassificationPseudo LabelSemi-Supervised Image Classification

FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence

2020-01-21 · Kihyuk Sohn∗ David Berthelot∗ Chun-Liang Li Zizhao Zhang Nicholas Carlini Ekin D. Cubuk Alex Kurakin Han Zhang Colin Raffel

Semi-supervised learning (SSL) provides an effective means of leveraging unlabeled data to improve a model’s performance. In this paper, we demonstrate the power of a simple combination of two common SSL methods: cons…

Image ClassificationPseudo Label

Multi-task learning on partially labeled datasets via invariant/equivariant semi-supervised learning

2026-05-17 · Miquel Martí i Rabadán, Alessandro Pieropan, Hossein Azizpour, Atsuto Maki arxiv

We investigate the potential of invariant and equivariant semi-supervised learning for addressing the challenges of training multi-task models on partially labeled datasets with differently structured output tasks. Speci…

Semantic SegmentationMulti-Task LearningObject Detection