paper-with-me

홈 › Papers

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

2025-03-01 · CVPR 2025 1 · Xin Lin, Chong Shi, Zuopeng Yang, Haojin Tang, Zhili Zhou

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.

📄 PDF Abstract BibTeX arXiv:2503.00414

Code (1)

phil0212/sgc-net 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionLarge Language ModelSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Fine-Grained Open-Vocabulary Object Recognition via User-Guided Segmentation

2024-11-23 · Jinwoo Ahn, Hyeokjoon Kwon, Hwiyeon Yoo

Recent advent of vision-based foundation models has enabled efficient and high-quality object detection at ease. Despite the success of previous studies, object detection models face limitations on capturing small compon…

Objectobject-detectionObject DetectionObject Recognition+2

A Simple Framework for Open-Vocabulary Segmentation and Detection

2023-03-14 · ICCV 2023 1 · Hao Zhang, Feng Li, Xueyan Zou, Shilong Liu 외

We present OpenSeeD, a simple Open-vocabulary Segmentation and Detection framework that jointly learns from different segmentation and detection datasets. To bridge the gap of vocabulary and annotation granularity, we fi…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation+1

SHiNe: Semantic Hierarchy Nexus for Open-vocabulary Object Detection

2024-05-16 · CVPR 2024 1 · Mingxuan Liu, Tyler L. Hayes, Elisa Ricci, Gabriela Csurka 외

Open-vocabulary object detection (OvOD) has transformed detection into a language-guided task, empowering users to freely define their class vocabularies of interest during inference. However, our initial investigation i…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection+2

Word, Subword or Character? An Empirical Study of Granularity in Chinese-English NMT

2017-11-13 · Yining Wang, Long Zhou, Jiajun Zhang, Cheng-qing Zong

Neural machine translation (NMT), a new approach to machine translation, has been proved to outperform conventional statistical machine translation (SMT) across a variety of language pairs. Translation is an open-vocabul…

Machine TranslationNMTTranslation

DetCLIPv3: Towards Versatile Generative Open-vocabulary Object Detection

2024-04-14 · CVPR 2024 1 · Lewei Yao, Renjie Pi, Jianhua Han, Xiaodan Liang 외

Existing open-vocabulary object detectors typically require a predefined set of categories from users, significantly confining their application scenarios. In this paper, we introduce DetCLIPv3, a high-performing detecto…

Dense CaptioningLanguage ModellingLarge Language ModelObject+4