๐ค AI Summary
Traditional scene graphs are limited to modeling spatial relationships, hindering visual-language models (VLMs) from performing complex, generalized functional interaction reasoning among objects. To address this, we propose the Interaction-Enhanced Scene Graph Reasoning (ISGR) frameworkโthe first to integrate functional interaction modeling, interaction-focused dual-stream graph construction, and long-term memory-augmented reinforcement learning. ISGR leverages SAM-guided interaction-aware segmentation, functional semantic embedding alignment, targeted interaction query activation, and an interaction-centric reward function to transform learned interaction patterns into long-horizon reasoning heuristics. Evaluated on interaction-intensive benchmarks, ISGR achieves a 12.7% absolute accuracy improvement over strong baselines. This demonstrates both the effectiveness and necessity of memory-enhanced functional interaction modeling for cross-scene generalization in visual reasoning.
๐ Abstract
Traditional scene graphs primarily focus on spatial relationships, limiting vision-language models' (VLMs) ability to reason about complex interactions in visual scenes. This paper addresses two key challenges: (1) conventional detection-to-construction methods produce unfocused, contextually irrelevant relationship sets, and (2) existing approaches fail to form persistent memories for generalizing interaction reasoning to new scenes. We propose Interaction-augmented Scene Graph Reasoning (ISGR), a framework that enhances VLMs' interactional reasoning through three complementary components. First, our dual-stream graph constructor combines SAM-powered spatial relation extraction with interaction-aware captioning to generate functionally salient scene graphs with spatial grounding. Second, we employ targeted interaction queries to activate VLMs' latent knowledge of object functionalities, converting passive recognition into active reasoning about how objects work together. Finally, we introduce a lone-term memory reinforcement learning strategy with a specialized interaction-focused reward function that transforms transient patterns into long-term reasoning heuristics. Extensive experiments demonstrate that our approach significantly outperforms baseline methods on interaction-heavy reasoning benchmarks, with particularly strong improvements on complex scene understanding tasks. The source code can be accessed at https://github.com/open_upon_acceptance.