CVJul 26, 2020

Deep Photometric Stereo for Non-Lambertian Surfaces

arXiv:2007.13145v186 citations
AI Analysis

It addresses the problem of 3D reconstruction from images for surfaces with complex reflectance, which is important for computer vision applications, but is incremental as it builds on deep learning approaches.

This paper tackles photometric stereo for non-Lambertian surfaces by introducing deep learning networks (PS-FCN and LCNet) that handle calibrated and uncalibrated scenarios, outperforming state-of-the-art methods on synthetic and real datasets.

This paper addresses the problem of photometric stereo, in both calibrated and uncalibrated scenarios, for non-Lambertian surfaces based on deep learning. We first introduce a fully convolutional deep network for calibrated photometric stereo, which we call PS-FCN. Unlike traditional approaches that adopt simplified reflectance models to make the problem tractable, our method directly learns the mapping from reflectance observations to surface normal, and is able to handle surfaces with general and unknown isotropic reflectance. At test time, PS-FCN takes an arbitrary number of images and their associated light directions as input and predicts a surface normal map of the scene in a fast feed-forward pass. To deal with the uncalibrated scenario where light directions are unknown, we introduce a new convolutional network, named LCNet, to estimate light directions from input images. The estimated light directions and the input images are then fed to PS-FCN to determine the surface normals. Our method does not require a pre-defined set of light directions and can handle multiple images in an order-agnostic manner. Thorough evaluation of our approach on both synthetic and real datasets shows that it outperforms state-of-the-art methods in both calibrated and uncalibrated scenarios.

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