{"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/parametric-surface-constrained-upsampler","title":"Parametric Surface Constrained Upsampler Network for Point Cloud","arxiv_id":"2303.08240","date":"2023-03-14","proceeding":null,"authors":["Pingping Cai","Zhenyao Wu","Xinyi Wu","Song Wang"],"abstract":"Designing a point cloud upsampler, which aims to generate a clean and dense point cloud given a sparse point representation, is a fundamental and challenging problem in computer vision. A line of attempts achieves this goal by establishing a point-to-point mapping function via deep neural networks. However, these approaches are prone to produce outlier points due to the lack of explicit surface-level constraints. To solve this problem, we introduce a novel surface regularizer into the upsampler network by forcing the neural network to learn the underlying parametric surface represented by bicubic functions and rotation functions, where the new generated points are then constrained on the underlying surface. These designs are integrated into two different networks for two tasks that take advantages of upsampling layers - point cloud upsampling and point cloud completion for evaluation. The state-of-the-art experimental results on both tasks demonstrate the effectiveness of the proposed method. The code is available at https://github.com/corecai163/PSCU.","url_abs":"https://arxiv.org/abs/2303.08240v3","url_pdf":"https://arxiv.org/pdf/2303.08240v3.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":"parametric-surface-constrained-upsampler","repo_url":"https://github.com/corecai163/pscu","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"point-cloud-completion","task_name":"Point Cloud Completion"},{"task_slug":"point-cloud-upsampling","task_name":"point cloud upsampling"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/point-cloud-completion-on-shapenet","task":"Point Cloud Completion","dataset":"ShapeNet","model":"PSCU","rank_in_archive_order":3,"of":11,"metrics":{"Chamfer Distance":"7.04"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2303.08240","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2303.08240"}},"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/corecai163/PSCU","reach":null}],"summary":{"ran_draft_wrong":2,"ran_fixture":2,"unverified":2},"by_repo_kind":{"official":{"samples":6,"ran":4,"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":6,"samples":[{"code_sha256_prefix":"7a37f2a7f41a91d6","entry":"compute_rotation_matrix_from_ortho6d","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.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":"7a37f2a7f41a91d6"}},{"code_sha256_prefix":"1b2ca5cfe29e133c","entry":"normalize_vector","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.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":"1b2ca5cfe29e133c"}},{"code_sha256_prefix":"9dce122fa274579c","entry":"pos_emb","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9dce122fa274579c"}},{"code_sha256_prefix":"0647c51c55fd1e70","entry":"query_knn","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"0647c51c55fd1e70"}},{"code_sha256_prefix":"43ef192ed7d269fb","entry":"SurfaceConstrainedUp","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.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":"43ef192ed7d269fb"}},{"code_sha256_prefix":"7e7f70c4463d4358","entry":"Transformer","repo":"corecai163/PSCU","repo_kind":"official","path":"models/m_dconv.py","file_url":"https://github.com/corecai163/PSCU/blob/HEAD/models/m_dconv.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":"7e7f70c4463d4358"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}