Text-Guided Graph Neural Networks for Referring 3D Instance Segmentation

Abstract

This paper addresses a new task called referring 3D instance segmentation, which aims to segment out the target instance in a 3D scene given a query sentence. Previous work on scene understanding has explored visual grounding with natural language guidance, yet the emphasis is mostly constrained on images and videos. We propose a Text-guided Graph Neural Network (TGNN) for referring 3D instance segmentation on point clouds. Given a query sentence and the point cloud of a 3D scene, our method learns to extract per-point features and predicts an offset to shift each point toward its object center. Based on the point features and the offsets, we cluster the points to produce fused features and coordinates for the candidate objects. The resulting clusters are modeled as nodes in a Graph Neural Network to learn the representations that encompass the relation structure for each candidate object. The GNN layers leverage each object's features and its relations with neighbors to generate an attention heatmap for the input sentence expression. Finally, the attention heatmap is used to "guide" the aggregation of information from neighborhood nodes. Our method achieves state-of-the-art performance on referring 3D instance segmentation and 3D localization on ScanRefer, Nr3D, and Sr3D benchmarks, respectively.

Cite

Text

Huang et al. "Text-Guided Graph Neural Networks for Referring 3D Instance Segmentation." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I2.16253

Markdown

[Huang et al. "Text-Guided Graph Neural Networks for Referring 3D Instance Segmentation." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/huang2021aaai-text/) doi:10.1609/AAAI.V35I2.16253

BibTeX

@inproceedings{huang2021aaai-text,
  title     = {{Text-Guided Graph Neural Networks for Referring 3D Instance Segmentation}},
  author    = {Huang, Pin-Hao and Lee, Han-Hung and Chen, Hwann-Tzong and Liu, Tyng-Luh},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {1610-1618},
  doi       = {10.1609/AAAI.V35I2.16253},
  url       = {https://mlanthology.org/aaai/2021/huang2021aaai-text/}
}