CVJan 25, 2019

Dense 3D Point Cloud Reconstruction Using a Deep Pyramid Network

arXiv:1901.08906v116.6129 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of generating accurate, uniform, and dense 3D models for computer vision applications, representing an incremental improvement over existing point-cloud reconstruction approaches.

The paper tackles the problem of reconstructing dense, high-resolution 3D point clouds by introducing DensePCR, a deep pyramidal network that hierarchically predicts point clouds of increasing resolution, outperforming existing state-of-the-art methods with a light-weight and scalable architecture.

Reconstructing a high-resolution 3D model of an object is a challenging task in computer vision. Designing scalable and light-weight architectures is crucial while addressing this problem. Existing point-cloud based reconstruction approaches directly predict the entire point cloud in a single stage. Although this technique can handle low-resolution point clouds, it is not a viable solution for generating dense, high-resolution outputs. In this work, we introduce DensePCR, a deep pyramidal network for point cloud reconstruction that hierarchically predicts point clouds of increasing resolution. Towards this end, we propose an architecture that first predicts a low-resolution point cloud, and then hierarchically increases the resolution by aggregating local and global point features to deform a grid. Our method generates point clouds that are accurate, uniform and dense. Through extensive quantitative and qualitative evaluation on synthetic and real datasets, we demonstrate that DensePCR outperforms the existing state-of-the-art point cloud reconstruction works, while also providing a light-weight and scalable architecture for predicting high-resolution outputs.

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