{"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/open-vocabulary-affordance-detection-in-3d","title":"Open-Vocabulary Affordance Detection in 3D Point Clouds","arxiv_id":"2303.02401","date":"2023-03-04","proceeding":null,"authors":["Toan Nguyen","Minh Nhat Vu","An Vuong","Dzung Nguyen","Thieu Vo","Ngan Le","Anh Nguyen"],"abstract":"Affordance detection is a challenging problem with a wide variety of robotic applications. Traditional affordance detection methods are limited to a predefined set of affordance labels, hence potentially restricting the adaptability of intelligent robots in complex and dynamic environments. In this paper, we present the Open-Vocabulary Affordance Detection (OpenAD) method, which is capable of detecting an unbounded number of affordances in 3D point clouds. By simultaneously learning the affordance text and the point feature, OpenAD successfully exploits the semantic relationships between affordances. Therefore, our proposed method enables zero-shot detection and can be able to detect previously unseen affordances without a single annotation example. Intensive experimental results show that OpenAD works effectively on a wide range of affordance detection setups and outperforms other baselines by a large margin. Additionally, we demonstrate the practicality of the proposed OpenAD in real-world robotic applications with a fast inference speed (~100ms). Our project is available at https://openad2023.github.io.","url_abs":"https://arxiv.org/abs/2303.02401v5","url_pdf":"https://arxiv.org/pdf/2303.02401v5.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":"open-vocabulary-affordance-detection-in-3d","repo_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"affordance-detection","task_name":"Affordance Detection"}],"methods":[{"method_slug":"speed","method_name":"SPEED"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2303.02401","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2303.02401"}},"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/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":3,"ran":2,"ran_honours":1,"unverified":5},"by_repo_kind":{"official":{"samples":11,"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":"cdd0141594039dcb","entry":"knn","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"models/openad_dgcnn.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/models/openad_dgcnn.py","link_basis":"harvester_set","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":"cdd0141594039dcb"}},{"code_sha256_prefix":"59e9008f0a3743f1","entry":"normalize_data","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"utils/provider.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/utils/provider.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":"59e9008f0a3743f1"}},{"code_sha256_prefix":"ec413739d406e611","entry":"pc_normalize","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"models/pointnet_util.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/models/pointnet_util.py","link_basis":"harvester_set","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ec413739d406e611"}},{"code_sha256_prefix":"06353aadebc1724b","entry":"shuffle_data","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"utils/provider.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/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":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"utils/provider.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/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":"bba5dc7caf857cd2","entry":"square_distance","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"models/pointnet_util.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/models/pointnet_util.py","link_basis":"harvester_set","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":"bba5dc7caf857cd2"}},{"code_sha256_prefix":"f4261a73cded9e8b","entry":"build_dataset","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"utils/builder.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/utils/builder.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":"f4261a73cded9e8b"}},{"code_sha256_prefix":"25d9b798f414f53b","entry":"build_loader","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"utils/builder.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/utils/builder.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":"25d9b798f414f53b"}},{"code_sha256_prefix":"9019aa1bd21a7d63","entry":"get_graph_feature","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"models/openad_dgcnn.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/models/openad_dgcnn.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":"9019aa1bd21a7d63"}},{"code_sha256_prefix":"a35d3df543c7cc58","entry":"pc_normalize","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"dataset/AffordanceNet.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/dataset/AffordanceNet.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":"a35d3df543c7cc58"}},{"code_sha256_prefix":"b1227ddb721e2999","entry":"timeit","repo":"Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds","repo_kind":"official","path":"models/pointnet_util.py","file_url":"https://github.com/Fsoft-AIC/Open-Vocabulary-Affordance-Detection-in-3D-Point-Clouds/blob/HEAD/models/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":"b1227ddb721e2999"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}