Pith. sign in

REVIEW 1 major objections 6 minor 64 references

DH-Mamba: Exploring Dual-domain Hierarchical State Space Models for MRI Reconstruction

T0 review · 1 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read A dual-domain Mamba that scans k-space in concentric circles reconstructs undersampled MRI to 39.32 dB PSNR at 4x acceleration, beating prior methods by more than 3 dB at lower computational cost.

desk verdict Solid Mamba-for-MRI architecture paper with careful ablations, but the impossible NMSE in Table III undercuts the multi-coil claim until fixed. read the letter →

arxiv 2501.08163 v3 pith:SQ6B74Y4 submitted 2025-01-14 eess.IV cs.CV

classification eess.IVcs.CV
keywords MRIreconstructionMambastatespacemodelk-spacecircularscanninghierarchicalcompressedsensingaccelerated
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that adapting the Mamba sequence model to the structure of MRI data, processing both the image and its Fourier-domain k-space spectrum, makes accelerated MRI reconstruction substantially more accurate and cheaper than current CNN, transformer, and vanilla Mamba approaches. The method, DH-Mamba, scans k-space along concentric circular paths from low to high frequency rather than row by row, uses a hierarchical scan that keeps one high-resolution path and three downsampled paths to avoid long-range forgetting, and adds a pixel-wise gating module for local feature diversity. On the CC359 brain dataset at 4x acceleration it reports 39.32 dB PSNR, more than 3 dB above the best prior method, with 117 GFLOPs and 1.87M parameters, and it also leads on fastMRI and SKM-TEA. If correct, the work suggests that the ordering of tokens fed to a state space model should respect the native structure of the signal, not just the image grid.

What carries the argument

The load-bearing object is DH-Mamba, a dual-branch network whose design is organized around how MRI data is arranged. In the k-space branch, the key mechanism is circular scanning: instead of unfolding a 2D spectrum row by row, the spectrum is traced along four concentric, frequency-ordered paths so that low frequencies at the center are read before high frequencies at the periphery, preserving the concentric structure of k-space and giving the S6 state space model a sequence whose order encodes spectral proximity. In both branches, hierarchical scanning divides the four scan directions into one high-resolution path and three low-resolution paths with $s=2$ downsampling, processed by separate S6 blocks and upsampled back, which shortens sequence length to counter long-range forgetting and reduces cost. The local enhancement module replaces the usual MLP with a pixel-wise gating mask multiplied against local convolution features, reintroducing spatially varying detail. Together these mechanisms let the model keep a global receptive field at linear complexity.

What would settle it

Train the k-space branch with the circular scan replaced by a random fixed permutation of the same tokens, a spiral-from-center order, or a standard row-and-column scan while keeping every other component identical; if PSNR on CC359 at 4x stays within a few tenths of a decibel of 39.32, the claim that frequency-ordered circular unfolding is essential would be falsified. Likewise, if the gain over the best transformer baseline shrinks or vanishes on a dataset with non-Cartesian sampling, the k-space ordering claim would be pattern-specific rather than general.

Watch

Extended reading notes

Core claim

On its own terms, the central discovery is that Mamba's selective state space mechanism works for MRI reconstruction when it is applied in both the image domain and the k-space domain, with scans designed for each domain. The k-space branch Fourier-transforms features, unfolds the spectrum along four concentric circular paths ordered from low to high frequency, processes those sequences with S6 blocks, and transforms back; the image branch uses standard row and column scans. A hierarchical scan splits the four directions so only one operates at full resolution while the other three run on downsampled maps, shortening sequences and reducing the forgetting of early tokens. A local enhancement module multiplies convolution-derived features by a learnable pixel-wise gate to restore spatial variation that Mamba's linear aggregation suppresses. The paper reports consistent gains over previous state of the art across three public datasets, multiple acceleration factors, and Cartesian, radial, and random undersampling masks, with lower FLOPs and parameters than the strongest baselines.

Load-bearing premise

The load-bearing premise is that unfolding k-space along concentric frequency-ordered circular paths is a better input order for Mamba than row-and-column scans, but the paper gives no proof that this ordering is optimal, only an ablation showing it helps by 0.56 dB; if the benefit came instead from the extra k-space branch or the hierarchical downsampling, the circular-scan argument would not carry the result.

Editorial extensions

