Explicit Multimodal Graph Modeling for Human-Object Interaction Detection
Wenxuan Ji, Haichao Shi, Xiao-Yu Zhang
TL;DR
The paper tackles HOI detection by shifting from Transformer-only attention to explicit relational reasoning through a multimodal graph network. It introduces MGNM, a two-stage HOI detector that builds explicit human-object pair graphs and applies a four-stage Multi-level Feature Interaction (MFI) to fuse low-level geometry with high-level visual and language cues via CLIP, followed by a Transformer decoder to predict HOI triplets $\langle \text{human}, \text{action}, \text{object} \rangle$. Its interaction-centric prompts and multimodal fusion enable rich cross-modal information propagation, yielding state-of-the-art results on HICO-DET and V-COCO and improving rare/non-rare class balance when combined with strong detectors. The work demonstrates the value of explicit multimodal graph modeling for robust HOI understanding and provides practical guidance for mitigating long-tail bias in HOI benchmarks.
Abstract
Transformer-based methods have recently become the prevailing approach for Human-Object Interaction (HOI) detection. However, the Transformer architecture does not explicitly model the relational structures inherent in HOI detection, which impedes the recognition of interactions. In contrast, Graph Neural Networks (GNNs) are inherently better suited for this task, as they explicitly model the relationships between human-object pairs. Therefore, in this paper, we propose \textbf{M}ultimodal \textbf{G}raph \textbf{N}etwork \textbf{M}odeling (MGNM) that leverages GNN-based relational structures to enhance HOI detection. Specifically, we design a multimodal graph network framework that explicitly models the HOI task in a four-stage graph structure. Furthermore, we introduce a multi-level feature interaction mechanism within our graph network. This mechanism leverages multi-level visual and language features to enhance information propagation across human-object pairs. Consequently, our proposed MGNM achieves state-of-the-art (SOTA) performance on two widely used benchmarks: HICO-DET and V-COCO. Moreover, when integrated with a more advanced object detector, our method demonstrates a significant performance gain and maintains an effective balance between rare and non-rare classes.
