Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI

· Source: cs.CV updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences, Medical Imaging AI · Depth: Expert, long

Summary

HieraSample is a novel task-driven active k-space sampling framework designed to accelerate diagnostic MRI without compromising accuracy. It addresses the critical challenge of efficiently distributing a limited sampling budget across spatial frequencies, which carry distinct anatomical and pathological information. The framework employs a cosine-annealed curriculum, progressively reducing the acceleration factor from 20× to 4× over 80 acquisition steps, while consistently preserving a fully-sampled low-frequency disk. A Mamba-based policy, informed by dual disease and severity classifiers, then strategically selects individual high-frequency coordinates. This policy is driven by a reward system that quantifies the per-sample reduction in class-weighted cross-entropy, directly linking sampling decisions to improved diagnostic confidence. Evaluated on the fastMRI+ knee benchmark, HieraSample achieved diagnostic accuracy matching the fully-sampled oracle for ACL diagnosis across 4× to 10× acceleration. Furthermore, it demonstrated a significant improvement of up to 20.4 AUC points on ACL severity compared to the ASSDM baseline.

Key takeaway

For machine learning engineers developing accelerated MRI techniques, HieraSample demonstrates a superior approach to k-space sampling. You should consider hierarchical sampling strategies that prioritize low-frequency data while actively selecting high-frequency points based on diagnostic task relevance. This method significantly improves diagnostic accuracy for conditions like ACL severity, outperforming uniform sampling. Implement Mamba-based architectures for efficient, long-sequence policy rollouts in your active acquisition systems.

Key insights

Active MRI sampling can optimize diagnostic accuracy by hierarchically prioritizing k-space frequencies and using Mamba-based policies.

Principles

Method

HieraSample uses a cosine-annealed curriculum to reduce acceleration from 20× to 4× over 80 steps, maintaining a low-frequency disk. A Mamba policy then selects high-frequency coordinates based on disease/severity classifier features, optimizing for cross-entropy reduction.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.