{"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/slimmerf-slimmable-radiance-fields","title":"SlimmeRF: Slimmable Radiance Fields","arxiv_id":"2312.10034","date":"2023-12-15","proceeding":null,"authors":["Shiran Yuan","Hao Zhao"],"abstract":"Neural Radiance Field (NeRF) and its variants have recently emerged as successful methods for novel view synthesis and 3D scene reconstruction. However, most current NeRF models either achieve high accuracy using large model sizes, or achieve high memory-efficiency by trading off accuracy. This limits the applicable scope of any single model, since high-accuracy models might not fit in low-memory devices, and memory-efficient models might not satisfy high-quality requirements. To this end, we present SlimmeRF, a model that allows for instant test-time trade-offs between model size and accuracy through slimming, thus making the model simultaneously suitable for scenarios with different computing budgets. We achieve this through a newly proposed algorithm named Tensorial Rank Incrementation (TRaIn) which increases the rank of the model's tensorial representation gradually during training. We also observe that our model allows for more effective trade-offs in sparse-view scenarios, at times even achieving higher accuracy after being slimmed. We credit this to the fact that erroneous information such as floaters tend to be stored in components corresponding to higher ranks. Our implementation is available at https://github.com/Shiran-Yuan/SlimmeRF.","url_abs":"https://arxiv.org/abs/2312.10034v1","url_pdf":"https://arxiv.org/pdf/2312.10034v1.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":"slimmerf-slimmable-radiance-fields","repo_url":"https://github.com/shiran-yuan/slimmerf","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"3d-scene-reconstruction","task_name":"3D Scene Reconstruction"},{"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=2312.10034","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.10034"}},"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/shiran-yuan/slimmerf","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":12,"ran_fixture":1,"ran_violates":1,"ran_draft_wrong":1,"unverified":4},"by_repo_kind":{"official":{"samples":19,"ran":15,"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":"shiran-yuan/slimmerf","repo_kind":"official","path":"renderer.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/renderer.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":"6f5a319333769e56"}},{"code_sha256_prefix":"311310d09b78c64c","entry":"average_poses","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"88db6c9cd360cf19","entry":"center_poses","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff_3.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/dataLoader/llff_3.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":"88db6c9cd360cf19"}},{"code_sha256_prefix":"db95ecdf5d4abe6b","entry":"eval_sh","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"models/sh.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"models/sh.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"utils.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"ec5d439ad6b897bd","entry":"normalize","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff_3.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/dataLoader/llff_3.py","link_basis":"plan_row","language":"python","status":"ran_violates","verification_level":1,"contract_check":"VIOLATES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ec5d439ad6b897bd"}},{"code_sha256_prefix":"aa33e7122eb26d8b","entry":"normalize","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"11a10efa60767162","entry":"positional_encoding","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"models/tensorBase.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"models/tensorBase.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/dataLoader/colmap2nerf.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":"521893f959a2ef80"}},{"code_sha256_prefix":"6ccb6c10eee60ba1","entry":"variance_of_laplacian","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/dataLoader/colmap2nerf.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":"6ccb6c10eee60ba1"}},{"code_sha256_prefix":"5346431312bff754","entry":"visualize_depth","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"utils.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"utils.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"shiran-yuan/slimmerf","repo_kind":"official","path":"models/tensorBase.py","file_url":"https://github.com/shiran-yuan/slimmerf/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":"b5ce5f8a1b56b65a","entry":"average_poses","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/llff_3.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/dataLoader/llff_3.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":"b5ce5f8a1b56b65a"}},{"code_sha256_prefix":"aa41cb74893ae745","entry":"evaluation","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"renderer.py","file_url":"https://github.com/shiran-yuan/slimmerf/blob/HEAD/renderer.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":"aa41cb74893ae745"}},{"code_sha256_prefix":"6ce64cf0fbcd6bb1","entry":"qvec2rotmat","repo":"shiran-yuan/slimmerf","repo_kind":"official","path":"dataLoader/colmap2nerf.py","file_url":"https://github.com/shiran-yuan/slimmerf/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}