paper-with-me

Papers

Triple-View Feature Learning for Medical Image Segmentation

2022-08-12 · Ziyang Wang, Irina Voiculescu

Deep learning models, e.g. supervised Encoder-Decoder style networks, exhibit promising performance in medical image segmentation, but come with a high labelling cost. We propose TriSegNet, a semi-supervised semantic segmentation framework. It uses triple-view feature learning on a limited amount of labelled data and a large amount of unlabeled data. The triple-view architecture consists of three pixel-level classifiers and a low-level shared-weight learning module. The model is first initialized with labelled data. Label processing, including data perturbation, confidence label voting and unconfident label detection for annotation, enables the model to train on labelled and unlabeled data simultaneously. The confidence of each model gets improved through the other two views of the feature learning. This process is repeated until each model reaches the same confidence level as its counterparts. This strategy enables triple-view learning of generic medical image datasets. Bespoke overlap-based and boundary-based loss functions are tailored to the different stages of the training. The segmentation results are evaluated on four publicly available benchmark datasets including Ultrasound, CT, MRI, and Histology images. Repeated experiments demonstrate the effectiveness of the proposed network compared against other semi-supervised algorithms, across a large set of evaluation measures.

📄 PDF Abstract BibTeX arXiv:2208.06303

Code (2)

HiLab-git/SSL4MIS 공식 구현 pytorch
ziyangwang007/cv-ssl-mis 공식 구현 pytorch

Tasks

DecoderImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Similar Papers 제목 키워드 기반

SGTC: Semantic-Guided Triplet Co-training for Sparsely Annotated Semi-Supervised Medical Image Segmentation

2024-12-20 · Ke Yan, Qing Cai, Fan Zhang, Ziyan Cao 외

Although semi-supervised learning has made significant advances in the field of medical image segmentation, fully annotating a volumetric sample slice by slice remains a costly and time-consuming task. Even worse, most o…

Auxiliary LearningImage SegmentationMedical Image SegmentationSegmentation+3

Rotate to Scan: UNet-like Mamba with Triplet SSM Module for Medical Image Segmentation

2024-03-26 · Hao Tang, Lianglun Cheng, Guoheng Huang, Zhengguang Tan 외

Image segmentation holds a vital position in the realms of diagnosis and treatment within the medical domain. Traditional convolutional neural networks (CNNs) and Transformer models have made significant advancements in …

Image SegmentationMambaMedical Image SegmentationSemantic Segmentation+2

RADA: Region-Aware Dual-encoder Auxiliary learning for Barely-supervised Medical Image Segmentation

2026-04-13 · Shuang Zeng, Boxu Xie, Lei Zhu, Xinliang Zhang 외 arxiv

Deep learning has greatly advanced medical image segmentation, but its success relies heavily on fully supervised learning, which requires dense annotations that are costly and time-consuming for 3D volumetric scans. Bar…

Medical Image Segmentation

DoubleU-NetPlus: A Novel Attention and Context Guided Dual U-Net with Multi-Scale Residual Feature Fusion Network for Semantic Segmentation of Medical Images

2022-11-25 · Md. Rayhan Ahmed, Adnan Ferdous Ashrafi, Raihan Uddin Ahmed, Swakkhar Shatabda 외

Accurate segmentation of the region of interest in medical images can provide an essential pathway for devising effective treatment plans for life-threatening diseases. It is still challenging for U-Net, and its state-of…

Image SegmentationMedical Image SegmentationSemantic Segmentation

Triple-View Knowledge Distillation for Semi-Supervised Semantic Segmentation

2023-09-22 · Ping Li, Junjie Chen, Li Yuan, Xianghua Xu 외

To alleviate the expensive human labeling, semi-supervised semantic segmentation employs a few labeled images and an abundant of unlabeled images to predict the pixel-level label map with the same size. Previous methods …

DecoderFeature ImportanceKnowledge DistillationSemantic Segmentation+1