VOLDOR: Visual Odometry from Log-Logistic Dense Optical Flow Residuals
Abstract
We propose a dense indirect visual odometry method taking as input externally estimated optical flow fields instead of hand-crafted feature correspondences. We define our problem as a probabilistic model and develop a generalized-EM formulation for the joint inference of camera motion, pixel depth, and motion-track confidence. Contrary to traditional methods assuming Gaussian-distributed observation errors, we supervise our inference framework under an (empirically validated) adaptive log-logistic distribution model. Moreover, the log-logistic residual model generalizes well to different state-of-the-art optical flow methods, making our approach modular and agnostic to the choice of optical flow estimators. Our method achieved top-ranking results on both TUM RGB-D and KITTI odometry benchmarks. Our open-sourced implementation is inherently GPU-friendly with only linear computational and storage growth.
Cite
Text
Min et al. "VOLDOR: Visual Odometry from Log-Logistic Dense Optical Flow Residuals." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00495Markdown
[Min et al. "VOLDOR: Visual Odometry from Log-Logistic Dense Optical Flow Residuals." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/min2020cvpr-voldor/) doi:10.1109/CVPR42600.2020.00495BibTeX
@inproceedings{min2020cvpr-voldor,
title = {{VOLDOR: Visual Odometry from Log-Logistic Dense Optical Flow Residuals}},
author = {Min, Zhixiang and Yang, Yiding and Dunn, Enrique},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00495},
url = {https://mlanthology.org/cvpr/2020/min2020cvpr-voldor/}
}