Pith. sign in

REVIEW 4 major objections 6 minor 1 cited by

Mesh2SSM++: A Probabilistic Framework for Unsupervised Learning of Statistical Shape Model of Anatomies from Surface Meshes

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

Pith's one-line read Mesh2SSM++ claims that statistical shape models can be learned from raw surface meshes unsupervised, with per-point aleatoric uncertainty, matching or beating established tools.

desk verdict A genuinely useful but modest extension of Mesh2SSM; the headline uncertainty claim is mislabeled as aleatoric and needs fixing before publication. read the letter →

arxiv 2502.07145 v1 pith:6NTN2CQB submitted 2025-02-11 cs.CV

classification cs.CV
keywords statisticalshapemodelingsurfacemeshesunsupervisedcorrespondencelearningnormalizingflowsaleatoricuncertaintypointdistributionmodelsmeshautoencodermedicalimageanalysis
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 tries to establish that a statistical shape model of an anatomical structure can be learned directly from surface meshes without correspondence annotations, a pre-existing shape model, or per-sample optimization. The key claim is that deforming a single template point cloud into each subject's mesh, guided by a permutation-invariant mesh encoder and an implicit-field decoder, yields correspondence-based shape models whose quality is competitive with established optimization-based tools. The paper further claims that replacing the previous variational-autoencoder analysis module with a normalizing flow in the latent space simplifies training and adds reliable aleatoric uncertainty estimates for every predicted correspondence point. If these claims hold, clinical shape analysis becomes faster, more scalable, and more interpretable, because new subjects are processed in a single forward pass and regions of high prediction ambiguity are flagged automatically.

What carries the argument

The central object is a decoupled-prior variational autoencoder with a continuous normalizing flow in the latent space. This combines a DGCNN mesh encoder that produces a variational posterior, an invertible flow that maps the representation space to a standard Gaussian sampling space, and an implicit-field decoder (IM-NET) that deforms a shared template point cloud into subject-specific correspondences. The flow's change-of-variables formula gives the latent prior density and supports sampling new shapes; the decoder's Chamfer-distance loss is supplemented by a softmin surface-projection step that pulls predicted correspondences onto the mesh surface, and vertex masking adds robustness. This machinery carries the argument because it replaces the separately trained shape-variation autoencoder of the predecessor method with a single end-to-end probabilistic pipeline that yields a template, a shape distribution, and per-point uncertainty.

What would settle it

Run Mesh2SSM++ on the same five cohorts without the initial rough alignment, or on one cohort with deliberately varied poses, and compare surface accuracy and surface-to-surface distance against the aligned setting; if these metrics degrade materially or the deformed template no longer lands on the same anatomical landmarks, the alignment assumption is confirmed as load-bearing. Alternatively, inject synthetic noise into the meshes and check whether the reported uncertainty-error correlation survives, since controlled noise should keep the calibration claim testable.

Watch

Extended reading notes

Core claim

Mesh2SSM++ claims that a probabilistic autoencoder with a normalizing-flow prior can learn a correspondence-based statistical shape model from surface meshes alone. The encoder maps each mesh to a low-dimensional latent representation; the decoder, an implicit field network, uses that representation to deform a common template point cloud onto the subject's surface, so the same ordered points across all subjects form the correspondence model. The normalizing flow links the encoder's representation space to a Gaussian sampling space, enabling end-to-end training, population-informed template updates, and sampling of new shape instances. To keep predicted particles on the anatomy, the method projects them onto the mesh surface via softmin-weighted displacements, and it augments training by masking and perturbing vertices. Aleatoric uncertainty is obtained by decoding multiple latent samples and fitting a Gaussian to the resulting correspondence predictions; the paper reports that this uncertainty correlates with prediction error in most tested organs and can flag out-of-distribution shapes.

Load-bearing premise

The cohort of meshes must already be roughly aligned before training begins; if they are not, the shared template deformation no longer puts corresponding points on the same anatomical locations, so the learned shape model loses anatomical meaning.

Editorial extensions

If this is right

  • If the central claim is right, statistical shape models for a new anatomical cohort can be built directly from segmented meshes, without manual landmarks, atlas initialization, or pre-computed shape models.
  • A single forward pass produces correspondences for a new subject, so inference no longer requires per-sample re-optimization, making large-scale and near-real-time shape analysis practical.
  • The learned latent space doubles as a shape-statistics space, so population modes of variation can be read off either the correspondences or the latent codes, and new synthetic shapes can be generated from the flow prior.
  • Per-correspondence aleatoric uncertainty gives a ready-made reliability map for clinical workflows, flagging noisy regions and out-of-distribution anatomy such as atypical liver lobes or thin left-atrium structures.
  • Because the method matches or outperforms optimization-based and deep baselines on surface accuracy, SSM metrics, and downstream classification, it offers a drop-in alternative for shape-based diagnosis studies.
  • The mesh-to-correspondence pipeline can scale to large cohorts and multiple anatomies with a single learned template, as demonstrated by the reported multi-class vertebra classification experiment.

