DAUNet: A Lightweight UNet Variant with Deformable Convolutions and Parameter-Free Attention for Medical Image Segmentation
Adnan Munir, Shujaat Khan
TL;DR
DAUNet addresses the demand for accurate and efficient medical image segmentation by integrating a deformable V2 convolution bottleneck with a parameter-free SimAM attention mechanism within a UNet framework. The architecture achieves state-of-the-art performance on ultrasound (FH-PS-AoP) and CT (FUMPE) tasks while maintaining a lightweight parameter count, and ablation confirms the complementary contributions of deformable sampling and SimAM-driven refinement. Robustness to missing context and sharp boundary delineation highlight its suitability for real-time, resource-constrained clinical environments. The results suggest strong potential for deployment in edge devices and prompt future work toward multi-modal and 3D extensions with domain adaptation.
Abstract
Medical image segmentation plays a pivotal role in automated diagnostic and treatment planning systems. In this work, we present DAUNet, a novel lightweight UNet variant that integrates Deformable V2 Convolutions and Parameter-Free Attention (SimAM) to improve spatial adaptability and context-aware feature fusion without increasing model complexity. DAUNet's bottleneck employs dynamic deformable kernels to handle geometric variations, while the decoder and skip pathways are enhanced using SimAM attention modules for saliency-aware refinement. Extensive evaluations on two challenging datasets, FH-PS-AoP (fetal head and pubic symphysis ultrasound) and FUMPE (CT-based pulmonary embolism detection), demonstrate that DAUNet outperforms state-of-the-art models in Dice score, HD95, and ASD, while maintaining superior parameter efficiency. Ablation studies highlight the individual contributions of deformable convolutions and SimAM attention. DAUNet's robustness to missing context and low-contrast regions establishes its suitability for deployment in real-time and resource-constrained clinical environments.
