paper-with-me

홈 › Papers

ClamNet: Using contrastive learning with variable depth Unets for medical image segmentation

2022-06-10 · Samayan Bhattacharya, Sk Shahnawaz, Avigyan Bhattacharya

Unets have become the standard method for semantic segmentation of medical images, along with fully convolutional networks (FCN). Unet++ was introduced as a variant of Unet, in order to solve some of the problems facing Unet and FCNs. Unet++ provided networks with an ensemble of variable depth Unets, hence eliminating the need for professionals estimating the best suitable depth for a task. While Unet and all its variants, including Unet++ aimed at providing networks that were able to train well without requiring large quantities of annotated data, none of them attempted to eliminate the need for pixel-wise annotated data altogether. Obtaining such data for each disease to be diagnosed comes at a high cost. Hence such data is scarce. In this paper we use contrastive learning to train Unet++ for semantic segmentation of medical images using medical images from various sources including magnetic resonance imaging (MRI) and computed tomography (CT), without the need for pixel-wise annotations. Here we describe the architecture of the proposed model and the training method used. This is still a work in progress and so we abstain from including results in this paper. The results and the trained model would be made available upon publication or in subsequent versions of this paper on arxiv.

📄 PDF Abstract BibTeX arXiv:2206.05225

Code (0)

등록된 구현이 없습니다.

Tasks

Computed Tomography (CT)Contrastive LearningImage SegmentationMedical Image SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
UNet++ UNet++ is an architecture for semantic segmentation based on the U-Net. Through the use of densely connected nested decoder…

Similar Papers 제목 키워드 기반

ConnectedUNets++: Mass Segmentation from Whole Mammographic Images

2022-10-25 · Prithul Sarker, Sushmita Sarker, George Bebis, Alireza Tavakkoli

Deep learning has made a breakthrough in medical image segmentation in recent years due to its ability to extract high-level features without the need for prior knowledge. In this context, U-Net is one of the most advanc…

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation

SelfReg-UNet: Self-Regularized UNet for Medical Image Segmentation

2024-06-21 · Wenhui Zhu, Xiwen Chen, Peijie Qiu, Mohammad Farazi 외

Since its introduction, UNet has been leading a variety of medical image segmentation tasks. Although numerous follow-up studies have also been dedicated to improving the performance of standard UNet, few have conducted …

DecoderImage SegmentationMedical Image SegmentationSegmentation+1

MRF-UNets: Searching UNet with Markov Random Fields

2022-07-13 · Zifu Wang, Matthew B. Blaschko

UNet [27] is widely used in semantic segmentation due to its simplicity and effectiveness. However, its manually-designed architecture is applied to a large number of problem settings, either with no architecture optimiz…

Neural Architecture SearchSemantic Segmentation

Token-UNet: A New Case for Transformers Integration in Efficient and Interpretable 3D UNets for Brain Imaging Segmentation

2026-02-23 · Louis Fabrice Tshimanga, Andrea Zanola, Federico Del Pup, Manfredo Atzori arxiv

We present Token-UNet, adopting the TokenLearner and TokenFuser modules to encase Transformers into UNets. While Transformers have enabled global interactions among input elements in medical imaging, current computationa…

Keypoint-Augmented Self-Supervised Learning for Medical Image Segmentation with Limited Annotation

2023-09-21 · NeurIPS 2023 11

Pretraining CNN models (i.e., UNet) through self-supervision has become a powerful approach to facilitate medical image segmentation under low annotation regimes. Recent contrastive learning methods encourage similar glo…