Reading between the lines

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

  • The paper does not test active learning, but its calibrated uncertainty suggests a natural extension: retraining on the highest-uncertainty meshes would likely improve the model where correspondence is currently ambiguous.
  • The stated alignment assumption points to a stress test the paper does not run: removing the pre-alignment step or adding large pose variation should reveal where the pipeline breaks, and an alignment-free variant would considerably widen clinical applicability.
  • The interpretable latent-space modes shown for liver and left atrium hint at a biomarker-discovery tool, since latent scores could be correlated with clinical variables beyond the group-difference analysis the paper reports.
  • The softmin surface projection keeps particles close to the mesh, but the underlying Chamfer loss may still be sensitive to missing regions or spurious surfaces; replacing it with signed-distance or implicit-surface supervision, which the authors themselves suggest, is a plausible next test.
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

4 major / 6 minor

Summary. The paper proposes Mesh2SSM++, an unsupervised deep learning framework for constructing correspondence-based statistical shape models (SSMs) directly from surface meshes. It extends Mesh2SSM by introducing a normalizing flow in the latent space of a mesh autoencoder, a soft surface-projection step, vertex masking augmentation, and an uncertainty-estimation procedure that the authors call aleatoric. The method is evaluated on five anatomical datasets (femur, spleen, pancreas, liver, left atrium) against ShapeWorks, Deformetrica, FlowSSM, and Mesh2SSM, using distance metrics, SSM metrics, and downstream tasks including group-difference analysis and lumbar vertebra classification. The main claims are that the method outperforms existing approaches, learns a population-specific template, and quantifies aleatoric uncertainty.

Significance. If the central claims are supported, Mesh2SSM++ would be a practically valuable contribution to medical shape analysis: it offers fast, unsupervised SSM construction from meshes, a learned template, and uncertainty estimates for correspondence predictions. The paper is strong in experimental breadth: five datasets, multiple baselines, downstream tasks, and public code. The probabilistic framing is appealing, and the surface-projection and data-augmentation ideas are sensible engineering additions. However, the key conceptual contribution advertised in the abstract and introduction—aleatoric uncertainty quantification—is not supported as stated; the quantity actually computed is posterior predictive (epistemic) variance. Several other claims are also stronger than the evidence, and the alignment assumption is acknowledged only as a limitation without analysis. For these reasons the paper needs substantive revision even though the underlying method appears to be useful and the experiments are commendable.

major comments (4)
  1. [III-C.4, Abstract, Introduction] The quantity called 'aleatoric uncertainty' is the variance of the posterior predictive distribution, which is epistemic uncertainty, not aleatoric uncertainty. The decoder f_theta is deterministic, and the training loss in Eq. (6) is a Chamfer distance, not the negative log-likelihood of a stochastic output distribution. The procedure in Section III-C.4 samples z_n^{(s)} ~ q_phi(z|X_n) and computes C_n^{(s)} = f_theta(z_n^{(s)}); the variance of these decoded samples reflects posterior uncertainty over the latent code z given the input, i.e., epistemic (model) uncertainty. The authors explicitly contrast aleatoric and epistemic at the start of the section, then compute an epistemic quantity. Since the abstract and introduction advertise aleatoric uncertainty as a key feature and basis for clinical reliability, this is a load-bearing mischaracterization. The uncertainty estimates in Table I may still be useful as predictive variances, but they must be relabeled and the associated claims revised.
  2. [III-C.2, Eqs. (7)-(10)] The surface-projection step does not guarantee that predicted correspondences lie on the mesh surface. The update in Eq. (10) is c_i^proj = sum_j W_ij v_j, i.e., a convex combination of all mesh vertices, which lies in the convex hull of the entire mesh and, for a closed volumetric mesh, can be in the interior. Only in the limit of zero softmin temperature would the result coincide with the nearest vertex; for any finite sigma it is generally off the surface. The claim that the projection 'aligns predicted correspondences precisely onto the surface' is therefore inaccurate. The authors should either implement a hard projection onto the closest face or empirically verify with a point-to-surface metric that projected points are on the surface within a small tolerance, and soften the wording to 'encourage'.
  3. [VI and Section I] The method assumes the cohort of shapes is roughly aligned, as stated in Section VI. This assumption is load-bearing for learning meaningful correspondences: without alignment, deforming a common template cannot establish anatomically valid correspondences. The paper gives no details of the alignment preprocessing used on its five datasets and no experiment quantifying sensitivity to misalignment. Consequently, the repeated claim that Mesh2SSM++ operates 'directly on meshes' (Abstract, Introduction) is overstated. The authors should either document the alignment step explicitly or provide a misalignment-robustness experiment (e.g., by perturbing rigid poses and reporting the degradation in metrics).
  4. [Abstract and Section V-A] The claim that Mesh2SSM++ 'outperforms existing methods' is too broad. The results in Section V-A show that for the femur and spleen datasets, Deformetrica and ShapeWorks achieve the lowest Chamfer distance, with the proposed models 'closely follow' (Figure 3). The proposed methods are consistently strong on S2S and on some SSM metrics, but not uniformly across all metrics and anatomies. The abstract and conclusion should be rephrased to indicate that Mesh2SSM++ is comparable or superior on specific metrics and datasets, rather than universally outperforming all baselines.
minor comments (6)
  1. [Eq. (5)] The equation sets a loss L to a negative expected log-likelihood plus a KL term, while the text says the training 'maximizes the likelihood'; the sign convention should be clarified (e.g., state explicitly that the objective is minimized).
  2. [Eqs. (3)-(4) and Figure 2.A] The notation for the normalizing flow direction is inconsistent: Eqs. (3)-(4) treat z0 = g_eta(z), whereas Figure 2.A and the text describe mapping from z0 to z via g_eta^{-1}. Please align the notation to avoid confusion about forward and inverse transformations.
  3. [Section III-C.4] The number of latent samples S used for the uncertainty estimate is not specified; please state it and whether it is tuned or held fixed across datasets.
  4. [Section IV-C] The exclusion of FUSS is explained, but the reader cannot verify the inability to reproduce its reported performance; providing the attempted configuration (e.g., exact hyperparameters, software versions) in a supplement would be helpful for reproducibility.
  5. [Table II] The M++AE and M++Flow rows report identical accuracy and F1 values to three decimal places; please confirm this is not a copy error and add a brief comment on why the two variants behave identically in this task.
  6. [Section VI] The caveat that Chamfer distance and the projection step may fail with missing regions, spurious surfaces, or noise is useful but placed far from the method description; consider moving a short version of this caveat next to the surface-projection discussion in Section III-C.2.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation found; the correspondence model is trained against external reconstruction targets and evaluated on held-out data against independent baselines, with only non-load-bearing self-referential design choices.

full rationale

Mesh2SSM++'s derivation chain is not circular. The correspondence generation module is trained by minimizing Chamfer and vertex reconstruction losses against the input meshes (Eq. 1 and Eq. 6), which is supervision from the data rather than from the model's own outputs. The probabilistic latent-space objective (Eq. 5) is a standard VAE/NF training target, and the template update described in Section III-C.1-c is a self-referential training choice, not a fitted parameter renamed as a prediction; moreover, all methods are evaluated on held-out test splits against independent baselines such as ShapeWorks and Deformetrica. The uncertainty calibration analysis in Section V-B and Table I is post hoc and does not feed back into training, so no prediction is forced by construction. The main concern raised by the skeptic is the aleatoric-versus-epistemic labeling in Section III-C.4: the reported variance is computed by sampling latent codes z from the approximate posterior and decoding deterministically, which is posterior predictive (epistemic) variance rather than aleatoric noise. That is a correctness or interpretation issue, not a circularity, because it does not make any output equal to its input by construction. Self-citations to Mesh2SSM, dpVAEs, and ShapeWorks are used as architectural and baseline references and are not load-bearing circular justifications for the paper's central claims.

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

The method relies on standard unsupervised deep learning assumptions (Gaussian posterior, Chamfer-driven correspondence) and an explicit alignment assumption. No new physical entities are introduced. The free parameters are standard hyperparameters, but the paper does not report their values or ablations, which reduces reproducibility.

free parameters (6)
  • alpha (L1 Chamfer weight) = not specified
    Hyperparameter in Eq. 1 weighting the L1 Chamfer term; chosen by hand, no ablation reported.
  • gamma (MSE reconstruction weight) = not specified
    Hyperparameter in Eq. 1 weighting the vertex reconstruction loss.
  • sigma (softmin temperature) = not specified
    Controls softness of projection in Eq. 8; affects how strictly correspondences are pulled to the surface.
  • Number of correspondences M = 1024 (stated for comparisons)
    Fixed number of correspondence points, chosen by the user, not learned.
  • Number of template update samples = 500
    Number of prior samples decoded and averaged to update the template each epoch.
  • Latent dimension L = not specified
    Dimensionality of representation space z; not reported, affects model capacity.
assumptions (4)
  • domain assumption The shape cohort is roughly aligned.
    Explicitly stated in Section VI as a limitation; if meshes are not aligned, template deformation cannot establish meaningful correspondences.
  • domain assumption Minimizing Chamfer distance between the deformed template and each target mesh yields anatomically corresponding points.
    The core unsupervised objective (Eq. 6); assumes closest-point matching on the surface reflects anatomical correspondence, which is not guaranteed.
  • domain assumption The variational posterior q_phi(z|X) is Gaussian.
    Used for reparameterization sampling and for computing aleatoric uncertainty; standard VAE assumption.
  • domain assumption The predictive distribution p(C|z) can be approximated by a Gaussian.
    Section III-C.4 fits a Gaussian to decoded samples; the paper acknowledges this may not always hold.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Mesh2SSM++: A Probabilistic Framework for Unsupervised Learning of Statistical Shape Model of Anatomies from Surface Meshes." pith.science (2026). https://pith.science/paper/6NTN2CQB

