CVAug 2, 2017

Temporal Dynamic Graph LSTM for Action-driven Video Object Detection

arXiv:1708.00666v196 citations
Originality Incremental advance
AI Analysis

This work addresses the domain shift issue for video object detection using weak supervision from action descriptions, which is incremental as it builds on existing weakly-supervised methods but adapts them to videos.

The paper tackles the problem of weakly-supervised object detection in videos, where objects not involved in human actions are often missing from action descriptions, by proposing a Temporal Dynamic Graph LSTM that uses global temporal reasoning to transfer knowledge across correlated object proposals, achieving superior results on the Charades dataset.

In this paper, we investigate a weakly-supervised object detection framework. Most existing frameworks focus on using static images to learn object detectors. However, these detectors often fail to generalize to videos because of the existing domain shift. Therefore, we investigate learning these detectors directly from boring videos of daily activities. Instead of using bounding boxes, we explore the use of action descriptions as supervision since they are relatively easy to gather. A common issue, however, is that objects of interest that are not involved in human actions are often absent in global action descriptions known as "missing label". To tackle this problem, we propose a novel temporal dynamic graph Long Short-Term Memory network (TD-Graph LSTM). TD-Graph LSTM enables global temporal reasoning by constructing a dynamic graph that is based on temporal correlations of object proposals and spans the entire video. The missing label issue for each individual frame can thus be significantly alleviated by transferring knowledge across correlated objects proposals in the whole video. Extensive evaluations on a large-scale daily-life action dataset (i.e., Charades) demonstrates the superiority of our proposed method. We also release object bounding-box annotations for more than 5,000 frames in Charades. We believe this annotated data can also benefit other research on video-based object recognition in the future.

Foundations

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

Your Notes