SOTAVerified

EMCAD: Efficient Multi-scale Convolutional Attention Decoding for Medical Image Segmentation

2024-05-11CVPR 2024Code Available3· sign in to hype

Md Mostafijur Rahman, Mustafa Munir, Radu Marculescu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

An efficient and effective decoding mechanism is crucial in medical image segmentation, especially in scenarios with limited computational resources. However, these decoding mechanisms usually come with high computational costs. To address this concern, we introduce EMCAD, a new efficient multi-scale convolutional attention decoder, designed to optimize both performance and computational efficiency. EMCAD leverages a unique multi-scale depth-wise convolution block, significantly enhancing feature maps through multi-scale convolutions. EMCAD also employs channel, spatial, and grouped (large-kernel) gated attention mechanisms, which are highly effective at capturing intricate spatial relationships while focusing on salient regions. By employing group and depth-wise convolution, EMCAD is very efficient and scales well (e.g., only 1.91M parameters and 0.381G FLOPs are needed when using a standard encoder). Our rigorous evaluations across 12 datasets that belong to six medical image segmentation tasks reveal that EMCAD achieves state-of-the-art (SOTA) performance with 79.4% and 80.3% reduction in #Params and #FLOPs, respectively. Moreover, EMCAD's adaptability to different encoders and versatility across segmentation tasks further establish EMCAD as a promising tool, advancing the field towards more efficient and accurate medical image analysis. Our implementation is available at https://github.com/SLDGroup/EMCAD.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
2018 Data Science BowlEMCADDice0.93Unverified
ACDCEMCADDice Score0.92Unverified
Automatic Cardiac Diagnosis Challenge (ACDC)EMCADAvg DSC92.12Unverified
BKAI-IGH NeoPolyp-SmallEMCADAverage Dice0.93Unverified
CVC-ClinicDBEMCADmean Dice0.95Unverified
CVC-ColonDBEMCADmean Dice0.92Unverified
EMEMCADDSC95.53Unverified
ETIS-LARIBPOLYPDBEMCADmean Dice0.92Unverified
ISIC 2018EMCADDSC90.96Unverified
ISIC2018EMCADmean Dice0.91Unverified
Kvasir-SEGEMCADmean Dice0.93Unverified
MICCAI 2015 Multi-Atlas Abdomen Labeling ChallengeEMCADAvg DSC83.63Unverified
Synapse multi-organ CTEMCADAvg DSC83.63Unverified

Reproductions