Improving the quality and speed of cardiac magnetic resonance imaging (MRI) reconstruction remains a significant challenge, particularly when training models with limited data. Yuyang Li, alongside Yipin Deng and Zijian Zhou from ShanghaiTech University, with Peng Hu, now demonstrate advancements in this field through innovative techniques that enhance both data availability and model capacity. Their work introduces a method combining realistic data augmentation with efficient model scaling, addressing the common problem of insufficient training examples and the computational demands of complex image reconstruction. The team’s findings reveal that carefully designed data augmentation improves reconstruction from small datasets, while prompt-based capacity scaling offers a promising route to better performance with minimal memory requirements, paving the way for more robust and accessible cardiac MRI analysis.
DualSpaceCMR integrates image-level transformations with simulations of k-space noise and motion, crucially maintaining forward model consistency. Evaluation on the multivendor, multisite CMRxRecon25 benchmark assesses both few-shot learning and out-of-distribution generalisation capabilities. Results demonstrate that, for small datasets, incorporating k-space motion-plus-noise enhances reconstruction quality; however, on the larger benchmark, this approach degrades performance, indicating sensitivity to the augmentation ratio and schedule employed. VQPrompt consistently yields modest gains with negligible memory overhead, and Moero further improves reconstruction accuracy.
DualSpace and VQ-P Model Capacity Scaling
The research focuses on improving multi-contrast Cardiac Magnetic Resonance (CMR) reconstruction, aiming for faster and more robust image creation. They explore methods to enhance both the data used for training and the model itself. Two main approaches were investigated: DualSpace-CMR, which augments training data to improve robustness by adding motion and noise to k-space data, and model-capacity scaling using VQ-Prompt and Moero. VQ-Prompt utilises Vector Quantized representations to provide a more efficient way for the model to process data with minimal memory overhead, while Moero employs a Mixture of Experts approach, using multiple expert sub-models specializing in different aspects of reconstruction.
Key results show that k-space motion and noise augmentation helped on small datasets but hindered performance on the large benchmark, highlighting the importance of carefully tuning augmentation strategies. VQ-Prompt provided consistent gains in reconstruction quality with negligible memory overhead, and Moero showed sustained improvement after the 12th epoch of training. The models maintained baseline performance on few-shot and out-of-distribution generalization tasks, despite some mild overfitting, and increased memory overhead remained modest. However, sparse routing in Moero slowed down training in PyTorch, increasing the number of iterations required and making wall-clock time the primary bottleneck.
DualSpaceCMR Improves Reconstruction, Dataset Size Matters
Scientists investigated strategies to improve cardiac magnetic resonance (CMR) image reconstruction, focusing on both data augmentation and efficient model scaling. The work addresses challenges in multi-contrast CMR, including accelerating scan times and improving image quality from undersampled data. Experiments revealed that a physics-consistent data augmentation technique, termed DualSpaceCMR, enhances reconstruction on limited datasets, improving image fidelity by simulating realistic noise and motion. However, on a large, multi-vendor benchmark dataset, this approach degraded performance, demonstrating sensitivity to the ratio and schedule of applied augmentations.
The team also explored prompt-based capacity scaling with VQPrompt, a lightweight bottleneck prompt added to the reconstruction network, and Moero, a sparse mixture of experts. Results demonstrate that VQPrompt consistently improves reconstruction with minimal impact on memory usage, while Moero continued to improve beyond initial plateaus, maintaining performance on both few-shot and out-of-distribution data despite mild overfitting. Measurements confirm that Moero’s sparse routing lowered PyTorch throughput, making wall clock time the primary limitation. These findings pave the way for faster, more efficient cardiac imaging, potentially reducing patient discomfort and improving diagnostic capabilities.
DualSpaceCMR, VQPrompt and Moero Improve CMR Reconstruction
Researchers investigated methods to improve the reconstruction of multi-contrast cardiac magnetic resonance (CMR) images, focusing on both data augmentation and scaling model capacity. They explored DualSpaceCMR, which simulates realistic image imperfections, and two approaches to enhance the model itself, VQPrompt and Moero. The team demonstrated that adding simulated motion and noise to training data benefits reconstruction on smaller datasets, but can reduce performance when using a large, diverse benchmark, highlighting the importance of carefully managing augmentation strategies. Further investigation revealed that VQPrompt consistently improves results with minimal impact on memory requirements, while Moero, a sparse mixture of experts, shows sustained improvement over time and maintains good performance when tested on data from different sources, despite some overfitting. However, the computational demands of Moero’s sparse routing currently limit its practical application, as processing time becomes a significant constraint. The authors acknowledge that the efficiency of sparse expert models requires further optimisation to unlock their full potential.
👉 More information
🗞 Branch Learning in MRI: More Data, More Models, More Training
🧠 ArXiv: https://arxiv.org/abs/2512.20330
