CVGRAug 20, 2021

A Multiple-View Geometric Model for Specularity Prediction on General Curved Surfaces

arXiv:2108.09378v2
AI Analysis

This work addresses a challenging problem in computer vision for applications like AR, SLAM, and 3D reconstruction, but it is incremental as it builds upon and extends existing JOLIMAS models.

The paper tackles specularity prediction on general curved surfaces by generalizing the JOLIMAS model to handle any surface geometry, improving prediction quality without sacrificing computational performance. It outperforms previous approaches on synthetic and real sequences with various shapes, as demonstrated in supplementary videos.

Specularity prediction is essential to many computer vision applications, giving important visual cues usable in Augmented Reality (AR), Simultaneous Localisation and Mapping (SLAM), 3D reconstruction and material modeling. However, it is a challenging task requiring numerous information from the scene including the camera pose, the geometry of the scene, the light sources and the material properties. Our previous work addressed this task by creating an explicit model using an ellipsoid whose projection fits the specularity image contours for a given camera pose. These ellipsoid-based approaches belong to a family of models called JOint-LIght MAterial Specularity (JOLIMAS), which we have gradually improved by removing assumptions on the scene geometry. However, our most recent approach is still limited to uniformly curved surfaces. This paper generalises JOLIMAS to any surface geometry while improving the quality of specularity prediction, without sacrificing computation performances. The proposed method establishes a link between surface curvature and specularity shape in order to lift the geometric assumptions made in previous work. Contrary to previous work, our new model is built from a physics-based local illumination model namely Torrance-Sparrow, providing an improved reconstruction. Specularity prediction using our new model is tested against the most recent JOLIMAS version on both synthetic and real sequences with objects of various general shapes. Our method outperforms previous approaches in specularity prediction, including the real-time setup, as shown in the supplementary videos.

Foundations

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

Your Notes