paper-with-me

Papers

Recurrent Vision Transformers for Object Detection with Event Cameras

2022-12-11 · CVPR 2023 1 · Mathias Gehrig, Davide Scaramuzza

We present Recurrent Vision Transformers (RVTs), a novel backbone for object detection with event cameras. Event cameras provide visual information with sub-millisecond latency at a high-dynamic range and with strong robustness against motion blur. These unique properties offer great potential for low-latency object detection and tracking in time-critical scenarios. Prior work in event-based vision has achieved outstanding detection performance but at the cost of substantial inference time, typically beyond 40 milliseconds. By revisiting the high-level design of recurrent vision backbones, we reduce inference time by a factor of 6 while retaining similar performance. To achieve this, we explore a multi-stage design that utilizes three key concepts in each stage: First, a convolutional prior that can be regarded as a conditional positional embedding. Second, local and dilated global self-attention for spatial feature interaction. Third, recurrent temporal feature aggregation to minimize latency while retaining temporal information. RVTs can be trained from scratch to reach state-of-the-art performance on event-based object detection - achieving an mAP of 47.2% on the Gen1 automotive dataset. At the same time, RVTs offer fast inference (<12 ms on a T4 GPU) and favorable parameter efficiency (5 times fewer than prior art). Our study brings new insights into effective design choices that can be fruitful for research beyond event-based vision.

📄 PDF Abstract BibTeX arXiv:2212.05598

Code (1)

uzh-rpg/rvt 공식 구현 pytorch

Tasks

Event-based visionGPUobject-detectionObject Detection

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

A Survey of Vision Transformers in Autonomous Driving: Current Trends and Future Directions

2024-03-12 · Quoc-Vinh Lai-Dang

This survey explores the adaptation of visual transformer models in Autonomous Driving, a transition inspired by their success in Natural Language Processing. Surpassing traditional Recurrent Neural Networks in tasks lik…

Autonomous DrivingDecoderLane Detectionobject-detection+4

Sparse Convolutional Recurrent Learning for Efficient Event-based Neuromorphic Object Detection

2025-06-16 · Shenqi Wang, Yingfu Xu, Amirreza Yousefzadeh, Sherif Eissa 외

Leveraging the high temporal resolution and dynamic range, object detection with event cameras can enhance the performance and safety of automotive and robotics applications in real-world scenarios. However, processing s…

Computational EfficiencyObjectobject-detectionObject Detection

Benchmarking Recurrent Event-Based Object Detection for Industrial Multi-Class Recognition on MTevent

2026-03-23 · Lokeshwaran Manohar, Moritz Roidl arxiv

Event cameras are attractive for industrial robotics because they provide high temporal resolution, high dynamic range, and reduced motion blur. However, most event-based object detection studies focus on outdoor driving…

Object Detection

Eventful Transformers: Leveraging Temporal Redundancy in Vision Transformers

2023-08-25 · ICCV 2023 1 · Matthew Dutson, Yin Li, Mohit Gupta

Vision Transformers achieve impressive accuracy across a range of visual recognition tasks. Unfortunately, their accuracy frequently comes with high computational costs. This is a particular issue in video recognition, w…

Action RecognitionObject DetectionVideo Object DetectionVideo Recognition