CVMay 26, 2025

Locality-Aware Zero-Shot Human-Object Interaction Detection

arXiv:2505.19503v113 citationsh-index: 5Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses zero-shot HOI detection for computer vision applications, representing an incremental improvement over existing methods that adapt CLIP.

The paper tackles the problem of zero-shot Human-Object Interaction (HOI) detection by addressing CLIP's limitations in capturing fine-grained details for human-object pairs, proposing LAIN to enhance locality and interaction awareness, resulting in improved performance on existing benchmarks.

Recent methods for zero-shot Human-Object Interaction (HOI) detection typically leverage the generalization ability of large Vision-Language Model (VLM), i.e., CLIP, on unseen categories, showing impressive results on various zero-shot settings. However, existing methods struggle to adapt CLIP representations for human-object pairs, as CLIP tends to overlook fine-grained information necessary for distinguishing interactions. To address this issue, we devise, LAIN, a novel zero-shot HOI detection framework enhancing the locality and interaction awareness of CLIP representations. The locality awareness, which involves capturing fine-grained details and the spatial structure of individual objects, is achieved by aggregating the information and spatial priors of adjacent neighborhood patches. The interaction awareness, which involves identifying whether and how a human is interacting with an object, is achieved by capturing the interaction pattern between the human and the object. By infusing locality and interaction awareness into CLIP representation, LAIN captures detailed information about the human-object pairs. Our extensive experiments on existing benchmarks show that LAIN outperforms previous methods on various zero-shot settings, demonstrating the importance of locality and interaction awareness for effective zero-shot HOI detection.

Code Implementations1 repo
Foundations

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

Your Notes