{"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/non-rigid-point-cloud-registration-with","title":"Non-rigid Point Cloud Registration with Neural Deformation Pyramid","arxiv_id":"2205.12796","date":"2022-05-25","proceeding":null,"authors":["Yang Li","Tatsuya Harada"],"abstract":"Non-rigid point cloud registration is a key component in many computer vision and computer graphics applications. The high complexity of the unknown non-rigid motion make this task a challenging problem. In this paper, we break down this problem via hierarchical motion decomposition. Our method called Neural Deformation Pyramid (NDP) represents non-rigid motion using a pyramid architecture. Each pyramid level, denoted by a Multi-Layer Perception (MLP), takes as input a sinusoidally encoded 3D point and outputs its motion increments from the previous level. The sinusoidal function starts with a low input frequency and gradually increases when the pyramid level goes down. This allows a multi-level rigid to nonrigid motion decomposition and also speeds up the solving by 50 times compared to the existing MLP-based approach. Our method achieves advanced partialto-partial non-rigid point cloud registration results on the 4DMatch/4DLoMatch benchmark under both no-learned and supervised settings.","url_abs":"https://arxiv.org/abs/2205.12796v3","url_pdf":"https://arxiv.org/pdf/2205.12796v3.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":"non-rigid-point-cloud-registration-with","repo_url":"https://github.com/rabbityl/deformationpyramid","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"point-cloud-registration","task_name":"Point Cloud Registration"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2205.12796","atlas_url":"https://app.syntology.ai/?focus=2205.12796","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2205.12796"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":"deterministic:regex_extraction","url":"https://github.com/rabbityl/DeformationPyramid","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/rabbityl/deformationpyramid","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":2,"ran_draft_wrong":6,"unverified":2},"by_repo_kind":{"official":{"samples":10,"ran":8,"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":"f50ca7901ce9b534","entry":"MLP","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f50ca7901ce9b534"}},{"code_sha256_prefix":"b68bd4fc5a44240b","entry":"NDPLayer","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b68bd4fc5a44240b"}},{"code_sha256_prefix":"d1175da13d6a1a9a","entry":"_6d_to_SO3","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d1175da13d6a1a9a"}},{"code_sha256_prefix":"aa6de7dd90a78b97","entry":"_copysign","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aa6de7dd90a78b97"}},{"code_sha256_prefix":"062db3614d8c0c6f","entry":"euler_to_SO3","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"062db3614d8c0c6f"}},{"code_sha256_prefix":"9289cc672abff866","entry":"join","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"eval_nolearned.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/eval_nolearned.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9289cc672abff866"}},{"code_sha256_prefix":"eb0b7a2a7db8bc29","entry":"quaternion_to_SO3","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"eb0b7a2a7db8bc29"}},{"code_sha256_prefix":"d4d790ba508bd738","entry":"skew","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d4d790ba508bd738"}},{"code_sha256_prefix":"722c8e905bfd2321","entry":"Deformation_Pyramid","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.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":"722c8e905bfd2321"}},{"code_sha256_prefix":"770700ff6e9ac321","entry":"exp_so3","repo":"rabbityl/deformationpyramid","repo_kind":"official","path":"model/nets.py","file_url":"https://github.com/rabbityl/deformationpyramid/blob/HEAD/model/nets.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":"770700ff6e9ac321"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}