Pith. sign in

REVIEW 3 major objections 7 minor 32 references

ShapeFuse learns cross-modal attention between cardiac motion and texture

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · glm-5.2

2026-07-09 08:09 UTC pith:UVH3GFNR

load-bearing objection Promising fusion module for cardiac video classification, but evaluation on 125 subjects with a single train/test split cannot support the 'consistent outperformance' claim. Needs cross-validation and a parameter-matched ablation. the 3 major comments →

arxiv 2607.07518 v1 pith:UVH3GFNR submitted 2026-07-08 cs.CV

Learning to Unify Deformable Shape and Texture Representations for Cardiac Video Classification

classification cs.CV
keywords cardiac video classificationcross-modal attentiondeformable shape representationfeature fusioncardiac MRIdiffeomorphic registrationtemporal attentionadaptive gating
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

This paper claims that cardiac video classification improves when the fusion of two complementary feature streams — deformable shape (how the heart muscle moves) and image texture (raw pixel intensities) — is learned rather than hardcoded. The authors introduce ShapeFuse, which replaces the standard practice of concatenating these two feature types with a bidirectional cross-modal temporal attention mechanism: at each timepoint in the cardiac cycle, the shape representation queries the texture representation and vice versa, producing attended features that capture how motion and appearance interact across phases. An adaptive gate then dynamically weights shape versus texture contributions per timepoint, and a learned temporal pooling step emphasizes diagnostically critical phases (such as peak systolic contraction) over less informative ones. The authors argue that this explicit modeling of cross-modal dependencies is what drives their classification gains, not merely the addition of learnable parameters, and they show consistent improvements over concatenation, addition, weighted, bilinear, and single-direction attention fusion across four image encoder backbones and two registration networks on a cine cardiac MRI dataset.

Core claim

The central object is ShapeFuse's bidirectional cross-modal temporal attention (BCTA), a mechanism in which deformable shape features and image texture features each serve as query, key, and value sources for the other modality across all timepoints in the cardiac cycle. This produces two asymmetric attention maps — shape-to-texture and texture-to-shape — that capture cross-phase dependencies between motion and appearance. Combined with an adaptive gating network that allocates per-dimension, per-timepoint weights to each modality and a Bahdanau-style importance pooling that prioritizes diagnostically relevant cardiac phases, the system achieves its best classification accuracy (up to 0.899)

What carries the argument

ShapeFuse: a three-component fusion module consisting of (1) bidirectional cross-modal temporal attention with separate Q/K/V projections per modality, (2) a sigmoid-based adaptive gating network that produces per-timepoint, per-dimension weights for shape vs. texture, and (3) learned diagnostic importance pooling via Bahdanau attention. The shape features come from a diffeomorphic registration network (SVF-based velocity fields), and the texture features come from a standard image encoder.

Load-bearing premise

The paper assumes that the bidirectional cross-modal attention mechanism is the causal driver of the performance gains, but does not control for the fact that ShapeFuse introduces substantially more learnable parameters than the simpler fusion baselines it outperforms.

What would settle it

If a parameter-matched version of a simpler fusion strategy (e.g., a deeper concatenation baseline with comparable parameter count) matched or exceeded ShapeFuse's classification accuracy, the claim that explicit cross-modal attention is the key mechanism would be undermined.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • If cross-modal attention genuinely drives the gains, the same architecture could apply to other medical imaging tasks where motion and appearance carry complementary diagnostic signal — for example, respiratory motion in lung MRI or peristaltic motion in abdominal imaging.
  • The learned temporal importance weights could serve as an automated biomarker for identifying which cardiac phases are most diagnostic for specific pathologies, potentially informing acquisition protocols by suggesting which frames are clinically essential.
  • The asymmetric attention patterns (shape attending to mid-systolic texture, texture seeking phase-aligned shape) suggest that different modalities have different temporal diagnostic windows, which could inform multi-modal acquisition timing strategies.
  • The two-stage training (freeze shape encoder, then train fusion + classifier) suggests the deformation representation is transferable across tasks, which could reduce training cost when extending to new pathology types.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The paper does not include a parameter-matched ablation, so it remains possible that the gains over simpler fusion baselines partly reflect increased model capacity from the additional attention projections, gating network, and pooling mechanism rather than the specific cross-modal attention design. A control experiment matching parameter counts across fusion strategies would isolate the architect
  • The dataset is relatively small (125 subjects, 510 sequences), and the binary classification task (scar vs. no scar) may not stress-test the generalization of the cross-modal attention mechanism to more complex multi-pathology settings where the optimal shape-texture interaction could differ substantially.
  • The finding that the gating distribution centers slightly below 0.5 (favoring texture) is presented as evidence that texture benefits from geometric grounding, but this could also reflect dataset-specific characteristics such as scar visibility in late-enhancement patterns rather than a general property of cardiac pathology.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 7 minor