@misc{pith2026250207145,
  author       = {Pith},
  title        = {Pith review of: Mesh2SSM++: A Probabilistic Framework for Unsupervised Learning of Statistical Shape Model of Anatomies from Surface Meshes},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/6NTN2CQB}},
  note         = {Machine review of arXiv:2502.07145}
}
read the original abstract

Anatomy evaluation is crucial for understanding the physiological state, diagnosing abnormalities, and guiding medical interventions. Statistical shape modeling (SSM) is vital in this process. By enabling the extraction of quantitative morphological shape descriptors from MRI and CT scans, SSM provides comprehensive descriptions of anatomical variations within a population. However, the effectiveness of SSM in anatomy evaluation hinges on the quality and robustness of the shape models. While deep learning techniques show promise in addressing these challenges by learning complex nonlinear representations of shapes, existing models still have limitations and often require pre-established shape models for training. To overcome these issues, we propose Mesh2SSM++, a novel approach that learns to estimate correspondences from meshes in an unsupervised manner. This method leverages unsupervised, permutation-invariant representation learning to estimate how to deform a template point cloud into subject-specific meshes, forming a correspondence-based shape model. Additionally, our probabilistic formulation allows learning a population-specific template, reducing potential biases associated with template selection. A key feature of Mesh2SSM++ is its ability to quantify aleatoric uncertainty, which captures inherent data variability and is essential for ensuring reliable model predictions and robust decision-making in clinical tasks, especially under challenging imaging conditions. Through extensive validation across diverse anatomies, evaluation metrics, and downstream tasks, we demonstrate that Mesh2SSM++ outperforms existing methods. Its ability to operate directly on meshes, combined with computational efficiency and interpretability through its probabilistic framework, makes it an attractive alternative to traditional and deep learning-based SSM approaches.

Figures

Figures reproduced from arXiv: 2502.07145 by the authors.

Figure 1
Figure 1. Correspondences are sets of ordered points on different shapes [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of Mesh2SSM++ Framework: (A) The generative model leverages a decoupled representation and generation process. The latent variable z is mapped from the generation space z0 ∼ p(z0) to the representation space through the invertible mapping g −1 η (z0), while X ∼ pθ(X|z) represents data sampled in the data space. Inference is performed via qϕ(z|X), which maps the input mesh X to its latent representation z. (… view at source ↗
Figure 3
Figure 3. Distance Metrics: Boxplots show the error distribution across test sets for each model in mm. M++AE, the template is updated as the mean correspondence of all the predicted training samples. All SW, Mesh2SSM, and Mesh2SSM++ based methods use 1024 correspondence points, whereas Deformetrica and FlowSSM establish vertex￾wise correspondences. Note that we attempted to replicate the results of the FUSS [25] using the co… view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: SSM Metrics: A compactness plot displays the cumulative variance ratio as a function of PCA mode count. Generalization and specificity reconstruction error plotted as a function of PCA mode count. For all datasets, a maximum of 30 modes that account for at least 99% of…
Figure 6
Figure 6. Figure 6: B presents the correlation between aleatoric uncer [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 6
Figure 6. Figure 6: (A) Comparison of Group Differences Identified by ShapeWorks vs. Mesh2SSM++: The figure illustrates the mean shapes of the control group. Color mapping indicates the distance between the control and CAM FAI mean. Both ShapeWorks and Mesh2SSM++successfully capture the c…
Figure 7
Figure 7. Figure 7: C presents scatter plots of aleatoric uncertainty [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 7
Figure 7. Figure 7: A. Group Difference Statistical Significance: The p-values of the group differences overlayed over the mean mesh. The color showcases statistical significance. (B). LDA Map Shape mapping to linear discrimination of variation between population means for the groups of p…
Figure 9
Figure 9. Figure 9: Modes of Variation in Latent Space: The first two modes were identified by performing PCA in the latent space of the M++Flow model for the liver, left atrium, and pancreas datasets. PCA modes in [PITH_FULL_IMAGE:figures/full_fig_p010_9.png]
Figure 10
Figure 10. Figure 10: Lumbar Vertebra: The first row represents the examples of the lumbar vertebra. The second row represents the mean predictions from the Mesh2SSM++ model for each vertebrae. Color denotes correspondence. The next two rows represent the PCA modes of variations identified…
Figure 6
Figure 6. Figure 6: A, further validating the utility of Mesh2SSM++for [PITH_FULL_IMAGE:figures/full_fig_p011_6.png]
Figure 11
Figure 11. Figure 11: Modes of Variation: The first two modes were identified by performing PCA on the predicted correspondences [PITH_FULL_IMAGE:figures/full_fig_p014_11.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. SCALP: Semi-Supervised Statistical Shape Modeling from Imperfect 3D Photogrammetry via Landmark-Anchored Spectral Warp

    cs.CV 2026-07 conditional novelty 6.0 of 10

    A landmark-guided, band-limited spectral template warp, preceded by semi-supervised landmark detection, produces dense and anatomy-confined correspondences directly from imperfect 3D photogrammetry.

Reference graph

Works this paper leans on

57 extracted references · 45 canonical work pages · cited by 1 Pith paper

  1. [1]

    Evaluation of normal morphology of mandibular condyle: a radiographic survey,

    B. Singh, N. R. Kumar, A. Balan, M. Nishan, P. Haris, M. Jinisha, and C. D. Denny, “Evaluation of normal morphology of mandibular condyle: a radiographic survey,” Journal of clinical imaging science , vol. 10, 2020

  2. [2]

    Statistical modeling of craniofacial shape and texture,

    H. Dai, N. Pears, W. Smith, and C. Duncan, “Statistical modeling of craniofacial shape and texture,” International Journal of Computer Vision, vol. 128, no. 2, pp. 547–571, 2020

  3. [3]

    3dcmm: 3d comprehensive morphable models with uv-unet for accurate head creation,

    J. Zhang, K. Zhou, Y . Luximon, T.-Y . Lee, and P. Li, “3dcmm: 3d comprehensive morphable models with uv-unet for accurate head creation,” IEEE Transactions on Multimedia , 2024

  4. [4]

    Statistical models and implant customization in hip arthroplasty: Seeking patient satisfaction through design,

    E. Quiceno, C. D. Correa, J. A. Tamayo, and A. A. Zuleta, “Statistical models and implant customization in hip arthroplasty: Seeking patient satisfaction through design,” Heliyon, 2024. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 13

  5. [5]

    Machine learning based liver disease diagnosis: A systematic review,

    R. A. Khan, Y . Luo, and F.-X. Wu, “Machine learning based liver disease diagnosis: A systematic review,” Neurocomputing, vol. 468, pp. 492– 509, 2022

  6. [6]

    A radiation-free classification pipeline for craniosynostosis using statistical shape modeling,

    M. Schaufelberger, R. K ¨uhle, A. Wachter, F. Weichel, N. Hagen, F. Ringwald, U. Eisenmann, J. Hoffmann, M. Engel, C. Freudlsperger et al., “A radiation-free classification pipeline for craniosynostosis using statistical shape modeling,” Diagnostics, vol. 12, no. 7, p. 1516, 2022

  7. [7]

    Statistical shape model-based tibiofibular assessment of syndesmotic ankle lesions using weight- bearing ct,

    M. Peiffer, A. Burssens, S. De Mits, T. Heintz, M. Van Waeyenberge, K. Buedts, J. Victor, and E. Audenaert, “Statistical shape model-based tibiofibular assessment of syndesmotic ankle lesions using weight- bearing ct,” Journal of Orthopaedic Research® , vol. 40, no. 12, pp. 2873–2884, 2022

  8. [8]

    Feasibility of a longitudinal statistical atlas model to study aortic growth in congenital heart disease,

    F. Sophocleous, A. B ˆone, A. I. Shearn, M. N. V . Forte, J. L. Bruse, M. Caputo, and G. Biglino, “Feasibility of a longitudinal statistical atlas model to study aortic growth in congenital heart disease,” Computers in Biology and Medicine , vol. 144, p. 105326, 2022

Show all 57 references
  1. [9]

    Statistical shape analysis of the tricuspid valve in hypoplastic left heart syndrome,

    J. Vicory, C. Herz, D. Allemang, H. H. Nam, A. Cianciulli, C. Vigil, Y . Han, A. Lasso, M. A. Jolley, and B. Paniagua, “Statistical shape analysis of the tricuspid valve in hypoplastic left heart syndrome,” in Statistical Atlases and Computational Models of the Heart. Multi- D...

  2. [10]

    High variability of acetabular offset in primary hip osteoarthritis influences acetabular reaming—a computed tomography–based anatomic study,

    C. Merle, M. M. Innmann, W. Waldstein, E. C. Pegg, P. R. Aldinger, H. S. Gill, D. W. Murray, and G. Grammatopoulos, “High variability of acetabular offset in primary hip osteoarthritis influences acetabular reaming—a computed tomography–based anatomic study,” The Journal of Ar...

  3. [11]

    Dynamic digital twin: Diagnosis, treatment, prediction, and prevention of disease during the life course,

    S. T. Mulder, A.-H. Omidvari, A. J. Rueten-Budde, P.-H. Huang, K.-H. Kim, B. Bais, M. Rousian, R. Hai, C. Akgun, J. R. van Lennep et al., “Dynamic digital twin: Diagnosis, treatment, prediction, and prevention of disease during the life course,” Journal of Medical Internet Res...

  4. [12]

    Human digital twin for personalized healthcare: Vision, architecture and future directions,

    S. D. Okegbile, J. Cai, D. Niyato, and C. Yi, “Human digital twin for personalized healthcare: Vision, architecture and future directions,”IEEE network, vol. 37, no. 2, pp. 262–269, 2022

  5. [13]

    Morphometry of anatomical shape complexes with dense deformations and sparse parameters,

    S. Durrleman, M. Prastawa, N. Charon, J. R. Korenberg, S. Joshi, G. Gerig, and A. Trouv´e, “Morphometry of anatomical shape complexes with dense deformations and sparse parameters,” NeuroImage, vol. 101, pp. 35–49, 2014

  6. [14]

    A level set model for image classification,

    C. Samson, L. Blanc-F ´eraud, G. Aubert, and J. Zerubia, “A level set model for image classification,” International journal of computer vision, vol. 40, no. 3, pp. 187–197, 2000

  7. [15]

    Framework for the statistical shape analysis of brain structures using spharm-pdm,

    M. Styner, I. Oguz, S. Xu, C. Brechb ¨uhler, D. Pantazis, J. J. Levitt, M. E. Shenton, and G. Gerig, “Framework for the statistical shape analysis of brain structures using spharm-pdm,” The insight journal , no. 1071, p. 242, 2006

  8. [16]

    Statistical models of sets of curves and surfaces based on currents,

    S. Durrleman, X. Pennec, A. Trouv ´e, and N. Ayache, “Statistical models of sets of curves and surfaces based on currents,” Medical image analysis, vol. 13, no. 5, pp. 793–808, 2009

  9. [17]

    Shape modeling and analysis with entropy-based particle systems,

    J. Cates, P. T. Fletcher, M. Styner, M. Shenton, and R. Whitaker, “Shape modeling and analysis with entropy-based particle systems,” in Infor- mation Processing in Medical Imaging: 20th International Conference, IPMI 2007, Kerkrade, The Netherlands, July 2-6, 2007. Proceedings...

  10. [18]

    Particle-based shape analysis of multi-object complexes,

    J. Cates, P. T. Fletcher, M. Styner, H. C. Hazlett, and R. Whitaker, “Particle-based shape analysis of multi-object complexes,” in Interna- tional Conference on Medical Image Computing and Computer-Assisted Intervention. Springer, 2008, pp. 477–485

  11. [19]

    Computational anatomy for multi-organ analysis in medical imaging: A review,

    J. J. Cerrolaza, M. L. Picazo, L. Humbert, Y . Sato, D. Rueckert, M. ´A. G. Ballester, and M. G. Linguraru, “Computational anatomy for multi-organ analysis in medical imaging: A review,”Medical Image Analysis, vol. 56, pp. 44–67, 2019

  12. [20]

    Mesh2ssm: From surface meshes to statis- tical shape models of anatomy,

    K. Iyer and S. Y . Elhabian, “Mesh2ssm: From surface meshes to statis- tical shape models of anatomy,” in International Conference on Medical Image Computing and Computer-Assisted Intervention. Springer, 2023, pp. 615–625

  13. [21]

    Point2ssm: Learning morphological varia- tions of anatomies from point cloud,

    J. Adams and S. Elhabian, “Point2ssm: Learning morphological varia- tions of anatomies from point cloud,” arXiv preprint arXiv:2305.14486, 2023

  14. [22]

    Landmark-free statistical shape modeling via neural flow deformations,

    D. L ¨udke, T. Amiranashvili, F. Ambellan, I. Ezhov, B. H. Menze, and S. Zachow, “Landmark-free statistical shape modeling via neural flow deformations,” in Medical Image Computing and Computer Assisted Intervention–MICCAI 2022: 25th International Conference, Singapore, Septem...

  15. [23]

    Deepssm: A blueprint for image-to-shape deep learning models,

    R. Bhalodia, S. Elhabian, J. Adams, W. Tao, L. Kavan, and R. Whitaker, “Deepssm: A blueprint for image-to-shape deep learning models,” Medical Image Analysis , vol. 91, p. 103034, 2024

  16. [24]

    Deepssm: a deep learning framework for statistical shape modeling from raw im- ages,

    R. Bhalodia, S. Y . Elhabian, L. Kavan, and R. T. Whitaker, “Deepssm: a deep learning framework for statistical shape modeling from raw im- ages,” in Shape in Medical Imaging: International Workshop, ShapeMI 2018, Held in Conjunction with MICCAI 2018, Granada, Spain, Septem- b...

  17. [25]

    A universal and flexible framework for unsupervised statistical shape model learning,

    N. El Amrani, D. Cao, and F. Bernard, “A universal and flexible framework for unsupervised statistical shape model learning,” inInterna- tional Conference on Medical Image Computing and Computer-Assisted Intervention. Springer, 2024, pp. 26–36

  18. [26]

    An end-to-end deep learning generative framework for refinable shape matching and generation,

    S. Kalaie, A. Bulpitt, A. F. Frangi, and A. Gooya, “An end-to-end deep learning generative framework for refinable shape matching and generation,” arXiv preprint arXiv:2403.06317 , 2024

  19. [27]

    An introduction to variational autoencoders,

    D. P. Kingma, M. Welling et al. , “An introduction to variational autoencoders,” Foundations and Trends® in Machine Learning, vol. 12, no. 4, pp. 307–392, 2019

  20. [28]

    Variational inference with normalizing flows,

    D. Rezende and S. Mohamed, “Variational inference with normalizing flows,” in International conference on machine learning. PMLR, 2015, pp. 1530–1538

  21. [29]

    Density estimation using real nvp,

    L. Dinh, J. Sohl-Dickstein, and S. Bengio, “Density estimation using real nvp,” arXiv preprint arXiv:1605.08803 , 2016

  22. [30]

    Build- ing and testing a statistical shape model of the human ear canal,

    R. Paulsen, R. Larsen, C. Nielsen, S. Laugesen, and B. Ersbøll, “Build- ing and testing a statistical shape model of the human ear canal,” in International Conference on Medical Image Computing and Computer- Assisted Intervention. Springer, 2002, pp. 373–380

  23. [31]

    Statistical shape model generation using nonrigid deformation of a template mesh,

    G. Heitz, T. Rohlfing, and C. R. Maurer Jr, “Statistical shape model generation using nonrigid deformation of a template mesh,” in Medical Imaging 2005: Image Processing , vol. 5747. SPIE, 2005, pp. 1411– 1421

  24. [32]

    Deformable models in medical image analysis,

    T. McInerney and D. Terzopoulos, “Deformable models in medical image analysis,” in Proceedings of the workshop on mathematical methods in biomedical image analysis . IEEE, 1996, pp. 171–180

  25. [33]

    Shapeworks: Particle-based shape correspondence and visualization software,

    J. Cates, S. Elhabian, and R. Whitaker, “Shapeworks: Particle-based shape correspondence and visualization software,” in Statistical Shape and Deformation Analysis . Elsevier, 2017, pp. 257–298

  26. [34]

    Entropy-based particle correspondence for shape populations,

    I. Oguz, J. Cates, M. Datar, B. Paniagua, T. Fletcher, C. Vachet, M. Styner, and R. Whitaker, “Entropy-based particle correspondence for shape populations,” International journal of computer assisted radiology and surgery, vol. 11, pp. 1221–1232, 2016

  27. [35]

    From images to probabilistic anatomical shapes: A deep variational bottleneck approach,

    J. Adams and S. Elhabian, “From images to probabilistic anatomical shapes: A deep variational bottleneck approach,” in Medical Image Computing and Computer Assisted Intervention–MICCAI 2022: 25th International Conference, Singapore, September 18–22, 2022, Proceed- ings, Part I...

  28. [36]

    Dpc: Unsupervised deep point correspondence via cross and self construction,

    I. Lang, D. Ginzburg, S. Avidan, and D. Raviv, “Dpc: Unsupervised deep point correspondence via cross and self construction,” in 2021 International Conference on 3D Vision (3DV) . IEEE, 2021, pp. 1442– 1451

  29. [37]

    Dynamic graph cnn for learning on point clouds,

    Y . Wang, Y . Sun, Z. Liu, S. E. Sarma, M. M. Bronstein, and J. M. Solomon, “Dynamic graph cnn for learning on point clouds,” ACM Transactions on Graphics (tog) , vol. 38, no. 5, pp. 1–12, 2019

  30. [38]

    Unsupervised learning of intrinsic structural representation points,

    N. Chen, L. Liu, Z. Cui, R. Chen, D. Ceylan, C. Tu, and W. Wang, “Unsupervised learning of intrinsic structural representation points,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 9121–9130

  31. [39]

    Shapenet: An information- rich 3d model repository,

    A. X. Chang, T. Funkhouser, L. Guibas, P. Hanrahan, Q. Huang, Z. Li, S. Savarese, M. Savva, S. Song, H. Su et al., “Shapenet: An information- rich 3d model repository,” arXiv preprint arXiv:1512.03012 , 2015

  32. [40]

    3d-r2n2: A unified approach for single and multi-view 3d object reconstruction,

    C. B. Choy, D. Xu, J. Gwak, K. Chen, and S. Savarese, “3d-r2n2: A unified approach for single and multi-view 3d object reconstruction,” in Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part VIII 14 . Springer...

  33. [41]

    Graph convolutional networks: a comprehensive review,

    S. Zhang, H. Tong, J. Xu, and R. Maciejewski, “Graph convolutional networks: a comprehensive review,” Computational Social Networks , vol. 6, no. 1, pp. 1–23, 2019

  34. [42]

    Semi-supervised classification with graph convolutional networks,

    T. N. Kipf and M. Welling, “Semi-supervised classification with graph convolutional networks,” arXiv preprint arXiv:1609.02907 , 2016

  35. [43]

    Meshcnn: a network with an edge,

    R. Hanocka, A. Hertz, N. Fish, R. Giryes, S. Fleishman, and D. Cohen- Or, “Meshcnn: a network with an edge,” ACM Transactions on Graphics (ToG), vol. 38, no. 4, pp. 1–12, 2019

  36. [44]

    Convolutional neural networks on graphs with fast localized spectral filtering,

    M. Defferrard, X. Bresson, and P. Vandergheynst, “Convolutional neural networks on graphs with fast localized spectral filtering,” Advances in neural information processing systems , vol. 29, 2016. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 14

  37. [45]

    Shapeflow: Learnable deformation flows among 3d shapes,

    C. Jiang, J. Huang, A. Tagliasacchi, and L. J. Guibas, “Shapeflow: Learnable deformation flows among 3d shapes,” Advances in Neural Information Processing Systems , vol. 33, pp. 9745–9757, 2020

  38. [46]

    Im-net: Learning implicit fields for generative shape model- ing,

    Z. Chen, “Im-net: Learning implicit fields for generative shape model- ing,” 2019

  39. [47]

    Fixing a broken elbo,

    A. Alemi, B. Poole, I. Fischer, J. Dillon, R. A. Saurous, and K. Murphy, “Fixing a broken elbo,” in International conference on machine learning. PMLR, 2018, pp. 159–168

  40. [48]

    Learning continuous normalizing flows for faster convergence to target distribution via ascent regularizations,

    S. Chen, S. Ding, Y . Karayiannidis, and M. Bj ¨orkman, “Learning continuous normalizing flows for faster convergence to target distribution via ascent regularizations,” in The Eleventh International Conference on Learning Representations, 2023

  41. [49]

    dpvaes: Fixing sample generation for regularized vaes,

    R. Bhalodia, I. Lee, and S. Elhabian, “dpvaes: Fixing sample generation for regularized vaes,” in Proceedings of the Asian Conference on Computer Vision, 2020

  42. [50]

    A large annotated medical image dataset for the development and evaluation of segmentation algorithms,

    A. L. Simpson, M. Antonelli, S. Bakas, M. Bilello, K. Farahani, B. Van Ginneken, A. Kopp-Schneider, B. A. Landman, G. Litjens, B. Menze et al. , “A large annotated medical image dataset for the development and evaluation of segmentation algorithms,” arXiv preprint arXiv:1902.0...

  43. [51]

    Abdomenct-1k: Is abdominal organ segmentation a solved problem?

    J. Ma, Y . Zhang, S. Gu, C. Zhu, C. Ge, Y . Zhang, X. An, C. Wang, Q. Wang, X. Liu, S. Cao, Q. Zhang, S. Liu, Y . Wang, Y . Li, J. He, and X. Yang, “Abdomenct-1k: Is abdominal organ segmentation a solved problem?” IEEE Transactions on Pattern Analysis and Machine Intelligence,...

  44. [52]

    Unsupervised shape correspondence estimation for anatomi- cal shapes,

    L. Bautz, “Unsupervised shape correspondence estimation for anatomi- cal shapes,” Master’s thesis, 2023

  45. [53]

    Structural and functional remodeling of the left atrium: clinical and therapeutic im- plications for atrial fibrillation,

    G. Casaclang-Verzosa, B. J. Gersh, and T. S. Tsang, “Structural and functional remodeling of the left atrium: clinical and therapeutic im- plications for atrial fibrillation,” Journal of the American College of Cardiology, vol. 51, no. 1, pp. 1–11, 2008

  46. [54]

    Liver cirrhosis: relationship between fibrosis-associated hepatic morphological changes and portal hemo- dynamics using four-dimensional flow magnetic resonance imaging,

    A. Higaki, A. Kanki, A. Yamamoto, Y . Ueda, K. Moriya, H. Sanai, H. Sotozono, and T. Tamada, “Liver cirrhosis: relationship between fibrosis-associated hepatic morphological changes and portal hemo- dynamics using four-dimensional flow magnetic resonance imaging,” Japanese Jou...

  47. [55]

    Verse: a vertebrae labelling and segmentation benchmark for multi-detector ct images,

    A. Sekuboyina, M. E. Husseini, A. Bayat, M. L ¨offler, H. Liebl, H. Li, G. Tetteh, J. Kuka ˇcka, C. Payer, D. ˇStern et al. , “Verse: a vertebrae labelling and segmentation benchmark for multi-detector ct images,” Medical image analysis , vol. 73, p. 102166, 2021

  48. [56]

    Diffcd: A symmetric differentiable chamfer distance for neural implicit surface fitting

    N. Araslanov and D. Cremers, “Diffcd: A symmetric differentiable chamfer distance for neural implicit surface fitting.”

  49. [57]

    Neural-imls: Self-supervised implicit moving least-squares network for surface reconstruction,

    Z. Wang, P. Wang, P. Wang, Q. Dong, J. Gao, S. Chen, S. Xin, C. Tu, and W. Wang, “Neural-imls: Self-supervised implicit moving least-squares network for surface reconstruction,” IEEE Transactions on Visualization and Computer Graphics , 2023. Krithika Iyer is a computing PhD c...

Pith tools

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