{"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/skeleton-merger-an-unsupervised-aligned","title":"Skeleton Merger: an Unsupervised Aligned Keypoint Detector","arxiv_id":"2103.10814","date":"2021-03-19","proceeding":"CVPR 2021 1","authors":["Ruoxi Shi","Zhengrong Xue","Yang You","Cewu Lu"],"abstract":"Detecting aligned 3D keypoints is essential under many scenarios such as object tracking, shape retrieval and robotics. However, it is generally hard to prepare a high-quality dataset for all types of objects due to the ambiguity of keypoint itself. Meanwhile, current unsupervised detectors are unable to generate aligned keypoints with good coverage. In this paper, we propose an unsupervised aligned keypoint detector, Skeleton Merger, which utilizes skeletons to reconstruct objects. It is based on an Autoencoder architecture. The encoder proposes keypoints and predicts activation strengths of edges between keypoints. The decoder performs uniform sampling on the skeleton and refines it into small point clouds with pointwise offsets. Then the activation strengths are applied and the sub-clouds are merged. Composite Chamfer Distance (CCD) is proposed as a distance between the input point cloud and the reconstruction composed of sub-clouds masked by activation strengths. We demonstrate that Skeleton Merger is capable of detecting semantically-rich salient keypoints with good alignment, and shows comparable performance to supervised methods on the KeypointNet dataset. It is also shown that the detector is robust to noise and subsampling. Our code is available at https://github.com/eliphatfs/SkeletonMerger.","url_abs":"https://arxiv.org/abs/2103.10814v1","url_pdf":"https://arxiv.org/pdf/2103.10814v1.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":"skeleton-merger-an-unsupervised-aligned","repo_url":"https://github.com/eliphatfs/SkeletonMerger","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"object-tracking","task_name":"Object Tracking"},{"task_slug":"retrieval","task_name":"Retrieval"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2103.10814","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2103.10814"}},"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":"deterministic:regex_extraction","url":"https://github.com/eliphatfs/SkeletonMerger","reach":null}],"summary":{"ran":3,"ran_fixture":4,"unverified":2},"by_repo_kind":{"official":{"samples":9,"ran":7,"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":"3c1cee99418ac507","entry":"Head","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3c1cee99418ac507"}},{"code_sha256_prefix":"bcb0d966a2004d18","entry":"PointNetFeaturePropagation","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.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":"bcb0d966a2004d18"}},{"code_sha256_prefix":"aa80a5efbd478b8a","entry":"PointNetSetAbstractionMsg","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.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":"aa80a5efbd478b8a"}},{"code_sha256_prefix":"8016bf9f4fcc1ce4","entry":"farthest_point_sample","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8016bf9f4fcc1ce4"}},{"code_sha256_prefix":"573cb024ea47999f","entry":"index_points","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"573cb024ea47999f"}},{"code_sha256_prefix":"45a0ca2d012bb9fe","entry":"query_ball_point","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"45a0ca2d012bb9fe"}},{"code_sha256_prefix":"580dee6761649b29","entry":"square_distance","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"580dee6761649b29"}},{"code_sha256_prefix":"fe58e66f9a261a66","entry":"Net","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.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":"fe58e66f9a261a66"}},{"code_sha256_prefix":"e63c2e0accc60734","entry":"PBlock","repo":"eliphatfs/SkeletonMerger","repo_kind":"official","path":"merger/merger_net.py","file_url":"https://github.com/eliphatfs/SkeletonMerger/blob/HEAD/merger/merger_net.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":"e63c2e0accc60734"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}