Summary. The paper proposes ShapeFuse, a framework for cardiac video classification that fuses deformable shape representations (derived from diffeomorphic registration) with texture features via bidirectional cross-modal temporal attention, adaptive gating, and learned diagnostic importance pooling. The method is evaluated on a cine CMR dataset (510 sequences, 125 subjects) against several fusion baselines (concatenation, addition, weighted, bilinear, single-direction attention) across four encoder backbones and two registration networks. The architecture is clearly specified (Eqs. 3–7, Fig. 1), the two-stage training procedure is reasonable, and the authors provide interpretability analysis via Grad-CAM and attention/gating visualizations. Code is stated to be publicly available.

Significance. The paper addresses a clinically motivated problem: integrating deformation-based geometric priors with texture features for cardiac disease classification. The bidirectional cross-modal temporal attention mechanism (Eqs. 3–5) and the adaptive gating with diagnostic importance pooling (Eqs. 6–7) are a reasonable architectural contribution over naive concatenation. The breadth of ablation across four backbones and two registration networks (Table 1) is a strength, as is the inclusion of interpretability analysis (Figs. 2–3). The claim of publicly available code is noted as a positive for reproducibility. However, the significance of the empirical contribution is tempered by the statistical evaluation methodology (see major comments).

major comments (3)
  1. §4 and Table 1: The training/evaluation protocol is insufficiently described for a dataset of 125 subjects (510 sequences). The paper does not specify whether splitting is performed at the subject level or the sequence level, how many splits were used, whether stratification was applied, or what the train/validation/test proportions are. Because 510 sequences come from only 125 subjects, sequence-level splitting without subject-level separation risks optimistic bias from data leakage. This is load-bearing for the central claim of 'consistent outperformance' (§4.2). The authors should clarify the splitting protocol and confirm that no subject appears in both train and test sets.
  2. §4.2, Table 1: The claim that ShapeFuse 'consistently outperforms all competing fusion strategies' is not supported by statistical testing. On a dataset of 125 subjects with what appears to be a single train/test split, several margins are small (e.g., ViT+VM: 0.869 vs. 0.852 for Bilinear, a 1.7% gap; DenseNet+VM: 0.854 vs. 0.843 for Attention, a 1.1% gap). Without cross-validation, confidence intervals, or significance tests, it is unclear whether these differences reflect real improvements or sampling variability. The authors should either (a) report results over multiple splits with mean ± std and significance tests, or (b) temper the 'consistently outperforms' language to match what a single split can support.
  3. §3.1, Eqs. 3–7 and Table 1: The paper does not report parameter counts for each fusion strategy. ShapeFuse introduces separate Q/K/V projections for each modality (Eq. 3), an adaptive gating network (Eq. 6), and Bahdanau attention pooling (Eq. 7), all of which add capacity beyond concatenation or addition baselines. Without a parameter-matched comparison, the gains in Table 1 could be partially attributable to increased model capacity rather than the specific cross-modal attention design. A parameter-matched ablation (or at minimum, reporting parameter counts for each fusion variant) would strengthen the claim that 'explicitly modeling cross-modal dependencies' is the causal driver of improvement.
