Robust and Real-time Surface Normal Estimation from Stereo Disparities using Affine Transformations
Csongor Csanad Kariko, Muhammad Rafi Faisal, Levente Hajder
TL;DR
This work tackles fast, accurate surface normal estimation from rectified stereo disparities by exploiting affine correspondences. A GPU-friendly, geometry-based pipeline computes normals from affine parameters, with affine parameters estimated from disparity via a convolution-accelerated least-squares scheme and robust border handling through adaptive region estimation. The method is deterministic, learning-free, and yields dense oriented point clouds; experiments show real-time performance and improved accuracy over PCA, particularly under noise and at moderate kernel sizes. The approach promises practical impact for real-time 3D reconstruction and robotic perception, with shader code to support reproducibility.
Abstract
This work introduces a novel method for surface normal estimation from rectified stereo image pairs, leveraging affine transformations derived from disparity values to achieve fast and accurate results. We demonstrate how the rectification of stereo image pairs simplifies the process of surface normal estimation by reducing computational complexity. To address noise reduction, we develop a custom algorithm inspired by convolutional operations, tailored to process disparity data efficiently. We also introduce adaptive heuristic techniques for efficiently detecting connected surface components within the images, further improving the robustness of the method. By integrating these methods, we construct a surface normal estimator that is both fast and accurate, producing a dense, oriented point cloud as the final output. Our method is validated using both simulated environments and real-world stereo images from the Middlebury and Cityscapes datasets, demonstrating significant improvements in real-time performance and accuracy when implemented on a GPU. Upon acceptance, the shader source code will be made publicly available to facilitate further research and reproducibility.
