CVROApr 24, 2019

PCA-RECT: An Energy-efficient Object Detection Approach for Event Cameras

arXiv:1904.12665v115 citations
Originality Incremental advance
AI Analysis

This work addresses the accuracy gap in object detection for event cameras, which is crucial for applications requiring low power and high temporal resolution, though it appears incremental as it builds on existing event-based methods.

The paper tackles the problem of low accuracy in event-based object detection by proposing an energy-efficient approach using PCA for feature extraction and a backtracking-free k-d tree for matching, achieving superior classification performance on real-world datasets and real-time FPGA implementation.

We present the first purely event-based, energy-efficient approach for object detection and categorization using an event camera. Compared to traditional frame-based cameras, choosing event cameras results in high temporal resolution (order of microseconds), low power consumption (few hundred mW) and wide dynamic range (120 dB) as attractive properties. However, event-based object recognition systems are far behind their frame-based counterparts in terms of accuracy. To this end, this paper presents an event-based feature extraction method devised by accumulating local activity across the image frame and then applying principal component analysis (PCA) to the normalized neighborhood region. Subsequently, we propose a backtracking-free k-d tree mechanism for efficient feature matching by taking advantage of the low-dimensionality of the feature representation. Additionally, the proposed k-d tree mechanism allows for feature selection to obtain a lower-dimensional dictionary representation when hardware resources are limited to implement dimensionality reduction. Consequently, the proposed system can be realized on a field-programmable gate array (FPGA) device leading to high performance over resource ratio. The proposed system is tested on real-world event-based datasets for object categorization, showing superior classification performance and relevance to state-of-the-art algorithms. Additionally, we verified the object detection method and real-time FPGA performance in lab settings under non-controlled illumination conditions with limited training data and ground truth annotations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes