Gaussian Splatting: 3D Reconstruction and Novel View Synthesis, a Review

Anurag Dalal,Daniel Hagen,Kjell G. Robbersmyr,Kristian Muri Knausgård
2024-05-06
Abstract:Image-based 3D reconstruction is a challenging task that involves inferring the 3D shape of an object or scene from a set of input images. Learning-based methods have gained attention for their ability to directly estimate 3D shapes. This review paper focuses on state-of-the-art techniques for 3D reconstruction, including the generation of novel, unseen views. An overview of recent developments in the Gaussian Splatting method is provided, covering input types, model structures, output representations, and training strategies. Unresolved challenges and future directions are also discussed. Given the rapid progress in this domain and the numerous opportunities for enhancing 3D reconstruction methods, a comprehensive examination of algorithms appears essential. Consequently, this study offers a thorough overview of the latest advancements in Gaussian Splatting.
Computer Vision and Pattern Recognition,Graphics
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper aims to provide a comprehensive review of the latest advancements in Gaussian Splatting technology in 3D Reconstruction and Novel View Synthesis (NVS). Specifically: 1. **3D Reconstruction**: - Extracting geometric and appearance information of objects or scenes from a series of 2D images to create realistic 3D models. - Using Gaussian Splatting methods for 3D reconstruction, including the process of generating 3D objects from 2D images. 2. **Novel View Synthesis**: - Generating new 2D perspective images from pre-acquired 3D models, thereby creating realistic images of scenes from any angle. - The application of Gaussian Splatting in Novel View Synthesis, especially its advantages in real-time rendering and high-quality output compared to existing methods such as NeRF. Through the application of these technologies, the paper explores the latest advancements and challenges of Gaussian Splatting in different fields and points out future research directions. Additionally, the paper provides a detailed introduction to the basic principles, mathematical representation, and rendering process of Gaussian Splatting.