CVHCAug 12, 2025

QueryCraft: Transformer-Guided Query Initialization for Enhanced Human-Object Interaction Detection

arXiv:2508.08590v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses a key limitation in HOI detection for computer vision applications, but it is incremental as it builds on existing DETR-based methods.

The paper tackles the problem of suboptimal detection performance in Human-Object Interaction (HOI) detection due to randomly initialized queries lacking explicit semantics, and proposes QueryCraft with ACTOR and PDQD to achieve state-of-the-art performance on HICO-Det and V-COCO benchmarks.

Human-Object Interaction (HOI) detection aims to localize human-object pairs and recognize their interactions in images. Although DETR-based methods have recently emerged as the mainstream framework for HOI detection, they still suffer from a key limitation: Randomly initialized queries lack explicit semantics, leading to suboptimal detection performance. To address this challenge, we propose QueryCraft, a novel plug-and-play HOI detection framework that incorporates semantic priors and guided feature learning through transformer-based query initialization. Central to our approach is \textbf{ACTOR} (\textbf{A}ction-aware \textbf{C}ross-modal \textbf{T}ransf\textbf{OR}mer), a cross-modal Transformer encoder that jointly attends to visual regions and textual prompts to extract action-relevant features. Rather than merely aligning modalities, ACTOR leverages language-guided attention to infer interaction semantics and produce semantically meaningful query representations. To further enhance object-level query quality, we introduce a \textbf{P}erceptual \textbf{D}istilled \textbf{Q}uery \textbf{D}ecoder (\textbf{PDQD}), which distills object category awareness from a pre-trained detector to serve as object query initiation. This dual-branch query initialization enables the model to generate more interpretable and effective queries for HOI detection. Extensive experiments on HICO-Det and V-COCO benchmarks demonstrate that our method achieves state-of-the-art performance and strong generalization. Code will be released upon publication.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes