paper-with-me

홈 › Papers

Event Voxel Set Transformer for Spatiotemporal Representation Learning on Event Streams

2023-03-07 · Bochen Xie, Yongjian Deng, Zhanpeng Shao, Qingsong Xu, Youfu Li

Event cameras are neuromorphic vision sensors that record a scene as sparse and asynchronous event streams. Most event-based methods project events into dense frames and process them using conventional vision models, resulting in high computational complexity. A recent trend is to develop point-based networks that achieve efficient event processing by learning sparse representations. However, existing works may lack robust local information aggregators and effective feature interaction operations, thus limiting their modeling capabilities. To this end, we propose an attention-aware model named Event Voxel Set Transformer (EVSTr) for efficient spatiotemporal representation learning on event streams. It first converts the event stream into voxel sets and then hierarchically aggregates voxel features to obtain robust representations. The core of EVSTr is an event voxel transformer encoder that consists of two well-designed components, including the Multi-Scale Neighbor Embedding Layer (MNEL) for local information aggregation and the Voxel Self-Attention Layer (VSAL) for global feature interaction. Enabling the network to incorporate a long-range temporal structure, we introduce a segment modeling strategy (S$^{2}$TM) to learn motion patterns from a sequence of segmented voxel sets. The proposed model is evaluated on two recognition tasks, including object classification and action recognition. To provide a convincing model evaluation, we present a new event-based action recognition dataset (NeuroHAR) recorded in challenging scenarios. Comprehensive experiments show that EVSTr achieves state-of-the-art performance while maintaining low model complexity.

📄 PDF Abstract BibTeX arXiv:2303.03856

Code (1)

bochenxie/neurohar 공식 구현

Tasks

Action RecognitionRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Event Transformer

2022-04-11 · Bin Jiang, Zhihao LI, M. Salman Asif, Xun Cao 외

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 fra…

Event-based visionOptical Flow Estimation

Learning Bottleneck Transformer for Event Image-Voxel Feature Fusion based Classification

2023-08-23 · Chengguo Yuan, Yu Jin, Zongzhen Wu, Fanting Wei 외

Recognizing target objects using an event-based camera draws more and more attention in recent years. Existing works usually represent the event streams into point-cloud, voxel, image, etc, and learn the feature represen…

Graph Neural Network

Rethinking RGB-Event Semantic Segmentation with a Novel Bidirectional Motion-enhanced Event Representation

2025-05-02 · Zhen Yao, Xiaowen Ying, Mooi Choo Chuah

Event cameras capture motion dynamics, offering a unique modality with great potential in various computer vision tasks. However, RGB-Event fusion faces three intrinsic misalignments: (i) temporal, (ii) spatial, and (iii…

Semantic Segmentation

Deep Learning-based Event Data Coding: A Joint Spatiotemporal and Polarity Solution

2025-02-05 · Abdelrahman Seleem, André F. R. Guarda, Nuno M. M. Rodrigues, Fernando Pereira

Neuromorphic vision sensors, commonly referred to as event cameras, have recently gained relevance for applications requiring high-speed, high dynamic range and low-latency data acquisition. Unlike traditional frame-base…

Binarization

Spiking Patches: Asynchronous, Sparse, and Efficient Tokens for Event Cameras

2025-10-30 · Christoffer Koo Øhrstrøm, Ronja Güldenring, Lazaros Nalpantidis arxiv

We propose tokenization of events and present a tokenizer, Spiking Patches, specifically designed for event cameras. Given a stream of asynchronous and spatially sparse events, our goal is to discover an event representa…

Gesture RecognitionEvent-based visionObject Detection