Region Attention Transformer for Medical Image Restoration
Zhiwen Yang, Haowei Chen, Ziniu Qian, Yang Zhou, Hui Zhang, and Dan Zhao, Bingzheng Wei, Yan Xu

TL;DR
This paper introduces a Region Attention Transformer (RAT) that uses semantic region partitioning via SAM to improve medical image restoration by focusing attention within meaningful regions, reducing interference from irrelevant areas.
Contribution
The novel R-MSA mechanism with dynamic semantic region partitioning and the focal region loss enhance the effectiveness of Transformers in medical image restoration tasks.
Findings
RAT outperforms existing methods in PET image synthesis.
RAT improves denoising in CT images.
RAT achieves superior super-resolution in pathological images.
Abstract
Transformer-based methods have demonstrated impressive results in medical image restoration, attributed to the multi-head self-attention (MSA) mechanism in the spatial dimension. However, the majority of existing Transformers conduct attention within fixed and coarsely partitioned regions (\text{e.g.} the entire image or fixed patches), resulting in interference from irrelevant regions and fragmentation of continuous image content. To overcome these challenges, we introduce a novel Region Attention Transformer (RAT) that utilizes a region-based multi-head self-attention mechanism (R-MSA). The R-MSA dynamically partitions the input image into non-overlapping semantic regions using the robust Segment Anything Model (SAM) and then performs self-attention within these regions. This region partitioning is more flexible and interpretable, ensuring that only pixels from similar semantic…
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 Image Segmentation Techniques · Image and Signal Denoising Methods · Image Processing Techniques and Applications
MethodsAttention Is All You Need · Byte Pair Encoding · Layer Normalization · Focus · Linear Layer · Label Smoothing · Adam · Dropout · Multi-Head Attention · Dense Connections
