paper-with-me

Papers

Learning to Detect Objects with a 1 Megapixel Event Camera

2020-09-28 · NeurIPS 2020 12 · Etienne Perot, Pierre de Tournemire, Davide Nitti, Jonathan Masci, Amos Sironi

Event cameras encode visual information with high temporal precision, low data-rate, and high-dynamic range. Thanks to these characteristics, event cameras are particularly suited for scenarios with high motion, challenging lighting conditions and requiring low latency. However, due to the novelty of the field, the performance of event-based systems on many vision tasks is still lower compared to conventional frame-based solutions. The main reasons for this performance gap are: the lower spatial resolution of event sensors, compared to frame cameras; the lack of large-scale training datasets; the absence of well established deep learning architectures for event-based processing. In this paper, we address all these problems in the context of an event-based object detection task. First, we publicly release the first high-resolution large-scale dataset for object detection. The dataset contains more than 14 hours recordings of a 1 megapixel event camera, in automotive scenarios, together with 25M bounding boxes of cars, pedestrians, and two-wheelers, labeled at high frequency. Second, we introduce a novel recurrent architecture for event-based detection and a temporal consistency loss for better-behaved training. The ability to compactly represent the sequence of events into the internal memory of the model is essential to achieve high accuracy. Our model outperforms by a large margin feed-forward event-based architectures. Moreover, our method does not require any reconstruction of intensity images from events, showing that training directly from raw events is possible, more efficient, and more accurate than passing through an intermediate intensity image. Experiments on the dataset introduced in this work, for which events and gray level images are available, show performance on par with that of highly tuned and studied frame-based detectors.

📄 PDF Abstract BibTeX arXiv:2009.13436

Code (0)

등록된 구현이 없습니다.

Tasks

Event-based visionobject-detectionObject Detection

Similar Papers 제목 키워드 기반

GeoIMO: Geometry-Driven Independent Motion Classification for Event Cameras

2026-06-23 · Anil Bayram Gogebakan, Filippo Marostica, Alessio Caviglia, Alessandro Savino 외 arxiv

Existing automotive event datasets rely on appearance-based annotations from frame pipelines, making them poorly suited for motion-aware event perception. We present a geometry-driven, annotation-free framework that clas…

SE-Harris and eSUSAN: Asynchronous Event-Based Corner Detection Using Megapixel Resolution CeleX-V Camera

2021-05-02 · Jinjian Li, Chuandong Guo, Li Su, Xiangyu Wang 외

Event cameras are novel neuromorphic vision sensors with ultrahigh temporal resolution and low latency, both in the order of microseconds. Instead of image frames, event cameras generate an asynchronous event stream of p…

Interactive Segmentation and Visualization for Tiny Objects in Multi-megapixel Images

2022-04-21 · CVPR 2022 1 · Chengyuan Xu, Boning Dong, Noah Stier, Curtis McCully 외

We introduce an interactive image segmentation and visualization framework for identifying, inspecting, and editing tiny objects (just a few pixels wide) in large multi-megapixel high-dynamic-range (HDR) images. Detectin…

GPUImage SegmentationInteractive SegmentationSegmentation+1

Moving Object Detection for Event-based Vision using k-means Clustering

2021-09-04 · Anindya Mondal, Mayukhmali Das

Moving object detection is important in computer vision. Event-based cameras are bio-inspired cameras that work by mimicking the working of the human eye. These cameras have multiple advantages over conventional frame-ba…

ClusteringEvent-based visionMoving Object DetectionObject+2

Asynchronous Multi-Object Tracking with an Event Camera

2025-05-12 · Angus Apps, Ziwei Wang, Vladimir Perejogin, Timothy Molloy 외

Events cameras are ideal sensors for enabling robots to detect and track objects in highly dynamic environments due to their low latency output, high temporal resolution, and high dynamic range. In this paper, we present…

Multi-Object TrackingObjectObject TrackingOptical Flow Estimation