Enhanced medical image segmentation via dual-window state-space encoding and convolution-augmented KAN
摘要
Medical image segmentation is crucial for precision medicine, yet existing methods struggle to balance global context modeling with fine-grained spatial detail. This study introduces DW-MAKNet, a U-Net-style framework that integrates Dual-Window Mamba (DW-Mamba) and Convolution-Augmented Kolmogorov–Arnold Network (CA-KAN) for robust segmentation. DW-Mamba combines traditional and center-based window scanning to preserve global and local anatomical consistency, while CA-KAN enhances nonlinear representation with convolutional receptive fields. Extensive experiments conducted on five public benchmark datasets demonstrate that DW-MAKNet consistently outperforms state-of-the-art segmentation models in terms of accuracy and robustness. In particular, ablation studies show that DW-MAKNet achieves up to a 10% improvement in Dice score on the Abdomen MRI dataset compared with transformer-based counterparts. These results highlight the effectiveness of dual-window state-space encoding and convolution-augmented KAN representation for medical image segmentation. The source code is available at: https://github.com/beginner-cjh/DW-MAKNet.