README.md

May 30, 2025 · View on GitHub

#VCA
Virtual coil augmentation for MR coil extrapoltion via deep learning
C. Yang, X. Liao, L. Zhang, M. Zhang, Q. Liu
Magnetic Resonance Imaging 95, 1-11, 2023
https://www.sciencedirect.com/science/article/pii/S0730725X22001722

Magnetic resonance imaging (MRI) is a widely used medical imaging modality. However, due to the limitations in hardware, scan time, and throughput, it is often clinically challenging to obtain high-quality MR images. In this article, we propose a method of using artificial intelligence to expand the coils to achieve the goal of generating the virtual coils. The main characteristic of our work is utilizing dummy variable technology to expand/extrapolate the receive coils in both image and k-space domains. The high-dimensional information formed by coil expansion is used as the prior information to improve the reconstruction performance of parallel imaging. Two main components are incorporated into the network design, namely variable augmentation technology and sum of squares (SOS) objective function. Variable augmentation provides the network with more high-dimensional prior information, which is helpful for the network to extract the deep feature information of the data. The SOS objective function is employed to solve the deficiency of k-space data training while speeding up convergence. Experimental results demonstrated its great potentials in accelerating parallel imaging reconstruction.

The training pipeline of VCA

Top line: VCA-I that conducts the coil expansion in image domain; Bottom line: VCA-K that conducts the coil expansion in k-space domain. Among them, variable augmentation technology is used in the stage of image pre-processing. The loss function is composed of a forward loss function and a reverse loss function.

The pipeline of VCA

Invertible model is composed of both forward and inverse processes.

Reconstruction results of VCA-I on full-sampling Brain dataset

Top: (a) Reference image of Brain dataset; Reconstruction results of (b) 2ch→12ch; (c) 4ch→12ch; (d) 6ch→12ch; Bottom: The 10× residuals between the reference images and reconstruction images.

Reconstruction results of VCA-I on full-sampling Cardiac dataset

Top: (a) Reference image of Cardiac dataset; Reconstruction results of (b) 2ch→20ch; (c) 6ch→20ch; (d) 10ch→20ch; Bottom: The 3× residuals between the reference images and reconstruction images.

Some examples of invertible and variable augmented network: IVNAC, VAN-ICC, iVAN and DTS-INN.
  • Variable Augmented Network for Invertible Modality Synthesis and Fusion [Paper] [Code]

  • Variable Augmented Network for Invertible Decolorization (基于辅助变量增强的可逆彩色图像灰度化) [Paper] [Code]

  • Variable augmentation network for invertible MR coil compression [Paper] [Code]

  • Synthetic CT Generation via Invertible Network for All-digital Brain PET Attenuation Correction [Paper] [Code]

  • Temporal Image Sequence Separation in Dual-tracer Dynamic PET with an Invertible Network [Paper] [Code]

  • Invertible and Variable Augmented Network for Pretreatment Patient-Specific Quality Assurance Dose Prediction [Paper]

  • Variable augmented neural network for decolorization and multi-exposure fusion [Paper] [Code] [Slide]

  • Spatial-Temporal Guided Diffusion Transformer Probabilistic Model for Delayed Scan PET Image Prediction [Paper] [Code]