ROCVNov 3, 2015

High-Performance and Tunable Stereo Reconstruction

arXiv:1511.00758v238 citations
Originality Synthesis-oriented
AI Analysis

This addresses the need for real-time stereo reconstruction in robotics applications, though it appears to be an incremental improvement combining existing techniques.

The authors tackled the problem of slow stereo reconstruction algorithms by developing a high-performance method that achieves 120Hz frame rates at VGA resolution on a single CPU thread, enabling robots to quickly reconstruct their surroundings for high-speed maneuvering.

Traditional stereo algorithms have focused their efforts on reconstruction quality and have largely avoided prioritizing for run time performance. Robots, on the other hand, require quick maneuverability and effective computation to observe its immediate environment and perform tasks within it. In this work, we propose a high-performance and tunable stereo disparity estimation method, with a peak frame-rate of 120Hz (VGA resolution, on a single CPU-thread), that can potentially enable robots to quickly reconstruct their immediate surroundings and maneuver at high-speeds. Our key contribution is a disparity estimation algorithm that iteratively approximates the scene depth via a piece-wise planar mesh from stereo imagery, with a fast depth validation step for semi-dense reconstruction. The mesh is initially seeded with sparsely matched keypoints, and is recursively tessellated and refined as needed (via a resampling stage), to provide the desired stereo disparity accuracy. The inherent simplicity and speed of our approach, with the ability to tune it to a desired reconstruction quality and runtime performance makes it a compelling solution for applications in high-speed vehicles.

Foundations

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

Your Notes