Mixture-Kernel Graph Attention Network for Situation Recognition

ICCV 2019  ·  Mohammed Suhail, Leonid Sigal ·

Understanding images beyond salient actions involves reasoning about scene context, objects, and the roles they play in the captured event. Situation recognition has recently been introduced as the task of jointly reasoning about the verbs (actions) and a set of semantic-role and entity (noun) pairs in the form of action frames. Labeling an image with an action frame requires an assignment of values (nouns) to the roles based on the observed image content. Among the inherent challenges are the rich conditional structured dependencies between the output role assignments and the overall semantic sparsity. In this paper, we propose a novel mixture-kernel attention graph neural network (GNN) architecture designed to address these challenges. Our GNN enables dynamic graph structure during training and inference, through the use of a graph attention mechanism, and context-aware interactions between role pairs. We illustrate the efficacy of our model and design choices by conducting experiments on imSitu benchmark dataset, with accuracy improvements of up to 10% over the state-of-the-art.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Situation Recognition imSitu Kernel GraphNet Top-1 Verb 43.27 # 4
Top-1 Verb & Value 35.41 # 2
Top-5 Verbs 68.72 # 5
Top-5 Verbs & Value 55.62 # 4
Grounded Situation Recognition SWiG Kernel GraphNet Top-1 Verb 43.27 # 4
Top-1 Verb & Value 35.41 # 3
Top-5 Verbs 68.72 # 5
Top-5 Verbs & Value 55.62 # 4

Methods