A hierarchical multi-token transformer for 3D scene segmentation
摘要
Inspired by the success of the Transformer in NLP and 2D vision, Transformer-based architecture networks have recently become the focus of research in the 3D vision community. However, directly applying Transformer to 3D tasks, especially 3D scene segmentation, will result in huge computational costs due to quadratic computation complexity to the number of input points. Therefore, most existing Transformer-based networks focus on aggregating local features but fail to capture long-range dependencies due to the expensive calculation of global attention. In this paper, we propose a Hierarchical Multi-Token Transformer (HMTT) for point cloud scene segmentation that introduces multiple learnable token at different level to capture long-range dependencies with a low computational cost. Specifically, we first propose a novel Transformer layer, the LFGS-Attention module, which consists of the Local Feature Attention (LFA) module and the Global Semantic Attention (GSA) module to learn local neighborhood features and global semantic contextual information, respectively. Instead of computing global self-attention, the GSA module introduces multiple-category learnable tokens and calculates cross-attention between these tokens and all the points, which reduces memory complexity from