minor comments (7)
  1. §4.1: The paper states 'micro-averaged accuracy and F1-score' but does not describe the cross-validation or splitting protocol (e.g., k-fold, random seed, stratification). Only a single train/test split appears to be used. Please clarify.
  2. §4.1, Implementation Details: The learning rate (1e-5) is quite low for AdamW; please confirm this is correct and state whether different fusion baselines were tuned with the same budget.
  3. Fig. 1: The diagram is somewhat dense. Labeling the data flow arrows and clarifying which blocks correspond to Eqs. 3–7 would improve readability.
  4. §3.1, Eq. 6: The notation g'_t = 1 - g_t is introduced in the text but does not appear in the equation itself. Consider integrating it or clarifying its role.
  5. Table 1: The 'Image' and 'Shape' rows serve as baselines but it is unclear whether 'Image' uses the same image encoder backbone. Please clarify whether Image-only baselines are backbone-matched.
  6. §2, Eq. 2: The regularization term uses L1 norm on the gradient of v, but the relationship to Eq. 8 (which uses the same notation) could be made more explicit. Consistent notation would help.
  7. References: Several entries appear to have incomplete formatting (e.g., Ref. 20 lists 'Adam' without 'AdamW' in the title despite citing AdamW in text). Please verify all references.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the careful and constructive review. All three major comments identify legitimate methodological gaps that we will address in revision. Specifically: (1) we will clarify the data splitting protocol and confirm subject-level separation; (2) we will report results over multiple splits with mean ± std and significance tests, and temper our language accordingly; (3) we will report parameter counts for all fusion variants and add a parameter-matched ablation. No standing objections remain.

read point-by-point responses
  1. Referee: §4 and Table 1: The training/evaluation protocol is insufficiently described for a dataset of 125 subjects (510 sequences). The paper does not specify whether splitting is performed at the subject level or the sequence level, how many splits were used, whether stratification was applied, or what the train/validation/test proportions are. Because 510 sequences come from only 125 subjects, sequence-level splitting without subject-level separation risks optimistic bias from data leakage.

    Authors: The referee is correct that the splitting protocol is insufficiently specified in the current manuscript. To clarify: our experiments used subject-level splitting to ensure that no subject appears in more than one partition. The 125 subjects were split into train/validation/test at approximately 70%/15%/15%, with stratification by disease label. Multiple sequences from the same subject were always kept together in the same partition. We will make this explicit in the revised §4. We agree that this detail is load-bearing for the central claims and should have been stated in the original submission. revision: yes

  2. Referee: §4.2, Table 1: The claim that ShapeFuse 'consistently outperforms all competing fusion strategies' is not supported by statistical testing. On a dataset of 125 subjects with what appears to be a single train/test split, several margins are small. Without cross-validation, confidence intervals, or significance tests, it is unclear whether these differences reflect real improvements or sampling variability.

    Authors: This is a fair criticism. The current results are based on a single split, and several margins are indeed small enough that sampling variability cannot be ruled out without statistical testing. In the revision, we will conduct 5-fold cross-validation at the subject level and report mean ± std for all methods across all backbone/registration combinations. We will also perform paired statistical tests (e.g., paired t-test or Wilcoxon signed-rank) between ShapeFuse and each baseline. Where differences are not statistically significant, we will acknowledge this explicitly. We will also revise the 'consistently outperforms' language to be more precise, noting where improvements are statistically significant and where they are marginal trends. This is a substantive revision to the experimental methodology. revision: yes

  3. Referee: §3.1, Eqs. 3–7 and Table 1: The paper does not report parameter counts for each fusion strategy. ShapeFuse introduces separate Q/K/V projections for each modality, an adaptive gating network, and Bahdanau attention pooling, all of which add capacity beyond concatenation or addition baselines. Without a parameter-matched comparison, the gains could be partially attributable to increased model capacity rather than the specific cross-modal attention design.

    Authors: The referee raises a valid confound. ShapeFuse does introduce additional parameters relative to simple fusion baselines, and without reporting parameter counts, one cannot distinguish whether gains stem from the architectural design or from added capacity. In the revision, we will: (1) report parameter counts for every fusion variant in Table 1; (2) add a parameter-matched ablation in which the baselines (e.g., concatenation, addition) are given comparable capacity through wider projection layers or additional MLP layers, to isolate the effect of the cross-modal attention mechanism from raw capacity increases. We agree this is necessary to support the claim that explicitly modeling cross-modal dependencies, rather than simply adding parameters, drives the improvement. revision: yes

