CVJan 6, 2023

Hierarchical Point Attention for Indoor 3D Object Detection

SalesforceStanford
arXiv:2301.02650v24 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses a reliability issue for robotic systems like domestic robots by enhancing 3D object detection in indoor scenes, though it is incremental as it builds on existing transformer detectors.

The authors tackled the problem of poor performance of transformer-based 3D object detectors on small objects in indoor environments by proposing two hierarchical attention operations, resulting in improved state-of-the-art results on benchmarks with significant gains for smaller objects.

3D object detection is an essential vision technique for various robotic systems, such as augmented reality and domestic robots. Transformers as versatile network architectures have recently seen great success in 3D point cloud object detection. However, the lack of hierarchy in a plain transformer restrains its ability to learn features at different scales. Such limitation makes transformer detectors perform worse on smaller objects and affects their reliability in indoor environments where small objects are the majority. This work proposes two novel attention operations as generic hierarchical designs for point-based transformer detectors. First, we propose Aggregated Multi-Scale Attention (MS-A) that builds multi-scale tokens from a single-scale input feature to enable more fine-grained feature learning. Second, we propose Size-Adaptive Local Attention (Local-A) with adaptive attention regions for localized feature aggregation within bounding box proposals. Both attention operations are model-agnostic network modules that can be plugged into existing point cloud transformers for end-to-end training. We evaluate our method on two widely used indoor detection benchmarks. By plugging our proposed modules into the state-of-the-art transformer-based 3D detectors, we improve the previous best results on both benchmarks, with more significant improvements on smaller objects.

Foundations

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

Your Notes