CVNov 25, 2021

BoxeR: Box-Attention for 2D and 3D Transformers

arXiv:2111.13087v244 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing transformer learning capabilities for computer vision tasks like detection and segmentation, offering a novel attention mechanism that is incremental in adapting to 2D and 3D contexts.

The paper tackles the problem of improving transformers for vision tasks by proposing BoxeR, a box-attention mechanism that enables spatial interaction between grid features from boxes of interest, achieving state-of-the-art results on COCO detection and instance segmentation with BoxeR-2D and improving baseline performance for 3D object detection on Waymo Open with BoxeR-3D.

In this paper, we propose a simple attention mechanism, we call box-attention. It enables spatial interaction between grid features, as sampled from boxes of interest, and improves the learning capability of transformers for several vision tasks. Specifically, we present BoxeR, short for Box Transformer, which attends to a set of boxes by predicting their transformation from a reference window on an input feature map. The BoxeR computes attention weights on these boxes by considering its grid structure. Notably, BoxeR-2D naturally reasons about box information within its attention module, making it suitable for end-to-end instance detection and segmentation tasks. By learning invariance to rotation in the box-attention module, BoxeR-3D is capable of generating discriminative information from a bird's-eye view plane for 3D end-to-end object detection. Our experiments demonstrate that the proposed BoxeR-2D achieves state-of-the-art results on COCO detection and instance segmentation. Besides, BoxeR-3D improves over the end-to-end 3D object detection baseline and already obtains a compelling performance for the vehicle category of Waymo Open, without any class-specific optimization. Code is available at https://github.com/kienduynguyen/BoxeR.

Code Implementations1 repo
Foundations

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

Your Notes