LGCVROMLAug 11, 2019

DynaNet: Neural Kalman Dynamical Model for Motion Estimation and Prediction

arXiv:1908.03918v371 citations
AI Analysis

This work addresses the challenge of robust and interpretable dynamical modeling for physical systems, offering a hybrid approach that improves upon existing methods.

The authors tackled the problem of motion estimation and prediction by introducing DynaNet, a hybrid model combining deep learning with time-varying state-space models, achieving state-of-the-art results on tasks like visual odometry and visual-inertial navigation.

Dynamical models estimate and predict the temporal evolution of physical systems. State Space Models (SSMs) in particular represent the system dynamics with many desirable properties, such as being able to model uncertainty in both the model and measurements, and optimal (in the Bayesian sense) recursive formulations e.g. the Kalman Filter. However, they require significant domain knowledge to derive the parametric form and considerable hand-tuning to correctly set all the parameters. Data driven techniques e.g. Recurrent Neural Networks have emerged as compelling alternatives to SSMs with wide success across a number of challenging tasks, in part due to their ability to extract relevant features from rich inputs. They however lack interpretability and robustness to unseen conditions. In this work, we present DynaNet, a hybrid deep learning and time-varying state-space model which can be trained end-to-end. Our neural Kalman dynamical model allows us to exploit the relative merits of each approach. We demonstrate state-of-the-art estimation and prediction on a number of physically challenging tasks, including visual odometry, sensor fusion for visual-inertial navigation and pendulum control. In addition we show how DynaNet can indicate failures through investigation of properties such as the rate of innovation (Kalman Gain).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes