HOI-R1: Exploring the Potential of Multimodal Large Language Models for Human-Object Interaction Detection
Junwen Chen, Peilin Xiong, Keiji Yanai
TL;DR
This paper tackles Human-Object Interaction Detection (HOID) by eliminating object detectors and instead leveraging a pure multimodal LLM to reason about HOIs in natural language. It introduces HOI-R1, a two-stage framework combining supervised fine-tuning with thinking distillation and reinforcement learning using HOID-specific rewards, guided by carefully designed prompts. On the HICO-DET dataset, HOI-R1 achieves roughly a 2x improvement in mAP over strong baselines, demonstrating that MLLMs can effectively perform structured HOID with minimal architectural changes. The work highlights the potential of end-to-end language-based HOID, supported by ablations showing the importance of reasoning traces and IoU-based rewards for localization accuracy.
Abstract
Recent Human-object interaction detection (HOID) methods highly require prior knowledge from VLMs to enhance the interaction recognition capabilities. The training strategies and model architectures for connecting the knowledge from VLMs to the HOI instance representations from the object detector are challenging, and the whole framework is complex for further development or application. On the other hand, the inherent reasoning abilities of MLLMs on human-object interaction detection are under-explored. Inspired by the recent success of training MLLMs with reinforcement learning (RL) methods, we propose HOI-R1 and first explore the potential of the language model on the HOID task without any additional detection modules. We introduce an HOI reasoning process and HOID reward functions to solve the HOID task by pure text. The results on the HICO-DET dataset show that HOI-R1 achieves 2x the accuracy of the baseline with great generalization ability. The source code is available at https://github.com/cjw2021/HOI-R1.
