CVAug 11, 2020

Attention-based 3D Object Reconstruction from a Single Image

arXiv:2008.04738v111 citations
AI Analysis

This work addresses a bottleneck in computer vision for applications like 3D printing and autonomous systems, but it is incremental as it builds on an existing state-of-the-art method.

The paper tackled the problem of 3D object reconstruction from a single image by improving Occupancy Networks with self-attention to capture global information, resulting in a 5.05% increase in mesh IoU, 0.83% improvement in Normal Consistency, and over 10X better Chamfer-L1 distance.

Recently, learning-based approaches for 3D reconstruction from 2D images have gained popularity due to its modern applications, e.g., 3D printers, autonomous robots, self-driving cars, virtual reality, and augmented reality. The computer vision community has applied a great effort in developing functions to reconstruct the full 3D geometry of objects and scenes. However, to extract image features, they rely on convolutional neural networks, which are ineffective in capturing long-range dependencies. In this paper, we propose to substantially improve Occupancy Networks, a state-of-the-art method for 3D object reconstruction. For such we apply the concept of self-attention within the network's encoder in order to leverage complementary input features rather than those based on local regions, helping the encoder to extract global information. With our approach, we were capable of improving the original work in 5.05% of mesh IoU, 0.83% of Normal Consistency, and more than 10X the Chamfer-L1 distance. We also perform a qualitative study that shows that our approach was able to generate much more consistent meshes, confirming its increased generalization power over the current state-of-the-art.

Foundations

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

Your Notes