{"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/gnfactor-multi-task-real-robot-learning-with","title":"GNFactor: Multi-Task Real Robot Learning with Generalizable Neural Feature Fields","arxiv_id":"2308.16891","date":"2023-08-31","proceeding":null,"authors":["Yanjie Ze","Ge Yan","Yueh-Hua Wu","Annabella Macaluso","Yuying Ge","Jianglong Ye","Nicklas Hansen","Li Erran Li","Xiaolong Wang"],"abstract":"It is a long-standing problem in robotics to develop agents capable of executing diverse manipulation tasks from visual observations in unstructured real-world environments. To achieve this goal, the robot needs to have a comprehensive understanding of the 3D structure and semantics of the scene. In this work, we present $\\textbf{GNFactor}$, a visual behavior cloning agent for multi-task robotic manipulation with $\\textbf{G}$eneralizable $\\textbf{N}$eural feature $\\textbf{F}$ields. GNFactor jointly optimizes a generalizable neural field (GNF) as a reconstruction module and a Perceiver Transformer as a decision-making module, leveraging a shared deep 3D voxel representation. To incorporate semantics in 3D, the reconstruction module utilizes a vision-language foundation model ($\\textit{e.g.}$, Stable Diffusion) to distill rich semantic information into the deep 3D voxel. We evaluate GNFactor on 3 real robot tasks and perform detailed ablations on 10 RLBench tasks with a limited number of demonstrations. We observe a substantial improvement of GNFactor over current state-of-the-art methods in seen and unseen tasks, demonstrating the strong generalization ability of GNFactor. Our project website is https://yanjieze.com/GNFactor/ .","url_abs":"https://arxiv.org/abs/2308.16891v3","url_pdf":"https://arxiv.org/pdf/2308.16891v3.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":"gnfactor-multi-task-real-robot-learning-with","repo_url":"https://github.com/YanjieZe/GNFactor","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"decision-making","task_name":"Decision Making"}],"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=2308.16891","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2308.16891"}},"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/YanjieZe/GNFactor","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":7,"unverified":3},"by_repo_kind":{"official":{"samples":10,"ran":7,"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":"c99fb7b9654ea364","entry":"act_layer","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/network_utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/network_utils.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":"c99fb7b9654ea364"}},{"code_sha256_prefix":"0a61ee3eb30e145f","entry":"find_minimum_difference","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/demo_loading_utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/demo_loading_utils.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":"0a61ee3eb30e145f"}},{"code_sha256_prefix":"e8c79c7ee37f3772","entry":"loss_weights","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/utils.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":"e8c79c7ee37f3772"}},{"code_sha256_prefix":"9ed9933be23b28a5","entry":"norm_layer1d","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/network_utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/network_utils.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":"9ed9933be23b28a5"}},{"code_sha256_prefix":"d0264b5831943fb9","entry":"norm_layer2d","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/network_utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/network_utils.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":"d0264b5831943fb9"}},{"code_sha256_prefix":"f6a528fb2776e15a","entry":"normalize_quaternion","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/utils.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":"f6a528fb2776e15a"}},{"code_sha256_prefix":"2a6ead00d93a9c6c","entry":"stack_on_channel","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/utils.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/utils.py","link_basis":"first_harvest_node","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":"2a6ead00d93a9c6c"}},{"code_sha256_prefix":"6b4c7c09aa0a03b0","entry":"create_language_model","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/helpers/language_model.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/helpers/language_model.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":"6b4c7c09aa0a03b0"}},{"code_sha256_prefix":"16715f86251e9358","entry":"perturb_se3","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/voxel/augmentation.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/voxel/augmentation.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":"16715f86251e9358"}},{"code_sha256_prefix":"4ebb32574c99584c","entry":"perturb_se3_camera_pose","repo":"YanjieZe/GNFactor","repo_kind":"official","path":"GNFactor/voxel/augmentation.py","file_url":"https://github.com/YanjieZe/GNFactor/blob/HEAD/GNFactor/voxel/augmentation.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":"4ebb32574c99584c"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}