Papers › Compressible-composable NeRF via Rank-residual Decomposition

Compressible-composable NeRF via Rank-residual Decomposition

30 May 2022arXiv:2205.14870archive 2025-07-28

Jiaxiang Tang, Xiaokang Chen, Jingbo Wang, Gang Zeng

Neural Radiance Field (NeRF) has emerged as a compelling method to represent 3D objects and scenes for photo-realistic rendering. However, its implicit representation causes difficulty in manipulating the models like the explicit mesh representation. Several recent advances in NeRF manipulation are usually restricted by a shared renderer network, or suffer from large model size. To circumvent the hurdle, in this paper, we present an explicit neural field representation that enables efficient and convenient manipulation of models. To achieve this goal, we learn a hybrid tensor rank decomposition of the scene without neural networks. Motivated by the low-rank approximation property of the SVD algorithm, we propose a rank-residual learning strategy to encourage the preservation of primary information in lower ranks. The model size can then be dynamically adjusted by rank truncation to control the levels of detail, achieving near-optimal compression without extra optimization. Furthermore, different models can be arbitrarily transformed and composed into one scene by concatenating along the rank dimension. The growth of storage cost can also be mitigated by compressing the unimportant objects in the composed scene. We demonstrate that our method is able to achieve comparable rendering quality to state-of-the-art methods, while enabling extra capability of compression and composition. Code will be made available at \url{https://github.com/ashawkey/CCNeRF}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.14870")

Code

Syntology Ran 13 of 21 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 11 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 9 ran; community (archive-listed): 7 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ashawkey/ccnerf officialmentioned in papermentioned on GitHubpytorchMIT report
ashawkey/torch-ngp mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 13 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
11ran
8unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

average_poses ashawkey/CCNeRF/dataLoader/llff.py official repository ran fingerprinted MIT (permissive) · 311310d09b78c64c · report
center_poses ashawkey/CCNeRF/dataLoader/llff.py official repository ran MIT (permissive) · 9da28ba9306c62af · report
init_log ashawkey/CCNeRF/utils.py official repository ran MIT (permissive) · dc510fe4f2261490 · report
normalize ashawkey/CCNeRF/dataLoader/llff.py official repository ran fingerprinted MIT (permissive) · aa33e7122eb26d8b · report
positional_encoding ashawkey/CCNeRF/models/tensorBase.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d5e9d3045cbf7799 · report
sharpness ashawkey/CCNeRF/dataLoader/colmap2nerf.py official repository ran MIT (permissive) · 521893f959a2ef80 · report
variance_of_laplacian ashawkey/CCNeRF/dataLoader/colmap2nerf.py official repository ran MIT (permissive) · 6ccb6c10eee60ba1 · report
visualize_depth ashawkey/CCNeRF/utils.py official repository ran MIT (permissive) · 5346431312bff754 · report
visualize_depth_numpy ashawkey/CCNeRF/utils.py official repository ran MIT (permissive) · c775698c33cfa2de · report
OctreeRender_trilinear_fast ashawkey/CCNeRF/renderer.py official repository unverified MIT (permissive) · 23a0313caf30ffd1 · report
evaluation ashawkey/CCNeRF/renderer.py official repository unverified MIT (permissive) · e0fb44e80a373df5 · report
pose_spherical ashawkey/CCNeRF/dataLoader/nsvf.py official repository unverified MIT (permissive) · a29c7ba57ef44899 · report
qvec2rotmat ashawkey/CCNeRF/dataLoader/colmap2nerf.py official repository unverified MIT (permissive) · 6ce64cf0fbcd6bb1 · report
raw2alpha ashawkey/CCNeRF/models/tensorBase.py official repository unverified MIT (permissive) · 9dfcc59fb854edf4 · report
FreqEncoder ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) ran fingerprinted MIT (permissive) · d05b685a617a757f · report
NeRFRenderer ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) ran MIT (permissive) · db08b3c2e755f8df · report
_trunc_exp ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) ran MIT (permissive) · c14579c253a6bea3 · report
sample_pdf ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 8ed7b9fc7f33d1dd · report
NeRFNetwork ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) unverified MIT (permissive) · 82e6cf89996728aa · report
custom_meshgrid ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) unverified MIT (permissive) · 5c1cff2ef1b2da39 · report
get_encoder ashawkey/torch-ngp/tensoRF/network_cc.py community (archive-listed) unverified MIT (permissive) · 524cb67e717d865a · report

Tasks

NeRF

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections