{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/mesh2ssm-from-surface-meshes-to-statistical","title":"Mesh2SSM: From Surface Meshes to Statistical Shape Models of Anatomy","arxiv_id":"2305.07805","date":"2023-05-13","proceeding":null,"authors":["Krithika Iyer","Shireen Elhabian"],"abstract":"Statistical shape modeling is the computational process of discovering significant shape parameters from segmented anatomies captured by medical images (such as MRI and CT scans), which can fully describe subject-specific anatomy in the context of a population. The presence of substantial non-linear variability in human anatomy often makes the traditional shape modeling process challenging. Deep learning techniques can learn complex non-linear representations of shapes and generate statistical shape models that are more faithful to the underlying population-level variability. However, existing deep learning models still have limitations and require established/optimized shape models for training. We propose Mesh2SSM, a new approach that leverages unsupervised, permutation-invariant representation learning to estimate how to deform a template point cloud to subject-specific meshes, forming a correspondence-based shape model. Mesh2SSM can also learn a population-specific template, reducing any bias due to template selection. The proposed method operates directly on meshes and is computationally efficient, making it an attractive alternative to traditional and deep learning-based SSM approaches.","url_abs":"https://arxiv.org/abs/2305.07805v2","url_pdf":"https://arxiv.org/pdf/2305.07805v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"mesh2ssm-from-surface-meshes-to-statistical","repo_url":"https://github.com/iyerkrithika21/mesh2ssm_2023","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"anatomy","task_name":"Anatomy"},{"task_slug":"deep-learning","task_name":"Deep Learning"},{"task_slug":"representation-learning","task_name":"Representation Learning"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2305.07805","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2305.07805"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/iyerkrithika21/mesh2ssm_2023","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":2,"unverified":4},"by_repo_kind":{"official":{"samples":6,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"9a8756778dd8234a","entry":"get_graph_feature","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"model_autoencoder.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/model_autoencoder.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9a8756778dd8234a"}},{"code_sha256_prefix":"cdd0141594039dcb","entry":"knn","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"model_autoencoder.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/model_autoencoder.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cdd0141594039dcb"}},{"code_sha256_prefix":"ca8de2253f873186","entry":"jitter_pointcloud","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"data.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ca8de2253f873186"}},{"code_sha256_prefix":"47c3d67e75c47fe9","entry":"load_data","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"data.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47c3d67e75c47fe9"}},{"code_sha256_prefix":"2810cffc99ba35af","entry":"prepare_logger","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"utils.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2810cffc99ba35af"}},{"code_sha256_prefix":"791051c3e72b67d2","entry":"translate_pointcloud","repo":"iyerkrithika21/mesh2ssm_2023","repo_kind":"official","path":"data.py","file_url":"https://github.com/iyerkrithika21/mesh2ssm_2023/blob/HEAD/data.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"791051c3e72b67d2"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}