Skip to content

[MICCAI'23] [Pytorch] Advancing Super-Resolution of Fundus Images for SANS Visual Assessment Technology

License

Notifications You must be signed in to change notification settings

FarihaHossain/SwinFSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Paper Paper

[MICCAI 2023] SwinFSR: Advancing Super-Resolution of Fundus Images for SANS Visual Assessment Technology

Official PyTorch implementation of [MICCAI 2023] Revolutionizing Space Health (Swin-FSR): Advancing Super-Resolution of Fundus Images for SANS Visual Assessment Technology.

[Paper][BibTex]



Abstract

Swin-FSR is a groundbreaking model designed to address the challenges of super-resolution imaging in remote and constrained environments. Leveraging Swin Transformer with spatial and depth-wise attention mechanisms, Swin-FSR achieves remarkable results in enhancing the resolution of fundus images, crucial for accurate disease identification. With a Peak signal-to-noise-ratio (PSNR) of 47.89, 49.00, and 45.32 on prominent datasets such as iChallenge-AMD, iChallenge-PM, and G1020, respectively, Swin-FSR demonstrates its efficacy in improving image quality across diverse visual domains. Additionally, when applied to the analysis of images related to Spaceflight Associated Neuro-Ocular Syndrome (SANS), Swin-FSR yields comparable results to previous architectures, showcasing its versatility and robustness in various medical imaging applications.

Training

Detail_Coming Soon

Results

Visualize-Output:

Qualitative comparison of (×2) image reconstruction using different SR methods on AMD, PALM, G1020 and SANS dataset. The green rectangle is the zoomed-in region. The rows are for the AMD, PALM and SANS datasets. Whereas, the column is for each different models: SwinFSR, SwinIR, RCAN and ELAN.

Model stats:

(a) and (b) Effects of the numbers of iRSTB Blocks on the PSNR and SSIM, and (c) and (d) the numbers of DCA Blocks on the PSNR and SSIM for *2 images.

Clinical Assessment:

We carried out a diagnostic assessment with two expert ophthalmologists and test samples of 80 fundus images (20 fundus images per disease classes: AMD, Glaucoma, Pathological Myopia and SANS for both original x2 and x4 images, and super-resolution enhanced images). Half of the 20 fundus images were control patients without disease pathologies; the other half contained disease pathologies. The clinical experts were not provided any prior pathology information regarding the images. Each of the experts was given 10 images with equally distributed control and diseased images for each disease category.

Citing SwinFSR

If you find this repository useful, please consider giving a star and citation:

MICCAI 2023 Reference:

@inproceedings{hossain2023revolutionizing,
  title={Revolutionizing space health (Swin-FSR): advancing super-resolution of fundus images for SANS visual assessment technology},
  author={Hossain, Khondker Fariha and Kamran, Sharif Amit and Ong, Joshua and Lee, Andrew G and Tavakkoli, Alireza},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={693--703},
  year={2023},
  organization={Springer}
}

ArXiv Reference:

@article{hossain2023revolutionizing,
  title={Revolutionizing Space Health (Swin-FSR): Advancing Super-Resolution of Fundus Images for SANS Visual Assessment Technology},
  author={Hossain, Khondker Fariha and Kamran, Sharif Amit and Ong, Joshua and Lee, Andrew G and Tavakkoli, Alireza},
  journal={arXiv preprint arXiv:2308.06332},
  year={2023}
}

About

[MICCAI'23] [Pytorch] Advancing Super-Resolution of Fundus Images for SANS Visual Assessment Technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages