Pith. sign in

REVIEW 3 major objections 5 minor 40 references

Deep learning-based segmentation of T1 and T2 cardiac MRI maps for automated disease detection

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Automated myocardial T1/T2 map segmentation beats expert inter-observer agreement, and combining four statistical features per map in a random forest lifts disease detection to F1 = 92.7% from 66.7% for single cutoffs.

desk verdict Solid segmentation evaluation, but the disease-detection claim is circular because the reference standard is partly defined by the same T1/T2 features the classifier uses. read the letter →

arxiv 2507.00903 v1 pith:H3BPQ3HA submitted 2025-07-01 eess.IV cs.AIcs.CV

classification eess.IVcs.AIcs.CV
keywords myocardiumdeeplearningT1mappingT2cardiacMRIsegmentationrandomforestdiseasedetectionparametric
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

Manual contouring of myocardial T1 and T2 maps is time-consuming and observer-dependent, and clinical decisions usually turn on a single average relaxation time compared with a fixed cutoff. This paper tests whether a deep learning model can replace the manual contouring and whether a machine-learning classifier can replace the single cutoffs. On 261 held-out T1/T2 maps, the segmentation model outlines the myocardium with an average Dice score of 85.4%, above the 81.6% agreement between two expert observers, while changing the extracted T1/T2 values by only about 1.75% on average. Feeding the lower quartile, median, upper quartile, and average of native T1 and T2 myocardial values into a random forest raises disease detection to F1 = 92.7% with 100% recall on the test set, significantly better than the best single-feature cutoff (F1 = 66.7%, $p<0.001$). If the results hold, automated analysis of T1/T2 maps could remove one source of variability from cardiac MRI and replace one-number thresholds with a more informative feature combination.

What carries the argument

The central object is the pair of myocardial masks produced by the DenseUnet segmentation model on native T1 and T2 maps, from which four statistics are computed per slice: the average, lower quartile, median, and upper quartile of myocardial pixel relaxation times, then averaged over slices per patient. DenseUnet is a U-Net with dense convolutional blocks, pre-trained on 10,065 T1-weighted images and fine-tuned on 877 T1/T2 maps, and the whole pipeline runs in about 0.4 seconds per patient. These eight per-patient features are the entire input to the disease classifiers. The mechanism carrying the argument is the contrast between using each feature alone through a Youden-J-optimized cutoff and using all features together in a standard machine-learning classifier: that comparison isolates feature combination, rather than segmentation quality or algorithm choice, as the source of the F1 gain.

What would settle it

Re-classify the same 29 test subjects after re-defining the disease label without any cardiac MRI information, for example biopsy-confirmed myocarditis and biopsy-confirmed sarcoidosis only, then retrain the random forest on the same eight T1/T2 features and compare the test-set F1. If it drops near the 66.7% single-cutoff level, the reported gain reflects label-feature overlap rather than diagnostic ability. A second complementary check is a multi-center evaluation, since T1/T2 values shift across scanners and protocols and the paper itself identifies per-center recalibration as necessary.

Watch

Extended reading notes

Core claim

The paper claims that a fully automated segment-and-classify pipeline is feasible and diagnostically useful for inflammatory and infiltrative myocardial disease. Its first claim is segmentation quality: a DenseUnet pre-trained on T1-weighted images and fine-tuned on T1/T2 maps yields a myocardial Dice score of 85.4% overall, exceeding the 81.6% Dice between the two independent expert observers on the same test set, and the model's extracted T1/T2 features correlate with manual features above 0.9. The second claim is that disease detection improves when multiple statistical features are combined: on the held-out test subset, every single-feature threshold performs poorly (best F1 66.7%), while a random forest trained on all eight native T1/T2 features (average, lower quartile, median, upper quartile for each map) reaches F1 = 92.7%, precision 86.4%, and recall 100%, a significant improvement over the cutoff baseline ($p<0.001$). The paper also claims classifier choice matters little, since logistic regression, SVM, Perceptron, and random forest all exceed F1 = 85%, so the gain comes from combining features rather than from the particular algorithm.

Load-bearing premise

The load-bearing premise is that the reference "diseased" labels are independent of the input features: myocarditis was defined by clinical criteria plus at least one cardiac MRI abnormality (oedema or late gadolinium enhancement), and sarcoidosis was included on the strength of abnormal T1/T2 mapping values, so a classifier fed T1/T2 maps may partly be predicting its own label.

Editorial extensions

If this is right

  • A myocardium contour from the model overlaps a second expert's contour about as well as two experts overlap each other, so manual delineation of T1/T2 maps can be replaced or cross-checked automatically.
  • Using all four statistics from native T1 and T2 maps in a random forest yields 100% recall on the 29-subject test set, meaning no known diseased subject was missed, with precision 86.4%.
  • Single-feature cutoffs are the weak link: the best T1 quartile cutoff reaches only F1 = 66.7%, while the same features combined in a logistic regression already reach F1 = 90.0%.
  • The pipeline runs in about 0.4 seconds per patient, so adding it to the reading workflow costs essentially no time.

Reading between the lines

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

  • If the quartile results transfer, disease may appear first in the tail of the myocardial relaxation-time distribution rather than its center: the T1 upper-quartile feature had the highest single-feature AUC (75.2%), so histogram or voxel-level features are a natural extension beyond four summary statistics.
  • The 100% recall figure comes from a 29-subject test set and a label definition that already includes cardiac MRI abnormalities; in a larger, biopsy-defined cohort the precision-recall balance would likely shift, and the paper's own single-center, single-scanner limitation should be read as a bound on generalizability.
  • Because T2 features underperformed despite better T2 segmentation, improving T2 map signal-to-noise, through acquisition or post-processing, may do more for disease detection than further improving contour accuracy.
  • The same segment-then-classify recipe could be applied to post-contrast T1 maps or extracellular-volume maps, which the paper leaves as future work; whether quartile features help there is untested.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The manuscript evaluates a DenseUNet for automatic segmentation of the left-ventricular blood pool and myocardium on native/post-contrast T1 and T2 maps, pretrained on public T1-weighted data and fine-tuned on 144 subjects. On a 261-map test set annotated by two observers, the model's average myocardial Dice score (85.4%) exceeds inter-observer agreement (81.6%), with mean absolute percentage error of 1.75% in T1/T2 values. From the automatic masks, the authors extract average, lower-quartile, median, and upper-quartile T1/T2 features and compare Youden-optimal single-feature cutoffs with five machine-learning classifiers for a binary normal-versus-diseased task; a random forest using all features achieves F1=92.7% and recall=100%, reported as significantly better than the cutoff approach. The authors conclude that deep learning facilitates segmentation and that combining multiple statistical features with machine learning improves disease detection. The segmentation claim is well supported by the evaluation; the disease-detection claim is weakened by a reference-standard definition that overlaps with the classifier inputs and by the very small test set.

Significance. If the segmentation result is taken on its own, the paper makes a credible and useful contribution: model-observer Dice exceeding inter-observer Dice across all map types, with Bland-Altman and Pearson correlation analyses showing that automatic contours have minimal impact on feature quantification, is a meaningful benchmark for automated T1/T2 mapping pipelines. The speed of the pipeline (0.4 s per patient) is also practically relevant. The machine-learning classification comparison, however, does not currently provide valid evidence for the headline claim of improved disease detection, because the 'diseased' label is partly defined by the same T1/T2 mapping abnormalities that the classifier uses as features. The feature-combination idea (quartile statistics plus ML) is worth testing, but the present evaluation conflates label construction with diagnostic accuracy. With an independent label definition and appropriate uncertainty quantification on a larger test set, the classification component would be significant; as it stands, the contribution is mainly the segmentation evaluation.

major comments (3)
  1. [Data and Disease Detection (pp. 7-10)] The binary label 'diseased' is not independent of the classifier features. The 'normal cardiac MRI' group is defined as having 'no fibrosis or oedema according to T1/T2 mapping or LGE imaging,' and the 'myocarditis' group requires at least one cardiac MRI abnormality, including myocardial oedema, which is directly assessable from T1/T2 mapping. Because the random forest in Table 5 is trained on native T1/T2 features, the reported F1=92.7% and recall=100% may largely reflect the classifier reproducing the oedema/fibrosis criterion embedded in the label rather than detecting disease independently of CMR. The sarcoidosis and systemic-disease subgroups are labeled without requiring myocardial involvement and are therefore potentially independent, but they are pooled with myocarditis, so their contribution cannot be separated. Please re-run the classification with labels that do not incorporate T1/T2 mapping findings, or, if that is not possible, report subgroup analyses for sarcoidosis and systemic disease separately and explicitly reframe the claim as detection of CMR-defined abnormality rather than disease detection.
  2. [Table 5 and Statistical Analysis (pp. 12-16)] The classification evaluation rests on only 29 test patients (10 normal, 19 diseased from Table 1), yet F1, precision, and recall are reported as point estimates without confidence intervals, and the Wilcoxon comparisons between classification approaches are not described in terms of the observations entering the test. With 29 patients, one or two reclassified cases materially change F1; moreover, the 'best' feature combination for each classifier was selected on a 15-patient validation subset, so the reported test performance is conditional on that selection. Please report per-patient predictions, bootstrap or exact binomial confidence intervals, and a precise description of the statistical test (e.g., McNemar on paired predictions or a permutation test over patients), and clarify how the p-values in Table 5 were computed.
  3. [Feature selection and comparison of methods (pp. 11-16)] The claim that machine learning improves disease detection over single cutoffs is based on comparing the best-performing random forest (selected after trying five classifiers and several feature combinations) with the best threshold method (T1 UQ), rather than a pre-specified comparison. Because multiple configurations were examined, the reported p-values do not account for selection or multiple comparisons. Please report the full set of configurations tried, or use a nested cross-validation or a pre-registered decision rule, so that the 'ML improves over cutoff' claim is not an artifact of best-of-many selection.
minor comments (5)
  1. [Eq. 3, Statistical Analysis] The MAPE formula as printed lacks the absolute value; it should be |G - M| / G x 100, otherwise negative errors are possible and the metric is not a true percentage error.
  2. [Data acquisition, p. 7] The text says 'flip angle 35° for T1 and 70° for T1'; the second should presumably be '70° for T2'.
  3. [Results, p. 15] In the sentence listing T2 best performers, 'T1 A (AUC = 62.6%)' appears to be a typo for 'T2 A (AUC = 62.6%)'.
  4. [Table 3, Mapping Segmentation] The reported 'average DICE of 85.4% ± 1.6%' is not directly shown in Table 3; please clarify that it is the mean of the Model-vs-Observer1 and Model-vs-Observer2 myocardial Dice values, and state the corresponding standard deviation over the same units.
  5. [Feature Analysis and Disease Detection, p. 11] Please specify how many test patients have both native T1 and T2 maps, since the random forest using 'all features' requires T2 features for every patient; if any values are missing, describe the imputation or exclusion rule.

Circularity Check

1 steps flagged · score 6.0 of 10

Disease-detection claim is circular because the diseased/normal labels are defined using T1/T2-mapping and LGE abnormalities, while the classifier inputs are T1/T2-mapping features.

  1. self definitional [Materials and Methods, Data (Dataset A definitions)]
    "The 'normal cardiac MRI' group included asymptomatic individuals with no known cardiovascular disease and a normal cardiac MRI according to expert reading (i.e. normal ejection fraction, normal left ventricular dimensions, no fibrosis or oedema according to T1/T2 mapping or LGE imaging). ... The 'myocarditis' group included patients with ≥1 clinical myocarditis criteria and ≥1 cardiac MRI abnormality (myocardial oedema or LGE with myocarditis pattern)."

    The disease-detection experiment feeds native T1/T2 statistical features (A, LQ, M, UQ) into a random forest to separate 'diseased' from 'normal'. But the 'normal' label is defined as having no fibrosis or oedema according to T1/T2 mapping or LGE, and the 'myocarditis' label requires a cardiac MRI abnormality (myocardial oedema or LGE). Therefore the target labels are partially constructed from the same T1/T2-mapping abnormality information used as predictor inputs. The reported F1=92.7% and the comparison with cutoff methods can largely be read as reproducing the paper's own inclusion criterion—detecting CMR-visible oedema/fibrosis—rather than as an independent test of diagnostic accuracy.

full rationale

The segmentation claim is self-contained: DICE/MAPE are computed against two independent manual annotations on a held-out test set, with no fitted parameter renamed as a prediction, so no circularity is found there. The ML classifiers are trained on the train split, tuned on validation, and evaluated on held-out test data; the cutoff ROC analysis on train+validation and test evaluation is a conventional split. The single load-bearing circularity is in the disease-detection target definition: 'normal' is defined by absence of fibrosis/oedema according to T1/T2 mapping or LGE, and 'myocarditis' requires a CMR abnormality (oedema or LGE). Since the inputs are T1/T2 map features, the classifier is in part predicting its own labeling criterion. This inflates the reported F1 and makes 'disease detection' partly a restatement of the inclusion criteria; however, it is not a case of fitted parameters being called predictions, and the sarcoidosis/systemic subgroups retain some independent content, so the circularity is partial rather than total. Score 6 reflects that the central disease-detection claim reduces, at least in part, to the definition of the labels.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The paper introduces no new physical entities or theoretical constructs. Its free parameters are standard ML hyperparameters and the cutoff thresholds fitted to training/validation data. The key assumptions are domain-level: label accuracy, ground-truth quality, transferability of pretraining, and the diagnostic informativeness of the chosen features. The most notable assumption is the overlap between myocarditis label definition and the T1/T2 input features.

free parameters (4)
  • Youden-optimal cutoff thresholds for each feature = T1 A 989 ms, T1 LQ 942 ms, T1 M 988 ms, T1 UQ 1034 ms, T2 A 54 ms, T2 LQ 49 ms, T2 M 52 ms, T2 UQ 57 ms
    Cutoffs derived from ROC analysis on combined training and validation subsets, then applied to the test set. They are the basis of the threshold-based classification baseline.
  • DL training hyperparameters = learning rate 3e-4, batch size 2, dropout 20%, 100 pretrain + 100 finetune epochs
    Chosen empirically; the segmentation accuracy depends on these choices, though standard for U-Net training.
  • ML classifier hyperparameters = not reported
    Selected via grid search maximizing validation F1, but specific values (e.g., number of trees in RF, C for SVM, k for KNN) are not listed in the paper.
  • Feature combinations per classifier = e.g., RF uses all 10 features; logistic regression uses [T1 LQ, UQ] or [T1 A, LQ, M]
    If the best combination was chosen based on test-set performance, this introduces selection bias and acts as a free parameter.
assumptions (5)
  • domain assumption The clinical labels (normal, myocarditis, sarcoidosis, systemic disease) are accurate
    The paper relies on clinical criteria and expert reading for the reference standard; no independent verification is provided.
  • domain assumption Manual segmentations by two observers are an acceptable ground truth for training and evaluation
    The DL model is trained on these annotations and evaluated against them; observer bias is treated as the benchmark.
  • domain assumption The Lake Louise criteria (including CMR abnormalities) define myocarditis
    Used for the diseased label; this creates partial overlap between input features and reference standard.
  • domain assumption Pretraining on T1-weighted images transfers to T1/T2 mapping segmentation
    The model is pretrained on Dataset B (T1-weighted images) and fine-tuned on maps; the transferability is assumed.
  • domain assumption The statistical features (A, LQ, M, UQ) capture diagnostically relevant information
    This is the premise of the feature analysis, partly evaluated by the AUC results.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Deep learning-based segmentation of T1 and T2 cardiac MRI maps for automated disease detection." pith.science (2026). https://pith.science/paper/H3BPQ3HA

@misc{pith2026250700903,
  author       = {Pith},
  title        = {Pith review of: Deep learning-based segmentation of T1 and T2 cardiac MRI maps for automated disease detection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/H3BPQ3HA}},
  note         = {Machine review of arXiv:2507.00903}
}
read the original abstract

Objectives Parametric tissue mapping enables quantitative cardiac tissue characterization but is limited by inter-observer variability during manual delineation. Traditional approaches relying on average relaxation values and single cutoffs may oversimplify myocardial complexity. This study evaluates whether deep learning (DL) can achieve segmentation accuracy comparable to inter-observer variability, explores the utility of statistical features beyond mean T1/T2 values, and assesses whether machine learning (ML) combining multiple features enhances disease detection. Materials & Methods T1 and T2 maps were manually segmented. The test subset was independently annotated by two observers, and inter-observer variability was assessed. A DL model was trained to segment left ventricle blood pool and myocardium. Average (A), lower quartile (LQ), median (M), and upper quartile (UQ) were computed for the myocardial pixels and employed in classification by applying cutoffs or in ML. Dice similarity coefficient (DICE) and mean absolute percentage error evaluated segmentation performance. Bland-Altman plots assessed inter-user and model-observer agreement. Receiver operating characteristic analysis determined optimal cutoffs. Pearson correlation compared features from model and manual segmentations. F1-score, precision, and recall evaluated classification performance. Wilcoxon test assessed differences between classification methods, with p < 0.05 considered statistically significant. Results 144 subjects were split into training (100), validation (15) and evaluation (29) subsets. Segmentation model achieved a DICE of 85.4%, surpassing inter-observer agreement. Random forest applied to all features increased F1-score (92.7%, p < 0.001). Conclusion DL facilitates segmentation of T1/ T2 maps. Combining multiple features with ML improves disease detection.

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

40 extracted references · 35 canonical work pages

  1. [1]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-023-00950-z

    von Knobelsdorff-Brenkenhoff F, Schulz-Menger J (2023) Cardiovascular magnetic resonance in the guidelines of the European Society of Cardiology: a comprehensive summary and update. J Cardiovasc Magn Reson DOI: 10.1186/s12968-023-00950-z

  2. [2]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-017-0389-8

    Messroghli DR, Moon JC, Ferreira VM et al (2016) Clinical recommendations for cardiovascular magnetic resonance mapping of T1, T2, T2* and extracellular volume: a consensus statement by the Society for Cardiovascular Magnetic Resonance (SCMR) endorsed by the European Association for Cardiovascular Imagi. J Cardiovasc Magn Reson DOI: 10.1186/s12968-017-0389-8

  3. [3]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968- 019-0575-y

    Leiner T, Rueckert D, Suinesiaputra A et al (2019) Machine learning in cardiovascular magnetic resonance: basic concepts and applications. J Cardiovasc Magn Reson DOI: 10.1186/s12968- 019-0575-y

  4. [4]

    J Cardiovasc Magn Reson DOI: 10.1186/1532-429X-15-35

    Schulz-Menger J, Bluemke DA, Bremerich J et al (2013) Standardized image interpretation and post processing in cardiovascular magnetic resonance: Society for Cardiovascular Magnetic Resonance (SCMR) board of trustees task force on standardized post processing. J Cardiovasc Magn Reson DOI: 10.1186/1532-429X-15-35

  5. [5]

    Int J Cardiol DOI: 10.1016/j.ijcard.2019.08.058

    Carapella V, Puchta H, Lukaschuk E et al (2020) Standardized image post-processing of cardiovascular magnetic resonance T1-mapping reduces variability and improves accuracy and consistency in myocardial tissue characterization. Int J Cardiol DOI: 10.1016/j.ijcard.2019.08.058

  6. [6]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-018-0516-1

    Fahmy AS, El-Rewaidy H, Nezafat M, Nakamori S, Nezafat R (2019) Automated analysis of cardiovascular magnetic resonance myocardial native T1 mapping images using fully convolutional neural networks. J Cardiovasc Magn Reson DOI: 10.1186/s12968-018-0516-1

  7. [7]

    Med Image Anal DOI: 10.1016/j.media.2021.102029

    Hann E, Popescu IA, Zhang Q et al (2021) Deep neural network ensemble for on-the-fly quality control-driven segmentation of cardiac MRI T1 mapping. Med Image Anal DOI: 10.1016/j.media.2021.102029

  8. [8]

    Radiol Artif Intell DOI: 10.1148/ryai.210294

    Bhatt N, Ramanan V, Orbach A et al (2022) A Deep Learning Segmentation Pipeline for Cardiac T1 Mapping Using MRI Relaxation–based Synthetic Contrast Augmentation. Radiol Artif Intell DOI: 10.1148/ryai.210294

