{"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/cra-pcn-point-cloud-completion-with-intra-and","title":"CRA-PCN: Point Cloud Completion with Intra- and Inter-level Cross-Resolution Transformers","arxiv_id":"2401.01552","date":"2024-01-03","proceeding":null,"authors":["Yi Rong","Haoran Zhou","Lixin Yuan","Cheng Mei","Jiahao Wang","Tong Lu"],"abstract":"Point cloud completion is an indispensable task for recovering complete point clouds due to incompleteness caused by occlusion, limited sensor resolution, etc. The family of coarse-to-fine generation architectures has recently exhibited great success in point cloud completion and gradually became mainstream. In this work, we unveil one of the key ingredients behind these methods: meticulously devised feature extraction operations with explicit cross-resolution aggregation. We present Cross-Resolution Transformer that efficiently performs cross-resolution aggregation with local attention mechanisms. With the help of our recursive designs, the proposed operation can capture more scales of features than common aggregation operations, which is beneficial for capturing fine geometric characteristics. While prior methodologies have ventured into various manifestations of inter-level cross-resolution aggregation, the effectiveness of intra-level one and their combination has not been analyzed. With unified designs, Cross-Resolution Transformer can perform intra- or inter-level cross-resolution aggregation by switching inputs. We integrate two forms of Cross-Resolution Transformers into one up-sampling block for point generation, and following the coarse-to-fine manner, we construct CRA-PCN to incrementally predict complete shapes with stacked up-sampling blocks. Extensive experiments demonstrate that our method outperforms state-of-the-art methods by a large margin on several widely used benchmarks. Codes are available at https://github.com/EasyRy/CRA-PCN.","url_abs":"https://arxiv.org/abs/2401.01552v2","url_pdf":"https://arxiv.org/pdf/2401.01552v2.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":"cra-pcn-point-cloud-completion-with-intra-and","repo_url":"https://github.com/easyry/cra-pcn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"point-cloud-completion","task_name":"Point Cloud Completion"}],"methods":[{"method_slug":"absolute-position-encodings","method_name":"Absolute Position Encodings"},{"method_slug":"adam","method_name":"Adam"},{"method_slug":"attention","method_name":"Attention"},{"method_slug":"bpe","method_name":"BPE"},{"method_slug":"dense-connections","method_name":"Dense Connections"},{"method_slug":"dropout","method_name":"Dropout"},{"method_slug":"label-smoothing","method_name":"Label Smoothing"},{"method_slug":"layer-normalization","method_name":"Layer Normalization"},{"method_slug":"linear-layer","method_name":"Linear Layer"},{"method_slug":"multi-head-attention","method_name":"Multi-Head Attention"},{"method_slug":"position-wise-feed-forward-layer","method_name":"Position-Wise Feed-Forward Layer"},{"method_slug":"residual-connection","method_name":"Residual Connection"},{"method_slug":"softmax","method_name":"Softmax"},{"method_slug":"transformer","method_name":"Transformer"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2401.01552","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2401.01552"}},"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/easyry/cra-pcn","reach":{"status":"ok"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/EasyRy/CRA-PCN","reach":{"status":"ok"}}],"summary":{"ran":12,"ran_fixture":3,"ran_draft_wrong":2,"unverified":16},"by_repo_kind":{"official":{"samples":33,"ran":17,"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":33,"samples":[{"code_sha256_prefix":"111d7d0d3df6bada","entry":"Conv2d","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"111d7d0d3df6bada"}},{"code_sha256_prefix":"1ff6c153ff3891ee","entry":"DeConv","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1ff6c153ff3891ee"}},{"code_sha256_prefix":"48fc9bb90c41a336","entry":"MLP_CONV","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"48fc9bb90c41a336"}},{"code_sha256_prefix":"2fc92506635288c5","entry":"MLP_Res","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2fc92506635288c5"}},{"code_sha256_prefix":"d3e242e8f61d4648","entry":"PN","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d3e242e8f61d4648"}},{"code_sha256_prefix":"2d9e8ce18f344f58","entry":"euler2quat","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/eulerangles.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/eulerangles.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2d9e8ce18f344f58"}},{"code_sha256_prefix":"f5bc24baa6e481ed","entry":"get_nearest_index","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f5bc24baa6e481ed"}},{"code_sha256_prefix":"7ffd07876c29c19b","entry":"get_sampling_command","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/data_prep_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/data_prep_util.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7ffd07876c29c19b"}},{"code_sha256_prefix":"92282d2c37e7da0e","entry":"indexing_neighbor","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"92282d2c37e7da0e"}},{"code_sha256_prefix":"1e1caab5d410c396","entry":"load_h5_data_label_normal","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/data_prep_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/data_prep_util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1e1caab5d410c396"}},{"code_sha256_prefix":"047b3dbf17607c30","entry":"load_h5_data_label_seg","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/data_prep_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/data_prep_util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"047b3dbf17607c30"}},{"code_sha256_prefix":"dd1f3e0945b180f2","entry":"mat2euler","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/eulerangles.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/eulerangles.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dd1f3e0945b180f2"}},{"code_sha256_prefix":"65920d5373d155d2","entry":"point_cloud_to_volume","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/pc_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"65920d5373d155d2"}},{"code_sha256_prefix":"e9858b2203038709","entry":"point_cloud_to_volume_batch","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/pc_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e9858b2203038709"}},{"code_sha256_prefix":"225a2727f042aed0","entry":"sample_and_group_all","repo":"easyry/cra-pcn","repo_kind":"official","path":"models/utils.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/models/utils.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"225a2727f042aed0"}},{"code_sha256_prefix":"580dee6761649b29","entry":"square_distance","repo":"easyry/cra-pcn","repo_kind":"official","path":"models/utils.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/models/utils.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"580dee6761649b29"}},{"code_sha256_prefix":"660539278e1dca50","entry":"volume_to_point_cloud","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/pc_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"660539278e1dca50"}},{"code_sha256_prefix":"0f829b810feaca57","entry":"CRAPCN","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0f829b810feaca57"}},{"code_sha256_prefix":"9b64e1611a24416b","entry":"CRT","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9b64e1611a24416b"}},{"code_sha256_prefix":"8a61d855c4645c1d","entry":"Decoder","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8a61d855c4645c1d"}},{"code_sha256_prefix":"bda21b637c0c7ae1","entry":"Encoder","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bda21b637c0c7ae1"}},{"code_sha256_prefix":"aa09d9448edade00","entry":"PointNet_SA_Module_KNN","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"aa09d9448edade00"}},{"code_sha256_prefix":"4c504462430b0fe7","entry":"SeedGenerator","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4c504462430b0fe7"}},{"code_sha256_prefix":"0d8684e3d516a211","entry":"UpBlock","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0d8684e3d516a211"}},{"code_sha256_prefix":"de62fd38a5e17638","entry":"UpTransformer","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"de62fd38a5e17638"}},{"code_sha256_prefix":"199d614b0da55aca","entry":"VectorAttention","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"199d614b0da55aca"}},{"code_sha256_prefix":"7aab9e14068166d3","entry":"conv1d","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/tf_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"7aab9e14068166d3"}},{"code_sha256_prefix":"c49c379f474b16bd","entry":"conv2d","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/tf_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c49c379f474b16bd"}},{"code_sha256_prefix":"8632d18c12be28a9","entry":"conv2d_transpose","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/tf_util.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_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":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8632d18c12be28a9"}},{"code_sha256_prefix":"c895ee22fc847eed","entry":"euler2mat","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/eulerangles.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/eulerangles.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c895ee22fc847eed"}},{"code_sha256_prefix":"2185619045045824","entry":"hierarchical_fps","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2185619045045824"}},{"code_sha256_prefix":"adb14f1f70fdedb1","entry":"make2d","repo":"easyry/cra-pcn","repo_kind":"official","path":"pointnet_utils/plyfile.py","file_url":"https://github.com/easyry/cra-pcn/blob/HEAD/pointnet_utils/plyfile.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"adb14f1f70fdedb1"}},{"code_sha256_prefix":"982dcc4ef598e0c7","entry":"three_inter","repo":"EasyRy/CRA-PCN","repo_kind":"official","path":"models/crapcn.py","file_url":"https://github.com/EasyRy/CRA-PCN/blob/HEAD/models/crapcn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"982dcc4ef598e0c7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}