REVIEW 4 major objections 6 minor 47 references
Learnable Infinite Taylor Gaussian for Dynamic View Rendering
T0 review · 4 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper proposes a learnable infinite Taylor series for the temporal evolution of 3D Gaussians, splitting motion into a third-order polynomial and a learned remainder, and reports state-of-the-art results on N3DV and Technicolor.
desk verdict The paper's headline claim--a learnable infinite Taylor series with a Peano remainder--does not survive contact with its own equations, and the baseline numbers are far enough off published values to make the empirical results unreliable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the decomposition in Eq. (11), $T_i(t)=f_k(t)+H_k(t)$, together with the third-order Taylor polynomials for position, scale, and orientation (Eqs. (12)-(14)). The polynomial part is an explicit function of $(t-t_\tau)$ whose coefficients encode motion at the time center; the Peano remainder part is meant to be the residual that Taylor's theorem leaves after the polynomial, so that the sum behaves like an infinite series. In practice the remainder is generated by a deformation network over a small set of Global Gaussian Primitives and then carried to all other points by Linear Blend Skinning, with distance-based RBF weights that tie nearby points together. This two-part construction is what the paper claims delivers both interpretable large-scale motion and flexible residual correction.
What would settle it
Train the model on a dynamic scene and sample the learned remainder $H_k(t)$ and polynomial part $f_k(t)$ along the trajectory of each Gaussian; compute the ratio $H_k(t)/(t-t_\tau)^k$ for times approaching the expansion center. If the ratio does not tend to zero for a substantial fraction of Gaussians, the object being learned is not a Peano remainder, and the 'complete Taylor series' claim would be refuted even if rendering quality is high.
Extended reading notes
Core claim
The central claim is that the transformation of each 4D Gaussian can be written exactly as $T_i(t)=f_k(t)+H_k(t)$, where $f_k(t)$ is a third-order Taylor expansion of position, scale, and rotation around a time center $t_\tau$, and $H_k(t)$ is the Peano remainder of that expansion. In the paper's construction, the polynomial coefficients are learned, while the remainder is produced by an MLP that predicts offsets for sparse Global Gaussian Primitives, and the offsets are spread to Local Gaussian Primitives through Linear Blend Skinning with Gaussian-kernel RBF weights. The author's claim is that this adds a complete remainder term to the polynomial part, yielding a full Taylor series that estimates the motion model without relying on approximations. The method is evaluated on dynamic novel view rendering, where it reports top quantitative results and crisper reconstructions than comparison systems.
Load-bearing premise
The load-bearing assumption is that the network output $H_k(t)$, spread by linear blend skinning, actually is the Peano remainder of the Taylor expansion, so that $f_k(t)+H_k(t)$ is a genuine complete series; Taylor's theorem requires the remainder to vanish faster than $(t-t_\tau)^k$ near the expansion center, and the construction does not enforce that local condition.
Editorial extensions
If this is right
- Dynamic novel view rendering gains a model that is explicitly interpretable in its main motion terms, so the learned trajectory can be inspected and edited more easily than a pure black-box deformation field.
- The explicit third-order polynomial can carry large, smooth motions while the learned remainder fills in non-polynomial detail, which should improve temporal interpolation between captured frames.
- Because the remainder is interpolated from sparse control points with rigid link weights, neighboring Gaussians inherit spatial and temporal consistency, reducing flicker and deformation artifacts in rendered video.
- The reported results imply the method is a stronger baseline on N3DV and Technicolor than prior dynamic Gaussian splatting and grid-based radiance field approaches.
Reading between the lines
- Beyond the paper, the mathematical claim can be separated from the rendering result: if the learned $H_k(t)$ does not satisfy the Peano vanishing condition $H_k(t)/(t-t_\tau)^k\to 0$ as $t\to t_\tau$, the construction is better described as a polynomial plus a flexible neural residual, which may still render well.
- Beyond the paper, imposing the vanishing condition explicitly as a regularizer or architectural constraint would convert the Taylor-series framing into a theorem and could make the residual term more predictable.
- Beyond the paper, the same decomposition could be applied to other time-varying Gaussian attributes, such as spherical-harmonic coefficients or opacity, since only position, scale, and rotation currently receive Taylor expansions.
- Beyond the paper, increasing the polynomial order from three to four and watching whether the learned remainder's contribution shrinks would provide a direct test of whether the expansion is capturing genuinely Taylor-like behavior.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes a dynamic 3D Gaussian Splatting method in which the time evolution of Gaussian position, rotation, and scale is modeled as a "learnable infinite Taylor series." Equation (11) decomposes the spatiotemporal transformation Ti(t) into a polynomial component fk(t), described as a third-order Taylor expansion, and a residual Hk(t), described as a Peano remainder and implemented with an MLP decoder plus linear blend skinning. The paper reports quantitative and qualitative results on the N3DV and Technicolor datasets, claiming state-of-the-art dynamic view rendering performance, and includes ablations of the time-dependent motion, opacity, and remainder components.
Significance. If the central theoretical claim were valid, the method would offer an appealing combination of interpretable polynomial dynamics and flexible learned residuals for dynamic Gaussian splatting, and the reported PSNR, SSIM, and LPIPS numbers would make a strong empirical case. The manuscript contains extensive experiments on two public datasets and a clearly described pipeline. However, the advertised mathematical contribution is not established: the decomposition in Eq. (11) is not a Taylor expansion in any rigorous sense, the term "infinite Taylor series" is not realized by the proposed construction, and the baseline tables contain numbers that appear broken or inconsistent. These issues undermine both the novelty claim and the empirical comparison, so the paper in its current form does not support its central conclusions.
major comments (4)
- [Section 4.2, Eq. (11)] The central claim that Ti(t) = fk(t) + Hk(t) "constructs a complete Taylor series that estimates the motion model without relying on approximations" is not supported. For Hk(t) to be the Peano remainder of a third-order Taylor polynomial, it must satisfy Hk(t) = o((t - t_tau)^3) as t -> t_tau, and in particular Hk(t_tau) = 0. In Section 4.4, Hk is obtained from an MLP decoder on sparse control points and then blended via linear blend skinning (Eqs. 15-18); no vanishing or locality condition is imposed, and the predicted offsets and rotations can be nonzero at the expansion center. As written, Eq. (11) is a tautological decomposition valid for any function Ti and does not derive from Taylor's theorem.
- [Section 4.3, Eqs. (12)-(14)] The Taylor coefficients f_p^(k)(t_tau), f_s^(k)(t_tau), and f_q^(k)(t_tau) are never defined as learnable parameters, initialized, or optimized, and the summation limits n, m, and l are never specified. The text says the dominant component is modeled using a third-order Taylor expansion, but the equations are written for arbitrary order and no concrete polynomial fk(t) is ever given. Consequently, the decomposition in Eq. (11) cannot be evaluated or trained as a Taylor polynomial in the sense claimed.
- [Section 4.4, Eqs. (15)-(18) and Section 4.2] A third-order polynomial plus a single learned residual does not constitute an "infinite" Taylor series. There are no higher-order Taylor coefficients, no sequence of terms, and no limiting argument. The time-dependent opacity model in Eq. (7) is likewise not part of the Taylor expansion of the transformation field. The claim that the method forms a complete Taylor series without approximation is therefore not realized by the proposed construction.
- [Section 5.2, Tables 1 and 2] The reported baseline numbers are not credible as printed. D3DGS is reported at 20.53-25.02 PSNR on N3DV in Table 1 but 33.81-38.40 on Technicolor in Table 2, with no explanation of how D3DGS was adapted or configured. Table 1 also reports SCGS at 6.29 PSNR and 0.007 SSIM on Cut Roast Beef, which indicates a broken or misconfigured run. No training protocol, hyperparameters, or evaluation settings are provided for any baseline, undermining the state-of-the-art claim in Sections 5.3 and 5.4.
minor comments (6)
- [Section 4.1, Eq. (9)] The Peano remainder is written as Rn(x) = on(x)(x - x0)^n with lim_{x->x0} on(x) = 0; this is an unusual and unclear notation. The standard form is Rn(x) = o((x - x0)^n), or Rn(x) = epsilon(x)(x - x0)^n with epsilon(x) -> 0.
- [Section 4.3, Eqs. (12)-(14)] The coefficients are stated to be in R, but position, scale, and quaternion are vector-valued quantities; the scalar/vector nature of the expansion should be clarified.
- [Section 4.4, Eq. (17)] The symbol Delta d_j^t is used without definition, and the text alternates between u_i and mu_i for the same LP position; this creates ambiguity in the LBS formula.
- [Section 5.5, Table 3] The ablation study reports a single run per configuration with no variance or per-scene breakdown. Given the known sensitivity of 3D Gaussian Splatting training, this limits the strength of the ablation claims.
- [Appendix A.1] The qualitative discussion repeatedly refers to colored boxes (red, blue, green, yellow) that are not clearly visible in the printed figures; please ensure all referenced regions are explicitly marked.
- [Sections 4.1 and 4.2] There are several grammatical and typographical errors, including "the network is struggle to produce" and "provides valuable information about the a function model"; these should be corrected throughout.
Circularity Check
The 'complete Taylor series' claim is a tautology: the Peano remainder H_k is defined as whatever the MLP/LBS network outputs, so Eq. (11) is an identity plus a fitted residual rather than a Taylor expansion.
-
self definitional
[Section 4.2, Eq. (11); Section 4.4, Eqs. (15)-(18)]
"The Peano remainder is constructed via the deformation field, forming a complete Taylor series to estimate the motion model without approximation. ... Ti(t) = fk(t) + Hk(t) (11) ... The Peano Remainder for the LP points is interpolated using Linear Blend Skinning (LBS) [14]."
Taylor's theorem requires the Peano remainder to satisfy Hk(t) = o((t - t_tau)^k) as t -> t_tau, but Eqs. (15)-(18) impose no such locality or vanishing condition: Hk is an MLP decoder output blended by LBS. Thus Eq. (11) is the trivial identity T_i = f_k + H_k for any fitted H_k, and calling H_k the 'Peano remainder' does not make the decomposition a Taylor series. The 'complete series without approximation' claim is true by construction, not by Taylor's theorem.
-
renaming known result
[Section 4.4, Eqs. (17)-(18)]
"The Peano remainder terms of the motion equation for LP points can be accurately estimated using LBS via the following function: Delta_mu_i^t = sum_j w_ij ( R_j^t (mu_i - p_j) + p_j + Delta_d_j^t ) (17)"
This is the standard sparse-control plus linear blend skinning deformation recipe used in prior dynamic Gaussian work (e.g., SC-GS), not a remainder derived from Taylor's theorem. Renaming the network residual a 'Peano remainder' and the finite polynomial-plus-residual recipe a 'learnable infinite Taylor Formula' does not constrain the model or yield the advertised infinite Taylor series; it repackages a known empirical construction under Taylor-series vocabulary.
full rationale
The empirical evaluation against external N3DV/Technicolor benchmarks is self-contained; no fitted parameter is relabeled as a prediction, and self-citations [11, 20, 44, 45] are contextual, not load-bearing. The circularity is confined to the theoretical framing: the central advertised result, a 'complete/infinite Taylor series,' is obtained by defining the residual (MLP plus LBS output) as the Peano remainder and writing T_i = f_k + H_k, which is an algebraic identity true for any f_k and H_k. No property of Taylor's theorem (vanishing remainder, higher-order coefficients, convergence) is used or checked, and Eqs. (12)-(14) never specify the derivative coefficients or summation orders. Hence the derivation chain reduces to a label; score 6 rather than 8 because the rendering system itself has independent empirical content and does not depend on the Taylor claim for its reported numbers.
Assumptions & free parameters
free parameters (5)
- Taylor coefficients f_p^(k), f_s^(k), f_q^(k) per Gaussian =
not stated
- MLP weights for GP offsets =
learned
- RBF kernel radius r_j =
learned
- Opacity model parameters sigma^s_i, s^tau_i, mu^tau_i =
learned
- Taylor expansion center t_tau =
not specified
assumptions (4)
- ad hoc to paper Taylor's theorem with Peano remainder is applicable to Gaussian trajectory functions.
- domain assumption Global and local Gaussian primitives maintain stable correspondence across views and time.
- domain assumption Temporal opacity follows a radial basis function (Eq. 7).
- domain assumption Quaternions can be expanded as a plain polynomial Taylor series (Eq. 14).
invented entities (1)
-
Peano remainder network
Cite this review
Pith. "Pith review of Learnable Infinite Taylor Gaussian for Dynamic View Rendering." pith.science (2026). https://pith.science/paper/ZVHR623K
@misc{pith2026241204282,
author = {Pith},
title = {Pith review of: Learnable Infinite Taylor Gaussian for Dynamic View Rendering},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZVHR623K}},
note = {Machine review of arXiv:2412.04282}
}
read the original abstract
Capturing the temporal evolution of Gaussian properties such as position, rotation, and scale is a challenging task due to the vast number of time-varying parameters and the limited photometric data available, which generally results in convergence issues, making it difficult to find an optimal solution. While feeding all inputs into an end-to-end neural network can effectively model complex temporal dynamics, this approach lacks explicit supervision and struggles to generate high-quality transformation fields. On the other hand, using time-conditioned polynomial functions to model Gaussian trajectories and orientations provides a more explicit and interpretable solution, but requires significant handcrafted effort and lacks generalizability across diverse scenes. To overcome these limitations, this paper introduces a novel approach based on a learnable infinite Taylor Formula to model the temporal evolution of Gaussians. This method offers both the flexibility of an implicit network-based approach and the interpretability of explicit polynomial functions, allowing for more robust and generalizable modeling of Gaussian dynamics across various dynamic scenes. Extensive experiments on dynamic novel view rendering tasks are conducted on public datasets, demonstrating that the proposed method achieves state-of-the-art performance in this domain. More information is available on our project page(https://ellisonking.github.io/TaylorGaussian).
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Hyperreel: High-fidelity 6-dof video with ray- conditioned sampling
Benjamin Attal, Jia-Bin Huang, Christian Richardt, Michael Zollhoefer, Johannes Kopf, Matthew OToole, and Changil Kim. Hyperreel: High-fidelity 6-dof video with ray- conditioned sampling. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 16610–16620, 2023. 7
work page 2023
-
[2]
Hexplane: A fast representa- tion for dynamic scenes
Ang Cao and Justin Johnson. Hexplane: A fast representa- tion for dynamic scenes. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 130–141, 2023. 2, 7
work page 2023
-
[3]
Neurbf: A neural fields repre- sentation with adaptive radial basis functions
Zhang Chen, Zhong Li, Liangchen Song, Lele Chen, Jingyi Yu, Junsong Yuan, and Yi Xu. Neurbf: A neural fields repre- sentation with adaptive radial basis functions. In Proceed- ings of the IEEE/CVF International Conference on Com- puter Vision, pages 4182–4194, 2023. 3 Figure 5. Qualitative analysis of novel view rendering on the Birthday dataset from the ...
work page 2023
-
[4]
Fusion4d: Real-time performance capture of challeng- ing scenes
Mingsong Dou, Sameh Khamis, Yury Degtyarev, Philip Davidson, Sean Ryan Fanello, Adarsh Kowdle, Sergio Orts Escolano, Christoph Rhemann, David Kim, Jonathan Taylor, et al. Fusion4d: Real-time performance capture of challeng- ing scenes. ACM Transactions on Graphics (ToG) , 35(4): 1–13, 2016. 5
work page 2016
-
[5]
Lightgaussian: Unbounded 3d gaussian compression with 15x reduction and 200+ fps
Zhiwen Fan, Kevin Wang, Kairun Wen, Zehao Zhu, De- jia Xu, and Zhangyang Wang. Lightgaussian: Unbounded 3d gaussian compression with 15x reduction and 200+ fps. arXiv preprint arXiv:2311.17245, 2023. 1
arXiv 2023
-
[6]
Instantsplat: Unbounded sparse-view pose-free gaus- sian splatting in 40 seconds, 2024
Zhiwen Fan, Wenyan Cong, Kairun Wen, Kevin Wang, Jian Zhang, Xinghao Ding, Danfei Xu, Boris Ivanovic, Marco Pavone, Georgios Pavlakos, Zhangyang Wang, and Yue Wang. Instantsplat: Unbounded sparse-view pose-free gaus- sian splatting in 40 seconds, 2024. 1
work page 2024
-
[7]
K-planes: Explicit radiance fields in space, time, and appearance
Sara Fridovich-Keil, Giacomo Meanti, Frederik Rahbæk Warburg, Benjamin Recht, and Angjoo Kanazawa. K-planes: Explicit radiance fields in space, time, and appearance. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 12479–12488, 2023. 2, 7
work page 2023
-
[8]
Dynamic view synthesis from dynamic monocular video
Chen Gao, Ayush Saraf, Johannes Kopf, and Jia-Bin Huang. Dynamic view synthesis from dynamic monocular video. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 5712–5721, 2021. 1, 2
work page 2021
Show all 47 references
-
[9]
Sparse data driven mesh deformation
Lin Gao, Yu-Kun Lai, Jie Yang, Ling-Xiao Zhang, Shihong Xia, and Leif Kobbelt. Sparse data driven mesh deformation. IEEE transactions on visualization and computer graphics , 27(3):2085–2100, 2019. 2
2019
-
[10]
Surfelwarp: Efficient non- volumetric single view dynamic reconstruction
Wei Gao and Russ Tedrake. Surfelwarp: Efficient non- volumetric single view dynamic reconstruction. arXiv preprint arXiv:1904.13073, 2019. 5
1904 arXiv
-
[11]
Mvgsr: Multi-view con- sistency gaussian splatting for robust surface reconstruction
Chenfeng Hou, Qi Xun Yeo, Mengqi Guo, Yongxin Su, Yanyan Li, and Gim Hee Lee. Mvgsr: Multi-view con- sistency gaussian splatting for robust surface reconstruction. arXiv preprint arXiv:2503.08093, 2025. 1 Figure 6. Qualitative analysis of novel view rendering on the Painter da...
2025 arXiv
-
[12]
Sc-gs: Sparse-controlled gaussian splatting for editable dynamic scenes
Yi-Hua Huang, Yang-Tian Sun, Ziyi Yang, Xiaoyang Lyu, Yan-Pei Cao, and Xiaojuan Qi. Sc-gs: Sparse-controlled gaussian splatting for editable dynamic scenes. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4220–4230, 2024. 5, 7
2024
-
[13]
Hifi4g: High-fidelity human performance rendering via compact gaussian splatting
Yuheng Jiang, Zhehao Shen, Penghao Wang, Zhuo Su, Yu Hong, Yingliang Zhang, Jingyi Yu, and Lan Xu. Hifi4g: High-fidelity human performance rendering via compact gaussian splatting. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 19...
2024
-
[14]
Skinning with dual quaternions
Ladislav Kavan, Steven Collins, Ji ˇr´ı ˇZ´ara, and Carol O’Sullivan. Skinning with dual quaternions. In Proceed- ings of the 2007 symposium on Interactive 3D graphics and games, pages 39–46, 2007. 5
2007
-
[15]
3d gaussian splatting for real-time radiance field rendering
Bernhard Kerbl, Georgios Kopanas, Thomas Leimk ¨uhler, and George Drettakis. 3d gaussian splatting for real-time radiance field rendering. ACM Trans. Graph., 42(4):139–1,
-
[16]
Imagenet classification with deep convolutional neural net- works
Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural net- works. Advances in neural information processing systems , 25, 2012. 6
2012
-
[17]
St-4dgs: Spatial-temporally consistent 4d gaus- sian splatting for efficient dynamic scene rendering
Deqi Li, Shi-Sheng Huang, Zhiyuan Lu, Xinran Duan, and Hua Huang. St-4dgs: Spatial-temporally consistent 4d gaus- sian splatting for efficient dynamic scene rendering. In ACM SIGGRAPH 2024 Conference Papers, pages 1–11, 2024. 5
2024
-
[18]
Streaming radiance fields for 3d video synthe- sis
Lingzhi Li, Zhen Shen, Zhongshu Wang, Li Shen, and Ping Tan. Streaming radiance fields for 3d video synthe- sis. Advances in Neural Information Processing Systems, 35: 13485–13498, 2022. 1, 7
2022
-
[19]
Neural 3d video synthesis from multi-view video
Tianye Li, Mira Slavcheva, Michael Zollhoefer, Simon Green, Christoph Lassner, Changil Kim, Tanner Schmidt, Steven Lovegrove, Michael Goesele, Richard Newcombe, et al. Neural 3d video synthesis from multi-view video. In Proceedings of the IEEE/CVF Conference on Computer Vi- si...
2022
-
[20]
Smilesplat: Generalizable gaussian splats for unconstrained sparse images
Yanyan Li, Yixin Fang, Federico Tombari, and Gim Hee Lee. Smilesplat: Generalizable gaussian splats for unconstrained sparse images. arXiv preprint arXiv:2411.18072, 2024. 3
2024 arXiv
-
[21]
Geogaussian: Geometry-aware gaussian splatting for scene rendering
Yanyan Li, Chenyu Lyu, Yan Di, Guangyao Zhai, Gim Hee Lee, and Federico Tombari. Geogaussian: Geometry-aware gaussian splatting for scene rendering. In European Confer- ence on Computer Vision , pages 441–457. Springer, 2025. 1
2025
-
[22]
Spacetime gaus- sian feature splatting for real-time dynamic view synthesis
Zhan Li, Zhang Chen, Zhong Li, and Yi Xu. Spacetime gaus- sian feature splatting for real-time dynamic view synthesis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8508–8520, 2024. 1, 3, 7, 8
2024
-
[23]
Gaussian-flow: 4d reconstruction with dynamic 3d gaus- sian particle
Youtian Lin, Zuozhuo Dai, Siyu Zhu, and Yao Yao. Gaussian-flow: 4d reconstruction with dynamic 3d gaus- sian particle. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 21136– 21145, 2024. 1
2024
-
[24]
Unsupervised low-light image enhance- ment with lookup tables and diffusion priors
Yunlong Lin, Zhenqi Fu, Kairun Wen, Tian Ye, Sixiang Chen, Ge Meng, Yingying Wang, Yue Huang, Xiaotong Tu, and Xinghao Ding. Unsupervised low-light image enhance- ment with lookup tables and diffusion priors. arXiv preprint arXiv:2409.18899, 2024. 1
2024 arXiv
-
[25]
Neural vol- umes: Learning dynamic renderable volumes from images
Stephen Lombardi, Tomas Simon, Jason Saragih, Gabriel Schwartz, Andreas Lehrmann, and Yaser Sheikh. Neural vol- umes: Learning dynamic renderable volumes from images. arXiv preprint arXiv:1906.07751, 2019. 2
1906 arXiv
-
[26]
3d geometry-aware deformable gaussian splatting for dynamic view synthesis
Zhicheng Lu, Xiang Guo, Le Hui, Tianrui Chen, Min Yang, Xiao Tang, Feng Zhu, and Yuchao Dai. 3d geometry-aware deformable gaussian splatting for dynamic view synthesis. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8900–8910, 2024. 1
2024
-
[27]
Dynamic 3d gaussians: Tracking by per- sistent dynamic view synthesis
Jonathon Luiten, Georgios Kopanas, Bastian Leibe, and Deva Ramanan. Dynamic 3d gaussians: Tracking by per- sistent dynamic view synthesis. In 2024 International Con- ference on 3D Vision (3DV), pages 800–809. IEEE, 2024. 1
2024
-
[28]
Nerf: Representing scenes as neural radiance fields for view syn- thesis
Ben Mildenhall, Pratul P Srinivasan, Matthew Tancik, Jonathan T Barron, Ravi Ramamoorthi, and Ren Ng. Nerf: Representing scenes as neural radiance fields for view syn- thesis. Communications of the ACM , 65(1):99–106, 2021. 2
2021
-
[29]
Dynamicfusion: Reconstruction and tracking of non-rigid scenes in real-time
Richard A Newcombe, Dieter Fox, and Steven M Seitz. Dynamicfusion: Reconstruction and tracking of non-rigid scenes in real-time. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 343–352,
-
[30]
Hypernerf: A higher- dimensional representation for topologically varying neural radiance fields
Keunhong Park, Utkarsh Sinha, Peter Hedman, Jonathan T Barron, Sofien Bouaziz, Dan B Goldman, Ricardo Martin- Brualla, and Steven M Seitz. Hypernerf: A higher- dimensional representation for topologically varying neural radiance fields. arXiv preprint arXiv:2106.13228, 2021. 2
2021 arXiv
-
[31]
Temporal interpola- tion is all you need for dynamic neural radiance fields
Sungheon Park, Minjung Son, Seokhwan Jang, Young Chun Ahn, Ji-Yeon Kim, and Nahyup Kang. Temporal interpola- tion is all you need for dynamic neural radiance fields. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition, pages 4212–4221, 2023. 2
2023
-
[32]
Dataset and pipeline for multi-view light-field video
Neus Sabater, Guillaume Boisson, Benoit Vandame, Paul Kerbiriou, Frederic Babon, Matthieu Hog, Remy Gendrot, Tristan Langlois, Olivier Bureller, Arno Schubert, et al. Dataset and pipeline for multi-view light-field video. InPro- ceedings of the IEEE conference on computer visi...
2017
-
[33]
Structure- from-motion revisited
Johannes L Schonberger and Jan-Michael Frahm. Structure- from-motion revisited. In Proceedings of the IEEE con- ference on computer vision and pattern recognition , pages 4104–4113, 2016. 5
2016
-
[34]
Tensor4d: Efficient neural 4d decomposition for high-fidelity dynamic reconstruction and rendering
Ruizhi Shao, Zerong Zheng, Hanzhang Tu, Boning Liu, Hongwen Zhang, and Yebin Liu. Tensor4d: Efficient neural 4d decomposition for high-fidelity dynamic reconstruction and rendering. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 166...
2023
-
[35]
Swings: sliding windows for dynamic 3d gaussian splatting
Richard Shaw, Michal Nazarczuk, Jifei Song, Arthur Moreau, Sibi Catley-Chandar, Helisa Dhamo, and Eduardo P´erez-Pellitero. Swings: sliding windows for dynamic 3d gaussian splatting. In Proceedings of the IEEE/CVF Euro- pean Conference on Computer Vision. ECCV , 2024. 1, 7
2024
-
[36]
Nerf- player: A streamable dynamic scene representation with de- composed neural radiance fields.IEEE Transactions on Visu- alization and Computer Graphics , 29(5):2732–2742, 2023
Liangchen Song, Anpei Chen, Zhong Li, Zhang Chen, Lele Chen, Junsong Yuan, Yi Xu, and Andreas Geiger. Nerf- player: A streamable dynamic scene representation with de- composed neural radiance fields.IEEE Transactions on Visu- alization and Computer Graphics , 29(5):2732–2742, ...
2023
-
[37]
3dgstream: On-the-fly training of 3d gaussians for efficient streaming of photo-realistic free- viewpoint videos
Jiakai Sun, Han Jiao, Guangyuan Li, Zhanjie Zhang, Lei Zhao, and Wei Xing. 3dgstream: On-the-fly training of 3d gaussians for efficient streaming of photo-realistic free- viewpoint videos. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, ...
2024
-
[38]
Mixed neural voxels for fast multi- view video synthesis
Feng Wang, Sinan Tan, Xinghang Li, Zeyue Tian, Yafei Song, and Huaping Liu. Mixed neural voxels for fast multi- view video synthesis. In Proceedings of the IEEE/CVF In- ternational Conference on Computer Vision , pages 19706– 19716, 2023. 2, 7
2023
-
[39]
4d gaussian splatting for real-time dynamic scene rendering
Guanjun Wu, Taoran Yi, Jiemin Fang, Lingxi Xie, Xiaopeng Zhang, Wei Wei, Wenyu Liu, Qi Tian, and Xinggang Wang. 4d gaussian splatting for real-time dynamic scene rendering. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20310–20320,...
2024
-
[40]
Deformable 3d gaussians for high- fidelity monocular dynamic scene reconstruction
Ziyi Yang, Xinyu Gao, Wen Zhou, Shaohui Jiao, Yuqing Zhang, and Xiaogang Jin. Deformable 3d gaussians for high- fidelity monocular dynamic scene reconstruction. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20331–20341, 2024. 1, ...
2024
-
[41]
Real- time photorealistic dynamic scene representation and render- ing with 4d gaussian splatting
Zeyu Yang, Hongye Yang, Zijie Pan, and Li Zhang. Real- time photorealistic dynamic scene representation and render- ing with 4d gaussian splatting. In The Twelfth International Conference on Learning Representations, 2024. 1
2024
-
[42]
Gaussiancube: A structured and explicit radiance represen- tation for 3d generative modeling
Bowen Zhang, Yiji Cheng, Jiaolong Yang, Chunyu Wang, Feng Zhao, Yansong Tang, Dong Chen, and Baining Guo. Gaussiancube: A structured and explicit radiance represen- tation for 3d generative modeling. In The Thirty-eighth An- nual Conference on Neural Information Processing Systems,
-
[43]
The unreasonable effectiveness of deep features as a perceptual metric
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shecht- man, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 586–595, 2018. 6, 9
2018
-
[44]
Street gaussians without 3d object tracker
Ruida Zhang, Chengxi Li, Chenyangguang Zhang, Xingyu Liu, Haili Yuan, Yanyan Li, Xiangyang Ji, and Gim Hee Lee. Street gaussians without 3d object tracker. arXiv preprint arXiv:2412.05548, 2024. 1
2024 arXiv
-
[45]
Robust gaussian splat- ting slam by leveraging loop closure
Zunjie Zhu, Youxu Fang, Xin Li, Chengang Yan, Feng Xu, Chau Yuen, and Yanyan Li. Robust gaussian splat- ting slam by leveraging loop closure. arXiv preprint arXiv:2409.20111, 2024. 1
2024 arXiv
-
[46]
Fsgs: Real-time few-shot view synthesis using gaussian splatting
Zehao Zhu, Zhiwen Fan, Yifan Jiang, and Zhangyang Wang. Fsgs: Real-time few-shot view synthesis using gaussian splatting. In European Conference on Computer Vision , pages 145–163. Springer, 2025. 7, 8
2025
-
[47]
Ewa volume splatting
Matthias Zwicker, Hanspeter Pfister, Jeroen Van Baar, and Markus Gross. Ewa volume splatting. In Proceedings Visu- alization, 2001. VIS’01., pages 29–538. IEEE, 2001. 3
2001
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.