paper-with-me

Papers

Event Transformer

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

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}.

📄 PDF Abstract BibTeX arXiv:2204.05172

Code (1)

njuvision/eventtransformer 공식 구현 pytorch

Tasks

Event-based visionOptical Flow Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Event-based Monocular Dense Depth Estimation with Recurrent Transformers

2022-12-06 · Xu Liu, Jianing Li, Xiaopeng Fan, Yonghong Tian

Event cameras, offering high temporal resolutions and high dynamic ranges, have brought a new perspective to address common challenges (e.g., motion blur and low light) in monocular depth estimation. However, how to effe…

DecoderDepth EstimationEvent-based visionGPU+1

GET: Group Event Transformer for Event-Based Vision

2023-10-04 · ICCV 2023 1 · Yansong Peng, Yueyi Zhang, Zhiwei Xiong, Xiaoyan Sun 외

Event cameras are a type of novel neuromorphic sen-sor that has been gaining increasing attention. Existing event-based backbones mainly rely on image-based designs to extract spatial information within the image transfo…

ClassificationEvent-based visionobject-detectionObject Detection

Sound Event Detection Transformer: An Event-based End-to-End Model for Sound Event Detection

2021-10-05 · Zhirong Ye, Xiangdong Wang, Hong Liu, Yueliang Qian 외

Sound event detection (SED) has gained increasing attention with its wide application in surveillance, video indexing, etc. Existing models in SED mainly generate frame-level prediction, converting it into a sequence mul…

Audio TaggingBoundary DetectionEvent DetectionMulti-Label Classification+5

TransformerLSR: Attentive Joint Model of Longitudinal Data, Survival, and Recurrent Events with Concurrent Latent Structure

2024-04-04 · Zhiyue Zhang, Yao Zhao, Yanxun Xu

In applications such as biomedical studies, epidemiology, and social sciences, recurrent events often co-occur with longitudinal measurements and a terminal event, such as death. Therefore, jointly modeling longitudinal …

EpidemiologyPoint Processes

SpikePool: Event-driven Spiking Transformer with Pooling Attention

2025-10-14 · Donghyun Lee, Alex Sima, Yuhang Li, Panos Stinis 외 arxiv

Building on the success of transformers, Spiking Neural Networks (SNNs) have increasingly been integrated with transformer architectures, leading to spiking transformers that demonstrate promising performance on event-ba…

Event-based visionObject Detection