CompetitorFormer: Competitor Transformer for 3D Instance Segmentation
Duanchu Wang, Jing Liu, Haoran Gong, Yinghui Quan, Di Wang
TL;DR
This work tackles inter-query competition in transformer-based 3D instance segmentation, where many queries are allocated per scene and multiple queries can chase the same instance. It proposes CompetitorFormer, a set of plug-and-play designs—Query Competition Layer (QCL), Relative Relationship Encoding (RRE), and Rank Cross Attention (RCA)—to create spatial, competitive, and semantic cues that promote a dominant query and suppress competitors. By integrating these designs with state-of-the-art baselines (e.g., SPFormer, MAFT, OneFormer3D) and using a Sparse 3D U-Net backbone with flexible pooling, the approach yields consistent improvements across ScanNetv2, ScanNet200, S3DIS, and STPLS3D, including state-of-the-art results on several metrics. Ablation studies confirm the individual and combined value of QCL, RRE, and RCA, while qualitative analyses illustrate a faster emergence of the primary predictions and reduced competition among queries. Limitations include compatibility constraints with frameworks that assume a fixed number of queries, suggesting avenues to extend the method to additional 3D tasks such as object detection and panoptic segmentation.
Abstract
Transformer-based methods have become the dominant approach for 3D instance segmentation. These methods predict instance masks via instance queries, ranking them by classification confidence and IoU scores to select the top prediction as the final outcome. However, it has been observed that the current models employ a fixed and higher number of queries than the instances present within a scene. In such instances, multiple queries predict the same instance, yet only a single query is ultimately optimized. The close scores of queries in the lower-level decoders make it challenging for the dominant query to distinguish itself rapidly, which ultimately impairs the model's accuracy and convergence efficiency. This phenomenon is referred to as inter-query competition. To address this challenge, we put forth a series of plug-and-play competition-oriented designs, collectively designated as the CompetitorFormer, with the aim of reducing competition and facilitating a dominant query. Experiments showed that integrating our designs with state-of-the-art frameworks consistently resulted in significant performance improvements in 3D instance segmentation across a range of datasets.
