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 →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
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.
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
- 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.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
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)
- [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.
- [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'.
- [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).
- [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)
- [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).
- [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.
- [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.
- [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.
- [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.
- [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
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
free parameters (6)
- alpha (L1 Chamfer weight) =
not specified
- gamma (MSE reconstruction weight) =
not specified
- sigma (softmin temperature) =
not specified
- Number of correspondences M =
1024 (stated for comparisons)
- Number of template update samples =
500
- Latent dimension L =
not specified
assumptions (4)
- domain assumption The shape cohort is roughly aligned.
- domain assumption Minimizing Chamfer distance between the deformed template and each target mesh yields anatomically corresponding points.
- domain assumption The variational posterior q_phi(z|X) is Gaussian.
- domain assumption The predictive distribution p(C|z) can be approximated by a Gaussian.
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 from the paper (9 more)
Forward citations
Cited by 1 Pith paper
-
SCALP: Semi-Supervised Statistical Shape Modeling from Imperfect 3D Photogrammetry via Landmark-Anchored Spectral Warp
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
-
[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
work page 2020
-
[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
work page 2020
-
[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
work page 2024
-
[4]
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
work page 2024
-
[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
work page 2022
-
[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
work page 2022
-
[7]
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
work page 2022
-
[8]
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
work page 2022
Show all 57 references
-
[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...
2021
-
[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...
2019
-
[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...
2022
-
[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
2022
-
[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
2014
-
[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
2000
-
[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
2006
-
[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
2009
-
[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...
2007
-
[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
2008
-
[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
2019
-
[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
2023
-
[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
2023 arXiv
-
[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...
2022
-
[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
2024
-
[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...
2018
-
[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
2024
-
[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
2024 arXiv
-
[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
2019
-
[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
2015
-
[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
2016 arXiv
-
[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
2002
-
[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
2005
-
[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
1996
-
[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
2017
-
[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
2016
-
[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...
2022
-
[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
2021
-
[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
2019
-
[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
2020
-
[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
2015 arXiv
-
[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...
2016
-
[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
2019
-
[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
2016 arXiv
-
[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
2019
-
[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
2016
-
[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
2020
-
[46]
Im-net: Learning implicit fields for generative shape model- ing,
Z. Chen, “Im-net: Learning implicit fields for generative shape model- ing,” 2019
2019
-
[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
2018
-
[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
2023
-
[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
2020
-
[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...
1902 arXiv
-
[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,...
2022
-
[52]
Unsupervised shape correspondence estimation for anatomi- cal shapes,
L. Bautz, “Unsupervised shape correspondence estimation for anatomi- cal shapes,” Master’s thesis, 2023
2023
-
[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
2008
-
[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...
2023
-
[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
2021
-
[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.”
-
[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...
2023
Reviewed August 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.