ROCVFeb 19, 2016

Depth-Based Object Tracking Using a Robust Gaussian Filter

arXiv:1602.06157v187 citations
Originality Incremental advance
AI Analysis

This work improves tracking accuracy for robotics or AR/VR applications, but it is incremental as it builds on existing robustification methods.

The paper tackles 3D object tracking from depth images by addressing fat-tailed noise and high computational cost, proposing a robust Gaussian filter that outperforms standard Gaussian filters and matches particle filters in efficiency while improving accuracy and smoothness.

We consider the problem of model-based 3D-tracking of objects given dense depth images as input. Two difficulties preclude the application of a standard Gaussian filter to this problem. First of all, depth sensors are characterized by fat-tailed measurement noise. To address this issue, we show how a recently published robustification method for Gaussian filters can be applied to the problem at hand. Thereby, we avoid using heuristic outlier detection methods that simply reject measurements if they do not match the model. Secondly, the computational cost of the standard Gaussian filter is prohibitive due to the high-dimensional measurement, i.e. the depth image. To address this problem, we propose an approximation to reduce the computational complexity of the filter. In quantitative experiments on real data we show how our method clearly outperforms the standard Gaussian filter. Furthermore, we compare its performance to a particle-filter-based tracking method, and observe comparable computational efficiency and improved accuracy and smoothness of the estimates.

Code Implementations1 repo
Foundations

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

Your Notes