Medical Image Segmentation

767 papers with code • 44 benchmarks • 43 datasets

Medical Image Segmentation is a computer vision task that involves dividing an medical image into multiple segments, where each segment represents a different object or structure of interest in the image. The goal of medical image segmentation is to provide a precise and accurate representation of the objects of interest within the image, typically for the purpose of diagnosis, treatment planning, and quantitative analysis.

( Image credit: IVD-Net )

Libraries

Use these libraries to find Medical Image Segmentation models and implementations
13 papers
2,011
4 papers
5,098
See all 12 libraries.

Latest papers with no code

HC-Mamba: Vision MAMBA with Hybrid Convolutional Techniques for Medical Image Segmentation

no code yet • 8 May 2024

By combining dilated convolution and depthwise separable convolutions, HC-Mamba is able to process large-scale medical image data at a much lower computational cost while maintaining a high level of performance.

Lumbar Spine Tumor Segmentation and Localization in T2 MRI Images Using AI

no code yet • 7 May 2024

Results indicate a remarkable performance, with 99% accuracy for tumor segmentation, 98% accuracy for tumor classification, and 99% accuracy for tumor localization achieved with the proposed approach.

On Enhancing Brain Tumor Segmentation Across Diverse Populations with Convolutional Neural Networks

no code yet • 5 May 2024

This work proposes a brain tumor segmentation method as part of the BraTS-GoAT challenge.

DmADs-Net: Dense multiscale attention and depth-supervised network for medical image segmentation

no code yet • 1 May 2024

In addition, in the feature fusion phase, a Feature Refinement and Fusion Block is created to enhance the fusion of different semantic information. We validated the performance of the network using five datasets of varying sizes and types.

Segmentation Quality and Volumetric Accuracy in Medical Imaging

no code yet • 27 Apr 2024

Current medical image segmentation relies on the region-based (Dice, F1-score) and boundary-based (Hausdorff distance, surface distance) metrics as the de-facto standard.

DiffSeg: A Segmentation Model for Skin Lesions Based on Diffusion Difference

no code yet • 25 Apr 2024

However, the accuracy of the segmentation results is often limited by insufficient supervision and the complex nature of medical imaging.

Semantic Segmentation Refiner for Ultrasound Applications with Zero-Shot Foundation Models

no code yet • 25 Apr 2024

Despite the remarkable success of deep learning in medical imaging analysis, medical image segmentation remains challenging due to the scarcity of high-quality labeled images for supervision.

Mitigating False Predictions In Unreasonable Body Regions

no code yet • 24 Apr 2024

This limitation leads to false predictions when applied to body regions beyond the FOV of the training data.

Ultrasound SAM Adapter: Adapting SAM for Breast Lesion Segmentation in Ultrasound Images

no code yet • 23 Apr 2024

To address these issues, in this paper, we develop a novel Breast Ultrasound SAM Adapter, termed Breast Ultrasound Segment Anything Model (BUSSAM), which migrates the SAM to the field of breast ultrasound image segmentation by using the adapter technique.

CFPFormer: Feature-pyramid like Transformer Decoder for Segmentation and Detection

no code yet • 23 Apr 2024

Feature pyramids have been widely adopted in convolutional neural networks (CNNs) and transformers for tasks like medical image segmentation and object detection.