Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RWKV-UNet: Improving UNet with Long-Range Cooperation for Effective Medical Image Segmentation

About

In recent years, significant advancements have been made in deep learning for medical image segmentation, particularly with convolutional neural networks (CNNs) and transformer models. However, CNNs face limitations in capturing long-range dependencies, while transformers suffer from high computational complexity. To address this, we propose RWKV-UNet, a novel model that integrates the RWKV (Receptance Weighted Key Value) structure into the U-Net architecture. This integration enhances the model's ability to capture long-range dependencies and to improve contextual understanding, which is crucial for accurate medical image segmentation. We build a strong encoder with developed Global-Local Spatial Perception (GLSP) blocks combining CNNs and RWKVs. We also propose a Cross-Channel Mix (CCM) module to improve skip connections with multi-scale feature fusion, achieving global channel information integration. Experiments on 11 benchmark datasets show that the RWKV-UNet achieves state-of-the-art performance on various types of medical image segmentation tasks. Additionally, smaller variants, RWKV-UNet-S and RWKV-UNet-T, balance accuracy and computational efficiency, making them suitable for broader clinical applications.

Juntao Jiang, Jiangning Zhang, Weixuan Liu, Muxuan Gao, Xiaobin Hu, Zhucun Xue, Yong Liu, Shuicheng Yan• 2025

Related benchmarks

TaskDatasetResultRank
Cardiac SegmentationACDC (test)
Avg Dice92.29
141
Medical Image SegmentationSynapse (test)
Dice86.73
111
Medical Image SegmentationKvasir-Seg
Dice Score91.78
75
Medical Image SegmentationCVC-ClinicDB
Dice Score95.58
68
Medical Image SegmentationBUSI
Dice Score81.92
61
Medical Image SegmentationISIC 2017
Dice Score86.38
52
Binary SegmentationCVC-ColonDB
DSC (%)92.27
28
Binary SegmentationGLAS
DSC92.35
28
Binary SegmentationPSVFM
DSC (%)78.14
28
Vessel segmentationXCAV (test)
DSC81.14
24
Showing 10 of 16 rows

Other info

Code

Follow for update