If this is right

  • If correct, DH-Mamba establishes that Mamba-based architectures can beat transformer-based ones on accelerated MRI, not just match them, while using less computation than both.
  • The ablation showing a 0.98 dB drop when the k-space branch is removed implies that explicitly modeling the frequency layout of k-space is itself worth close to a decibel of PSNR.
  • The chosen 3:1 ratio of low-resolution to high-resolution scan paths is presented as the best trade-off point: four high-resolution paths cost 203 GFLOPs and give 39.14 dB, while four low-resolution paths drop to 38.27 dB, so the hierarchy balances detail against long-range forgetting.
  • The method reports gains across Cartesian, radial, and random masks and across single-coil and multi-coil data, which would make the design independent of any one sampling geometry.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: circular scanning is a general recipe, not an MRI-specific trick; any inverse problem whose signal lives in a Fourier-like or polar-ordered domain could benefit from ordering tokens by frequency radius instead of raster order.
  • Editorial inference: the paper's own discussion admits that Mamba's causality is a ceiling, so a bidirectional or non-causal variant that can read both earlier and later tokens along the circular path is a natural next step and might close the remaining gap to ground truth.
  • Editorial inference: the 3:1 LR/HR path ratio is chosen empirically, and the optimal ratio likely depends on image resolution and anatomy, so a learned or adaptive allocation of scan paths across scales is a testable extension.
  • Editorial inference: the claim to pioneer Mamba in k-space should be read narrowly; the novelty is the circular scan and the dual-domain combination, not the use of Mamba itself, and the most informative future comparison is against other k-space-aware SSM scans under identical training budgets.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

1 major / 6 minor

Summary. The paper proposes DH-Mamba, a dual-domain hierarchical state space model for accelerated MRI reconstruction. The method combines a k-space branch with a circular scanning strategy designed to respect the concentric frequency structure of k-space, an image-space branch using standard Mamba scanning, a hierarchical scanning strategy that processes one high-resolution path and three downsampled paths to reduce sequence length, and a local enhancement module (LEM) that applies a pixel-wise gating mask to increase local feature diversity. The architecture is evaluated on three public datasets (CC359, fastMRI, SKM-TEA) under Cartesian, radial, and random undersampling masks at acceleration factors 4 and 8 (and additional factors in the mask experiments). The central claim is that DH-Mamba consistently outperforms prior CNN-, transformer-, and Mamba-based methods while using lower computation (117 GFLOPs versus 342 G for ReconFormer and 190 G for MambaIR).

Significance. If the reported results are correct, DH-Mamba is a practically relevant contribution: it demonstrates that a Mamba-based architecture can be effectively adapted to the k-space domain, and the ablations support the contribution of each proposed component (circular k-space scan, hierarchical scanning, and local enhancement). The efficiency numbers are attractive, and the qualitative improvements shown are consistent with the quantitative gains on CC359 and fastMRI. However, the multi-coil results on SKM-TEA contain a physically impossible NMSE value that undermines the claim of consistent superiority until it is corrected and the surrounding numbers are re-verified. The paper does not yet release code, so the numbers cannot be independently checked.

major comments (1)
  1. [Table III (SKM-TEA)] The NMSE entry for DH-Mamba at 8x acceleration factor is internally impossible. NMSE is non-negative, so the reported mean of 0.0020 with standard deviation 0.0032 implies a negative lower tail, and the mean is roughly eight times smaller than the AF=4 NMSE (0.0156) despite a lower PSNR (32.97 dB vs 35.43 dB). This is almost certainly a transcription error (e.g., 0.0202 or 0.0220), but as printed it invalidates the reported AF=8 multi-coil comparison and weakens the claim that DH-Mamba 'consistently surpasses' prior methods on SKM-TEA. The authors must correct this entry, re-check all metrics in Table III, and reperform the comparison against ReconFormer (whose AF=8 NMSE is 0.0239) once the correct value is established.
minor comments (6)
  1. [Section III-C1] The text says 'a circular scanning scheme is deigned'—this should read 'designed'.
  2. [Table III] The standard deviation for DH-Mamba SSIM at AF=8 (0.0025) is an order of magnitude smaller than at AF=4 (0.0232) and also much smaller than the corresponding values for other methods; please verify that this is not a typographical error.
  3. [Figure 9 caption] The caption states 'A lager ERF is indicated'—this should read 'A larger ERF'.
  4. [Throughout] The name of the transformer baseline is written inconsistently as 'ReconFormer' and 'Reconformer'; please standardize the spelling.
  5. [Related Work and Section III-C1] The paper claims to 'pioneer vision Mamba in k-space learning' while citing MambaMIR and MMR-Mamba; please clarify explicitly how the proposed k-space circular scanning differs from any k-space processing in those methods, since the novelty claim is currently only implicit.
  6. [Table V] The ablation table uses check marks to denote enabled components, but the rows do not clearly indicate which component is removed; for example, row (a) is described as removing the image branch, yet all columns appear checked. Please use explicit labels such as 'w/o Img.' to make the ablation settings unambiguous.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper's contributions are empirical architecture components evaluated on held-out test data, and the self-citations are not load-bearing.

