CVAILGIVMar 11, 2023

MLP-SRGAN: A Single-Dimension Super Resolution GAN using MLP-Mixer

arXiv:2303.06298v11 citationsh-index: 40Has Code
Originality Incremental advance
AI Analysis

This work addresses super-resolution for MRI images, particularly in clinical datasets, but appears incremental as it combines MLP-Mixers with convolutional layers in an existing SRGAN framework.

The authors tackled the problem of super-resolution for MRI images with low spatial resolution in the slice dimension, proposing MLP-SRGAN, which achieved sharper edges, less blurring, and preserved more texture and fine-anatomical detail compared to state-of-the-art methods, with fewer parameters, faster training/evaluation time, and smaller model size.

We propose a novel architecture called MLP-SRGAN, which is a single-dimension Super Resolution Generative Adversarial Network (SRGAN) that utilizes Multi-Layer Perceptron Mixers (MLP-Mixers) along with convolutional layers to upsample in the slice direction. MLP-SRGAN is trained and validated using high resolution (HR) FLAIR MRI from the MSSEG2 challenge dataset. The method was applied to three multicentre FLAIR datasets (CAIN, ADNI, CCNA) of images with low spatial resolution in the slice dimension to examine performance on held-out (unseen) clinical data. Upsampled results are compared to several state-of-the-art SR networks. For images with high resolution (HR) ground truths, peak-signal-to-noise-ratio (PSNR) and structural similarity index (SSIM) are used to measure upsampling performance. Several new structural, no-reference image quality metrics were proposed to quantify sharpness (edge strength), noise (entropy), and blurriness (low frequency information) in the absence of ground truths. Results show MLP-SRGAN results in sharper edges, less blurring, preserves more texture and fine-anatomical detail, with fewer parameters, faster training/evaluation time, and smaller model size than existing methods. Code for MLP-SRGAN training and inference, data generators, models and no-reference image quality metrics will be available at https://github.com/IAMLAB-Ryerson/MLP-SRGAN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes