CVDec 15, 2020

Detecting Invisible People

arXiv:2012.08419v142 citations
AI Analysis

This work tackles the problem of object permanence for embodied robotic agents, specifically self-driving vehicles, by enabling them to reason about occluded objects before they reappear, which is an incremental improvement to existing tracking systems.

This paper addresses the challenge of detecting invisible people in monocular video sequences, a critical capability for embodied robotic agents. The authors re-purpose tracking benchmarks and propose new metrics for this task, demonstrating that existing systems perform poorly. Their method, which combines dynamic sequence prediction and 3D reasoning using monocular depth estimation, improves F1 score by 11.4% over the baseline and 5.0% over the state-of-the-art.

Monocular object detection and tracking have improved drastically in recent years, but rely on a key assumption: that objects are visible to the camera. Many offline tracking approaches reason about occluded objects post-hoc, by linking together tracklets after the object re-appears, making use of reidentification (ReID). However, online tracking in embodied robotic agents (such as a self-driving vehicle) fundamentally requires object permanence, which is the ability to reason about occluded objects before they re-appear. In this work, we re-purpose tracking benchmarks and propose new metrics for the task of detecting invisible objects, focusing on the illustrative case of people. We demonstrate that current detection and tracking systems perform dramatically worse on this task. We introduce two key innovations to recover much of this performance drop. We treat occluded object detection in temporal sequences as a short-term forecasting challenge, bringing to bear tools from dynamic sequence prediction. Second, we build dynamic models that explicitly reason in 3D, making use of observations produced by state-of-the-art monocular depth estimation networks. To our knowledge, ours is the first work to demonstrate the effectiveness of monocular depth estimation for the task of tracking and detecting occluded objects. Our approach strongly improves by 11.4% over the baseline in ablations and by 5.0% over the state-of-the-art in F1 score.

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