Papers › CTNeRF: Cross-Time Transformer for Dynamic Neural Radiance Field from Monocular Video

CTNeRF: Cross-Time Transformer for Dynamic Neural Radiance Field from Monocular Video

10 Jan 2024arXiv:2401.04861archive 2025-07-28

Xingyu Miao, Yang Bai, Haoran Duan, Yawen Huang, Fan Wan, Yang Long, Yefeng Zheng

The goal of our work is to generate high-quality novel views from monocular videos of complex and dynamic scenes. Prior methods, such as DynamicNeRF, have shown impressive performance by leveraging time-varying dynamic radiation fields. However, these methods have limitations when it comes to accurately modeling the motion of complex objects, which can lead to inaccurate and blurry renderings of details. To address this limitation, we propose a novel approach that builds upon a recent generalization NeRF, which aggregates nearby views onto new viewpoints. However, such methods are typically only effective for static scenes. To overcome this challenge, we introduce a module that operates in both the time and frequency domains to aggregate the features of object motion. This allows us to learn the relationship between frames and generate higher-quality images. Our experiments demonstrate significant improvements over state-of-the-art methods on dynamic scene datasets. Specifically, our approach outperforms existing methods in terms of both the accuracy and visual quality of the synthesized views. Our code is available on https://github.com/xingy038/CTNeRF.

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="2401.04861")

Code

Syntology Ran 18 of 24 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 3 ran · fixture could not drive it; 12 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xingy038/ctnerf officialmentioned in papermentioned 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

24 samples harvested; 18 ran; 1 honoured the contract we drafted; 6 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.

1ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
3ran · fixture could not drive it
12ran
6unverified

Licence: 24 of the 24 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 xingy038/ctnerf. “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.

CharbonnierLoss xingy038/ctnerf/run_nerf_helpers.py official repository ran fingerprinted no licence file found · pointer only · a257c13a0310003d · report
calculate_metrics xingy038/ctnerf/utils/evaluation.py official repository ran no licence file found · pointer only · d42c9ddd0cc88b91 · report
compute_color xingy038/ctnerf/utils/flow_utils.py official repository ran no licence file found · pointer only · abcbf43ad9fe6129 · report
compute_fwdbwd_mask xingy038/ctnerf/utils/generate_flow.py official repository ran no licence file found · pointer only · 968a61f94601670e · report
extract_poses xingy038/ctnerf/utils/generate_motion_mask.py official repository ran no licence file found · pointer only · 6808e0a37cb268bb · report
flow_to_image xingy038/ctnerf/utils/flow_utils.py official repository ran no licence file found · pointer only · db5c3dfae65db044 · report
im2tensor xingy038/ctnerf/utils/evaluation.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 168ec16785d462f0 · report
img2mae xingy038/ctnerf/run_nerf_helpers.py official repository ran fingerprinted no licence file found · pointer only · e5c5b0ee2a381aac · report
img2mse xingy038/ctnerf/run_nerf_helpers.py official repository ran fingerprinted no licence file found · pointer only · 60f431e2284d4f9b · report
load_image xingy038/ctnerf/utils/generate_flow.py official repository ran · fixture could not drive it no licence file found · pointer only · 6c521de8b851930a · report
normalize xingy038/ctnerf/load_llff.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 1d6f8390d799f055 · report
read_cameras_text xingy038/ctnerf/utils/colmap_utils.py official repository ran · our draft was wrong no licence file found · pointer only · 8a38e306ff4c5b42 · report
read_image xingy038/ctnerf/utils/generate_depth.py official repository ran no licence file found · pointer only · fa28021adde0f186 · report
read_next_bytes xingy038/ctnerf/utils/colmap_utils.py official repository ran · honoured contract no licence file found · pointer only · 56858e04e6fdb2ff · report
readimage xingy038/ctnerf/utils/evaluation.py official repository ran no licence file found · pointer only · 911ab74288e108d0 · report
resize_flow xingy038/ctnerf/utils/flow_utils.py official repository ran no licence file found · pointer only · f18790b7a5ed1cdb · report
viewmatrix xingy038/ctnerf/load_llff.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · aa52acee18f54d38 · report
warp_flow xingy038/ctnerf/utils/generate_flow.py official repository ran no licence file found · pointer only · 9c5cea6bfeb98971 · report
batchify_rays xingy038/ctnerf/render_utils.py official repository unverified no licence file found · pointer only · bfba43d73c1ec132 · report
poses_avg xingy038/ctnerf/load_llff.py official repository unverified no licence file found · pointer only · c6325f95a745322f · report
read_cameras_binary xingy038/ctnerf/utils/colmap_utils.py official repository unverified no licence file found · pointer only · 3d7e294ff8567d46 · report
render xingy038/ctnerf/render_utils.py official repository unverified no licence file found · pointer only · f55518fe2d733dfd · report
render_path_batch xingy038/ctnerf/render_utils.py official repository unverified no licence file found · pointer only · 83254ee1dcf586e7 · report
run_maskrcnn xingy038/ctnerf/utils/generate_motion_mask.py official repository unverified no licence file found · pointer only · 206d4e4896607f52 · 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