paper-with-me

홈 › Papers

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, Vincent Lepetit

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. However, the properties of event-based data are very different compared to standard intensity images, and simple extensions of corner detection methods designed for these images do not perform well on event-based data. We first introduce an efficient way to compute a time surface that is invariant to the speed of the objects. We then show that we can train a Random Forest to recognize events generated by a moving corner from our time surface. Random Forests are also extremely efficient, and therefore a good choice to deal with the high capture frequency of event-based cameras ---our implementation processes up to 1.6Mev/s on a single CPU. Thanks to our time surface formulation and this learning approach, our method is significantly more robust to abrupt changes of direction of the corners compared to previous ones. Our method also naturally assigns a confidence score for the corners, which can be useful for postprocessing. Moreover, we introduce a high-resolution dataset suitable for quantitative evaluation and comparison of corner detection methods for event-based cameras. We call our approach SILC, for Speed Invariant Learned Corners, and compare it to the state-of-the-art with extensive experiments, showing better performance.

📄 PDF Abstract BibTeX arXiv:1903.11332

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

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 …

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…

A novel approach to nose-tip and eye corners detection using H-K Curvature Analysis in case of 3D images

2013-09-18 · Parama Bagchi, Debotosh Bhattacharjee, Mita Nasipuri, Dipak Kumar Basu

In this paper we present a novel method that combines a HK curvature-based approach for three-dimensional (3D) face detection in different poses (X-axis, Y-axis and Z-axis). Salient face features, such as the eyes and no…

Face Detection

Affine Differential Invariants for Invariant Feature Point Detection

2018-03-05 · Stanley L. Tuznik, Peter J. Olver, Allen Tannenbaum

Image feature points are detected as pixels which locally maximize a detector function, two commonly used examples of which are the (Euclidean) image gradient and the Harris-Stephens corner detector. A major limitation o…

SPFCN: Select and Prune the Fully Convolutional Networks for Real-time Parking Slot Detection

2020-03-25 · Zhuoping Yu, Zhong Gao, Hansheng Chen, Yuyao Huang

For vehicles equipped with the automatic parking system, the accuracy and speed of the parking slot detection are crucial. But the high accuracy is obtained at the price of low speed or expensive computation equipment, w…

CPU