IVCVJan 23, 2023

ViGU: Vision GNN U-Net for Fast MRI

arXiv:2302.10273v118 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses fast MRI reconstruction for medical imaging by introducing a graph-based approach, though it appears incremental as it builds on existing U-Net and GAN frameworks.

The authors tackled the problem of fast MRI reconstruction by proposing ViGU, a Vision GNN U-Net that models MR data as graphs to capture non-Euclidean features, and demonstrated that it outperforms CNN and GAN-based methods while competing with Transformers at lower computational cost.

Deep learning models have been widely applied for fast MRI. The majority of existing deep learning models, e.g., convolutional neural networks, work on data with Euclidean or regular grids structures. However, high-dimensional features extracted from MR data could be encapsulated in non-Euclidean manifolds. This disparity between the go-to assumption of existing models and data requirements limits the flexibility to capture irregular anatomical features in MR data. In this work, we introduce a novel Vision GNN type network for fast MRI called Vision GNN U-Net (ViGU). More precisely, the pixel array is first embedded into patches and then converted into a graph. Secondly, a U-shape network is developed using several graph blocks in symmetrical encoder and decoder paths. Moreover, we show that the proposed ViGU can also benefit from Generative Adversarial Networks yielding to its variant ViGU-GAN. We demonstrate, through numerical and visual experiments, that the proposed ViGU and GAN variant outperform existing CNN and GAN-based methods. Moreover, we show that the proposed network readily competes with approaches based on Transformers while requiring a fraction of the computational cost. More importantly, the graph structure of the network reveals how the network extracts features from MR images, providing intuitive explainability.

Foundations

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

Your Notes