paper-with-me

Papers

Self-Supervised Correction Learning for Semi-Supervised Biomedical Image Segmentation

2023-01-12 · Ruifei Zhang, Sishuo Liu, Yizhou Yu, Guanbin Li

Biomedical image segmentation plays a significant role in computer-aided diagnosis. However, existing CNN based methods rely heavily on massive manual annotations, which are very expensive and require huge human resources. In this work, we adopt a coarse-to-fine strategy and propose a self-supervised correction learning paradigm for semi-supervised biomedical image segmentation. Specifically, we design a dual-task network, including a shared encoder and two independent decoders for segmentation and lesion region inpainting, respectively. In the first phase, only the segmentation branch is used to obtain a relatively rough segmentation result. In the second step, we mask the detected lesion regions on the original image based on the initial segmentation map, and send it together with the original image into the network again to simultaneously perform inpainting and segmentation separately. For labeled data, this process is supervised by the segmentation annotations, and for unlabeled data, it is guided by the inpainting loss of masked lesion regions. Since the two tasks rely on similar feature information, the unlabeled data effectively enhances the representation of the network to the lesion regions and further improves the segmentation performance. Moreover, a gated feature fusion (GFF) module is designed to incorporate the complementary features from the two tasks. Experiments on three medical image segmentation datasets for different tasks including polyp, skin lesion and fundus optic disc segmentation well demonstrate the outstanding performance of our method compared with other semi-supervised approaches. The code is available at https://github.com/ReaFly/SemiMedSeg.

📄 PDF Abstract BibTeX arXiv:2301.04866

Code (1)

reafly/semimedseg 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationOptic Disc SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

A comparative study of semi- and self-supervised semantic segmentation of biomedical microscopy data

2020-11-11 · Nastassya Horlava, Alisa Mironenko, Sebastian Niehaus, Sebastian Wagner 외

In recent years, Convolutional Neural Networks (CNNs) have become the state-of-the-art method for biomedical image analysis. However, these networks are usually trained in a supervised manner, requiring large amounts of …

image-classificationImage ClassificationImage SegmentationSegmentation+2

Semi-Supervised Semantic Image Segmentation with Self-correcting Networks

2018-11-17 · CVPR 2020 6 · Mostafa S. Ibrahim, Arash Vahdat, Mani Ranjbar, William G. Macready

Building a large image dataset with high-quality object masks for semantic segmentation is costly and time consuming. In this paper, we introduce a principled semi-supervised framework that only uses a small set of fully…

Image SegmentationSegmentationSemantic Segmentation

Seamless Iterative Semi-Supervised Correction of Imperfect Labels in Microscopy Images

2022-08-05 · Marawan Elbatel, Christina Bornberg, Manasi Kattel, Enrique Almar 외

In-vitro tests are an alternative to animal testing for the toxicity of medical devices. Detecting cells as a first step, a cell expert evaluates the growth of cells according to cytotoxicity grade under the microscope. …

Image GenerationObject DetectionSemantic Segmentation

Exploring Semi-supervised Variational Autoencoders for Biomedical Relation Extraction

2019-01-18 · Yijia Zhang, Zhiyong Lu

The biomedical literature provides a rich source of knowledge such as protein-protein interactions (PPIs), drug-drug interactions (DDIs) and chemical-protein interactions (CPIs). Biomedical relation extraction aims to au…

DecoderRelationRelation Extraction

Latent Graphs for Semi-Supervised Learning on Biomedical Tabular Data

2023-09-27 · Boshko Koloski, Nada Lavrač, Senja Pollak, Blaž Škrlj

In the domain of semi-supervised learning, the current approaches insufficiently exploit the potential of considering inter-instance relationships among (un)labeled data. In this work, we address this limitation by provi…