TL;DR
MRIReco.jl is a Julia-based MRI reconstruction framework that offers high performance, flexibility, and ease of use, enabling accessible development and customization of MRI algorithms.
Contribution
The paper introduces MRIReco.jl, a modular, high-performance MRI reconstruction framework in Julia that combines ease of use with competitive speed.
Findings
MRIReco.jl achieves comparable speed to BART.
The framework is highly customizable and extendable.
It simplifies MRI reconstruction development.
Abstract
Purpose: The aim of this work is to develop a high-performance, flexible and easy-to-use MRI reconstruction framework using the scientific programming language Julia. Methods: Julia is a modern, general purpose programming language with strong features in the area of signal / image processing and numerical computing. It has a high-level syntax but still generates efficient machine code that is usually as fast as comparable C/C++ applications. In addition to the language features itself, Julia has a sophisticated package management system that makes proper modularization of functionality across different packages feasible. Our developed MRI reconstruction framework MRIReco.jl can therefore reuse existing functionality from other Julia packages and concentrate on the MRI-related parts. This includes common imaging operators and support for MRI raw data formats. Results: MRIReco.jl is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
