paper-with-me

Papers

ABMOF: A Novel Optical Flow Algorithm for Dynamic Vision Sensors

2018-05-10 · Min Liu, Tobi Delbruck

Dynamic Vision Sensors (DVS), which output asynchronous log intensity change events, have potential applications in high-speed robotics, autonomous cars and drones. The precise event timing, sparse output, and wide dynamic range of the events are well suited for optical flow, but conventional optical flow (OF) algorithms are not well matched to the event stream data. This paper proposes an event-driven OF algorithm called adaptive block-matching optical flow (ABMOF). ABMOF uses time slices of accumulated DVS events. The time slices are adaptively rotated based on the input events and OF results. Compared with other methods such as gradient-based OF, ABMOF can efficiently be implemented in compact logic circuits. Results show that ABMOF achieves comparable accuracy to conventional standards such as Lucas-Kanade (LK). The main contributions of our paper are new adaptive time-slice rotation methods that ensure the generated slices have sufficient features for matching,including a feedback mechanism that controls the generated slices to have average slice displacement within the block search range. An LK method using our adapted slices is also implemented. The ABMOF accuracy is compared with this LK method on natural scene data including sparse and dense texture, high dynamic range, and fast motion exceeding 30,000 pixels per second.The paper dataset and source code are available from http://sensors.ini.uzh.ch/databases.html.

📄 PDF Abstract BibTeX arXiv:1805.03988

Code (0)

등록된 구현이 없습니다.

Tasks

Optical Flow Estimation

Similar Papers 제목 키워드 기반

Simultaneous Optical Flow and Segmentation (SOFAS) using Dynamic Vision Sensor

2018-05-31 · Timo Stoffregen, Lindsay Kleeman

We present an algorithm (SOFAS) to estimate the optical flow of events generated by a dynamic vision sensor (DVS). Where traditional cameras produce frames at a fixed rate, DVSs produce asynchronous events in response to…

Optical Flow Estimation

Aggressive Perception-Aware Navigation using Deep Optical Flow Dynamics and PixelMPC

2020-01-07 · Keuntaek Lee, Jason Gibson, Evangelos A. Theodorou

Recently, vision-based control has gained traction by leveraging the power of machine learning. In this work, we couple a model predictive control (MPC) framework to a visual pipeline. We introduce deep optical flow (DOF…

Model Predictive ControlOptical Flow Estimation

Unsupervised Learning Optical Flow in Multi-frame Dynamic Environment Using Temporal Dynamic Modeling

2023-04-14 · Zitang Sun, Shin'ya Nishida, Zhengbo Luo

For visual estimation of optical flow, a crucial function for many vision tasks, unsupervised learning, using the supervision of view synthesis has emerged as a promising alternative to supervised methods, since ground-t…

Optical Flow Estimation

PCA Event-Based Optical Flow for Visual Odometry

2021-05-08 · Mahmoud Z. Khairallah, Fabien Bonardi, David Roussel, Samia Bouchafa

With the advent of neuromorphic vision sensors such as event-based cameras, a paradigm shift is required for most computer vision algorithms. Among these algorithms, optical flow estimation is a prime candidate for this …

Event-based Optical FlowOptical Flow EstimationVisual Odometry

Learning Optical Expansion From Scale Matching

2023-01-01 · CVPR 2023 1 · Han Ling, Yinghui Sun, Quansen Sun, Zhenwen Ren

This paper address the problem of optical expansion (OE). OE describes the object scale change between two frames, widely used in monocular 3D vision tasks. Previous methods estimate optical expansion mainly from opt…

Optical Flow Estimation