Circularity Check

0 steps flagged

No significant circularity; self-citations are motivational, not load-bearing for the derivation

full rationale

The paper's derivation chain is self-contained and does not reduce to its inputs by construction. The shape representations are derived from standard SVF-based diffeomorphic registration (Eqs. 1-2) using externally published registration networks (VoxelMorph [6], TLRN [28]). The fusion mechanism — bidirectional cross-modal temporal attention (Eqs. 3-5), adaptive gating (Eq. 6), and Bahdanau attention pooling (Eq. 7) — uses standard, externally established architectural components (transformer attention [24], sigmoid gating, Bahdanau attention [5]) combined into a novel architecture. The training objective (Eqs. 8-9) is a standard two-stage registration-then-classification pipeline with BCE loss. No equation reduces to its own inputs by definition. The self-citations [15, 16, 25] (Hossain/Zhang and Wang/Zhang) are used for background motivation — that deformable shape representations complement texture features — and for the concatenation baseline [25], but they do not serve as load-bearing mathematical premises for the ShapeFuse architecture itself. The classification results in Table 1 are empirical measurements on an external dataset [26], not theoretical predictions derived from self-cited results. The concerns raised by the reader (parameter count mismatch) and the skeptic (statistical evaluation, single split) are correctness and evaluation risks, not circularity. Score 2 reflects the presence of self-citations that are non-load-bearing for the central derivation.

Axiom & Free-Parameter Ledger

10 free parameters · 4 axioms · 0 invented entities

The paper introduces no new postulated entities, particles, forces, or dimensions. All architectural components (cross-attention, gating, temporal pooling) are compositions of known neural network modules. The 'latent shape-aware feature fusion module' is a named architecture, not a new entity. Free parameters are standard learned neural network weights plus hand-set hyperparameters. The noise variance σ² in the registration objective is a free parameter whose value is not specified.

free parameters (10)
  • W^S_Q, W^S_K, W^S_V = learned
    Shape modality query/key/value projections in bidirectional cross-attention (Eq. 3), dimension d×d, learned during training stage 2.
  • W^X_Q, W^X_K, W^X_V = learned
    Texture modality query/key/value projections in bidirectional cross-attention (Eq. 3), dimension d×d, learned during training stage 2.
  • W_g, b_g = learned
    Adaptive gating weight and bias (Eq. 6), dimensions d×2d and d, learned during training stage 2.
  • w, W_h = learned
    Diagnostic importance pooling parameters (Eq. 7), dimensions d and d×d, learned during training stage 2.
  • d (latent dimension) = 512
    Hidden space dimension, set by hand (§4.1 Implementation Details).
  • Number of attention heads = 8
    Multi-head attention configuration, set by hand (§4.1).
  • Learning rate = 1e-5
    AdamW optimizer learning rate, set by hand (§4.1).
  • Weight decay = 0.01
    AdamW weight decay, set by hand (§4.1).
  • Dropout rate = 0.3
    Classifier dropout probability, set by hand (§4.1).
  • σ² (noise variance) = not specified
    Noise variance in registration energy function (Eq. 2, Eq. 8), value not stated in paper.
axioms (4)
  • domain assumption Diffeomorphic registration via SVF (Eq. 1-2) produces geometrically meaningful deformation fields that encode diagnostically relevant myocardial motion.
    Invoked in §2 and §3 to justify using velocity fields as shape representations. Standard in medical image registration literature [3,6].
  • domain assumption Pathological conditions manifest as regional wall motion abnormalities detectable in deformation fields.
    Stated in §1, citing [12,13]. Clinical domain assumption supporting the use of shape features.
  • ad hoc to paper Two-stage training (freeze shape encoder, train fusion+classifier) is sufficient for learning cross-modal dependencies.
    §3.2 and §4.1 state the shape encoder is frozen during classifier training. The paper notes 'joint training can also be done' but does not evaluate it, so the two-stage choice is an unstated assumption about training dynamics.
  • ad hoc to paper Binary cross-entropy loss on a single train/test split of 125 subjects is sufficient to demonstrate SOTA classification.
    §4 uses a single dataset [26] with no cross-validation or confidence intervals reported. The evaluation protocol assumes this is adequate to support the SOTA claim.

