CVJul 20, 2015

Efficient moving point handling for incremental 3D manifold reconstruction

arXiv:1507.05489v19 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in 3D reconstruction for computer vision applications, offering an incremental improvement.

The paper tackles the problem of efficiently handling moving points in incremental 3D manifold reconstruction, proposing a policy that reduces overhead and shows effectiveness on the KITTI dataset compared to state-of-the-art methods.

As incremental Structure from Motion algorithms become effective, a good sparse point cloud representing the map of the scene becomes available frame-by-frame. From the 3D Delaunay triangulation of these points, state-of-the-art algorithms build a manifold rough model of the scene. These algorithms integrate incrementally new points to the 3D reconstruction only if their position estimate does not change. Indeed, whenever a point moves in a 3D Delaunay triangulation, for instance because its estimation gets refined, a set of tetrahedra have to be removed and replaced with new ones to maintain the Delaunay property; the management of the manifold reconstruction becomes thus complex and it entails a potentially big overhead. In this paper we investigate different approaches and we propose an efficient policy to deal with moving points in the manifold estimation process. We tested our approach with four sequences of the KITTI dataset and we show the effectiveness of our proposal in comparison with state-of-the-art approaches.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes