{"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/explicitly-guided-information-interaction","title":"Explicitly Guided Information Interaction Network for Cross-modal Point Cloud Completion","arxiv_id":"2407.02887","date":"2024-07-03","proceeding":null,"authors":["Hang Xu","Chen Long","Wenxiao Zhang","YuAn Liu","Zhen Cao","Zhen Dong","Bisheng Yang"],"abstract":"In this paper, we explore a novel framework, EGIInet (Explicitly Guided Information Interaction Network), a model for View-guided Point cloud Completion (ViPC) task, which aims to restore a complete point cloud from a partial one with a single view image. In comparison with previous methods that relied on the global semantics of input images, EGIInet efficiently combines the information from two modalities by leveraging the geometric nature of the completion task. Specifically, we propose an explicitly guided information interaction strategy supported by modal alignment for point cloud completion. First, in contrast to previous methods which simply use 2D and 3D backbones to encode features respectively, we unified the encoding process to promote modal alignment. Second, we propose a novel explicitly guided information interaction strategy that could help the network identify critical information within images, thus achieving better guidance for completion. Extensive experiments demonstrate the effectiveness of our framework, and we achieved a new state-of-the-art (+16% CD over XMFnet) in benchmark datasets despite using fewer parameters than the previous methods. The pre-trained model and code and are available at https://github.com/WHU-USI3DV/EGIInet.","url_abs":"https://arxiv.org/abs/2407.02887v3","url_pdf":"https://arxiv.org/pdf/2407.02887v3.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":"explicitly-guided-information-interaction","repo_url":"https://github.com/whu-usi3dv/egiinet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"point-cloud-completion","task_name":"Point Cloud Completion"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2407.02887","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2407.02887"}},"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/WHU-USI3DV/EGIInet","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":3,"ran_fixture":2,"unverified":5},"by_repo_kind":{"official":{"samples":10,"ran":5,"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":"d077f65baf2246b1","entry":"create_act","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/layers/activation.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/layers/activation.py","link_basis":"first_harvest_node","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":"d077f65baf2246b1"}},{"code_sha256_prefix":"87577b3ff9d32712","entry":"drop_path","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/layers/drop.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/layers/drop.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"87577b3ff9d32712"}},{"code_sha256_prefix":"1929a5b8c241cd48","entry":"fscore","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"metrics/CD/fscore.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/metrics/CD/fscore.py","link_basis":"harvester_set","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":"1929a5b8c241cd48"}},{"code_sha256_prefix":"e6ba453e7cc8da17","entry":"gather_features","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/layers/graph_conv.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/layers/graph_conv.py","link_basis":"first_harvest_node","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":"e6ba453e7cc8da17"}},{"code_sha256_prefix":"c779aa8bd2f53710","entry":"knn","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/dec_net.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/dec_net.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c779aa8bd2f53710"}},{"code_sha256_prefix":"74dec069a2ce1eb3","entry":"batched_index_select","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/dec_net.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/dec_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":"74dec069a2ce1eb3"}},{"code_sha256_prefix":"653d5a3aa2c473be","entry":"drop_block_2d","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/layers/drop.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/layers/drop.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":"653d5a3aa2c473be"}},{"code_sha256_prefix":"c15cffd7bd421e04","entry":"drop_block_fast_2d","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/layers/drop.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/layers/drop.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":"c15cffd7bd421e04"}},{"code_sha256_prefix":"4afc8385ea7e18d6","entry":"get_graph_feature","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/dec_net.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/dec_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":"4afc8385ea7e18d6"}},{"code_sha256_prefix":"d3b107d9e1262fd7","entry":"gram_matrix","repo":"WHU-USI3DV/EGIInet","repo_kind":"official","path":"models/encoders.py","file_url":"https://github.com/WHU-USI3DV/EGIInet/blob/HEAD/models/encoders.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":"d3b107d9e1262fd7"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}