{"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/nerf-ds-neural-radiance-fields-for-dynamic","title":"NeRF-DS: Neural Radiance Fields for Dynamic Specular Objects","arxiv_id":"2303.14435","date":"2023-03-25","proceeding":"CVPR 2023 1","authors":["Zhiwen Yan","Chen Li","Gim Hee Lee"],"abstract":"Dynamic Neural Radiance Field (NeRF) is a powerful algorithm capable of rendering photo-realistic novel view images from a monocular RGB video of a dynamic scene. Although it warps moving points across frames from the observation spaces to a common canonical space for rendering, dynamic NeRF does not model the change of the reflected color during the warping. As a result, this approach often fails drastically on challenging specular objects in motion. We address this limitation by reformulating the neural radiance field function to be conditioned on surface position and orientation in the observation space. This allows the specular surface at different poses to keep the different reflected colors when mapped to the common canonical space. Additionally, we add the mask of moving objects to guide the deformation field. As the specular surface changes color during motion, the mask mitigates the problem of failure to find temporal correspondences with only RGB supervision. We evaluate our model based on the novel view synthesis quality with a self-collected dataset of different moving specular objects in realistic environments. The experimental results demonstrate that our method significantly improves the reconstruction quality of moving specular objects from monocular RGB videos compared to the existing NeRF models. Our code and data are available at the project website https://github.com/JokerYan/NeRF-DS.","url_abs":"https://arxiv.org/abs/2303.14435v1","url_pdf":"https://arxiv.org/pdf/2303.14435v1.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":"nerf-ds-neural-radiance-fields-for-dynamic","repo_url":"https://github.com/jokeryan/nerf-ds","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"nerf","task_name":"NeRF"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2303.14435","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2303.14435"}},"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/jokeryan/nerf-ds","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/JokerYan/NeRF-DS","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran_violates":1,"unverified":10},"by_repo_kind":{"official":{"samples":11,"ran":1,"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":"5759498c262e96a8","entry":"filter_sigma","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/tmp_nerf.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/tmp_nerf.py","link_basis":"harvester_set","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"5759498c262e96a8"}},{"code_sha256_prefix":"038164f235e3395a","entry":"cal_weights","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/model_utils.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/model_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"038164f235e3395a"}},{"code_sha256_prefix":"edf1956cf4a5038b","entry":"dual_part","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/dual_quaternion.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/dual_quaternion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"edf1956cf4a5038b"}},{"code_sha256_prefix":"2ea4bc48ba7c9db0","entry":"encode_metadata","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/evaluation.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/evaluation.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2ea4bc48ba7c9db0"}},{"code_sha256_prefix":"8731bc04d825f433","entry":"get_bone_probs_batch","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/bone_utils.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/bone_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8731bc04d825f433"}},{"code_sha256_prefix":"454ccbcc18d14a42","entry":"get_norm_layer","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/modules.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/modules.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"454ccbcc18d14a42"}},{"code_sha256_prefix":"8226212df4de9c5e","entry":"real_part","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/dual_quaternion.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/dual_quaternion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8226212df4de9c5e"}},{"code_sha256_prefix":"6ac3f9fa2286793a","entry":"sample_along_rays","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/model_utils.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/model_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6ac3f9fa2286793a"}},{"code_sha256_prefix":"1c464999c646d8f5","entry":"sort_camera_paths","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"render.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/render.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1c464999c646d8f5"}},{"code_sha256_prefix":"8694f14e6351b246","entry":"split_parts","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/dual_quaternion.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/dual_quaternion.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"8694f14e6351b246"}},{"code_sha256_prefix":"a046b1211e508f53","entry":"volumetric_rendering","repo":"JokerYan/NeRF-DS","repo_kind":"official","path":"hypernerf/model_utils.py","file_url":"https://github.com/JokerYan/NeRF-DS/blob/HEAD/hypernerf/model_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a046b1211e508f53"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}