SASA: Semantics-Augmented Set Abstraction for Point-Based 3D Object Detection
Abstract
Although point-based networks are demonstrated to be accurate for 3D point cloud modeling, they are still falling behind their voxel-based competitors in 3D detection. We observe that the prevailing set abstraction design for down-sampling points may maintain too much unimportant background information that can affect feature learning for detecting objects. To tackle this issue, we propose a novel set abstraction method named Semantics-Augmented Set Abstraction (SASA). Technically, we first add a binary segmentation module as the side output to help identify foreground points. Based on the estimated point-wise foreground scores, we then propose a semantics-guided point sampling algorithm to help retain more important foreground points during down-sampling. In practice, SASA shows to be effective in identifying valuable points related to foreground objects and improving feature learning for point-based 3D detection. Additionally, it is an easy-to-plug-in module and able to boost various point-based detectors, including single-stage and two-stage ones. Extensive experiments on the popular KITTI and nuScenes datasets validate the superiority of SASA, lifting point-based detection models to reach comparable performance to state-of-the-art voxel-based methods. Code is available at https://github.com/blakechen97/SASA.
Cite
Text
Chen et al. "SASA: Semantics-Augmented Set Abstraction for Point-Based 3D Object Detection." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I1.19897Markdown
[Chen et al. "SASA: Semantics-Augmented Set Abstraction for Point-Based 3D Object Detection." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/chen2022aaai-sasa/) doi:10.1609/AAAI.V36I1.19897BibTeX
@inproceedings{chen2022aaai-sasa,
title = {{SASA: Semantics-Augmented Set Abstraction for Point-Based 3D Object Detection}},
author = {Chen, Chen and Chen, Zhe and Zhang, Jing and Tao, Dacheng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2022},
pages = {221-229},
doi = {10.1609/AAAI.V36I1.19897},
url = {https://mlanthology.org/aaai/2022/chen2022aaai-sasa/}
}