Region-Transformer: Self-Attention Region Based Class-Agnostic Point Cloud Segmentation

Dipesh Gyawali,Jian Zhang,BB Karki
DOI: https://doi.org/10.5220/0012424500003660
2024-03-03
Abstract:Point cloud segmentation, which helps us understand the environment of specific structures and objects, can be performed in class-specific and class-agnostic ways. We propose a novel region-based transformer model called Region-Transformer for performing class-agnostic point cloud segmentation. The model utilizes a region-growth approach and self-attention mechanism to iteratively expand or contract a region by adding or removing points. It is trained on simulated point clouds with instance labels only, avoiding semantic labels. Attention-based networks have succeeded in many previous methods of performing point cloud segmentation. However, a region-growth approach with attention-based networks has yet to be used to explore its performance gain. To our knowledge, we are the first to use a self-attention mechanism in a region-growth approach. With the introduction of self-attention to region-growth that can utilize local contextual information of neighborhood points, our experiments demonstrate that the Region-Transformer model outperforms previous class-agnostic and class-specific methods on indoor datasets regarding clustering metrics. The model generalizes well to large-scale scenes. Key advantages include capturing long-range dependencies through self-attention, avoiding the need for semantic labels during training, and applicability to a variable number of objects. The Region-Transformer model represents a promising approach for flexible point cloud segmentation with applications in robotics, digital twinning, and autonomous vehicles.
Computer Vision and Pattern Recognition,Artificial Intelligence,Robotics
What problem does this paper attempt to address?
The paper attempts to address the problem of class-agnostic segmentation in point cloud data. Specifically, most existing point cloud segmentation methods rely heavily on semantic labels, meaning they need to know in advance which category each point belongs to, which limits the flexibility and applicability of these methods. In contrast, class-agnostic segmentation methods do not require such prior knowledge, allowing for more flexible handling of point cloud data in different environments. To achieve this goal, the authors propose a new model based on region growing and self-attention mechanisms—Region-Transformer. By combining self-attention mechanisms with region growing methods, this model can effectively segment point cloud data without semantic labels. Specifically, the main contributions of the model include: 1. **Utilizing self-attention mechanisms**: By applying self-attention mechanisms within local neighborhoods, the model can capture fine-grained relationships between points and their neighboring points, thereby determining segmentation boundaries more precisely. 2. **Region growing method**: The model adopts an iterative approach, gradually expanding or contracting regions by adding or removing points to complete the segmentation task. 3. **No need for semantic labels**: The model does not require semantic labels during training, only instance labels, which gives the model higher flexibility and allows it to handle any number of objects. 4. **Suitable for large-scale scenes**: The model is not only applicable to small-scale data but also handles large-scale scenes well, such as factories and large buildings. Experimental results show that Region-Transformer significantly outperforms existing class-specific and class-agnostic segmentation methods on both indoor and outdoor datasets, particularly excelling in clustering metrics. Additionally, the model demonstrates excellent computational efficiency, achieving fast inference speeds while maintaining high accuracy. These characteristics make it widely applicable in fields such as robotic perception, autonomous navigation, digital twins, and augmented reality.