Gaussian Splatting Lucas-Kanade
Liuyue Xie, Joel Julin, Koichiro Niinuma, Laszlo A. Jeni

TL;DR
This paper introduces an analytical extension of the Lucas-Kanade method for dynamic Gaussian splatting, enabling accurate scene flow computation and improved reconstruction of highly dynamic scenes with minimal camera movement.
Contribution
It proposes a novel analytical approach that leverages the properties of the forward warp field network to improve scene flow estimation in dynamic Gaussian splatting.
Findings
Effective in reconstructing highly dynamic scenes
Performs well on synthetic and real-world data
Enhances scene flow accuracy with minimal camera movement
Abstract
Gaussian Splatting and its dynamic extensions are effective for reconstructing 3D scenes from 2D images when there is significant camera movement to facilitate motion parallax and when scene objects remain relatively static. However, in many real-world scenarios, these conditions are not met. As a consequence, data-driven semantic and geometric priors have been favored as regularizers, despite their bias toward training data and their neglect of broader movement dynamics. Departing from this practice, we propose a novel analytical approach that adapts the classical Lucas-Kanade method to dynamic Gaussian splatting. By leveraging the intrinsic properties of the forward warp field network, we derive an analytical velocity field that, through time integration, facilitates accurate scene flow computation. This enables the precise enforcement of motion constraints on warp fields, thus…
Peer Reviews
Decision·ICLR 2025 Poster
+ Deriving analytical solutions is elegant and makes an approach interpretable. + The analytical derivation enables a sound application of the flow term in the Dynamic Gaussian case. + The paper is a pleasure to read. + A direct flow regularization makes a network overfit on viewpoints. + The idea of flow supervision in Gaussian splatting increases performance.
While it is nice for a paper to be self-contained, everything in this paper until eq. (10) is identical to the "Flow supervision for Deformable NeRF" paper. Eq. (12) is the same as Eq. (7) in the latter. Optical flow rendering is same as in GaussianFlow. The reader is wondering, what exactly is the contribution of this paper when the main ingredients are in the Flow Supervision and the GaussianFlow paper. It really hurts to say that because any reader would enjoy such elegant analytical derivat
The strength of the paper is to propose a direct analytical solution to the problem of the estimation of the warp field. The solution is mathematically transparent and provides superior results compared to a purely data-driven approach. It is a fully new solution which is very relevant for dynamic gaussian estimation and related applications. It is strongly inspired by Lucas-Kanade point tracking and has the same level of generality.
- A reference implementation should be provided since the approach is very relevant to the community and may include many small details, which have their importance and not detailed in the paper. - The method relies on external algorithms to provide depth and optical flow information, which are used to supervise the scene flow regularization. The appendix discusses experiments with different depth and flow estimation methods. However, this introduces an additional source of potential error and h
- The analytical formulation of the vector field is interesting. - More tractable than fully MLP-based Deformable 3DGS or other 2D prior-based supervision approaches. - Competitive benchmark performance. - The paper is clearly written and easy to follow.
- Limited evaluation dataset. Since the method builds on Deformable GS, it would be beneficial to evaluate on the same benchmark datasets, such as DNeRF, HyperNeRF, and NeRF-DS. - While the method claims tractability as an advantage due to the analytical formulation, reliance on a black-box MLP weakens this claim. - The video supplementary does not show particularly impressive results; there is noticeable unnatural blurring in the GSLK_network video
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNumerical methods for differential equations · Advanced Numerical Analysis Techniques
MethodsDiffusion
