Dynamic Scene Understanding from Vision-Language Representations
Shahaf Pruss, Morris Alper, Hadar Averbuch-Elor
TL;DR
This paper introduces a unified framework for dynamic scene understanding that exploits frozen vision-language representations to handle both high-level (SiR, HHI) and grounded (HOI, GSR) tasks from a single image. It presents two complementary pathways: structured text prediction for global understanding and attention-based feature augmentation for grounded predictions, with BLIP-2 embeddings often yielding the strongest results. Across four benchmarks, the approach achieves state-of-the-art performance while using relatively few trainable parameters, and analysis demonstrates that modern V&L models encode dynamic scene semantics. The work highlights the value of vision-language pretraining for complex scene understanding and points to future directions in pretraining strategies and grounding enhancements to broaden applicability and impact.
Abstract
Images depicting complex, dynamic scenes are challenging to parse automatically, requiring both high-level comprehension of the overall situation and fine-grained identification of participating entities and their interactions. Current approaches use distinct methods tailored to sub-tasks such as Situation Recognition and detection of Human-Human and Human-Object Interactions. However, recent advances in image understanding have often leveraged web-scale vision-language (V&L) representations to obviate task-specific engineering. In this work, we propose a framework for dynamic scene understanding tasks by leveraging knowledge from modern, frozen V&L representations. By framing these tasks in a generic manner - as predicting and parsing structured text, or by directly concatenating representations to the input of existing models - we achieve state-of-the-art results while using a minimal number of trainable parameters relative to existing approaches. Moreover, our analysis of dynamic knowledge of these representations shows that recent, more powerful representations effectively encode dynamic scene semantics, making this approach newly possible.
