{"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/nerfbusters-removing-ghostly-artifacts-from","title":"Nerfbusters: Removing Ghostly Artifacts from Casually Captured NeRFs","arxiv_id":"2304.10532","date":"2023-04-20","proceeding":"ICCV 2023 1","authors":["Frederik Warburg","Ethan Weber","Matthew Tancik","Aleksander Holynski","Angjoo Kanazawa"],"abstract":"Casually captured Neural Radiance Fields (NeRFs) suffer from artifacts such as floaters or flawed geometry when rendered outside the camera trajectory. Existing evaluation protocols often do not capture these effects, since they usually only assess image quality at every 8th frame of the training capture. To push forward progress in novel-view synthesis, we propose a new dataset and evaluation procedure, where two camera trajectories are recorded of the scene: one used for training, and the other for evaluation. In this more challenging in-the-wild setting, we find that existing hand-crafted regularizers do not remove floaters nor improve scene geometry. Thus, we propose a 3D diffusion-based method that leverages local 3D priors and a novel density-based score distillation sampling loss to discourage artifacts during NeRF optimization. We show that this data-driven prior removes floaters and improves scene geometry for casual captures.","url_abs":"https://arxiv.org/abs/2304.10532v3","url_pdf":"https://arxiv.org/pdf/2304.10532v3.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":"nerfbusters-removing-ghostly-artifacts-from","repo_url":"https://github.com/ethanweber/nerfbusters","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"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=2304.10532","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2304.10532"}},"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/ethanweber/nerfbusters","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_draft_wrong":3,"unverified":7},"by_repo_kind":{"official":{"samples":10,"ran":3,"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":"47a59a0b45c916c8","entry":"get_random_string","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/data_modules/cubes3d.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/data_modules/cubes3d.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"47a59a0b45c916c8"}},{"code_sha256_prefix":"ba966c4838f2c939","entry":"read_header","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/cubes/binvox_rw.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/cubes/binvox_rw.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ba966c4838f2c939"}},{"code_sha256_prefix":"129b804760b3115f","entry":"zero_module","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/models/nn.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/models/nn.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"129b804760b3115f"}},{"code_sha256_prefix":"ecd0fc28815b65ae","entry":"avg_pool_nd","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/models/nn.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/models/nn.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":"ecd0fc28815b65ae"}},{"code_sha256_prefix":"fe4eb545bbb728e0","entry":"conv_nd","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/models/nn.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/models/nn.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":"fe4eb545bbb728e0"}},{"code_sha256_prefix":"c32a70f65532cd9f","entry":"get_model","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/models/model.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/models/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":"c32a70f65532cd9f"}},{"code_sha256_prefix":"fe5ca33a8923a70a","entry":"read_as_3d_array","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/cubes/binvox_rw.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/cubes/binvox_rw.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":"fe5ca33a8923a70a"}},{"code_sha256_prefix":"2d8fb764a0deef7c","entry":"read_as_coord_array","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/cubes/binvox_rw.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/cubes/binvox_rw.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":"2d8fb764a0deef7c"}},{"code_sha256_prefix":"0ad4d124292cc14a","entry":"read_binvox","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/cubes/utils.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/cubes/utils.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":"0ad4d124292cc14a"}},{"code_sha256_prefix":"84fed4ce78204ba2","entry":"render_scenemesh","repo":"ethanweber/nerfbusters","repo_kind":"official","path":"nerfbusters/cubes/render.py","file_url":"https://github.com/ethanweber/nerfbusters/blob/HEAD/nerfbusters/cubes/render.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":"84fed4ce78204ba2"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}