{"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/zip-nerf-anti-aliased-grid-based-neural","title":"Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields","arxiv_id":"2304.06706","date":"2023-04-13","proceeding":"ICCV 2023 1","authors":["Jonathan T. Barron","Ben Mildenhall","Dor Verbin","Pratul P. Srinivasan","Peter Hedman"],"abstract":"Neural Radiance Field training can be accelerated through the use of grid-based representations in NeRF's learned mapping from spatial coordinates to colors and volumetric density. However, these grid-based approaches lack an explicit understanding of scale and therefore often introduce aliasing, usually in the form of jaggies or missing scene content. Anti-aliasing has previously been addressed by mip-NeRF 360, which reasons about sub-volumes along a cone rather than points along a ray, but this approach is not natively compatible with current grid-based techniques. We show how ideas from rendering and signal processing can be used to construct a technique that combines mip-NeRF 360 and grid-based models such as Instant NGP to yield error rates that are 8% - 77% lower than either prior technique, and that trains 24x faster than mip-NeRF 360.","url_abs":"https://arxiv.org/abs/2304.06706v3","url_pdf":"https://arxiv.org/pdf/2304.06706v3.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":"zip-nerf-anti-aliased-grid-based-neural","repo_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"nerf","task_name":"NeRF"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"},{"task_slug":"speech-enhancement","task_name":"Speech Enhancement"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/novel-view-synthesis-on-refref","task":"Novel View Synthesis","dataset":"RefRef","model":"Zip-NeRF","rank_in_archive_order":2,"of":8,"metrics":{"Average PSNR (dB)":"26.11"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2304.06706","atlas_url":"https://app.syntology.ai/?focus=2304.06706","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2304.06706"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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/SuLvXiangXin/zipnerf-pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":5},"by_repo_kind":{"listed":{"samples":5,"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":"3f7d7d7a2f4ba014","entry":"convert_to_ndc","repo":"SuLvXiangXin/zipnerf-pytorch","repo_kind":"listed","path":"internal/camera_utils.py","file_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/HEAD/internal/camera_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3f7d7d7a2f4ba014"}},{"code_sha256_prefix":"2980b569c9e6ba85","entry":"pad_poses","repo":"SuLvXiangXin/zipnerf-pytorch","repo_kind":"listed","path":"internal/camera_utils.py","file_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/HEAD/internal/camera_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"2980b569c9e6ba85"}},{"code_sha256_prefix":"a4a24dee123d6879","entry":"render_image","repo":"SuLvXiangXin/zipnerf-pytorch","repo_kind":"listed","path":"internal/models.py","file_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/HEAD/internal/models.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a4a24dee123d6879"}},{"code_sha256_prefix":"abf68d2f2777c147","entry":"restore_checkpoint","repo":"SuLvXiangXin/zipnerf-pytorch","repo_kind":"listed","path":"internal/checkpoints.py","file_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/HEAD/internal/checkpoints.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"abf68d2f2777c147"}},{"code_sha256_prefix":"e1e33ba4f452b9ac","entry":"unpad_poses","repo":"SuLvXiangXin/zipnerf-pytorch","repo_kind":"listed","path":"internal/camera_utils.py","file_url":"https://github.com/SuLvXiangXin/zipnerf-pytorch/blob/HEAD/internal/camera_utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e1e33ba4f452b9ac"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}