Show all 40 references
  1. [9]

    Front Cardiovasc Med DOI: 10.3389/fcvm.2023.1147581

    Kalapos A, Szabó L, Dohy Z et al (2023) Automated T1 and T2 mapping segmentation on cardiovascular magnetic resonance imaging using deep learning. Front Cardiovasc Med DOI: 10.3389/fcvm.2023.1147581. 23 23

  2. [10]

    Radiol Artif Intell DOI: 10.1148/ryai.220050

    Howard JP, Chow K, Chacko L et al (2022) Automated Inline Myocardial Segmentation of Joint T1 and T2 Mapping Using Deep Learning. Radiol Artif Intell DOI: 10.1148/ryai.220050

  3. [11]

    Med Image Anal DOI: 10.1016/j.media.2023.102773

    Arega TW, Bricq S, Legrand F, Jacquier A, Lalande A, Meriaudeau F (2023) Automatic uncertainty-based quality controlled T1 mapping and ECV analysis from native and post- contrast cardiac T1 mapping images using Bayesian vision transformer. Med Image Anal DOI: 10.1016/j.media.2...

  4. [12]

    Radiol Artif Intell DOI: 10.1148/ryai.2019190034

    Zhu Y, Fahmy AS, Duan C, Nakamori S, Nezafat R (2020) Automated myocardial T2 and extracellular volume quantification in cardiac MRI using transfer learning--based myocardium segmentation. Radiol Artif Intell DOI: 10.1148/ryai.2019190034

  5. [13]

    Statistical Atlases and Computational Models of the Heart

    Fadil H, Totman JJ, Marchesseau S (2018) Deep learning segmentation of the left ventricle in structural CMR: Towards a fully automatic multi-scan analysis. Statistical Atlases and Computational Models of the Heart. Atrial Segmentation and LV Quantification Challenges: 9th Inte...

  6. [14]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-022-00866- 0

    O'Brien AT, Gil KE, Varghese J, Simonetti OP, Zareba KM (2022) T2 mapping in myocardial disease: a comprehensive review. J Cardiovasc Magn Reson DOI: 10.1186/s12968-022-00866- 0

  7. [15]

    J Am Coll Cardiol Img 6475-484

    Puntmann VO, Voigt T, Chen Z et al (2013) Native T1 mapping in differentiation of normal myocardium from diffuse disease in hypertrophic and dilated cardiomyopathy. J Am Coll Cardiol Img 6475-484

  8. [16]

    Circ Cardiovasc Imaging DOI: 10.1161/CIRCIMAGING.116.005022

    Greulich S, Kitterer D, Latus J et al (2016) Comprehensive cardiovascular magnetic resonance assessment in patients with sarcoidosis and preserved left ventricular ejection fraction. Circ Cardiovasc Imaging DOI: 10.1161/CIRCIMAGING.116.005022

  9. [17]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-016-0315-5

    Greulich S, Mayr A, Kitterer D et al (2016) T1 and T2 mapping for evaluation of myocardial involvement in patients with ANCA-associated vasculitides. J Cardiovasc Magn Reson DOI: 10.1186/s12968-016-0315-5

  10. [18]

    Front Cardiovasc Med DOI: 10.3389/fcvm.2022.1001269

    Jiang S, Zhang L, Wang J et al (2022) Differentiating between cardiac amyloidosis and hypertrophic cardiomyopathy on non-contrast cine-magnetic resonance images using machine learning-based radiomics. Front Cardiovasc Med DOI: 10.3389/fcvm.2022.1001269

  11. [19]

    Acad Radiol DOI: 10.1016/j.acra.2020.12.009

    Son J, Hong YJ, Kim S et al (2022) Radiomics feature analysis using native T1 mapping for discriminating between cardiac tumors and thrombi. Acad Radiol DOI: 10.1016/j.acra.2020.12.009

  12. [20]

    Eur J Radiol DOI: 10.1016/j.ejrad.2024.111887

    Sitarcikova D, Poetter-Lang S, Bastati N et al (2024) Diagnostic accuracy of texture analysis applied to T1-and T2-Relaxation maps for liver fibrosis classification via machine-learning 24 24 algorithms with liver histology as reference standard. Eur J Radiol DOI: 10.1016/j.ej...

  13. [21]

    Eur Heart J DOI: 10.1093/eurheartj/eht210

    Caforio AL, Pankuweit S, Arbustini E et al (2013) Current state of knowledge on aetiology, diagnosis, management, and therapy of myocarditis: a position statement of the European Society of Cardiology Working Group on Myocardial and Pericardial Diseases. Eur Heart J DOI: 10.10...

  14. [22]

    Available via https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/N1R1Q4

    Fahmy A (2021) Replication Data for: Automated analysis of cardiovascular magnetic resonance myocardial native T1 mapping images using fully convolutional neural networks. Available via https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/N1R1Q4. Accessed 3...

  15. [23]

    Proceedings of the IEEE conference on computer vision and pattern recognition (Honolulu) p 4700-4708

    Huang G, Liu Z, Van Der Maaten L, Weinberger KQ (2017) Densely connected convolutional networks. Proceedings of the IEEE conference on computer vision and pattern recognition (Honolulu) p 4700-4708

  16. [24]

    Medical Image Computing and Computer-Assisted Intervention – MICCAI (Munich) p 234-241

    Ronneberger O, Fischer P, Brox T (2015) U-Net: Convolutional Networks for Biomedical Image Segmentation. Medical Image Computing and Computer-Assisted Intervention – MICCAI (Munich) p 234-241

  17. [26]

    Radiology DOI: 10.1148/radiol.2017162338

    Tahir E, Sinn M, Bohnen S et al (2017) Acute versus chronic myocardial infarction: diagnostic accuracy of quantitative native T1 and T2 mapping versus assessment of edema on standard T2- weighted cardiovascular MR images for differentiation. Radiology DOI: 10.1148/radiol.2017162338

  18. [27]

    Sci Rep DOI: 10.1038/s41598-018-25693-1

    Cui C, Wang S, Lu M et al (2018) Detection of recent myocardial infarction using native T1 mapping in a swine model: a validation study. Sci Rep DOI: 10.1038/s41598-018-25693-1

  19. [28]

    Biometrics 837- 845

    DeLong ER, DeLong DM, Clarke-Pearson DL (1988) Comparing the areas under two or more correlated receiver operating characteristic curves: a nonparametric approach. Biometrics 837- 845

  20. [29]

    Intelligence Science and Big Data Engineering

    Qiang Z, Tu S, Xu L (2019) A k-dense-UNet for biomedical image segmentation. Intelligence Science and Big Data Engineering. Visual Data Engineering: 9th International Conference (Nanjing) p 552-562. 25 25

  21. [30]

    Health Inf Sci Syst DOI: 10.1007/s13755-022-00204-9

    Zhang J, Zhang Y, Jin Y, Xu J, Xu X (2023) Mdu-net: Multi-scale densely connected u-net for biomedical image segmentation. Health Inf Sci Syst DOI: 10.1007/s13755-022-00204-9

  22. [31]

    Statistical Atlases and Computational Models of the Heart (Quebec City) p 120-129

    Isensee F, Jaeger PF, Full PM, Wolf I, Engelhardt S, Maier-Hein KH (2017) Automatic cardiac disease assessment on cine-MRI via time-series segmentation and domain specific features. Statistical Atlases and Computational Models of the Heart (Quebec City) p 120-129

  23. [32]

    BMC Med Inform Decis Mak DOI: 10.1186/s12911-023-02174-8

    Aggarwal M, Tiwari AK, Sarathi MP, Bijalwan A (2023) An early detection and segmentation of Brain Tumor using Deep Neural Network. BMC Med Inform Decis Mak DOI: 10.1186/s12911-023-02174-8

  24. [33]

    J Healthc Eng DOI: 10.1155/2021/6695108

    Gunasekara SR, Kaldera H, Dissanayake MB (2021) A systematic approach for MRI brain tumor localization and segmentation using deep learning and active contouring. J Healthc Eng DOI: 10.1155/2021/6695108

  25. [34]

    J Bioeng DOI: 10.3390/bioengineering10030334

    Oscanoa JA, Middione MJ, Alkan C et al (2023) Deep learning-based reconstruction for cardiac MRI: a review. J Bioeng DOI: 10.3390/bioengineering10030334

  26. [35]

    Big Data Min Anal DOI: 10.26599/BDMA.2019.9020007

    Yu Y, Li M, Liu L, Li Y, Wang J (2019) Clinical big data and deep learning: Applications, challenges, and future outlooks. Big Data Min Anal DOI: 10.26599/BDMA.2019.9020007

  27. [36]

    Heart Rhythm DOI: 10.1016/j.hrthm.2023.03.530

    Yin M, Lu L, Maggioni M, Trayanova NA (2023) PO-01-212: A novel deep learning model for patient-specific computational modeling of cardiac electrophysiology. Heart Rhythm DOI: 10.1016/j.hrthm.2023.03.530

  28. [37]

    Int J Adv Comput Sci Appl DOI: 10.14569/IJACSA.2024.0150546

    BC K, KB N (2024) Image Processing-based Performance Evaluation of KNN and SVM Classifiers for Lung Cancer Diagnosis. Int J Adv Comput Sci Appl DOI: 10.14569/IJACSA.2024.0150546

  29. [38]

    AIP Conference Proceedings (Nandyal)

    Dinesh P, Kalyanasundaram P (2023) Medical image prediction for the diagnosis of breast cancer and comparing machine learning algorithms: SVM, logistic regression, random forest and decision tree to measure accuracy of prediction. AIP Conference Proceedings (Nandyal)

  30. [39]

    J Data Anal Inf Process DOI: 10.4236/jdaip.2020.84020

    Boateng EY, Otoo J, Abaye DA (2020) Basic tenets of classification algorithms K-nearest- neighbor, support vector machine, random forest and neural network: A review. J Data Anal Inf Process DOI: 10.4236/jdaip.2020.84020

  31. [40]

    J Cardiovasc Magn Reson DOI: 10.1186/s12968-023-00954- 9

    Gröschel J, Trauzeddel RF, Müller M et al (2023) Multi-site comparison of parametric T1 and T2 mapping: healthy travelling volunteers in the Berlin research network for cardiovascular magnetic resonance (BER-CMR). J Cardiovasc Magn Reson DOI: 10.1186/s12968-023-00954- 9. 26 26

  32. [41]

    EBioMedicine DOI: 10.1016/j.ebiom.2024.105055

    Viezzer D, Hadler T, Gröschel J et al (2024) Post-hoc standardisation of parametric T1 maps in cardiovascular magnetic resonance imaging: a proof-of-concept. EBioMedicine DOI: 10.1016/j.ebiom.2024.105055

Pith tools

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