Search arXivSearch

arXiv · 2609.19323

NIMARC-MRI: Abdominal HASTE Dataset and a Baseline U-Net Exposing the Synthetic-to-Real Gap in Low-Resource Motion Correction

Abstract

Respiratory motion degrades abdominal T2 HASTE MRI in low- and middle-income countries where vendor motion-correction licenses are unavailable and failed scans are deleted during routine PACS cleanup, precluding supervised training. To address this, we introduce NIMARC-MRI, the first public abdominal MRI dataset from West Africa, comprising 139 clean HASTE, 25 native motion-degraded HASTE, and 79 paired HASTE-TSE TRIGGER acquisitions from a Nigerian centre operating 1.5 T Siemens scanner without integrated motion-correction licenses. A 2D U-Net with 7.7 million parameters was trained on 3D-consistent synthetic respiratory motion necessitated by local infrastructure reality and validated via a three-tier strategy: held-out synthetic data, blinded radiologist Likert scoring on native real motion, and cross-sequence TRIGGER generalisation. On synthetic test data the model achieved SSIM 0.863 +/- 0.042 and PSNR 30.06 +/- 1.80 dB. On native real motion, however, blinded radiologist and radiographer scores showed no significant improvement (mean Likert 4.06 +/- 0.55 original versus 4.04 +/- 0.61 corrected, P = 0.914), with 28% of cases rated worse after correction. Cross-sequence TRIGGER evaluation showed modest SSIM improvement (0.404 +/- 0.073 versus 0.334 +/- 0.055, P < 0.001) without radiologist-perceived gain. These findings demonstrate that conservative synthetic motion fails to capture clinical motion severity, exposing a reproducible synthetic-to-real gap. NIMARC-MRI is released on Zenodo (https://doi.org) under a controlled data-use agreement requiring citation. Sequence metadata and a sample subset are publicly accessible to facilitate discovery, while patient-level data remain restricted to approved collaborators. The aim is to establish a reproducible baseline for motion correction in resource-constrained settings.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Abdulrazaq A. Zubair, Nafiu Musa Muhammad, Simeon Krah, Ummasalma Usman Ibrahim, Yusuf Tijjani Abdumumin, Ismail Ismail Tijjani, Ummulkhairi Ibrahim, Alyasaa Anas, Mubaraq Yakubu, Abbas Rabiu Muhammad. 2026-09-16. NIMARC-MRI: Abdominal HASTE Dataset and a Baseline U-Net Exposing the Synthetic-to-Real Gap in Low-Resource Motion Correction. https://arxiv.org/abs/2609.19323

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

IViT: A Novel Interpretable Visual Transformer for Skin Disease Detection

The clinical diagnosis of skin diseases is susceptible to interference from inter-class similarity of skin lesions, and over-reliance on clinicians'experience easily leads to subjective bias. Although existing deep learning aided diagnosis methods achieve competitive accuracy, they suffer from the black-box opacity of Vision Transformer (ViT) and poor adaptability to medical few-shot scenarios. Moreover, mainstream explainable algorithms generally face the bottleneck of significant accuracy degradation when improving interpretability. This paper proposes an interpretable ViT (IViT) constrained by Quadratic Programming (QP). The introduced pre-trained transfer learning adapts to few-shot feature extraction. A discrete QP feature selection framework is constructed to screen generic and discriminative features consistent with clinical diagnostic logic. A multi-objective loss function is designed to reduce feature redundancy and optimize activation distribution while preserving classification performance. Experimental results on six standard skin disease datasets show that IViT achieves an accuracy of 93.80%, only 0.21% lower than the baseline, with feature redundancy reduced by 29.5%. Its core activation regions are consistent with clinically concerned lesion areas. The proposed model balances accuracy and interpretability, providing a reliable solution for the clinical deployment of few-shot intelligent skin disease diagnosis.

eess.IV

Automated Distinction of Intimal and Medial Intracranial Arterial Calcification from CT Head

Intracranial arterial calcifications (IACs) are a common finding on clinical non-contrast enhanced head CT scans and are associated with neurovascular disease. Calcifications can occur in the intimal or medial layer of the arterial wall, subtypes that differ in aetiology and may have distinct clinical relevance. These subtypes can be visually distinguished by radiologists based on the shape of the calcifications. We investigate three automated approaches for subtype classification of IAC from head CT-derived segmentation masks: (1) an automated adaptation of the established radiological visual score, (2) a sphericity-based method, and (3) a method based on shape embeddings extracted by a medical shape foundation model. All approaches use the same lightweight classification pipeline on top of the features they compute and are evaluated using 5-fold cross-validation. The three methods achieved comparable performance, with the embedding-based approach yielding the best overall results with a weighted F1 (mean $\pm$ SD) of up to 71.5 $\pm$ 3.7 for a single artery and 59.8 $\pm$ 1.7 for the joint artery classification. Performance was largely preserved when using automated instead of manual IAC segmentation masks, and we found the difference in weighted F1 not significant. Our results show that fully automated IAC subtype quantification from head CT is feasible and remains robust to the use of manual and automated IAC segmentation masks. Code at https://github.com/bjin96/iac-subtyping.

eess.IV

Recasting the Destroy Step of Large Neighborhood Search as Dense Segmentation

Large neighborhood search improves an incumbent by releasing selected variables and repairing the resulting subproblem under a time limit. FOVEA casts variable selection as dense semantic segmentation on a fixed $128\times128$ canvas. A small U-Net reads twelve semantic channels and predicts cell scores, which are decoded into a variable set subject to a fixed variable budget. Family-specific layouts connect the search state to the canvas, while one set of network weights serves four problem families. The FP32 network input occupies $786$\,kB across instance sizes. Our analysis bounds constraint coupling for spatially coherent regions, gives a rank certificate for rounds with zero possible improvement, and bounds the coupling advantage attainable on an expander family. On the tested families and hardware, FOVEA trails the strongest graph encoder at $10^{4}$ variables and overtakes it near $1.5\times10^{4}$; the cost model provides an approximate crossover estimate. At larger sizes, where the graph-encoder baselines exceed device memory, FOVEA reduces the primal integral by $12$ to $16\%$ relative to the best runnable baselines. On the expander family, FOVEA performs comparably to random selection, with a coupling advantage close to one.

eess.IV