Get: Group event transformer for event-based vision

Abstract

Event cameras are a type of novel neuromorphic sensor that has been gaining increasing attention. Existing event-based backbones mainly rely on image-based designs to extract spatial information within the image transformed from events, overlooking important event properties like time and polarity. To address this issue, we propose a novel Group-based vision Transformer backbone for Event-based vision, called Group Event Transformer (GET), which decouples temporal-polarity information from spatial information throughout the feature extraction process. Specifically, we first propose a new event representation for GET, named Group Token, which groups asynchronous events based on their timestamps and polarities. Then, GET applies the Event Dual Self-Attention block, and Group Token Aggregation module to facilitate effective feature communication and integration in both the spatial and temporal …

Publication
In ICCV

本文提出一种基于分组的事件视觉Transformer骨干网络GET,用于事件相机视觉任务。GET将事件按时间戳和极性分组为Group Token,并在特征提取过程中解耦时空信息与极性信息。通过事件双自注意力模块和分组Token聚合模块,实现空间与时间-极性信息的有效通信与整合,充分利用事件数据特性,提升事件视觉任务性能。