paper-with-me

Papers

Exploring Smoothness and Class-Separation for Semi-supervised Medical Image Segmentation

2022-03-02 · Yicheng Wu, Zhonghua Wu, Qianyi Wu, ZongYuan Ge, Jianfei Cai

Semi-supervised segmentation remains challenging in medical imaging since the amount of annotated medical data is often scarce and there are many blurred pixels near the adhesive edges or in the low-contrast regions. To address the issues, we advocate to firstly constrain the consistency of pixels with and without strong perturbations to apply a sufficient smoothness constraint and further encourage the class-level separation to exploit the low-entropy regularization for the model training. Particularly, in this paper, we propose the SS-Net for semi-supervised medical image segmentation tasks, via exploring the pixel-level smoothness and inter-class separation at the same time. The pixel-level smoothness forces the model to generate invariant results under adversarial perturbations. Meanwhile, the inter-class separation encourages individual class features should approach their corresponding high-quality prototypes, in order to make each class distribution compact and separate different classes. We evaluated our SS-Net against five recent methods on the public LA and ACDC datasets. Extensive experimental results under two semi-supervised settings demonstrate the superiority of our proposed SS-Net model, achieving new state-of-the-art (SOTA) performance on both datasets. The code is available at https://github.com/ycwu1997/SS-Net.

📄 PDF Abstract BibTeX arXiv:2203.01324

Code (2)

HiLab-git/SSL4MIS 공식 구현 pytorch
ycwu1997/ss-net 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationSemantic SegmentationSemi-supervised Medical Image Segmentation

Similar Papers 제목 키워드 기반

Graph-based Semi-Supervised Learning via Maximum Discrimination

2026-02-08 · Nadav Katz, Ariel Jaffe arxiv

Semi-supervised learning (SSL) addresses the critical challenge of training accurate models when labeled data is scarce but unlabeled data is abundant. Graph-based SSL (GSSL) has emerged as a popular framework that captu…

Computational Efficiency

Graph Convolutional Networks using Heat Kernel for Semi-supervised Learning

2020-07-27 · Bingbing Xu, Hua-Wei Shen, Qi Cao, Keting Cen 외

Graph convolutional networks gain remarkable success in semi-supervised learning on graph structured data. The key to graph-based semisupervised learning is capturing the smoothness of labels or features over nodes exert…

Efficiently Learning the Graph for Semi-supervised Learning

2023-06-12 · Dravyansh Sharma, Maxwell Jones

Computational efficiency is a major bottleneck in using classic graph-based approaches for semi-supervised learning on datasets with a large number of unlabeled examples. Known techniques to improve efficiency typically …

Computational Efficiency

A Sampling Theory Perspective of Graph-based Semi-supervised Learning

2017-05-26 · Aamir Anis, Aly El Gamal, Salman Avestimehr, Antonio Ortega

Graph-based methods have been quite successful in solving unsupervised and semi-supervised learning problems, as they provide a means to capture the underlying geometry of the dataset. It is often desirable for the const…

Graph Sampling

Regularized Boost for Semi-Supervised Learning

2007-12-01 · NeurIPS 2007 12 · Ke Chen, Shihai Wang

Semi-supervised inductive learning concerns how to learn a decision rule from a data set containing both labeled and unlabeled data. Several boosting algorithms have been extended to semi-supervised learning with various…

Ensemble LearningInductive Learning