Skip to content

smilenaxx/RPLHR-CT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPLHR-CT Dataset and Transformer Baseline for Volumetric Super-Resolution from CT Scans (MICCAI 2022)

Pengxin Yu, Haoyue Zhang, Han Kang, Wen Tang, Corey W. Arnold, Rongguo Zhang

paper paper

Abstract

In clinical practice, anisotropic volumetric medical images with low through-plane resolution are commonly used due to short acquisition time and lower storage cost. Nevertheless, the coarse resolution may lead to difficulties in medical diagnosis by either physicians or computer-aided diagnosis algorithms. Deep learning-based volumetric super-resolution (SR) methods are feasible ways to improve resolution, with convolutional neural networks (CNN) at their core. Despite recent progress, these methods are limited by inherent properties of convolution operators, which ignore content relevance and cannot effectively model long-range dependencies. In addition, most of the existing methods use pseudo-paired volumes for training and evaluation, where pseudo low-resolution (LR) volumes are generated by a simple degradation of their high-resolution (HR) counterparts. However, the domain gap between pseudo- and real-LR volumes leads to the poor performance of these methods in practice. In this paper, we build the first public real-paired dataset RPLHR-CT as a benchmark for volumetric SR, and provide baseline results by re-implementing four state-of-the-art CNN-based methods. Considering the inherent shortcoming of CNN, we also propose a transformer volumetric super-resolution network (TVSRN) based on attention mechanisms, dispensing with convolutions entirely. This is the first research to use a pure transformer for CT volumetric SR. The experimental results show that TVSRN significantly outperforms all baselines on both PSNR and SSIM. Moreover, the TVSRN method achieves a better trade-off between the image quality, the number of parameters, and the running time.

Network Architecture

截屏2022-09-19 下午3 37 10

Visual Comparison Results

截屏2022-09-19 下午3 38 30

Code

Model train

python train.py train --path_key SRM --gpu_idx 0 --net_idx TVSRN

Model validation

python val.py val --path_key SRM --gpu_idx 0 --net_idx TVSRN

Model test

python test.py test --path_key SRM --gpu_idx 0 --net_idx TVSRN

Data

We open source a dataset RPLHR-CT, which contains 250 cases of data (100 cases for training, 50 cases for validation, 100 cases for testing). We build a tiny dataset with 20/10/20 (train/val/test) cases to baidu cloud disk. For data usage rights reasons, should you required the complete dataset, please contact ypengxin@infervision.com.

Citation

If you use RPLHR-CT, please consider citing:

    @inproceedings{yu2022rplhr,
      title={RPLHR-CT Dataset and Transformer Baseline for Volumetric Super-Resolution from CT Scans},
      author={Yu, Pengxin and Zhang, Haoyue and Kang, Han and Tang, Wen and Arnold, Corey W and Zhang, Rongguo},
      booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
      pages={344--353},
      year={2022},
      organization={Springer}
    }

Acknowledgment: This code is based on the Swin Transformer.

Our Related Works

  • Stereo-Correlation and Noise-Distribution Aware ResVoxGAN for Dense Slices Reconstruction and Noise Reduction in Thick Low-Dose CT, MICCAI 2019. paper
  • SAINT-Spatially Aware Interpolation NeTwork for Medical Slice Synthesis, CVPR 2020. paper
  • Multi-stream Progressive Up-Sampling Network for Dense CT Image Reconstruction, MICCAI 2020. paper
  • DA-VSR: Domain Adaptable Volumetric Super-Resolution for Medical Images, MICCAI 2021. paper

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages