CVCGLGJul 24, 2019

Learning Embedding of 3D models with Quadric Loss

arXiv:1907.10250v111 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving 3D model perception for applications in computer graphics and vision, though it appears incremental as it builds on existing loss functions.

The paper tackled the problem of capturing sharp features like edges and corners in 3D model reconstruction by proposing a quadric loss function, which, when combined with Chamfer loss, achieved better reconstruction results compared to using either alone or other point-surface loss functions.

Sharp features such as edges and corners play an important role in the perception of 3D models. In order to capture them better, we propose quadric loss, a point-surface loss function, which minimizes the quadric error between the reconstructed points and the input surface. Computation of Quadric loss is easy, efficient since the quadric matrices can be computed apriori, and is fully differentiable, making quadric loss suitable for training point and mesh based architectures. Through extensive experiments we show the merits and demerits of quadric loss. When combined with Chamfer loss, quadric loss achieves better reconstruction results as compared to any one of them or other point-surface loss functions.

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