Continuous Dynamic-NeRF: Spline-NeRF
Julian Knodt

TL;DR
This paper introduces a novel continuous function reconstruction method using Bezier splines for dynamic scene modeling, ensuring smoothness and continuity, and demonstrates its application with Neural Radiance Fields.
Contribution
It proposes a Bezier spline-based architecture for continuous function reconstruction that guarantees $C^0$ and $C^1$ continuity, improving over regularization methods for long sequences.
Findings
Ensures smooth, continuous reconstructions of dynamic scenes.
Achieves guaranteed interpolation over time with Bezier splines.
Demonstrates effectiveness with Neural Radiance Fields.
Abstract
The problem of reconstructing continuous functions over time is important for problems such as reconstructing moving scenes, and interpolating between time steps. Previous approaches that use deep-learning rely on regularization to ensure that reconstructions are approximately continuous, which works well on short sequences. As sequence length grows, though, it becomes more difficult to regularize, and it becomes less feasible to learn only through regularization. We propose a new architecture for function reconstruction based on classical Bezier splines, which ensures and -continuity, where continuity is that , or more intuitively that there are no breaks at any point in the function. In order to demonstrate our architecture, we reconstruct dynamic scenes using Neural Radiance Fields, but hope it is clear that our approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Numerical Analysis Techniques · Advanced Vision and Imaging · Medical Imaging Techniques and Applications
