What is: Fast Voxel Query?
Source | Voxel Transformer for 3D Object Detection |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Fast Voxel Query is a module used in the Voxel Transformer 3D object detection model implementation of self-attention, specifically Local and Dilated Attention. For each querying index , an attending voxel index is determined by Local and Dilated Attention. Then we can lookup the non-empty index in the hash table with hashed as the key. Finally, the non-empty index is used to gather the attending feature from for multi-head attention.