paper-with-me

홈 › Papers

Learning Deep MRI Reconstruction Models from Scratch in Low-Data Regimes

2023-01-06 · Salman UH Dar, Şaban Öztürk, Muzaffer Özbey, Tolga Çukur

Magnetic resonance imaging (MRI) is an essential diagnostic tool that suffers from prolonged scan times. Reconstruction methods can alleviate this limitation by recovering clinically usable images from accelerated acquisitions. In particular, learning-based methods promise performance leaps by employing deep neural networks as data-driven priors. A powerful approach uses scan-specific (SS) priors that leverage information regarding the underlying physical signal model for reconstruction. SS priors are learned on each individual test scan without the need for a training dataset, albeit they suffer from computationally burdening inference with nonlinear networks. An alternative approach uses scan-general (SG) priors that instead leverage information regarding the latent features of MRI images for reconstruction. SG priors are frozen at test time for efficiency, albeit they require learning from a large training dataset. Here, we introduce a novel parallel-stream fusion model (PSFNet) that synergistically fuses SS and SG priors for performant MRI reconstruction in low-data regimes, while maintaining competitive inference times to SG methods. PSFNet implements its SG prior based on a nonlinear network, yet it forms its SS prior based on a linear network to maintain efficiency. A pervasive framework for combining multiple priors in MRI reconstruction is algorithmic unrolling that uses serially alternated projections, causing error propagation under low-data regimes. To alleviate error propagation, PSFNet combines its SS and SG priors via a novel parallel-stream architecture with learnable fusion parameters. Demonstrations are performed on multi-coil brain MRI for varying amounts of training data. PSFNet outperforms SG methods in low-data regimes, and surpasses SS methods with few tens of training samples.

📄 PDF Abstract BibTeX arXiv:2301.02613

Code (1)

icon-lab/psfnet 공식 구현 tf

Tasks

DiagnosticMRI ReconstructionRolling Shutter Correction

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

The Illusion of Superposition? A Principled Analysis of Latent Thinking in Language Models

2026-04-07 · Michael Rizvi-Martel, Guillaume Rabusseau, Marius Mosbach arxiv

Latent reasoning via continuous chain-of-thoughts (Latent CoT) has emerged as a promising alternative to discrete CoT reasoning. Operating in continuous space increases expressivity and has been hypothesized to enable su…

Reliev3R: Relieving Feed-forward Reconstruction from Multi-View Geometric Annotations

2026-04-01 · Youyu Chen, Junjun Jiang, Yueru Luo, Kui Jiang 외 arxiv

With recent advances, Feed-forward Reconstruction Models (FFRMs) have demonstrated great potential in reconstruction quality and adaptiveness to multiple downstream tasks. However, the excessive reliance on multi-view ge…

3D Reconstruction

Topological Out-of-Domain Generalization in Dynamical Systems Reconstruction

2026-06-22 · Georg Trede, Charlotte Ricarda Doll, Elias Weber, Daniel Durstewitz arxiv

Predicting the behavior of dynamical systems (DS) beyond the dynamical and parameter regimes observed in training is a pivotal and essentially unresolved problem in scientific ML. It is central to any good scientific the…

Domain Generalization

Learning Binary Sampling Patterns for Single-Pixel Imaging using Bilevel Optimisation

2025-08-26 · Serban Cristian Tudosie, Alexander Denker, Zeljko Kereta, Simon Arridge arxiv

Single-Pixel Imaging (SPI) enables the reconstruction of objects using a single detector through sequential illuminations with structured light patterns. The choice of illumination patterns is critical, particularly in h…

Weight Initialization and Variance Dynamics in Deep Neural Networks and Large Language Models

2025-10-10 · Yankun Han arxiv

Weight initialization governs signal propagation and gradient flow at the start of training. This paper offers a theory-grounded and empirically validated study across two regimes: compact ReLU multilayer perceptrons and…