pith-pipeline@v1.1.0-glm · 12045 in / 3331 out tokens · 400160 ms · 2026-07-09T08:09:55.656951+00:00 · methodology

0 comments
read the original abstract

Deformable shape representations have proven to be robust complements to texture features in cardiac image classification, offering geometric priors that are invariant to imaging artifacts and intensity variations. However, existing deep networks perform simple concatenation to combine these distinct feature representations, which neither fully exploits their complementary nature nor learns cross-modal feature dependencies. Furthermore, this results in uniform attention across all timepoints; hence ignoring the varying diagnostic importance across the cardiac phases. In this paper, we propose a novel cardiac video classification model that, for the first time, learns temporal features in an integrated space of deformable shape and image texture representations. In particular, we design a bi-directional cross-attention in the latent space to fuse latent deformable shape and image features, allowing each modality to adaptively weight the other based on spatio-temporal correspondence. In contrast to current methods that apply uniform weighting across all the cardiac phases, our approach learns to dynamically adjust the contributions of shape and texture representations, derived from images, over time. We demonstrate state-of-the-art classification performance on a cine cardiac magnetic resonance (CMR) video dataset, achieving improved interpretability from attention mechanisms that identify diagnostically critical cardiac phases and modality contributions.

Figures

Figures reproduced from arXiv: 2607.07518 by Miaomiao Zhang, Tonmoy Hossain.

Figure 1
Figure 1. Figure 1: An overview of our cardiac video classification model. cross-modal feature dependencies. As a result, these approaches impose uni￾form weighting across all timepoints, ignoring the varying diagnostic importance across cardiac phases. Each latent map is first flattened and linearly projected to a token of dimension d, so that zvt , zft ∈ R d . To this end, we formulate a bidirec￾tional cross-modal temporal … view at source ↗
Figure 2
Figure 2. Figure 2: Grad-CAM activation maps across the cardiac timepoints for ShapeFuse and baseline fusion strategies. model. The gating distribution centered slightly below g = 0.5 reflects that tex￾ture representations benefit more from geometric grounding, consistent with the clinical challenge of identifying scar-induced hypokinesia from intensity alone. The per-dimension gate weight profile further shows clean separati… view at source ↗
Figure 3
Figure 3. Figure 3: Analysis of the learned cross-modal attention and adaptive gating strategy [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

32 extracted references · 32 canonical work pages · 5 internal anchors

  1. [1]

    European Radiology31(5), 2706– 2715 (2021)

    Alis, D., Yergin, M., Asmakutlu, O., Topel, C., Karaarslan, E.: The influence of cardiac motion on radiomics features: radiomics features of non-enhanced cmr cine images greatly vary through the cardiac cycle. European Radiology31(5), 2706– 2715 (2021)

  2. [2]

    In: International Conference on Medi- cal Image Computing and Computer-Assisted Intervention

    Amyar, A., Nakamori, S., Morales, M., Yoon, S., Rodriguez, J., Kim, J., Judd, R.M., Weinsaft, J.W., Nezafat, R.: Gadolinium-free cardiac mri myocardial scar detection by 4d convolution factorization. In: International Conference on Medi- cal Image Computing and Computer-Assisted Intervention. pp. 639–648. Springer (2023)

  3. [3]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Arsigny, V., Commowick, O., Pennec, X., Ayache, N.: A log-euclidean framework for statistics on diffeomorphisms. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 924–931. Springer (2006)

  4. [4]

    Medical image analysis12(1), 26–41 (2008)

    Avants, B.B., Epstein, C.L., Grossman, M., Gee, J.C.: Symmetric diffeomorphic image registration with cross-correlation: evaluating automated labeling of elderly and neurodegenerative brain. Medical image analysis12(1), 26–41 (2008)

  5. [5]

    Neural Machine Translation by Jointly Learning to Align and Translate

    Bahdanau, D., Cho, K., Bengio, Y.: Neural machine translation by jointly learning to align and translate. arXiv preprint arXiv:1409.0473 (2014)

  6. [6]

    IEEE transactions on medical imaging38(8), 1788–1800 (2019)

    Balakrishnan, G., Zhao, A., Sabuncu, M.R., Guttag, J., Dalca, A.V.: Voxelmorph: a learning framework for deformable medical image registration. IEEE transactions on medical imaging38(8), 1788–1800 (2019)

  7. [7]

    International journal of computer vision61, 139–157 (2005)

    Beg, M.F., Miller, M.I., Trouvé, A., Younes, L.: Computing large deformation metric mappings via geodesic flows of diffeomorphisms. International journal of computer vision61, 139–157 (2005)

  8. [8]

    European Radiology 34(9), 5691–5704 (2024)

    Cau, R., Pisu, F., Pintus, A., Palmisano, V., Montisci, R., Suri, J.S., Salgado, R., Saba, L.: Cine-cardiac magnetic resonance to distinguish between ischemic and 10 Hossain and Zhang non-ischemic cardiomyopathies: a machine learning approach. European Radiology 34(9), 5691–5704 (2024)

  9. [9]

    In: Proceedings of the AAAI conference on artificial intelligence

    Chen, C., Dou, Q., Chen, H., Qin, J., Heng, P.A.: Synergistic image and feature adaptation: Towards cross-modality domain adaptation for medical image segmen- tation. In: Proceedings of the AAAI conference on artificial intelligence. vol. 33, pp. 865–872 (2019)

  10. [10]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Clough, J.R., Oksuz, I., Puyol-Antón, E., Ruijsink, B., King, A.P., Schnabel, J.A.: Global and local interpretability for cardiac mri classification. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 656–664. Springer (2019)

  11. [11]

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale

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

  12. [12]

    European Heart Journal-Cardiovascular Imaging 19(7), 816–823 (2018)

    Foley, J.R., Swoboda, P.P., Fent, G.J., Garg, P., McDiarmid, A.K., Ripley, D.P., Erhayiem, B., Musa, T.A., Dobson, L.E., Plein, S., et al.: Quantitative deformation analysis differentiates ischaemic and non-ischaemic cardiomyopathy: sub-group analysis of the vindicate trial. European Heart Journal-Cardiovascular Imaging 19(7), 816–823 (2018)

  13. [13]

    BMC Cardiovascular Disorders23(1), 162 (2023)

    Gao, Q., Yi, W., Gao, C., Qi, T., Li, L., Xie, K., Zhao, W., Chen, W.: Cardiac magnetic resonance feature tracking myocardial strain analysis in suspected acute myocarditis: diagnostic value and association with severity of myocardial injury. BMC Cardiovascular Disorders23(1), 162 (2023)

  14. [14]

    He,K.,Zhang,X.,Ren,S.,Sun,J.:Deepresiduallearningforimagerecognition.In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 770–778 (2016)

  15. [15]

    Invariant Shape Representation Learning For Image Classification

    Hossain, T., Ma, J., Li, J., Zhang, M.: Invariant shape representation learning for image classification. arXiv preprint arXiv:2411.12201 (2024)

  16. [16]

    In: International Conference on Information Processing in Med- ical Imaging

    Hossain, T., Zhang, M.: Corld: Contrastive representation learning of deformable shapes in images. In: International Conference on Information Processing in Med- ical Imaging. pp. 342–357. Springer (2025)

  17. [17]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Huang, G., Liu, Z., Van Der Maaten, L., Weinberger, K.Q.: Densely connected convolutional networks. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 4700–4708 (2017)

  18. [18]

    Journal of Magnetic Resonance Imaging61(4), 1635–1647 (2025)

    Jacob, A.J., Chitiboi, T., Schoepf, U.J., Sharma, P., Aldinger, J., Baker, C., Laut- enschlager, C., Emrich, T., Varga-Szemes, A.: Deep-learning-based disease classi- fication in patients undergoing cine cardiac mri. Journal of Magnetic Resonance Imaging61(4), 1635–1647 (2025)

  19. [19]

    In: International Workshop on Shape in Medical Imaging

    Jayakumar, N., Hossain, T., Zhang, M.: Sadir: Shape-aware diffusion models for 3d image reconstruction. In: International Workshop on Shape in Medical Imaging. pp. 287–300. Springer (2023)

  20. [20]

    Adam: A Method for Stochastic Optimization

    Kingma, D.P.: Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980 (2014)

  21. [21]

    IEEE Journal of Biomedical and Health Informatics26(7), 3209–3217 (2022)

    Ni, Z.L., Bian, G.B., Li, Z., Zhou, X.H., Li, R.Q., Hou, Z.G.: Space squeeze rea- soning and low-rank bilinear feature fusion for surgical image segmentation. IEEE Journal of Biomedical and Health Informatics26(7), 3209–3217 (2022)

  22. [22]

    Medical Image Analysis83, 102682 (2023)

    Qin, C., Wang, S., Chen, C., Bai, W., Rueckert, D.: Generative myocardial motion tracking via latent space exploration with biomechanics-informed prior. Medical Image Analysis83, 102682 (2023)

  23. [23]

    EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks

    Tan, M.: Efficientnet: Rethinking model scaling for convolutional neural networks. arXiv preprint arXiv:1905.11946 (2019) ShapeFuse: Unifying Deformable Shape and Texture Representations 11

  24. [24]

    Advances in neural information pro- cessing systems30(2017)

    Vaswani,A.,Shazeer,N.,Parmar,N.,Uszkoreit,J.,Jones,L.,Gomez,A.N.,Kaiser, Ł., Polosukhin, I.: Attention is all you need. Advances in neural information pro- cessing systems30(2017)

  25. [25]

    The Conference on Neural Information Processing Systems (2022)

    Wang, J., Zhang, M.: Geo-sic: Learning deformable geometric shapes in deep image classifiers. The Conference on Neural Information Processing Systems (2022)

  26. [26]

    Cardiovascular Imaging15(3), 413–427 (2022)

    Wang, S., Patel, H., Miller, T., Ameyaw, K., Narang, A., Chauhan, D., Anand, S., Anyanwu, E., Besser, S.A., Kawaji, K., et al.: Ai based cmr assessment of biven- tricular function: clinical significance of intervendor variability and measurement errors. Cardiovascular Imaging15(3), 413–427 (2022)

  27. [27]

    Medical image analysis 1(1), 35–51 (1996)

    Wells III, W.M., Viola, P., Atsumi, H., Nakajima, S., Kikinis, R.: Multi-modal vol- ume registration by maximization of mutual information. Medical image analysis 1(1), 35–51 (1996)

  28. [28]

    In: International Conference on Medical Image Computing and Computer-Assisted Intervention

    Wu, N., Xing, J., Zhang, M.: Tlrn: Temporal latent residual networks for large deformation image registration. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 728–738. Springer (2024)

  29. [29]

    International Journal of Computer Assisted Radiology and Surgery19(2), 355–365 (2024)

    Xie, Y., Zhong, H., Wu, J., Zhao, W., Hou, R., Zhao, L., Xu, X., Zhang, M., Zhao, J.: Automatic classification of heart failure based on cine-cmr images. International Journal of Computer Assisted Radiology and Surgery19(2), 355–365 (2024)

  30. [30]

    In: International Workshop on Shape in Medical Imaging

    Xing, J., Jayakumar, N., Wu, N., Wang, Y., Epstein, F.H., Zhang, M.: Lamod: Latent motion diffusion model for myocardial strain generation. In: International Workshop on Shape in Medical Imaging. pp. 164–177. Springer (2024)

  31. [31]

    In: 2024 IEEE International Symposium on Biomedical Imaging (ISBI)

    Xing, J., Wu, N., Bilchick, K.C., Epstein, F.H., Zhang, M.: Multimodal learning to improve cardiac late mechanical activation detection from cine mr images. In: 2024 IEEE International Symposium on Biomedical Imaging (ISBI). pp. 1–4. IEEE (2024)

  32. [32]

    Medical image analysis56, 80–95 (2019)

    Zheng, Q., Delingette, H., Ayache, N.: Explainable cardiac pathology classification on cine mri with motion characterization by semi-supervised learning of apparent flow. Medical image analysis56, 80–95 (2019)