CVMay 9, 2020

Understanding Dynamic Scenes using Graph Convolution Networks

arXiv:2005.04437v533 citations
AI Analysis

This work addresses the problem of dynamic scene understanding for navigation tasks like behavior planning and traffic violation detection, representing an incremental improvement through a novel graph-based method.

The authors tackled the problem of modeling on-road vehicle behaviors from video sequences by proposing a Multi-Relational Graph Convolutional Network (MRGCN) framework with an attention mechanism, achieving significant performance gains over prior methods on vehicle-behavior classification tasks across four datasets and enabling seamless transfer learning without fine-tuning.

We present a novel Multi-Relational Graph Convolutional Network (MRGCN) based framework to model on-road vehicle behaviors from a sequence of temporally ordered frames as grabbed by a moving monocular camera. The input to MRGCN is a multi-relational graph where the graph's nodes represent the active and passive agents/objects in the scene, and the bidirectional edges that connect every pair of nodes are encodings of their Spatio-temporal relations. We show that this proposed explicit encoding and usage of an intermediate spatio-temporal interaction graph to be well suited for our tasks over learning end-end directly on a set of temporally ordered spatial relations. We also propose an attention mechanism for MRGCNs that conditioned on the scene dynamically scores the importance of information from different interaction types. The proposed framework achieves significant performance gain over prior methods on vehicle-behavior classification tasks on four datasets. We also show a seamless transfer of learning to multiple datasets without resorting to fine-tuning. Such behavior prediction methods find immediate relevance in a variety of navigation tasks such as behavior planning, state estimation, and applications relating to the detection of traffic violations over videos.

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