2025
Rahman, Md Mostafijur; Marculescu, Radu
EffiDec3D: An Optimized Decoder for High-Performance and Efficient 3D Medical Image Segmentation Conference
Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR), 2025.
Abstract | Links | BibTeX | Tags: 3D Segmentation, Deep Learning Architecture, Efficient AI, Efficient Decoder, Featured, Medical Image Segmentation
@conference{effidec3d@rahman,
title = {EffiDec3D: An Optimized Decoder for High-Performance and Efficient 3D Medical Image Segmentation},
author = {Md Mostafijur Rahman and Radu Marculescu},
url = {https://openaccess.thecvf.com/content/CVPR2025/html/Rahman_EffiDec3D_An_Optimized_Decoder_for_High-Performance_and_Efficient_3D_Medical_CVPR_2025_paper.html},
year = {2025},
date = {2025-06-10},
urldate = {2025-06-10},
publisher = {Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR)},
abstract = {Recent 3D deep networks such as SwinUNETR, SwinUNETRv2, and 3D UX-Net have shown promising performance by leveraging self-attention and large-kernel convolutions to capture the volumetric context. However, their substantial computational requirements limit their use in real-time and resource-constrained environments. The high #FLOPs and #Params in these networks stem largely from complex decoder designs with high-resolution layers and
excessive channel counts. In this paper, we propose EffiDec3D, an optimized 3D decoder that employs a channel reduction strategy across all decoder stages, which sets the number of channels to the minimum needed for accurate feature representation. Additionally, EffiDec3D removes the high-resolution layers when their contribution
to segmentation quality is minimal. Our optimized EffiDec3D decoder achieves a 96.4% reduction in #Params and a 93.0% reduction in #FLOPs compared to the decoder of original 3D UX-Net. Similarly, for SwinUNETR and SwinUNETRv2 (which share an identical decoder), we observe reductions of 94.9% in #Params and 86.2% in #FLOPs. Our extensive experiments on 12 different medical imaging tasks confirm that EffiDec3D not only significantly reduces the computational demands, but also maintains a performance level comparable to original models, thus establishing a new standard for efficient 3D medical image segmentation. Our implementation is available at https://github.com/SLDGroup/EffiDec3D.},
keywords = {3D Segmentation, Deep Learning Architecture, Efficient AI, Efficient Decoder, Featured, Medical Image Segmentation},
pubstate = {published},
tppubtype = {conference}
}
excessive channel counts. In this paper, we propose EffiDec3D, an optimized 3D decoder that employs a channel reduction strategy across all decoder stages, which sets the number of channels to the minimum needed for accurate feature representation. Additionally, EffiDec3D removes the high-resolution layers when their contribution
to segmentation quality is minimal. Our optimized EffiDec3D decoder achieves a 96.4% reduction in #Params and a 93.0% reduction in #FLOPs compared to the decoder of original 3D UX-Net. Similarly, for SwinUNETR and SwinUNETRv2 (which share an identical decoder), we observe reductions of 94.9% in #Params and 86.2% in #FLOPs. Our extensive experiments on 12 different medical imaging tasks confirm that EffiDec3D not only significantly reduces the computational demands, but also maintains a performance level comparable to original models, thus establishing a new standard for efficient 3D medical image segmentation. Our implementation is available at https://github.com/SLDGroup/EffiDec3D.
2024
Rahman, Md Mostafijur; Munir, Mustafa; Marculescu, Radu
EMCAD: Efficient Multi-scale Convolutional Attention Decoding for Medical Image Segmentation Conference
Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR), 2024.
Abstract | Links | BibTeX | Tags: Deep Learning Architecture, Efficient Decoder, Medical Image Segmentation, Multi-scale Depth-wise Convolutions, Vision Transformer
@conference{EMCAD_CVPR_2024,
title = {EMCAD: Efficient Multi-scale Convolutional Attention Decoding for Medical Image Segmentation},
author = {Md Mostafijur Rahman and Mustafa Munir and Radu Marculescu },
url = {https://openaccess.thecvf.com/content/CVPR2024/papers/Rahman_EMCAD_Efficient_Multi-scale_Convolutional_Attention_Decoding_for_Medical_Image_Segmentation_CVPR_2024_paper.pdf},
year = {2024},
date = {2024-06-17},
urldate = {2024-06-17},
publisher = {Proceedings of the IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR)},
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.},
keywords = {Deep Learning Architecture, Efficient Decoder, Medical Image Segmentation, Multi-scale Depth-wise Convolutions, Vision Transformer},
pubstate = {published},
tppubtype = {conference}
}


