{"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/mimo-nerf-fast-neural-rendering-with-multi-1","title":"MIMO-NeRF: Fast Neural Rendering with Multi-input Multi-output Neural Radiance Fields","arxiv_id":"2310.01821","date":"2023-10-03","proceeding":"ICCV 2023 1","authors":["Takuhiro Kaneko"],"abstract":"Neural radiance fields (NeRFs) have shown impressive results for novel view synthesis. However, they depend on the repetitive use of a single-input single-output multilayer perceptron (SISO MLP) that maps 3D coordinates and view direction to the color and volume density in a sample-wise manner, which slows the rendering. We propose a multi-input multi-output NeRF (MIMO-NeRF) that reduces the number of MLPs running by replacing the SISO MLP with a MIMO MLP and conducting mappings in a group-wise manner. One notable challenge with this approach is that the color and volume density of each point can differ according to a choice of input coordinates in a group, which can lead to some notable ambiguity. We also propose a self-supervised learning method that regularizes the MIMO MLP with multiple fast reformulated MLPs to alleviate this ambiguity without using pretrained models. The results of a comprehensive experimental evaluation including comparative and ablation studies are presented to show that MIMO-NeRF obtains a good trade-off between speed and quality with a reasonable training time. We then demonstrate that MIMO-NeRF is compatible with and complementary to previous advancements in NeRFs by applying it to two representative fast NeRFs, i.e., a NeRF with sample reduction (DONeRF) and a NeRF with alternative representations (TensoRF).","url_abs":"https://arxiv.org/abs/2310.01821v1","url_pdf":"https://arxiv.org/pdf/2310.01821v1.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":[],"tasks":[{"task_slug":"nerf","task_name":"NeRF"},{"task_slug":"neural-rendering","task_name":"Neural Rendering"},{"task_slug":"novel-view-synthesis","task_name":"Novel View Synthesis"},{"task_slug":"self-supervised-learning","task_name":"Self-Supervised Learning"}],"methods":[{"method_slug":"speed","method_name":"SPEED"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2310.01821","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2310.01821"}},"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":"deterministic:regex_extraction","url":"https://github.com/apchenstu/TensoRF","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":16,"ran_fixture":1,"ran_draft_wrong":1,"unverified":5},"by_repo_kind":{"found_in_text":{"samples":23,"ran":18,"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":"6f5a319333769e56","entry":"OctreeRender_trilinear_fast","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"renderer.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/renderer.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":"6f5a319333769e56"}},{"code_sha256_prefix":"311310d09b78c64c","entry":"average_poses","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/llff.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/llff.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":"311310d09b78c64c"}},{"code_sha256_prefix":"9da28ba9306c62af","entry":"center_poses","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/llff.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/llff.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":"9da28ba9306c62af"}},{"code_sha256_prefix":"da07cd5065ff06f6","entry":"circle","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/tankstemple.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/tankstemple.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":"da07cd5065ff06f6"}},{"code_sha256_prefix":"bc9608bb992f2402","entry":"cross","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/tankstemple.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/tankstemple.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":"bc9608bb992f2402"}},{"code_sha256_prefix":"90ce0d8859ca0692","entry":"depth2dist","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/ray_utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/ray_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":"90ce0d8859ca0692"}},{"code_sha256_prefix":"db95ecdf5d4abe6b","entry":"eval_sh","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"models/sh.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/models/sh.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":"db95ecdf5d4abe6b"}},{"code_sha256_prefix":"caa9e209a9083a0f","entry":"eval_sh_bases","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"models/sh.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/models/sh.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"caa9e209a9083a0f"}},{"code_sha256_prefix":"dc510fe4f2261490","entry":"init_log","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/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":"dc510fe4f2261490"}},{"code_sha256_prefix":"54ed7d1680c5c5cb","entry":"ndc2dist","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/ray_utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/ray_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":"54ed7d1680c5c5cb"}},{"code_sha256_prefix":"aa33e7122eb26d8b","entry":"normalize","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/llff.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/llff.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":"aa33e7122eb26d8b"}},{"code_sha256_prefix":"967cddec2a49f4bb","entry":"normalize","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/tankstemple.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/tankstemple.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":"967cddec2a49f4bb"}},{"code_sha256_prefix":"11a10efa60767162","entry":"positional_encoding","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"models/tensorBase.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/models/tensorBase.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"11a10efa60767162"}},{"code_sha256_prefix":"c1acffa981204fee","entry":"raw2alpha","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"models/tensorBase.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/models/tensorBase.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":"c1acffa981204fee"}},{"code_sha256_prefix":"521893f959a2ef80","entry":"sharpness","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/colmap2nerf.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":"521893f959a2ef80"}},{"code_sha256_prefix":"6ccb6c10eee60ba1","entry":"variance_of_laplacian","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/colmap2nerf.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":"6ccb6c10eee60ba1"}},{"code_sha256_prefix":"5346431312bff754","entry":"visualize_depth","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/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":"5346431312bff754"}},{"code_sha256_prefix":"c775698c33cfa2de","entry":"visualize_depth_numpy","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/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":"c775698c33cfa2de"}},{"code_sha256_prefix":"3a530f556e40d9c0","entry":"SHRender","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"models/tensorBase.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/models/tensorBase.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":"3a530f556e40d9c0"}},{"code_sha256_prefix":"aa41cb74893ae745","entry":"evaluation","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"renderer.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/renderer.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":"aa41cb74893ae745"}},{"code_sha256_prefix":"b154fd5e548dc90b","entry":"get_ray_directions","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/ray_utils.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/ray_utils.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":"b154fd5e548dc90b"}},{"code_sha256_prefix":"a29c7ba57ef44899","entry":"pose_spherical","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/nsvf.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/nsvf.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":"a29c7ba57ef44899"}},{"code_sha256_prefix":"6ce64cf0fbcd6bb1","entry":"qvec2rotmat","repo":"apchenstu/TensoRF","repo_kind":"found_in_text","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/apchenstu/TensoRF/blob/HEAD/dataLoader/colmap2nerf.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":"6ce64cf0fbcd6bb1"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}