CVJul 16, 2020

Least squares surface reconstruction on arbitrary domains

arXiv:2007.08661v215 citationsHas Code
AI Analysis

This addresses the need for more accurate surface reconstruction in computer vision applications, though it appears to be an incremental improvement over existing derivative computation methods.

The paper tackles the problem of computing surface derivatives in computer vision, where existing methods typically use first-order finite differences. The authors propose a new method using 2D Savitzky-Golay filters and K-nearest neighbor kernels, demonstrating improved performance over state-of-the-art methods on synthetic and real data for tasks like normal-from-depth and height-from-normals.

Almost universally in computer vision, when surface derivatives are required, they are computed using only first order accurate finite difference approximations. We propose a new method for computing numerical derivatives based on 2D Savitzky-Golay filters and K-nearest neighbour kernels. The resulting derivative matrices can be used for least squares surface reconstruction over arbitrary (even disconnected) domains in the presence of large noise and allowing for higher order polynomial local surface approximations. They are useful for a range of tasks including normal-from-depth (i.e. surface differentiation), height-from-normals (i.e. surface integration) and shape-from-x. We show how to write both orthographic or perspective height-from-normals as a linear least squares problem using the same formulation and avoiding a nonlinear change of variables in the perspective case. We demonstrate improved performance relative to state-of-the-art across these tasks on both synthetic and real data and make available an open source implementation of our method.

Code Implementations1 repo
Foundations

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

Your Notes