Restore-RWKV: Efficient and Effective Medical Image Restoration with RWKV
Zhiwen Yang, Jiayin Li, Hui Zhang, Dan Zhao, Bingzheng Wei, and Yan Xu

TL;DR
Restore-RWKV introduces a novel, efficient RWKV-based model for medical image restoration, effectively capturing global and local dependencies in high-resolution images, achieving state-of-the-art results across multiple tasks.
Contribution
The paper adapts the RWKV model for 2D medical images by developing Re-WKV attention and Omni-Shift layers, enabling efficient global and local dependency modeling.
Findings
Achieves state-of-the-art performance on various medical image restoration tasks.
Lightweight model with only 1.16 million parameters performs comparably or better than existing methods.
Demonstrates efficiency and effectiveness in high-resolution medical image processing.
Abstract
Transformers have revolutionized medical image restoration, but the quadratic complexity still poses limitations for their application to high-resolution medical images. The recent advent of the Receptance Weighted Key Value (RWKV) model in the natural language processing field has attracted much attention due to its ability to process long sequences efficiently. To leverage its advanced design, we propose Restore-RWKV, the first RWKV-based model for medical image restoration. Since the original RWKV model is designed for 1D sequences, we make two necessary modifications for modeling spatial relations in 2D medical images. First, we present a recurrent WKV (Re-WKV) attention mechanism that captures global dependencies with linear computational complexity. Re-WKV incorporates bidirectional attention as basic for a global receptive field and recurrent attention to effectively model 2D…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Imaging Techniques and Applications · Medical Imaging and Analysis · Radiomics and Machine Learning in Medical Imaging
MethodsSoftmax · Attention Is All You Need
