CVAug 31, 2022

3DLG-Detector: 3D Object Detection via Simultaneous Local-Global Feature Learning

arXiv:2208.14796v1h-index: 37
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in 3D computer vision for applications like robotics and autonomous driving, with incremental improvements in feature learning.

The paper tackled the problem of 3D object detection by proposing a network that simultaneously learns local and global features from point clouds, resulting in improved detection accuracy and robustness over thirteen competitors on SUN RGB-D and ScanNet datasets.

Capturing both local and global features of irregular point clouds is essential to 3D object detection (3OD). However, mainstream 3D detectors, e.g., VoteNet and its variants, either abandon considerable local features during pooling operations or ignore many global features in the whole scene context. This paper explores new modules to simultaneously learn local-global features of scene point clouds that serve 3OD positively. To this end, we propose an effective 3OD network via simultaneous local-global feature learning (dubbed 3DLG-Detector). 3DLG-Detector has two key contributions. First, it develops a Dynamic Points Interaction (DPI) module that preserves effective local features during pooling. Besides, DPI is detachable and can be incorporated into existing 3OD networks to boost their performance. Second, it develops a Global Context Aggregation module to aggregate multi-scale features from different layers of the encoder to achieve scene context-awareness. Our method shows improvements over thirteen competitors in terms of detection accuracy and robustness on both the SUN RGB-D and ScanNet datasets. Source code will be available upon publication.

Foundations

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

Your Notes