Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

VDB-GPDF: Online Gaussian Process Distance Field with VDB Structure

About

Robots reason about the environment through dedicated representations. Popular choices for dense representations exploit Truncated Signed Distance Functions (TSDF) and Octree data structures. However, TSDF provides a projective or non-projective signed distance obtained directly from depth measurements that overestimate the Euclidean distance. Octrees, despite being memory efficient, require tree traversal and can lead to increased runtime in large scenarios. Other representations based on the Gaussian Process (GP) distance fields are appealing due to their probabilistic and continuous nature, but the computational complexity is a concern. In this paper, we present an online efficient mapping framework that seamlessly couples GP distance fields and the fast-access OpenVDB data structure. The key aspect is a latent Local GP Signed Distance Field (L-GPDF) contained in a local VDB structure that allows fast queries of the Euclidean distance, surface properties and their uncertainties for arbitrary points in the field of view. Probabilistic fusion is then performed by merging the inferred values of these points into a global VDB structure that is efficiently maintained over time. After fusion, the surface mesh is recovered, and a global GP Signed Distance Field (G-GPDF) is generated and made available for downstream applications to query accurate distance and gradients. A comparison with the state-of-the-art frameworks shows superior efficiency and accuracy of the inferred distance field and comparable reconstruction performance. https://github.com/UTS-RI/VDB_GPDF

Lan Wu, Cedric Le Gentil, Teresa Vidal-Calleja• 2024

Related benchmarks

TaskDatasetResultRank
Mesh ReconstructionReplica Room 0
Depth L1 Error4.47
21
Mesh ReconstructionReplica Room 2--
8
SDF ReconstructionCow and Lady C.L. scene
SDF MAE (All) [cm]4.683
5
SDF ReconstructionNewer College (N.C.)
SDF MAE (All) [cm]21.783
5
Mesh ReconstructionCow and Lady scene
F1 Score78.37
5
SDF MappingCow & Lady
FPT (s)0.1
5
SDF MappingNewer College
FPT (s)0.26
5
SDF ReconstructionCow and Lady Cow only
SDF MAE (All) [cm]3.056
5
Mesh ReconstructionCow and Lady Cow only
F1 Score91.08
5
Mesh ReconstructionNewer College
F1 Score (< δ)61.94
5
Showing 10 of 22 rows

Other info

Follow for update