full rationale

This is an empirical deep-learning paper. The proposed DH-Mamba is a neural architecture with hand-designed components (circular k-space scanning, hierarchical scanning, local enhancement module), trained on public MRI data and evaluated on held-out test sets. There is no equation in the paper that reduces to the method's own inputs, no fitted parameter that is later renamed as a prediction, and no uniqueness theorem or ansatz imported from the authors' prior work to force the design. The self-citations ([12], [38], [39], [40]) appear only in the related-work survey and do not ground any central claim. The quantitative results are measured on external benchmarks, so the central claim of superiority is empirically checkable rather than circular. The ablation studies are also independent: they compare the proposed modules against alternative designs (SS2D, Window-SS2D, Continuous-SS2D, MLP, CAB) and show incremental performance differences, which is consistent with an empirical architecture paper. The suspicious Table III entry (NMSE 0.0020 ± 0.0032 at AF=8 on SKM-TEA) is an internal-consistency / correctness concern, not a circularity concern, because it does not arise from the method being equivalent to its inputs; it is a reported number that should be verified. Under the rubric, non-finding is appropriate.

Assumptions & free parameters 6 free parameters · 3 assumptions · 0 invented entities

The method introduces no new physical entities. It relies on standard signal processing (FFT), Mamba primitives, and empirically chosen hyperparameters. The main assumptions are about the structure of k-space and the sufficiency of downsampling for global context.

free parameters (6)
  • channel dimension C = 64
    Empirically set; not derived from theory.
  • state size H of S6 = 16
    Default from Mamba; not tuned per dataset.
  • number of DHM groups M = 6
    Chosen by hand; not optimized systematically.
  • number of DHM blocks N = 6
    Chosen by hand; not optimized systematically.
  • hierarchical downsampling stride s = 2
    Selected after ablations; affects LR path resolution.
  • number of LR scanning paths = 3
    Selected after ablation in Table VII; trade-off between performance and compute.
assumptions (3)
  • domain assumption k-space has a concentric frequency structure with low frequencies at the center
    Invoked to justify the circular scanning design in Section III.C.1; true for MRI but the ideal scan order is not proven optimal.
  • domain assumption Downsampled feature maps preserve coarse global context needed for reconstruction
    Invoked for hierarchical scanning; supported by ablation but not a formal guarantee.
  • standard math FFT and IFFT operations are exact and invertible in the network
    Used in dual-domain branches; standard property.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DH-Mamba: Exploring Dual-domain Hierarchical State Space Models for MRI Reconstruction." pith.science (2026). https://pith.science/paper/SQ6B74Y4

@misc{pith2026250108163,
  author       = {Pith},
  title        = {Pith review of: DH-Mamba: Exploring Dual-domain Hierarchical State Space Models for MRI Reconstruction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SQ6B74Y4}},
  note         = {Machine review of arXiv:2501.08163}
}
read the original abstract

The accelerated MRI reconstruction poses a challenging ill-posed inverse problem due to the significant undersampling in k-space. Deep neural networks, such as CNNs and ViTs, have shown substantial performance improvements for this task while encountering the dilemma between global receptive fields and efficient computation. To this end, this paper explores selective state space models (Mamba), a new paradigm for long-range dependency modeling with linear complexity, for efficient and effective MRI reconstruction. However, directly applying Mamba to MRI reconstruction faces three significant issues: (1) Mamba typically flattens 2D images into distinct 1D sequences along rows and columns, disrupting k-space's unique spectrum and leaving its potential in k-space learning unexplored. (2) Existing approaches adopt multi-directional lengthy scanning to unfold images at the pixel level, leading to long-range forgetting and high computational burden. (3) Mamba struggles with spatially-varying contents, resulting in limited diversity of local representations. To address these, we propose a dual-domain hierarchical Mamba for MRI reconstruction from the following perspectives: (1) We pioneer vision Mamba in k-space learning. A circular scanning is customized for spectrum unfolding, benefiting the global modeling of k-space. (2) We propose a hierarchical Mamba with an efficient scanning strategy in both image and k-space domains. It mitigates long-range forgetting and achieves a better trade-off between efficiency and performance. (3) We develop a local diversity enhancement module to improve the spatially-varying representation of Mamba. Extensive experiments are conducted on three public datasets for MRI reconstruction under various undersampling patterns. Comprehensive results demonstrate that our method significantly outperforms state-of-the-art methods with lower computational cost.

