REVIEW 3 major objections 5 minor 19 references
Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI
T0 review · 3 major / 5 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read This paper claims that an active MRI sampling strategy that treats low and high spatial frequencies differently can match fully-sampled diagnostic accuracy on ACL injury detection at 4x-10x acceleration, while also improving severity gradin
desk verdict A clearly-written task-driven active sampling paper with a genuinely new action-space design; the evidence supports a conditional acceptance, not the headline as stated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the frequency hierarchy embedded in the action space. At every step the mask contains a fully-sampled low-frequency disk (the smallest disk around DC), fixed before any policy decision, while a Mamba state-space policy selects only high-frequency coordinates, one point at a time, up to a per-step budget set by a cosine-annealed acceleration schedule from 20x to 4x. The policy is trained by REINFORCE with a reward equal to the per-sample reduction in class-weighted cross-entropy of a frozen Mamba-based classifier, so positive reward means the newly added point made the correct classification more confident. The paper describes normalization matching between class
What would settle it
Train a second, independently initialized classifier on the same data, run HieraSample's learned masks through it, and check whether its AUC on ACL diagnosis and severity stays within the reported ±0.003/±0.015 bootstrap intervals; if the advantage over the Cartesian baseline vanishes, the reward signal is overfit to the original classifier's loss surface rather than reflecting diagnostic content.
Extended reading notes
Core claim
The central discovery claim is that a frequency-hierarchical action space - a preserved low-frequency disk plus point-level selection of high-frequency k-space coordinates - combined with a reward that is the per-step reduction in class-weighted cross-entropy, drives an active sampler to near-oracle diagnostic performance. The method's cosine-annealed curriculum moves acceleration from 20x to 4x over 80 steps, and the Mamba policy chooses individual coordinates from features of dual disease and severity classifiers. The paper reports that on ACL diagnosis, the learned masks achieve a ROC AUC of 0.939 at 10x, 8x, and 6x acceleration, identical to the fully-sampled oracle within bootstrap erro
Load-bearing premise
The paper assumes that reducing the per-step cross-entropy of a single frozen classifier is a faithful reward for improving true diagnostic accuracy, and that the same classifier's features are sufficient for the policy to choose clinically useful high-frequency points.
Editorial extensions
If this is right
- ACL diagnosis ROC AUC reaches 0.939 at 10x, 8x, and 6x acceleration, matching the fully-sampled classifier within bootstrap error.
- ACL severity AUC rises from 0.616 (Cartesian baseline at 10x) to 0.820, a 20.4-point gain.
- Cartilage diagnosis also improves, with the point-based action space gaining up to 0.015 AUC over rows at 20x, exceeding the reported confidence interval.
- The per-step cross-entropy reduction reward yields positive signal across an 80-step rollout, supporting its use as a task-driven acquisition objective.
- A rollout costs about 0.4 seconds per slice on a single GPU, indicating the policy can run at scan time.
Reading between the lines
- Because the reward is tied to one frozen classifier, the 'matches oracle' claim may not transfer to a different classifier, a different reconstruction, or a radiologist; an independent classifier or human-reader study would test this directly.
- The paper leaves the cosine schedule and low-frequency foundation as a combined design; a factorial ablation could reveal whether the gains come from the schedule, the fixed low-frequency disk, or their interaction.
- If the hierarchy assumption is right, analogous point-based active sampling might help other diagnostic tasks whose features live at high spatial frequencies (e.g., microcalcifications in mammography), but that is an extrapolation beyond the paper's evidence.
- Under the reported 0.4s per-slice rollout cost, the approach could support real-time adaptive scanning; whether the policy's choices remain robust to motion and other artifacts is a separate, untested question.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents HieraSample, a task-driven active k-space sampling method for accelerated MRI. It combines a cosine-annealed acceleration curriculum over 80 steps, a preserved fully-sampled low-frequency disk, and a Mamba-based policy that selects individual high-frequency k-space coordinates. The reward is the per-step reduction in class-weighted cross-entropy of frozen disease and severity classifiers. On fastMRI+ knee, the authors report that HieraSample matches the fully-sampled oracle on ACL diagnosis at 4x-10x acceleration and improves on a retrained ASSDM-Cartesian baseline by up to 20.4 AUC points on ACL severity. The evaluation is single-seed, uses the same frozen classifiers for reward and evaluation, and does not release code or learned masks.
Significance. The paper addresses a practically important question: where to spend a limited k-space budget in a task-driven way. The frequency-hierarchical decomposition and point-based action space are sensible design choices, and the use of Mamba for 80-step rollouts is an interesting architectural contribution. The comparison with a Cartesian action-space ablation under the same classifier and reward helps isolate the contribution of the action space. However, because the reward and the headline metric are computed with the same frozen classifiers, and because the reported oracle parity is drawn from a single seed with bootstrap intervals that cover the gaps, the results should be treated as promising but not yet conclusive. The limitations in §5 are candid about scope but do not resolve the central evaluation concern.
major comments (3)
- [§3.5, Eq. (3), §4.2] The reward r_t is the per-step reduction in class-weighted cross-entropy of the frozen classifiers G_d and G_s, and the headline AUC in Table 1 is computed with those same frozen classifiers. REINFORCE optimizes the policy to maximize this CE reduction, so the evaluation is not independent of the training signal. A policy can reduce CE by making the classifier more confident on its own loss surface without improving the information content of the mask; the reported 'matches fully-sampled oracle' and +20.4 AUC gain would then not transfer to another classifier, another reconstruction, or a radiologist. The conclusion's statement that joint fine-tuning of the classifier on the policy's mask distribution is future work (§5) confirms that the current setup is a closed loop. I would want either an evaluation with a second, independently trained classifier (preferably a different architecture)
- [Table 1, §4.1, §4.2] The abstract and §4.2 claim HieraSample 'matches the fully-sampled oracle on ACL diagnosis from 4x to 10x acceleration.' With a single seed and paired-bootstrap intervals of ±0.003 AUC (and ±0.015 for ACL severity), several supporting cells are statistically indistinguishable from the oracle rather than independent confirmations: e.g., ACL diagnosis at 4x is 0.938 vs. oracle 0.939, and ACL severity at 6x is 0.838 vs. 0.837. The paper does not provide multiple seeds or a significance test across seeds. Given that REINFORCE with T=80 steps is high-variance, single-seed reporting is insufficient to support 'matches' or the +20.4-point gain cell, especially since the ASSDM severity value at 10x (0.616) appears non-monotonic relative to its 20x value (0.680). Please report multiple seeds or an explicit test that the differences are outside noise.
- [§4.1 'Acceleration augmentation', Table 1] The ASSDM baseline is retrained from scratch under 'our exact data conditions,' but the paper gives no indication of the hyperparameter search or number of restarts for the baseline, and its non-monotonic AUC curve across accelerations (Table 1, severity: 0.680 at 20x, 0.616 at 10x, 0.695 at 6x) suggests the comparison may not be a stable estimate of the baseline's performance. Because the paper's 'largest single-cell gain' is the difference to this unstable value, the magnitude of the claimed improvement over ASSDM is not yet well established. Please provide baseline training details, multiple seeds for the baseline, or a sensitivity analysis.
minor comments (5)
- [Abstract, §5] The abstract and headline results do not carry the single-seed and single-anatomy caveat that the conclusion acknowledges. For a medical-imaging claim, at least a sentence in the abstract limiting the scope would help readers calibrate the claim.
- [§4.1, Reproducibility] No code or learned masks are released, and Figure 2 shows only qualitative masks. Exact coordinates or a release of the trained policy would be needed for reproduction; please state availability.
- [§3.5, Eq. (3)] The notation CE_t does not indicate which classifier is being used for the disease and severity rewards. The text says severity CE is 'set to zero on disease-negative samples,' but the equation displays both rewards without this caveat; please make this explicit in the formula or its surrounding text.
- [Table 2] In several Cartilage Severity cells, Ours-Cartesian and Ours-hierarchical report identical values (e.g., 0.625, 0.641, 0.648 at 20x, 10x, 8x). Please confirm that the action space has no effect there or add a sentence explaining the overlap.
- [§3.2, §5] The cosine curriculum and the low-frequency foundation are motivated qualitatively, but no ablation quantifies their contribution. The conclusion acknowledges this; a brief ablation or a clear statement that this is deferred would strengthen the paper.
Circularity Check
No significant circularity; reward/evaluation overlap is a limitation, not a derivation equivalence.
full rationale
The paper's derivation chain is self-contained and does not reduce any predicted quantity to its inputs by construction. The reward in Eq. (3) is the per-step reduction in class-weighted cross-entropy of the frozen disease/severity classifiers, and the headline evaluation in Table 1 reports ROC AUC of those same classifiers; however, CE and AUC are different functionals, and the policy is trained with REINFORCE on the former without directly optimizing the latter, so the reported 'matches oracle' results are not forced by the objective. This overlap is a legitimate limitation—the policy could exploit classifier-specific loss-surface idiosyncrasies, and the conclusion acknowledges that joint fine-tuning of the classifier on the policy's mask distribution is left to future work—but it is not a circularity in the sense of Eq. X = Eq. Y or a fitted parameter renamed as a prediction. The only self-citation, [14] in Related Work, is background and not load-bearing. External benchmarks (fastMRI+) and the retrained ASSDM baseline provide independent grounding.
Assumptions & free parameters
free parameters (4)
- Cosine-annealed curriculum endpoints and length =
Rmax=20, Rmin=4, T=80
- Label smoothing alpha =
0.1
- Policy architecture hyperparameters =
d_model=128, d_state=8, expansion=1.5, patch=8x16
- Acceleration augmentation factors =
{4,6,8,10,20}
assumptions (5)
- domain assumption Zero-filled reconstruction x_t = F^{-1}{m_t ⊙ F{I}} is a sufficient model of undersampled MRI acquisition for training the policy.
- domain assumption Per-step reduction in class-weighted cross-entropy of the frozen classifier is a valid reward for diagnostic improvement.
- ad hoc to paper A fully-sampled low-frequency disk plus point-wise high-frequency actions is the correct/optimal decomposition of k-space for task-driven sampling.
- domain assumption Mamba selective state-space blocks (Eq. 2) can represent the sequential dependence of informative k-space coordinates over 80 steps.
- domain assumption fastMRI+ slice-level labels and the official train/val/test split are reliable ground truth for ACL and cartilage tasks.
Cite this review
Pith. "Pith review of Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI." pith.science (2026). https://pith.science/paper/EU4PMHZK
@misc{pith2026260719779,
author = {Pith},
title = {Pith review of: Frequency-Hierarchical Active k-Space Sampling for Diagnostic MRI},
year = {2026},
howpublished = {\url{https://pith.science/paper/EU4PMHZK}},
note = {Machine review of arXiv:2607.19779}
}
read the original abstract
Active sampling for accelerated MRI must distribute a tight sampling budget across spatial frequencies that carry very different kinds of information. Low frequencies hold most of the anatomical context; high frequencies carry the fine details that drive pathology assessment. Existing active samplers either treat both regions identically or restrict the action space to entire Cartesian rows, which forces a poor compromise at high acceleration. We propose HieraSample, a task-driven framework built around this hierarchy. A cosine-annealed curriculum lowers the acceleration factor from 20x to 4x across 80 acquisition steps while keeping a fully-sampled low-frequency disk at every step; a Mamba-based policy then picks individual high-frequency coordinates from features extracted by dual disease and severity classifiers. The reward is the per-sample reduction in class-weighted cross-entropy after each action, so a positive reward corresponds directly to a more confident correct prediction. On the fastMRI+ knee benchmark, HieraSample matches the fully-sampled oracle on ACL diagnosis from 4x to 10x acceleration, and improves on a recent Cartesian baseline by as much as 20.4 AUC points on ACL severity.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
& Jacob, M
Aggarwal, H., Mani, M. & Jacob, M. MoDL: Model-based deep learning architec- ture for inverse problems.IEEE Transactions On Medical Imaging.38, 394-405 (2018)
2018
-
[2]
& Sabuncu, M
Bahadir, C., Wang, A., Dalca, A. & Sabuncu, M. Deep-learning-based optimiza- tion of the under-sampling pattern in MRI.IEEE Transactions On Computational Imaging.6pp. 1139-1152 (2020)
2020
-
[3]
Du, Y., Liu, J., Dharmakumar, R. & Tsaftaris, S. Active Sampling for MRI-based Sequential Decision Making.ArXiv Preprint ArXiv:2505.04586. (2025)
arXiv 2025
-
[4]
Feng, C., Yan, Y., Fu, H., Chen, L. & Xu, Y. Task transformer network for joint MRI reconstruction and super-resolution.International Conference On Medical Image Computing And Computer-assisted Intervention. pp. 307-317 (2021)
2021
-
[5]
Gu, A., Goel, K. & Ré, C. Efficiently modeling long sequences with structured state spaces.ArXiv Preprint ArXiv:2111.00396. (2021)
arXiv 2021
- [6]
-
[7]
& Cukur, T
Korkmaz, Y., Dar, S., Yurt, M., Özbey, M. & Cukur, T. Unsupervised MRI recon- struction via zero-shot learned adversarial transformers.IEEE Transactions On Medical Imaging.41, 1747-1763 (2022)
2022
-
[8]
& Pauly, J
Lustig, M., Donoho, D. & Pauly, J. Sparse MRI: The application of compressed sensing for rapid MR imaging.Magnetic Resonance In Medicine: An Official Jour- nal Of The International Society For Magnetic Resonance In Medicine.58, 1182- 1195 (2007)
2007
Show all 19 references
-
[9]
Ma,J.,Li,F.&Wang,B.U-mamba:Enhancinglong-rangedependencyforbiomed- ical image segmentation.ArXiv Preprint ArXiv:2401.04722. (2024)
2024 arXiv
-
[10]
& Liu, F
Peng, W., Feng, L., Zhao, G. & Liu, F. Learning optimal k-space acquisition and reconstruction using physics-informed neural networks.Proceedings Of The IEEE/CVF Conference On Computer Vision And Pattern Recognition. pp. 20794- 20803 (2022)
2022
-
[11]
& Johnson, P
Sriram, A., Zbontar, J., Murrell, T., Defazio, A., Zitnick, C., Yakubova, N., Knoll, F. & Johnson, P. End-to-end variational networks for accelerated MRI recon- struction.International Conference On Medical Image Computing And Computer- assisted Intervention. pp. 64-73 (2020)
2020
-
[12]
Wang, Z., Zheng, J., Zhang, Y., Cui, G. & Li, L. Mamba-unet: Unet-like pure visual mamba for medical image segmentation.ArXiv Preprint ArXiv:2402.05079. (2024)
2024 arXiv
-
[13]
Wang, F., Wang, Z., Li, Y., Lyu, J., Qin, C., Wang, S., Guo, K., Sun, M., Huang, M., Zhang, H. & Others Towards Modality-and Sampling-Universal Learn- ing Strategies for Accelerating Cardiovascular Imaging: Summary of the CMRxRe- con2024 Challenge.IEEE Transactions On Medical ...
2025
-
[14]
& Oksuz, I
Xu, R. & Oksuz, I. Adaptive K-Space Radial Sampling.Statistical Atlases And Computational Models Of The Heart. Regular And CMRxRecon Challenge Papers: 16th International Workshop, STACOM 2025, Held In Conjunction With MICCAI 2025, Daejeon, South Korea, September 27, 2025, Revi...
2025
-
[15]
& Chen, H
Yang, S., Wang, Y. & Chen, H. Mambamil: Enhancing long sequence modeling with sequence reordering in computational pathology.International Conference On Medical Image Computing And Computer-assisted Intervention. pp. 296-306 (2024)
2024
-
[16]
Yue, Y. & Li, Z. Medmamba: Vision mamba for medical image classification.ArXiv Preprint ArXiv:2403.03849. (2024)
2024 arXiv
-
[17]
& Lungren, M
Zhao, R., Yaman, B., Zhang, Y., Stewart, R., Dixon, A., Knoll, F., Huang, Z., Lui, Y., Hansen, M. & Lungren, M. fastMRI+, clinical pathology annotations for knee and brain fully sampled magnetic resonance imaging data.Scientific Data.9, 152 (2022)
2022
-
[18]
& Others fastMRI: An open dataset and benchmarks for accelerated MRI.ArXiv Preprint ArXiv:1811.08839
Zbontar, J., Knoll, F., Sriram, A., Murrell, T., Huang, Z., Muckley, M., Defazio, A., Stern, R., Johnson, P., Bruno, M. & Others fastMRI: An open dataset and benchmarks for accelerated MRI.ArXiv Preprint ArXiv:1811.08839. (2018)
2018 arXiv
-
[19]
& Wang, X
Zhu, L., Liao, B., Zhang, Q., Wang, X., Liu, W. & Wang, X. Vision mamba: Efficient visual representation learning with bidirectional state space model.ArXiv Preprint ArXiv:2401.09417. (2024)
2024 arXiv
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.