CVMar 1, 2025

SGC-Net: Stratified Granular Comparison Network for Open-Vocabulary HOI Detection

arXiv:2503.00414v13 citationsh-index: 9Has CodeCVPR
Originality Incremental advance
AI Analysis

This work improves detection of unseen human-object interactions for computer vision applications, but it is incremental as it builds on existing LLM and CLIP-based methods.

The paper tackled the problem of open-vocabulary human-object interaction detection by addressing feature granularity deficiency and semantic similarity confusion, achieving state-of-the-art results on SWIG-HOI and HICO-DET datasets.

Recent open-vocabulary human-object interaction (OV-HOI) detection methods primarily rely on large language model (LLM) for generating auxiliary descriptions and leverage knowledge distilled from CLIP to detect unseen interaction categories. Despite their effectiveness, these methods face two challenges: (1) feature granularity deficiency, due to reliance on last layer visual features for text alignment, leading to the neglect of crucial object-level details from intermediate layers; (2) semantic similarity confusion, resulting from CLIP's inherent biases toward certain classes, while LLM-generated descriptions based solely on labels fail to adequately capture inter-class similarities. To address these challenges, we propose a stratified granular comparison network. First, we introduce a granularity sensing alignment module that aggregates global semantic features with local details, refining interaction representations and ensuring robust alignment between intermediate visual features and text embeddings. Second, we develop a hierarchical group comparison module that recursively compares and groups classes using LLMs, generating fine-grained and discriminative descriptions for each interaction category. Experimental results on two widely-used benchmark datasets, SWIG-HOI and HICO-DET, demonstrate that our method achieves state-of-the-art results in OV-HOI detection. Codes will be released on https://github.com/Phil0212/SGC-Net.

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