CVDec 11, 2020

On Learning the Right Attention Point for Feature Enhancement

arXiv:2012.06257v38 citations
AI Analysis

This work offers a strong specific gain in performance for point cloud processing tasks by improving feature enhancement, which is relevant for researchers and practitioners working with 3D data.

This paper introduces a new attention mechanism for point cloud processing that learns to locate the optimal single attention point for tasks like classification and segmentation. Networks incorporating this mechanism consistently outperform original networks and other multi-attention point alternatives on benchmarks such as ModelNet40, ShapeNetPart, and S3DIS.

We present a novel attention-based mechanism to learn enhanced point features for point cloud processing tasks, e.g., classification and segmentation. Unlike prior works, which were trained to optimize the weights of a pre-selected set of attention points, our approach learns to locate the best attention points to maximize the performance of a specific task, e.g., point cloud classification. Importantly, we advocate the use of single attention point to facilitate semantic understanding in point feature learning. Specifically, we formulate a new and simple convolution, which combines convolutional features from an input point and its corresponding learned attention point, or LAP, for short. Our attention mechanism can be easily incorporated into state-of-the-art point cloud classification and segmentation networks. Extensive experiments on common benchmarks such as ModelNet40, ShapeNetPart, and S3DIS all demonstrate that our LAP-enabled networks consistently outperform the respective original networks, as well as other competitive alternatives, which employ multiple attention points, either pre-selected or learned under our LAP framework.

Foundations

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

Your Notes