English

Event Transformer

Computer Vision and Pattern Recognition 2024-06-13 v2

Abstract

The event camera's low power consumption and ability to capture microsecond brightness changes make it attractive for various computer vision tasks. Existing event representation methods typically convert events into frames, voxel grids, or spikes for deep neural networks (DNNs). However, these approaches often sacrifice temporal granularity or require specialized devices for processing. This work introduces a novel token-based event representation, where each event is considered a fundamental processing unit termed an event-token. This approach preserves the sequence's intricate spatiotemporal attributes at the event level. Moreover, we propose a Three-way Attention mechanism in the Event Transformer Block (ETB) to collaboratively construct temporal and spatial correlations between events. We compare our proposed token-based event representation extensively with other prevalent methods for object classification and optical flow estimation. The experimental results showcase its competitive performance while demanding minimal computational resources on standard devices. Our code is publicly accessible at \url{https://github.com/NJUVISION/EventTransformer}.

Keywords

Cite

@article{arxiv.2204.05172,
  title  = {Event Transformer},
  author = {Bin Jiang and Zhihao Li and M. Salman Asif and Xun Cao and Zhan Ma},
  journal= {arXiv preprint arXiv:2204.05172},
  year   = {2024}
}

Comments

Accepted by ICASSP2024

R2 v1 2026-06-24T10:44:37.819Z