English

Mining Instance-Centric Vision-Language Contexts for Human-Object Interaction Detection

Computer Vision and Pattern Recognition 2026-04-03 v1 Artificial Intelligence Machine Learning

Abstract

Human-Object Interaction (HOI) detection aims to localize human-object pairs and classify their interactions from a single image, a task that demands strong visual understanding and nuanced contextual reasoning. Recent approaches have leveraged Vision-Language Models (VLMs) to introduce semantic priors, significantly improving HOI detection performance. However, existing methods often fail to fully capitalize on the diverse contextual cues distributed across the entire scene. To overcome these limitations, we propose the Instance-centric Context Mining Network (InCoM-Net)-a novel framework that effectively integrates rich semantic knowledge extracted from VLMs with instance-specific features produced by an object detector. This design enables deeper interaction reasoning by modeling relationships not only within each detected instance but also across instances and their surrounding scene context. InCoM-Net comprises two core components: Instancecentric Context Refinement (ICR), which separately extracts intra-instance, inter-instance, and global contextual cues from VLM-derived features, and Progressive Context Aggregation (ProCA), which iteratively fuses these multicontext features with instance-level detector features to support high-level HOI reasoning. Extensive experiments on the HICO-DET and V-COCO benchmarks show that InCoM-Net achieves state-of-the-art performance, surpassing previous HOI detection methods. Code is available at https://github.com/nowuss/InCoM-Net.

Keywords

Cite

@article{arxiv.2604.02071,
  title  = {Mining Instance-Centric Vision-Language Contexts for Human-Object Interaction Detection},
  author = {Soo Won Seo and KyungChae Lee and Hyungchan Cho and Taein Son and Nam Ik Cho and Jun Won Choi},
  journal= {arXiv preprint arXiv:2604.02071},
  year   = {2026}
}

Comments

Accepted to CVPR 2026. Code: https://github.com/nowuss/InCoM-Net

R2 v1 2026-07-01T11:51:03.698Z