paper-with-me

Papers

Memory Efficient Corner Detection for Event-driven Dynamic Vision Sensors

2024-01-18 · Pao-Sheng Vincent Sun, Arren Glover, Chiara Bartolozzi, Arindam Basu

Event cameras offer low-latency and data compression for visual applications, through event-driven operation, that can be exploited for edge processing in tiny autonomous agents. Robust, accurate and low latency extraction of highly informative features such as corners is key for most visual processing. While several corner detection algorithms have been proposed, state-of-the-art performance is achieved by luvHarris. However, this algorithm requires a high number of memory accesses per event, making it less-than ideal for low-latency, low-energy implementation in tiny edge processors. In this paper, we propose a new event-driven corner detection implementation tailored for edge computing devices, which requires much lower memory access than luvHarris while also improving accuracy. Our method trades computation for memory access, which is more expensive for large memories. For a DAVIS346 camera, our method requires ~3.8X less memory, ~36.6X less memory accesses with only ~2.3X more computes.

📄 PDF Abstract BibTeX arXiv:2401.09797

Code (0)

등록된 구현이 없습니다.

Tasks

Data CompressionEdge-computing

Similar Papers 제목 키워드 기반

FA-Harris: A Fast and Asynchronous Corner Detector for Event Cameras

2019-06-26 · Ruoxiang Li, Dianxi Shi, Yongjun Zhang, Kaiyue Li 외

Recently, the emerging bio-inspired event cameras have demonstrated potentials for a wide range of robotic applications in dynamic environments. In this paper, we propose a novel fast and asynchronous event-based corner …

Speed Invariant Time Surface for Learning to Detect Corner Points with Event-Based Cameras

2019-03-27 · CVPR 2019 6 · Jacques Manderscheid, Amos Sironi, Nicolas Bourdis, Davide Migliore 외

We propose a learning approach to corner detection for event-based cameras that is stable even under fast and abrupt motions. Event-based cameras offer high temporal resolution, power efficiency, and high dynamic range. …

CPU

LuvHarris: A Practical Corner Detector for Event-cameras

2021-05-24 · Arren Glover, Aiko Dinale, Leandro De Souza Rosa, Simeon Bamford 외

There have been a number of corner detection methods proposed for event cameras in the last years, since event-driven computer vision has become more accessible. Current state-of-the-art have either unsatisfactory accura…

Independent Motion Detection with Event-driven Cameras

2017-06-27 · Valentina Vasco, Arren Glover, Elias Mueggler, Davide Scaramuzza 외

Unlike standard cameras that send intensity images at a constant frame rate, event-driven cameras asynchronously report pixel-level brightness changes, offering low latency and high temporal resolution (both in the order…

Motion DetectionVisual Tracking

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…