MaRF: Representing Mars as Neural Radiance Fields

Lorenzo Giusti,Josue Garcia,Steven Cozine,Darrick Suen,Christina Nguyen,Ryan Alimo
DOI: https://doi.org/10.48550/arXiv.2212.01672
2022-12-04
Abstract:The aim of this work is to introduce MaRF, a novel framework able to synthesize the Martian environment using several collections of images from rover cameras. The idea is to generate a 3D scene of Mars' surface to address key challenges in planetary surface exploration such as: planetary geology, simulated navigation and shape analysis. Although there exist different methods to enable a 3D reconstruction of Mars' surface, they rely on classical computer graphics techniques that incur high amounts of computational resources during the reconstruction process, and have limitations with generalizing reconstructions to unseen scenes and adapting to new images coming from rover cameras. The proposed framework solves the aforementioned limitations by exploiting Neural Radiance Fields (NeRFs), a method that synthesize complex scenes by optimizing a continuous volumetric scene function using a sparse set of images. To speed up the learning process, we replaced the sparse set of rover images with their neural graphics primitives (NGPs), a set of vectors of fixed length that are learned to preserve the information of the original images in a significantly smaller size. In the experimental section, we demonstrate the environments created from actual Mars datasets captured by Curiosity rover, Perseverance rover and Ingenuity helicopter, all of which are available on the Planetary Data System (PDS).
Computer Vision and Pattern Recognition,Graphics
What problem does this paper attempt to address?
This paper aims to introduce MaRF (Mars Radiance Fields), a novel framework capable of synthesizing 3D scenes of the Martian environment using multiple sets of images captured by rover cameras. Specifically, this framework aims to address key challenges in planetary surface exploration, such as planetary geology, simulated navigation, and shape analysis. Although there are currently different methods to achieve 3D reconstruction of the Martian surface, these methods rely on traditional computer graphics techniques, which require substantial computational resources during the reconstruction process and have limitations in generalizing to unseen scenes and adapting to new images. MaRF addresses these issues by utilizing Neural Radiance Fields (NeRF). NeRF is a method for synthesizing complex scenes by optimizing a continuous volumetric scene function, trained using a sparse set of images. To accelerate the learning process, the authors replaced the sparse rover images with Neural Graphics Primitives (NGP). NGP is a set of fixed-length vectors that, once learned, can retain the information of the original images at a significantly smaller size. In the experimental section, the authors demonstrate environments created from actual Martian datasets captured by the Curiosity rover, Perseverance rover, and Ingenuity helicopter. Overall, MaRF, by combining mixed reality technology and neural networks, not only efficiently generates 3D views of the Martian surface but also provides higher scientific returns in areas such as scientific exploration and robotic navigation. Additionally, this framework can be used to compress rover images, encoding the entire scene into a Multi-Layer Perceptron (MLP), with a storage size several orders of magnitude smaller than a single PDS image while retaining the same amount of information as the original image set.