Papers › Gear-NeRF: Free-Viewpoint Rendering and Tracking with Motion-aware Spatio-Temporal Sampling

Gear-NeRF: Free-Viewpoint Rendering and Tracking with Motion-aware Spatio-Temporal Sampling

6 Jun 2024CVPR 2024 1arXiv:2406.03723archive 2025-07-28

Xinhang Liu, Yu-Wing Tai, Chi-Keung Tang, Pedro Miraldo, Suhas Lohit, Moitreya Chatterjee

Extensions of Neural Radiance Fields (NeRFs) to model dynamic scenes have enabled their near photo-realistic, free-viewpoint rendering. Although these methods have shown some potential in creating immersive experiences, two drawbacks limit their ubiquity: (i) a significant reduction in reconstruction quality when the computing budget is limited, and (ii) a lack of semantic understanding of the underlying scenes. To address these issues, we introduce Gear-NeRF, which leverages semantic information from powerful image segmentation models. Our approach presents a principled way for learning a spatio-temporal (4D) semantic embedding, based on which we introduce the concept of gears to allow for stratified modeling of dynamic regions of the scene based on the extent of their motion. Such differentiation allows us to adjust the spatio-temporal sampling resolution for each region in proportion to its motion scale, achieving more photo-realistic dynamic novel view synthesis. At the same time, almost for free, our approach enables free-viewpoint tracking of objects of interest - a functionality not yet achieved by existing NeRF-based methods. Empirical studies validate the effectiveness of our method, where we achieve state-of-the-art rendering and tracking performance on multiple challenging datasets.

PaperPDFConference PDFCodeCode 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="2406.03723")

Code

Syntology Ran 10 of 17 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

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

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

17 samples harvested; 10 ran; 0 honoured the contract we drafted; 7 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.

4ran · our draft was wrong
2ran · fixture could not drive it
4ran
7unverified

Licence: 17 of the 17 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 merlresearch/Gear-NeRF. “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.

DensityLinearRender merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · our draft was wrong AGPL-3.0 (copyleft) · pointer only · cc8911e67f5b5e20 · report
DensityRender merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran AGPL-3.0 (copyleft) · pointer only · b9c912049ac97fa9 · report
MLPRender_Fea merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran AGPL-3.0 (copyleft) · pointer only · 11a282750c367ece · report
N_to_reso merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · c8fb66ccf4ecbf25 · report
alpha2weights merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · our draft was wrong fingerprinted AGPL-3.0 (copyleft) · pointer only · 9931a0fe15a84cbd · report
cal_n_samples merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran fingerprinted AGPL-3.0 (copyleft) · pointer only · 558487cf4a6668eb · report
dot merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran AGPL-3.0 (copyleft) · pointer only · d7fb8f2c059f056f · report
positional_encoding merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · our draft was wrong fingerprinted AGPL-3.0 (copyleft) · pointer only · d5e9d3045cbf7799 · report
raw2alpha merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · our draft was wrong fingerprinted AGPL-3.0 (copyleft) · pointer only · d3f249454302d660 · report
scale_shift_color_all merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) ran · fixture could not drive it AGPL-3.0 (copyleft) · pointer only · 54d7cae83b22966d · report
AlphaGridMask merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · 0dafc222958b3d14 · report
DensityFourierRender merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · ff3010aabd7ba0a6 · report
TensorBase merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · c60df874e09490db · report
TensorVMKeyframeTime merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · 2630ab5b1de17fba · report
scale_shift_color_one merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · 5512fa81dec7d5a7 · report
transform_color_all merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · 679516c34faf0b57 · report
transform_color_one merlresearch/Gear-NeRF/nlf/nets/tensorf_dynamic.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · f94b001dc283f522 · report

Tasks

Image SegmentationNeRFNovel View SynthesisSemantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Novel View Synthesis . Gear-NeRF PSNR 32.21 #1 of 1 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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