CVMar 18, 2022

CodedVTR: Codebook-based Sparse Voxel Transformer with Geometric Guidance

Tsinghua
arXiv:2203.09887v211 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses generalization and data efficiency problems for researchers and practitioners in 3D computer vision, offering an incremental improvement by embedding into existing sparse convolution-based methods.

The paper tackles the challenges of applying transformers to 3D vision tasks, such as irregular data structures and limited data, by proposing CodedVTR, a codebook-based sparse voxel transformer with geometric guidance, which improves data efficiency and generalization and achieves consistent performance gains in indoor and outdoor 3D semantic segmentation.

Transformers have gained much attention by outperforming convolutional neural networks in many 2D vision tasks. However, they are known to have generalization problems and rely on massive-scale pre-training and sophisticated training techniques. When applying to 3D tasks, the irregular data structure and limited data scale add to the difficulty of transformer's application. We propose CodedVTR (Codebook-based Voxel TRansformer), which improves data efficiency and generalization ability for 3D sparse voxel transformers. On the one hand, we propose the codebook-based attention that projects an attention space into its subspace represented by the combination of "prototypes" in a learnable codebook. It regularizes attention learning and improves generalization. On the other hand, we propose geometry-aware self-attention that utilizes geometric information (geometric pattern, density) to guide attention learning. CodedVTR could be embedded into existing sparse convolution-based methods, and bring consistent performance improvements for indoor and outdoor 3D semantic segmentation tasks

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes