Yaziwel / Region-Attention-Transformer-for-Medical-Image-Restoration

[MICCAI 2024] Region Attention Transformer for Medical Image Restoration.
Apache License 2.0
22 stars 2 forks source link
ct-denoising pet-image-synthesis pet-reconstruction segment-anything super-resolution transformer

Region Attention Transformer for Medical Image Restoration (RAT)

PyTorch implementation for Region Attention Transformer for Medical Image Restoration arXiv (MICCAI 2024).

Network Architecture

Visual Comparison

Getting Started with Model Inference

RAT has two inputs: the input image and the indexed mask obtained from post-processing the SAM output mask. The example input image is located at “./example_img/input_img.png", and the resulting indexed mask can be found at “./example_img/indexed_mask.nii”.

Next, we will first explain how to obtain the indexed mask using SAM, followed by an introduction to the final model inference.

Citation

If you find RAT useful in your research, please consider citing:

@inproceedings{yang2024rat,
  title={Region Attention Transformer for Medical Image Restoration},
  author={Yang, Zhiwen and Chen, Haowei and Qian, Ziniu and Zhou, Yang and Zhang, Hui and Zhao, Dan and Wei, Bingzheng and Xu, Yan},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={603--613},
  year={2024},
  organization={Springer}
}