Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition, Medical Devices & Health Technology · Depth: Expert, quick

Summary

HieraSample is a novel task-driven framework designed for frequency-hierarchical active k-space sampling in diagnostic MRI, addressing the challenge of distributing a tight sampling budget across varying spatial frequencies. It employs a cosine-annealed curriculum to lower the acceleration factor from 20x to 4x over 80 acquisition steps, consistently maintaining a fully-sampled low-frequency disk for anatomical context. A Mamba-based policy then intelligently selects individual high-frequency coordinates, guided by features extracted from dual disease and severity classifiers. The system's reward mechanism is based on the per-sample reduction in class-weighted cross-entropy, directly correlating positive rewards with increased confidence in correct predictions. On the fastMRI+ knee benchmark, HieraSample matches the fully-sampled oracle for ACL diagnosis at 4x to 10x acceleration and improves ACL severity assessment by up to 20.4 AUC points over a recent Cartesian baseline.

Key takeaway

For Machine Learning Engineers developing accelerated MRI techniques, HieraSample demonstrates a superior approach to k-space sampling. You should consider adopting a frequency-hierarchical strategy that prioritizes low-frequency data while actively sampling high-frequency details based on diagnostic task relevance. This method significantly improves diagnostic accuracy and severity assessment, potentially reducing scan times without compromising critical information.

Key insights

HieraSample optimizes MRI k-space sampling by prioritizing low-frequency data and actively selecting high-frequency details for improved diagnostic accuracy.

Principles

Method

HieraSample uses a cosine-annealed curriculum to reduce acceleration from 20x to 4x over 80 steps, maintaining a fully-sampled low-frequency disk. A Mamba-based policy then selects high-frequency coordinates using dual classifiers, optimizing for class-weighted cross-entropy reduction.

In practice

Topics

Best for: Computer Vision Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.