{"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/rpm-net-recurrent-prediction-of-motion-and","title":"RPM-Net: Recurrent Prediction of Motion and Parts from Point Cloud","arxiv_id":"2006.14865","date":"2020-06-26","proceeding":null,"authors":["Zihao Yan","Ruizhen Hu","Xingguang Yan","Luanmin Chen","Oliver van Kaick","Hao Zhang","Hui Huang"],"abstract":"We introduce RPM-Net, a deep learning-based approach which simultaneously infers movable parts and hallucinates their motions from a single, un-segmented, and possibly partial, 3D point cloud shape. RPM-Net is a novel Recurrent Neural Network (RNN), composed of an encoder-decoder pair with interleaved Long Short-Term Memory (LSTM) components, which together predict a temporal sequence of pointwise displacements for the input point cloud. At the same time, the displacements allow the network to learn movable parts, resulting in a motion-based shape segmentation. Recursive applications of RPM-Net on the obtained parts can predict finer-level part motions, resulting in a hierarchical object segmentation. Furthermore, we develop a separate network to estimate part mobilities, e.g., per-part motion parameters, from the segmented motion sequence. Both networks learn deep predictive models from a training set that exemplifies a variety of mobilities for diverse objects. We show results of simultaneous motion and part predictions from synthetic and real scans of 3D objects exhibiting a variety of part mobilities, possibly involving multiple movable parts.","url_abs":"https://arxiv.org/abs/2006.14865v1","url_pdf":"https://arxiv.org/pdf/2006.14865v1.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":"rpm-net-recurrent-prediction-of-motion-and","repo_url":"https://github.com/Salingo/RPM-Net","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"decoder","task_name":"Decoder"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2006.14865","atlas_url":"https://app.syntology.ai/?focus=2006.14865","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2006.14865"}},"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":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Salingo/RPM-Net","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"ran_fixture":2,"unverified":8},"by_repo_kind":{"official":{"samples":14,"ran":6,"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":"65920d5373d155d2","entry":"point_cloud_to_volume","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/pc_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/pc_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"65920d5373d155d2"}},{"code_sha256_prefix":"e9858b2203038709","entry":"point_cloud_to_volume_batch","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/pc_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/pc_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e9858b2203038709"}},{"code_sha256_prefix":"adb85367d5bf360a","entry":"rotate_point_cloud","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/provider.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/provider.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"adb85367d5bf360a"}},{"code_sha256_prefix":"06353aadebc1724b","entry":"shuffle_data","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/provider.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/provider.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"06353aadebc1724b"}},{"code_sha256_prefix":"a97f76b9c0811c93","entry":"shuffle_points","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/provider.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/provider.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a97f76b9c0811c93"}},{"code_sha256_prefix":"660539278e1dca50","entry":"volume_to_point_cloud","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/pc_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/pc_util.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"660539278e1dca50"}},{"code_sha256_prefix":"6a0cf8f1b8644ae1","entry":"ComputeAP","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/cluster.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/cluster.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":"6a0cf8f1b8644ae1"}},{"code_sha256_prefix":"6c24525e803030b9","entry":"GroupMergingSimDist","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/cluster.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/cluster.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":"6c24525e803030b9"}},{"code_sha256_prefix":"18d51d8d06002af3","entry":"conv1d","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/tf_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/tf_util.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":"18d51d8d06002af3"}},{"code_sha256_prefix":"dd4ea839e0207aea","entry":"conv2d","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/tf_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/tf_util.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":"dd4ea839e0207aea"}},{"code_sha256_prefix":"5d5a54e9e61f622c","entry":"conv2d_transpose","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/tf_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/tf_util.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":"5d5a54e9e61f622c"}},{"code_sha256_prefix":"a0f1d6f56f0bc83d","entry":"get_partseg_loss","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/model_rpm.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/model_rpm.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":"a0f1d6f56f0bc83d"}},{"code_sha256_prefix":"9240c7268167d920","entry":"placeholder_inputs","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/model_rpm.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/model_rpm.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":"9240c7268167d920"}},{"code_sha256_prefix":"142a56400c483118","entry":"sample_and_group_all","repo":"Salingo/RPM-Net","repo_kind":"official","path":"code/utils/pointnet_util.py","file_url":"https://github.com/Salingo/RPM-Net/blob/HEAD/code/utils/pointnet_util.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":"142a56400c483118"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}