CVAIGRROSep 9, 2019

DensePoint: Learning Densely Contextual Representation for Efficient Point Cloud Processing

arXiv:1909.03669v1295 citations
Originality Incremental advance
AI Analysis

This addresses the problem of insufficient contextual semantic information in point cloud processing for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the challenge of processing point clouds with irregular shapes by proposing DensePoint, a general architecture that learns densely contextual representations, achieving state-of-the-art results on benchmarks across four tasks.

Point cloud processing is very challenging, as the diverse shapes formed by irregular points are often indistinguishable. A thorough grasp of the elusive shape requires sufficiently contextual semantic information, yet few works devote to this. Here we propose DensePoint, a general architecture to learn densely contextual representation for point cloud processing. Technically, it extends regular grid CNN to irregular point configuration by generalizing a convolution operator, which holds the permutation invariance of points, and achieves efficient inductive learning of local patterns. Architecturally, it finds inspiration from dense connection mode, to repeatedly aggregate multi-level and multi-scale semantics in a deep hierarchy. As a result, densely contextual information along with rich semantics, can be acquired by DensePoint in an organic manner, making it highly effective. Extensive experiments on challenging benchmarks across four tasks, as well as thorough model analysis, verify DensePoint achieves the state of the arts.

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