CVMay 17, 2019

Representation Learning on Visual-Symbolic Graphs for Video Understanding

arXiv:1905.07385v219 citations
Originality Incremental advance
AI Analysis

This addresses video understanding challenges for applications like surveillance or content analysis, but it is incremental as it builds on existing graph-based methods with specific enhancements.

The paper tackles the problem of capturing rich visual and semantic context in videos by proposing a hybrid graph approach with visual and symbolic components, achieving state-of-the-art performance on tasks like temporal action localization on the Charades dataset.

Events in natural videos typically arise from spatio-temporal interactions between actors and objects and involve multiple co-occurring activities and object classes. To capture this rich visual and semantic context, we propose using two graphs: (1) an attributed spatio-temporal visual graph whose nodes correspond to actors and objects and whose edges encode different types of interactions, and (2) a symbolic graph that models semantic relationships. We further propose a graph neural network for refining the representations of actors, objects and their interactions on the resulting hybrid graph. Our model goes beyond current approaches that assume nodes and edges are of the same type, operate on graphs with fixed edge weights and do not use a symbolic graph. In particular, our framework: a) has specialized attention-based message functions for different node and edge types; b) uses visual edge features; c) integrates visual evidence with label relationships; and d) performs global reasoning in the semantic space. Experiments on challenging video understanding tasks, such as temporal action localization on the Charades dataset, show that the proposed method leads to state-of-the-art performance.

Foundations

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

Your Notes