Geometry-Aware 3D Salient Object Detection Network

Abstract

Point cloud salient object detection has attracted the attention of researchers in recent years. Since existing works do not fully utilize the geometry context of 3D objects, blurry boundaries are generated when segmenting objects with complex backgrounds. In this paper, we propose a geometry-aware 3D salient object detection network that explicitly clusters points into superpoints to enhance the geometric boundaries of objects, thereby segmenting complete objects with clear boundaries. Specifically, we first propose a simple yet effective superpoint partition module to cluster points into superpoints. In order to improve the quality of superpoints, we present a point cloud class-agnostic loss to learn discriminative point features for clustering superpoints from the object. After obtaining superpoints, we then propose a geometry enhancement module that utilizes superpoint-point attention to aggregate geometric information into point features for predicting the salient map of the object with clear boundaries. Extensive experiments show that our method achieves new state-of-the-art performance on the PCSOD dataset.

Cite

Text

Wang et al. "Geometry-Aware 3D Salient Object Detection Network." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I7.32813

Markdown

[Wang et al. "Geometry-Aware 3D Salient Object Detection Network." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/wang2025aaai-geometry/) doi:10.1609/AAAI.V39I7.32813

BibTeX

@inproceedings{wang2025aaai-geometry,
  title     = {{Geometry-Aware 3D Salient Object Detection Network}},
  author    = {Wang, Chen and Zhang, Liyuan and Hui, Le and Liu, Qi and Dai, Yuchao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {7554-7562},
  doi       = {10.1609/AAAI.V39I7.32813},
  url       = {https://mlanthology.org/aaai/2025/wang2025aaai-geometry/}
}