Salient Temporal Encoding for Dynamic Scene Graph Generation
Zhihao Zhu
TL;DR
The paper tackles the problem of modeling dynamic scenes by constructing sparse, explicit spatial-temporal scene graphs. It introduces the Salient Temporal Relation Encoder (STRE), which first builds a spatial scene graph per frame, then selectively connects temporally relevant object pairs through Saliency Attention, and finally encodes these temporal relations as explicit features to refine the graph. Key contributions include a sparse, explicit temporal encoding scheme, a joint refinement framework that improves standard scene graph generation by up to $4.4\%$ in SGDet and yields downstream gains in action recognition (up to $0.6\%$ mAP). The approach also provides a reusable temporal feature bank (ST-SGFB) for action recognition and demonstrates improved efficiency and interpretability over dense temporal connections, enabling better real-world dynamic scene understanding.
Abstract
Representing a dynamic scene using a structured spatial-temporal scene graph is a novel and particularly challenging task. To tackle this task, it is crucial to learn the temporal interactions between objects in addition to their spatial relations. Due to the lack of explicitly annotated temporal relations in current benchmark datasets, most of the existing spatial-temporal scene graph generation methods build dense and abstract temporal connections among all objects across frames. However, not all temporal connections are encoding meaningful temporal dynamics. We propose a novel spatial-temporal scene graph generation method that selectively builds temporal connections only between temporal-relevant objects pairs and represents the temporal relations as explicit edges in the scene graph. The resulting sparse and explicit temporal representation allows us to improve upon strong scene graph generation baselines by up to $4.4\%$ in Scene Graph Detection. In addition, we show that our approach can be leveraged to improve downstream vision tasks. Particularly, applying our approach to action recognition, shows 0.6\% gain in mAP in comparison to the state-of-the-art
