Pith. sign in

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 →

arxiv 2412.04282 v2 pith:ZVHR623K submitted 2024-12-05 cs.CV

classification cs.CV
keywords dynamicviewrendering3DGaussiansplattinglearnableTaylorseriesPeanoremainderdeformationfieldlinearblendskinningnovelsynthesistemporalmodeling
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that the motion of 3D Gaussians in a dynamic scene can be modeled as a learnable infinite Taylor series, one that keeps the interpretability of explicit polynomial trajectories while gaining the flexibility of an end-to-end neural network. Each Gaussian's transformation is split into a third-order Taylor expansion in time, which handles large smooth motion, and a learned residual called the Peano remainder, which captures the rest. On the N3DV and Technicolor light-field datasets the reported PSNR and SSIM numbers are higher than those of prior dynamic Gaussian and NeRF baselines. The sympathetic reading of the central promise is that this decomposition forms a complete Taylor series, so the motion model is not an ad hoc approximation.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

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)
  1. [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.
  2. [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.
  3. [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.
  4. [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)
  1. [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.
  2. [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.
  3. [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.
  4. [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.
  5. [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.
  6. [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

2 steps flagged · score 6.0 of 10

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.

  1. 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.

  2. 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 5 free parameters · 4 assumptions · 1 invented entities

The central 'Taylor' contribution depends on unspecified per-Gaussian Taylor coefficients, a mislabeled Peano remainder network, and domain assumptions inherited from SC-GS. There are no new physical entities, but the 'Peano remainder' is an invented entity with no independent evidence.

free parameters (5)
  • Taylor coefficients f_p^(k), f_s^(k), f_q^(k) per Gaussian = not stated
    These appear in Eqs. 12-14 but the paper does not specify how they are initialized, optimized, or constrained. They are per-Gaussian parameters fitted to the training views, and the central 'Taylor' claim depends on them.
  • MLP weights for GP offsets = learned
    Eq. 15 defines Delta_GP = MLP(GP); the network weights determine the deformation of global primitives and are fitted with backpropagation.
  • RBF kernel radius r_j = learned
    In Eq. 16, the radius r_j controls the LBS weight decay; the paper says it is learned by gradient descent.
  • Opacity model parameters sigma^s_i, s^tau_i, mu^tau_i = learned
    Eq. 7 models temporal opacity with three per-Gaussian parameters; they are fitted and affect visibility during rendering.
  • Taylor expansion center t_tau = not specified
    The time center around which the expansion is made must be selected or learned, but the paper does not describe how t_tau is chosen.
assumptions (4)
  • ad hoc to paper Taylor's theorem with Peano remainder is applicable to Gaussian trajectory functions.
    Section 4.1 states the theorem, but Section 4.4 replaces the remainder with an MLP/LBS output that does not satisfy Peano's condition; the theorem is not actually used.
  • domain assumption Global and local Gaussian primitives maintain stable correspondence across views and time.
    Section 4.4 assumes GPs remain stable so their offsets can drive LP deformation through LBS; this is imported from SC-GS and is not verified.
  • domain assumption Temporal opacity follows a radial basis function (Eq. 7).
    The RBF opacity model is an ad hoc modeling choice, fitted to data, and is not derived from the rendering equations.
  • domain assumption Quaternions can be expanded as a plain polynomial Taylor series (Eq. 14).
    Quaternions used for rotation must stay unit-norm; a raw polynomial expansion does not preserve this constraint, and the paper does not specify a normalization or re-projection step.
invented entities (1)
  • Peano remainder network
    purpose: To absorb the gap between the third-order polynomial and the true motion, letting the paper claim a complete Taylor series.
    The network is trained on the same data, provides no out-of-sample prediction, and does not obey the local smallness property of Peano's remainder, so it is a mislabeled fitted module rather than a derived entity.

how reviews work

0 comments
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 reproduced from arXiv: 2412.04282 by the authors.

Figure 1
Figure 1. The detailed architecture of the proposed method. The framework includes Gaussian Initialization, Sparse Point Sampling, [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Comparison of novel view rendering on the N3DV dataset, with problem regions highlighted in boxes. More results can be found [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Qualitative analysis of novel view rendering on the N3DV dataset, comparing the detail information of reconstructed images [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Sear Steak Novel View Rendering on the N3DV Dataset: Qualitative Analysis of Ablation Experiments - Comparison of Reconstruction Quality and Detail Representation with Module Ablations. B. Performance Analysis of Large-Scale Data Scene Reconstruction To better evaluate…
Figure 5
Figure 5. Figure 5: Qualitative analysis of novel view rendering on the Birthday dataset from the Technicolor, comparing the detailed reconstructions [PITH_FULL_IMAGE:figures/full_fig_p012_5.png]
Figure 6
Figure 6. Figure 6: Qualitative analysis of novel view rendering on the Painter dataset from the Technicolor, comparing the detailed reconstructions [PITH_FULL_IMAGE:figures/full_fig_p013_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

47 extracted references · 37 canonical work pages

  1. [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

  2. [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

  3. [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 ...

  4. [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

  5. [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

  6. [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

  7. [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

  8. [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

Show all 47 references
  1. [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

  2. [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

  3. [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...

  4. [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

  5. [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...

  6. [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

  7. [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,

  8. [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

  9. [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

  10. [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

  11. [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...

  12. [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

  13. [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

  14. [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

  15. [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

  16. [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

  17. [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

  18. [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

  19. [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

  20. [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

  21. [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,

  22. [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

  23. [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

  24. [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...

  25. [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

  26. [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...

  27. [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

  28. [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, ...

  29. [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, ...

  30. [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

  31. [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,...

  32. [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, ...

  33. [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

  34. [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,

  35. [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

  36. [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

  37. [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

  38. [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

  39. [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

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.