Live Demonstration: Tangentially Elongated Gaussian Belief Propagation for Event-Based Incremental Optical Flow Estimation
Abstract
Optical flow estimation is a fundamental functionality in computer vision. An event-based camera, which asynchronously detects sparse intensity changes, is an ideal device for realizing low-latency estimation of the optical flow owing to its low-latency sensing mechanism. We developed an efficient full-flow estimation called Tangentially elongated Gaussian belief propagation (TEGBP). TEGBP formulates the full flow estimation as the marginalization of probability using a message-passing based on the BP. The formulation permits event-by-event asynchronous incremental updates of the full flow; i.e., given a normal-flow observation, it updates its belief about full flow by asynchronous local communication. This paper presents a OpenMP based real-time full-flow estimation demo by taking advantage of the asynchronous formulation. Specifically, we parallelize the individual sequence of the message exchange evoked by a single normal-flow observation. Beliefs at each node are updated on an event-by-event basis manner in parallel, realizing the real-time procession on CPUs. Our C++ code is available at https://github.com/DensoITLab/tegbp.
Cite
Text
Sekikawa and Nagata. "Live Demonstration: Tangentially Elongated Gaussian Belief Propagation for Event-Based Incremental Optical Flow Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023. doi:10.1109/CVPRW59228.2023.00408Markdown
[Sekikawa and Nagata. "Live Demonstration: Tangentially Elongated Gaussian Belief Propagation for Event-Based Incremental Optical Flow Estimation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2023.](https://mlanthology.org/cvprw/2023/sekikawa2023cvprw-live/) doi:10.1109/CVPRW59228.2023.00408BibTeX
@inproceedings{sekikawa2023cvprw-live,
title = {{Live Demonstration: Tangentially Elongated Gaussian Belief Propagation for Event-Based Incremental Optical Flow Estimation}},
author = {Sekikawa, Yusuke and Nagata, Jun},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2023},
pages = {3931-3932},
doi = {10.1109/CVPRW59228.2023.00408},
url = {https://mlanthology.org/cvprw/2023/sekikawa2023cvprw-live/}
}