Figures

Figures reproduced from arXiv: 2501.08163 by the authors.

Figure 1
Figure 1. Our main idea. (a) Applying vanilla Mamba into MRI reconstruction [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. (a) The overall architecture of the proposed DH-Mamba, which can be divided into three stages, i.e., shallow extraction, deep extraction, and high [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Architecture of the proposed local enhancement module (LEM). [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Visualization comparison on the single-coil datasets, including (a) the CC359 dataset and (b) the fastMRI dataset. The first row of each subplot shows [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Visualization comparison on the multi-coil SKM-TEA dataset. [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 7
Figure 7. Figure 7: Visualization comparison of different methods under more undersam [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: Illustration of the long-range forgetting using general SS2D method [PITH_FULL_IMAGE:figures/full_fig_p009_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

64 extracted references · 36 canonical work pages

  1. [1]

    Basic principles of magnetic resonance imaging—an update,

    A. L. Scherzinger and W. R. Hendee, “Basic principles of magnetic resonance imaging—an update,” Western journal of medicine , vol. 143, no. 6, p. 782, 1985

  2. [2]

    Magnetic resonance imaging (mri)– a review,

    G. Katti, S. A. Ara, and A. Shireen, “Magnetic resonance imaging (mri)– a review,”International journal of dental clinics, vol. 3, no. 1, pp. 65–70, 2011

  3. [3]

    Dagan: Deep de- aliasing generative adversarial networks for fast compressed sensing mri reconstruction,

    G. Yang, S. Yu, H. Dong, G. Slabaugh, P. L. Dragotti, X. Ye, F. Liu, S. Arridge, J. Keegan, Y . Guo, and D. Firmin, “Dagan: Deep de- aliasing generative adversarial networks for fast compressed sensing mri reconstruction,” IEEE Transactions on Medical Imaging , vol. 37, no. 6, pp. 1310–1321, 2018

  4. [4]

    Mathematical models for magnetic resonance imaging reconstruction: An overview of the approaches, problems, and future research areas,

    M. Doneva, “Mathematical models for magnetic resonance imaging reconstruction: An overview of the approaches, problems, and future research areas,” IEEE Signal Processing Magazine , vol. 37, no. 1, pp. 24–32, 2020

  5. [5]

    Accelerating magnetic resonance imaging via deep learning,

    S. Wang, Z. Su, L. Ying, X. Peng, S. Zhu, and F. Liang, “Accelerating magnetic resonance imaging via deep learning,” in 2016 IEEE 13th international symposium on biomedical imaging (ISBI) . IEEE, 2016, pp. 514–517

  6. [6]

    A review on deep learning mri reconstruction without fully sampled k-space,

    G. Zeng, Y . Guo, J. Zhan, Z. Wang, Z. Lai, X. Du, X. Qu, and D. Guo, “A review on deep learning mri reconstruction without fully sampled k-space,” BMC Medical Imaging , vol. 21, no. 1, p. 195, 2021

  7. [7]

    Camp-net: Consistency-aware multi- prior network for accelerated mri reconstruction,

    L. Zhang, X. Li, and W. Chen, “Camp-net: Consistency-aware multi- prior network for accelerated mri reconstruction,” IEEE Journal of Biomedical and Health Informatics , pp. 1–14, 2024

  8. [8]

    A survey of convo- lutional neural networks: analysis, applications, and prospects,

    Z. Li, F. Liu, W. Yang, S. Peng, and J. Zhou, “A survey of convo- lutional neural networks: analysis, applications, and prospects,” IEEE transactions on neural networks and learning systems , vol. 33, no. 12, pp. 6999–7019, 2021

Show all 64 references
  1. [9]

    An image is worth 16x16 words: Transformers for image recognition at scale,

    A. Dosovitskiy, L. Beyer, A. Kolesnikov, D. Weissenborn, X. Zhai, T. Unterthiner, M. Dehghani, M. Minderer, G. Heigold, S. Gelly et al., “An image is worth 16x16 words: Transformers for image recognition at scale,” arXiv preprint arXiv:2010.11929 , 2020

  2. [10]

    Vision transformers enable fast and robust accelerated mri,

    K. Lin and R. Heckel, “Vision transformers enable fast and robust accelerated mri,” in International Conference on Medical Imaging with Deep Learning. PMLR, 2022, pp. 774–795

  3. [11]

    Multi-modal multi-slice cooperative dual-domain cascaded de-aliasing network for mr imaging reconstruction,

    X. Sun, Y . Pang, Y . Liu, C. Shan, and S. S. Cheng, “Multi-modal multi-slice cooperative dual-domain cascaded de-aliasing network for mr imaging reconstruction,” IEEE Journal of Biomedical and Health Informatics, vol. 28, no. 9, pp. 5370–5382, 2024

  4. [12]

    Boosting vit-based mri reconstruction from the perspectives of frequency modulation, spatial purification, and scale diversification,

    Y . Meng, Z. Yang, Y . Shi, and Z. Song, “Boosting vit-based mri reconstruction from the perspectives of frequency modulation, spatial purification, and scale diversification,” 2024. [Online]. Available: https://arxiv.org/abs/2412.10776

  5. [13]

    Reconformer: Ac- celerated mri reconstruction using recurrent transformer,

    P. Guo, Y . Mei, J. Zhou, S. Jiang, and V . M. Patel, “Reconformer: Ac- celerated mri reconstruction using recurrent transformer,” IEEE Trans- actions on Medical Imaging , vol. 43, no. 1, pp. 582–593, 2024

  6. [14]

    Generalizable mri motion correction via compressed sensing equivariant imaging prior,

    Z. Wang, M. Ran, Z. Yang, H. Yu, J. Jin, T. Wang, J. Lu, and Y . Zhang, “Generalizable mri motion correction via compressed sensing equivariant imaging prior,” IEEE Transactions on Circuits and Systems for Video Technology, pp. 1–1, 2024

  7. [15]

    Wide weighted attention multi-scale network for accurate mr image super-resolution,

    H. Wang, X. Hu, X. Zhao, and Y . Zhang, “Wide weighted attention multi-scale network for accurate mr image super-resolution,” IEEE Transactions on Circuits and Systems for Video Technology , vol. 32, no. 3, pp. 962–975, 2022

  8. [17]

    Separate and conquer: Decoupling co-occurrence via decomposition and representa- tion for weakly supervised semantic segmentation,

    Z. Yang, K. Fu, M. Duan, L. Qu, S. Wang, and Z. Song, “Separate and conquer: Decoupling co-occurrence via decomposition and representa- tion for weakly supervised semantic segmentation,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024...

  9. [18]

    Vision transformers in image restoration: A survey,

    A. M. Ali, B. Benjdira, A. Koubaa, W. El-Shafai, Z. Khan, and W. Boulila, “Vision transformers in image restoration: A survey,” Sensors, vol. 23, no. 5, p. 2385, 2023

  10. [19]

    How do vision transformers work?

    N. Park and S. Kim, “How do vision transformers work?” arXiv preprint arXiv:2202.06709, 2022

  11. [20]

    A survey on efficient vision transformers: algorithms, techniques, and performance benchmarking,

    L. Papa, P. Russo, I. Amerini, and L. Zhou, “A survey on efficient vision transformers: algorithms, techniques, and performance benchmarking,” IEEE Transactions on Pattern Analysis and Machine Intelligence , 2024

  12. [21]

    Mamba: Linear-time sequence modeling with selective state spaces,

    A. Gu and T. Dao, “Mamba: Linear-time sequence modeling with selective state spaces,” 2024. [Online]. Available: https://arxiv.org/abs/ 2312.00752

  13. [22]

    Mlmamba: A mamba- based efficient network for multi-label remote sensing scene classifica- tion,

    R. Du, X. Tang, J. Ma, X. Zhang, and L. Jiao, “Mlmamba: A mamba- based efficient network for multi-label remote sensing scene classifica- tion,” IEEE Transactions on Circuits and Systems for Video Technology, pp. 1–1, 2025

  14. [23]

    Mdnet: Mamba-effective diffusion- distillation network for rgb-thermal urban dense prediction,

    W. Zhou, H. Wu, and Q. Jiang, “Mdnet: Mamba-effective diffusion- distillation network for rgb-thermal urban dense prediction,” IEEE Transactions on Circuits and Systems for Video Technology , pp. 1–1, 2024

  15. [24]

    Stegmamba: Distortion-free immune-cover for multi-image steganogra- phy with state space model,

    T. Luo, Y . Zhou, Z. He, G. Jiang, H. Xu, S. Qi, and Y . Zhang, “Stegmamba: Distortion-free immune-cover for multi-image steganogra- phy with state space model,” IEEE Transactions on Circuits and Systems for Video Technology, pp. 1–1, 2024

  16. [27]

    Remamba: Equip mamba with effective long-sequence modeling,

    D. Yuan, J. Liu, B. Li, H. Zhang, J. Wang, X. Cai, and D. Zhao, “Remamba: Equip mamba with effective long-sequence modeling,” arXiv preprint arXiv:2408.15496 , 2024

  17. [28]

    Hrv- mamba: High-resolution visual state space model for dense prediction,

    H. Zhang, Y . Ma, W. Shao, P. Luo, N. Zheng, and K. Zhang, “Hrv- mamba: High-resolution visual state space model for dense prediction,” arXiv preprint arXiv:2410.03174 , 2024

  18. [29]

    Accelerating magnetic resonance imaging via deep learning,

    S. Wang, Z. Su, L. Ying, X. Peng, S. Zhu, F. Liang, D. Feng, and D. Liang, “Accelerating magnetic resonance imaging via deep learning,” in 2016 IEEE 13th international symposium on biomedical imaging (ISBI). IEEE, 2016, pp. 514–517

  19. [30]

    A deep cascade of convolutional neural networks for dynamic mr image reconstruction,

    J. Schlemper, J. Caballero, J. V . Hajnal, A. N. Price, and D. Rueckert, “A deep cascade of convolutional neural networks for dynamic mr image reconstruction,” IEEE transactions on Medical Imaging , vol. 37, no. 2, pp. 491–503, 2018

  20. [31]

    Dudornet: learning a dual-domain recurrent network for fast mri reconstruction with deep t1 prior,

    B. Zhou and S. K. Zhou, “Dudornet: learning a dual-domain recurrent network for fast mri reconstruction with deep t1 prior,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2020, pp. 4273–4282

  21. [32]

    Mr image reconstruction using densely connected residual convolutional networks,

    A. Aghabiglou, “Mr image reconstruction using densely connected residual convolutional networks,” Computers in Biology and Medicine , vol. 139, p. 105010, 2021

  22. [33]

    Dual-octave convo- lution for accelerated parallel mr image reconstruction,

    C.-M. Feng, Z. Yang, G. Chen, Y . Xu, and L. Shao, “Dual-octave convo- lution for accelerated parallel mr image reconstruction,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 35, no. 1, 2021, pp. 116–124

  23. [34]

    A survey of the recent architectures of deep convolutional neural networks,

    A. Khan, A. Sohail, U. Zahoora, and A. S. Qureshi, “A survey of the recent architectures of deep convolutional neural networks,” Artificial intelligence review, vol. 53, pp. 5455–5516, 2020

  24. [35]

    Convolutional neural networks in medical image understanding: a survey,

    D. Sarvamangala and R. V . Kulkarni, “Convolutional neural networks in medical image understanding: a survey,” Evolutionary intelligence , vol. 15, no. 1, pp. 1–22, 2022

  25. [36]

    A survey on deep learning: convolution neural network (cnn),

    M. Sahu and R. Dash, “A survey on deep learning: convolution neural network (cnn),” in Intelligent and Cloud Computing: Proceedings of ICICC 2019, Volume 2 . Springer, 2021, pp. 317–325

  26. [37]

    A survey of the vision transformers and their cnn-transformer based variants,

    A. Khan, Z. Rauf, A. Sohail, A. R. Khan, H. Asif, A. Asif, and U. Fa- rooq, “A survey of the vision transformers and their cnn-transformer based variants,” Artificial Intelligence Review , vol. 56, no. Suppl 3, pp. 2917–2970, 2023

  27. [38]

    Continuous k-space recovery network with image guidance for fast mri reconstruction,

    Y . Meng, Z. Yang, M. Duan, Y . Shi, and Z. Song, “Continuous k-space recovery network with image guidance for fast mri reconstruction,”arXiv preprint arXiv:2411.11282, 2024

  28. [39]

    More: Class patch attention needs regularization for weakly supervised semantic segmentation,

    Z. Yang, Y . Meng, K. Fu, S. Wang, and Z. Song, “More: Class patch attention needs regularization for weakly supervised semantic segmentation,” arXiv preprint arXiv:2412.11076 , 2024

  29. [40]

    Tackling ambiguity from perspective of uncertainty inference and affinity diversification for weakly supervised semantic segmentation,

    ——, “Tackling ambiguity from perspective of uncertainty inference and affinity diversification for weakly supervised semantic segmentation,” arXiv preprint arXiv:2404.08195 , 2024

  30. [41]

    Unsupervised mri reconstruction via zero-shot learned adversarial transformers,

    Y . Korkmaz, S. U. Dar, M. Yurt, M. ¨Ozbey, and T. Cukur, “Unsupervised mri reconstruction via zero-shot learned adversarial transformers,” IEEE Transactions on Medical Imaging , vol. 41, no. 7, pp. 1747–1763, 2022

  31. [42]

    Swin transformer for fast mri,

    J. Huang, Y . Fang, Y . Wu, H. Wu, Z. Gao, Y . Li, J. Del Ser, J. Xia, and G. Yang, “Swin transformer for fast mri,” Neurocomputing, vol. 493, pp. 281–304, 2022

  32. [43]

    Frequency learning via multi-scale fourier transformer for mri reconstruction,

    Q. Yi, F. Fang, G. Zhang, and T. Zeng, “Frequency learning via multi-scale fourier transformer for mri reconstruction,” IEEE Journal of Biomedical and Health Informatics , vol. 27, no. 11, pp. 5506–5517, 2023. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 12

  33. [44]

    Hippo: Recurrent memory with optimal polynomial projections,

    A. Gu, T. Dao, S. Ermon, A. Rudra, and C. Re, “Hippo: Recurrent memory with optimal polynomial projections,” 2020. [Online]. Available: https://arxiv.org/abs/2008.07669

  34. [45]

    Medmamba: Vision mamba for medical image classification,

    Y . Yue and Z. Li, “Medmamba: Vision mamba for medical image classification,” 2024. [Online]. Available: https://arxiv.org/abs/2403. 03849

  35. [46]

    Lkm-unet: Large kernel vision mamba unet for medical image segmentation,

    J. Wang, J. Chen, D. Chen, and J. Wu, “Lkm-unet: Large kernel vision mamba unet for medical image segmentation,” 2024. [Online]. Available: https://arxiv.org/abs/2403.07332

  36. [47]

    Visual mamba: A survey and new outlooks,

    R. Xu, S. Yang, Y . Wang, Y . Cai, B. Du, and H. Chen, “Visual mamba: A survey and new outlooks,” arXiv preprint arXiv:2404.18861 , 2024

  37. [48]

    Mamba in vision: A comprehensive survey of techniques and applications,

    M. M. Rahman, A. A. Tutul, A. Nath, L. Laishram, S. K. Jung, and T. Hammond, “Mamba in vision: A comprehensive survey of techniques and applications,” arXiv preprint arXiv:2410.03105 , 2024

  38. [49]

    Swin-umamba: Mamba-based unet with imagenet-based pretraining,

    J. Liu, H. Yang, H.-Y . Zhou, Y . Xi, L. Yu, C. Li, Y . Liang, G. Shi, Y . Yu, S. Zhang et al., “Swin-umamba: Mamba-based unet with imagenet-based pretraining,” in International Conference on Medical Image Computing and Computer-Assisted Intervention . Springer, 2024, pp. 615–625

  39. [50]

    Vision mamba: A comprehensive survey and taxonomy,

    X. Liu, C. Zhang, and L. Zhang, “Vision mamba: A comprehensive survey and taxonomy,” arXiv preprint arXiv:2405.04404 , 2024

  40. [51]

    A survey on mamba architecture for vision applications,

    F. Ibrahim, G. Liu, and G. Wang, “A survey on mamba architecture for vision applications,” arXiv preprint arXiv:2502.07161 , 2025

  41. [52]

    Vl-mamba: Exploring state space models for multimodal learning,

    Y . Qiao, Z. Yu, L. Guo, S. Chen, Z. Zhao, M. Sun, Q. Wu, and J. Liu, “Vl-mamba: Exploring state space models for multimodal learning,” arXiv preprint arXiv:2403.13600 , 2024

  42. [53]

    Mambair: A simple baseline for image restoration with state-space model,

    H. Guo, J. Li, T. Dai, Z. Ouyang, X. Ren, and S.-T. Xia, “Mambair: A simple baseline for image restoration with state-space model,” 2024. [Online]. Available: https://arxiv.org/abs/2402.15648

  43. [54]

    Vmambair: Visual state space model for image restoration,

    Y . Shi, B. Xia, X. Jin, X. Wang, T. Zhao, X. Xia, X. Xiao, and W. Yang, “Vmambair: Visual state space model for image restoration,”

  44. [55]

    Freqmamba: Viewing mamba from a frequency perspective for image deraining,

    Z. Zhen, Y . Hu, and Z. Feng, “Freqmamba: Viewing mamba from a frequency perspective for image deraining,” arXiv preprint arXiv:2404.09476, 2024

  45. [56]

    Available: https://arxiv.org/abs/2403.11423

    [Online]. Available: https://arxiv.org/abs/2403.11423

  46. [57]

    Mambamir: An arbitrary- masked mamba for joint medical image reconstruction and uncertainty estimation,

    J. Huang, L. Yang, F. Wang, Y . Nan, A. I. Aviles-Rivero, C.-B. Sch¨onlieb, D. Zhang, and G. Yang, “Mambamir: An arbitrary- masked mamba for joint medical image reconstruction and uncertainty estimation,” 2024. [Online]. Available: https://arxiv.org/abs/2402.18451

  47. [58]

    Fahm: Frequency-aware hierarchical mamba for hyperspectral image classifi- cation,

    P. Zhuang, X. Zhang, H. Wang, T. Zhang, L. Liu, and J. Li, “Fahm: Frequency-aware hierarchical mamba for hyperspectral image classifi- cation,” IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing , vol. 18, pp. 6299–6313, 2025

  48. [59]

    Generalized magnetic resonance image reconstruction using the berkeley advanced reconstruction toolbox,

    J. I. Tamir, F. Ong, J. Y . Cheng, M. Uecker, and M. Lustig, “Generalized magnetic resonance image reconstruction using the berkeley advanced reconstruction toolbox,” in ISMRM Workshop on Data Sampling & Image Reconstruction, Sedona, AZ , vol. 7, 2016, p. 8

  49. [60]

    Mmr-mamba: Multi-modal mri reconstruction with mamba and spatial-frequency information fusion,

    J. Zou, L. Liu, Q. Chen, S. Wang, Z. Hu, X. Xing, and J. Qin, “Mmr-mamba: Multi-modal mri reconstruction with mamba and spatial-frequency information fusion,” 2024. [Online]. Available: https://arxiv.org/abs/2406.18950

  50. [61]

    Kiki-net: cross- domain convolutional neural networks for reconstructing undersampled magnetic resonance images,

    T. Eo, Y . Jun, T. Kim, J. Jang, H.-J. Lee, and D. Hwang, “Kiki-net: cross- domain convolutional neural networks for reconstructing undersampled magnetic resonance images,” Magnetic resonance in medicine , vol. 80, no. 5, pp. 2188–2201, 2018

  51. [62]

    fastmri: An open dataset and benchmarks for accelerated mri,

    J. Zbontar, F. Knoll, A. Sriram, T. Murrell, Z. Huang, M. J. Muck- ley, A. Defazio, R. Stern, P. Johnson, M. Bruno et al. , “fastmri: An open dataset and benchmarks for accelerated mri,” arXiv preprint arXiv:1811.08839, 2018

  52. [63]

    Skm-tea: A dataset for accelerated mri reconstruction with dense image labels for quantitative clinical evaluation,

    A. D. Desai, A. M. Schmidt, E. B. Rubin, C. M. Sandino, M. S. Black, V . Mazzoli, K. J. Stevens, R. Boutin, C. R´e, G. E. Gold et al., “Skm-tea: A dataset for accelerated mri reconstruction with dense image labels for quantitative clinical evaluation,” arXiv preprint arXiv:220...

  53. [64]

    Simultaneous truth and performance level estimation (staple): an algorithm for the validation of image segmentation,

    S. K. Warfield, K. H. Zou, and W. M. Wells, “Simultaneous truth and performance level estimation (staple): an algorithm for the validation of image segmentation,” IEEE transactions on medical imaging , vol. 23, no. 7, pp. 903–921, 2004

  54. [65]

    Mambacsr: Dual-interleaved scanning for compressed image super-resolution with ssms,

    Y . Ren, X. Li, M. Guo, B. Li, S. Zhao, and Z. Chen, “Mambacsr: Dual-interleaved scanning for compressed image super-resolution with ssms,” 2024. [Online]. Available: https://arxiv.org/abs/2408.11758

  55. [66]

    Swingan: A dual-domain swin transformer-based generative adversarial network for mri recon- struction,

    X. Zhao, T. Yang, B. Li, and X. Zhang, “Swingan: A dual-domain swin transformer-based generative adversarial network for mri recon- struction,” Computers in Biology and Medicine , vol. 153, p. 106513, 2023

  56. [68]

    New strategy for reconstructing partial-fourier imaging data in functional mri,

    X. Zhang, E. Yacoub, and X. Hu, “New strategy for reconstructing partial-fourier imaging data in functional mri,” Magnetic Resonance in Medicine: An Official Journal of the International Society for Magnetic Resonance in Medicine , vol. 46, no. 5, pp. 1045–1048, 2001

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.