DyGLNet: Hybrid Global-Local Feature Fusion with Dynamic Upsampling for Medical Image Segmentation

📅 2025-09-16
📈 Citations: 0
Influential: 0
📄 PDF

career value

222K/year
🤖 AI Summary
Medical image segmentation faces three key challenges: multi-scale lesions, ambiguous boundaries, and high computational overhead. To address these, we propose a lightweight dynamic upsampling segmentation network. Our method introduces (1) the SHDCBlock, which jointly models local details and global context; (2) DyFusionUp, a dynamic upsampling module that achieves high-fidelity feature reconstruction via learnable deformable offsets; and (3) an end-to-end lightweight architecture integrating single-head self-attention, multi-scale atrous convolutions, and adaptive upsampling. Evaluated on seven public benchmarks, our approach significantly improves boundary accuracy and small-object segmentation performance while reducing computational complexity—achieving an average 32% reduction in FLOPs. The proposed design balances accuracy and efficiency, demonstrating strong potential for clinical deployment.

Technology Category

Application Category

📝 Abstract
Medical image segmentation grapples with challenges including multi-scale lesion variability, ill-defined tissue boundaries, and computationally intensive processing demands. This paper proposes the DyGLNet, which achieves efficient and accurate segmentation by fusing global and local features with a dynamic upsampling mechanism. The model innovatively designs a hybrid feature extraction module (SHDCBlock), combining single-head self-attention and multi-scale dilated convolutions to model local details and global context collaboratively. We further introduce a dynamic adaptive upsampling module (DyFusionUp) to realize high-fidelity reconstruction of feature maps based on learnable offsets. Then, a lightweight design is adopted to reduce computational overhead. Experiments on seven public datasets demonstrate that DyGLNet outperforms existing methods, particularly excelling in boundary accuracy and small-object segmentation. Meanwhile, it exhibits lower computation complexity, enabling an efficient and reliable solution for clinical medical image analysis. The code will be made available soon.
Problem

Research questions and friction points this paper is trying to address.

Addresses multi-scale lesion variability in medical images
Handles ill-defined tissue boundaries for accurate segmentation
Reduces computational overhead with lightweight efficient design
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hybrid global-local feature fusion
Dynamic adaptive upsampling mechanism
Lightweight computational design
🔎 Similar Papers
No similar papers found.