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

U-RWKV: Lightweight medical image segmentation with direction-adaptive RWKV

About

Achieving equity in healthcare accessibility requires lightweight yet high-performance solutions for medical image segmentation, particularly in resource-limited settings. Existing methods like U-Net and its variants often suffer from limited global Effective Receptive Fields (ERFs), hindering their ability to capture long-range dependencies. To address this, we propose U-RWKV, a novel framework leveraging the Recurrent Weighted Key-Value(RWKV) architecture, which achieves efficient long-range modeling at O(N) computational cost. The framework introduces two key innovations: the Direction-Adaptive RWKV Module(DARM) and the Stage-Adaptive Squeeze-and-Excitation Module(SASE). DARM employs Dual-RWKV and QuadScan mechanisms to aggregate contextual cues across images, mitigating directional bias while preserving global context and maintaining high computational efficiency. SASE dynamically adapts its architecture to different feature extraction stages, balancing high-resolution detail preservation and semantic relationship capture. Experiments demonstrate that U-RWKV achieves state-of-the-art segmentation performance with high computational efficiency, offering a practical solution for democratizing advanced medical imaging technologies in resource-constrained environments. The code is available at https://github.com/hbyecoding/U-RWKV.

Hongbo Ye, Fenghe Tang, Peiang Zhao, Zhen Huang, Dexin Zhao, Minghao Bian, S.Kevin Zhou• 2025

Related benchmarks

TaskDatasetResultRank
Medical Image SegmentationSynapse (test)
Dice80.64
111
Medical Image SegmentationISIC 2018
Dice Score87.26
92
Medical Image SegmentationKvasir-Seg
Dice Score88.17
75
Medical Image SegmentationCVC-ClinicDB
Dice Score90.58
68
Medical Image SegmentationBUSI
Dice Score82.34
61
Medical Image SegmentationISIC 2017
Dice Score90.13
52
Showing 6 of 6 rows

Other info

Code

Follow for update