English

Branch Learning in MRI: More Data, More Models, More Training

Image and Video Processing 2025-12-24 v1

Abstract

We investigated two complementary strategies for multicontrast cardiac MR reconstruction: physics-consistent data-space augmentation (DualSpaceCMR) and parameter-efficient capacity scaling via VQPrompt and Moero. DualSpaceCMR couples image-level transforms with kspace noise and motion simulations while preserving forwardmodel consistency. VQPrompt adds a lightweight bottleneck prompt; Moero embeds a sparse mixture of experts within a deep unrolled network with histogram-based routing. In the multivendor, multisite CMRxRecon25 benchmark, we evaluate fewshot and out-of-distribution generalization. On small datasets, k-space motion-plus-noise improves reconstruction; on the large benchmark it degrades performance, revealing sensitivity to augmentation ratio and schedule. VQPrompt produces modest and consistent gains with negligible memory overhead. Moero continues to improve after early plateaus and maintains baseline-like fewshot and out-of-distribution behavior despite mild overfitting, but sparse routing lowers PyTorch throughput and makes wall clock time the main bottleneck. These results motivate scale-aware augmentation and suggest prompt-based capacity scaling as a practical path, while efficiency improvements are crucial for sparse expert models.

Keywords

Cite

@article{arxiv.2512.20330,
  title  = {Branch Learning in MRI: More Data, More Models, More Training},
  author = {Yuyang Li and Yipin Deng and Zijian Zhou and Peng Hu},
  journal= {arXiv preprint arXiv:2512.20330},
  year   = {2025}
}

Comments

STACOM 2025 Challenge paper; Code is available at https://github.com/5o1/Moero

R2 v1 2026-07-01T08:38:31.258Z