BoxeR: Box-Attention for 2D and 3D Transformers
Duy-Kien Nguyen, Jihong Ju, Olaf Booij, Martin R. Oswald, Cees G. M., Snoek

TL;DR
BoxeR introduces a novel box-attention mechanism for transformers that enhances spatial reasoning in 2D and 3D vision tasks, leading to state-of-the-art results in detection and segmentation without complex class-specific tuning.
Contribution
The paper presents BoxeR, a new attention module that explicitly models box-based spatial interactions in transformers for 2D and 3D vision tasks.
Findings
Achieves state-of-the-art on COCO detection and segmentation.
Improves 3D object detection performance on Waymo dataset.
Effectively reasons about spatial information in both 2D and 3D contexts.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Robotics and Sensor-Based Localization
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Region Proposal Network · RoIAlign · Byte Pair Encoding · Dense Connections · Position-Wise Feed-Forward Layer · Absolute Position Encodings · Label Smoothing
