paper-with-me

Papers

Locality-Aware Zero-Shot Human-Object Interaction Detection

2025-05-26 · CVPR 2025 1 · Sanghyun Kim, Deunsol Jung, Minsu Cho

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.

📄 PDF Abstract BibTeX arXiv:2505.19503

Code (1)

oreochocolate/lain 공식 구현 pytorch

Tasks

Human-Object Interaction DetectionObjectZero-Shot Human-Object Interaction Detection

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 제목 키워드 기반

Locality and compositionality in zero-shot learning

2019-12-20 · ICLR 2020 1 · Tristan Sylvain, Linda Petrini, Devon Hjelm

In this work we study locality and compositionality in the context of learning representations for Zero Shot Learning (ZSL). In order to well-isolate the importance of these properties in learned representations, we impo…

Representation LearningZero-Shot Learning

Delving into Shape-aware Zero-shot Semantic Segmentation

2023-04-17 · CVPR 2023 1 · Xinyu Liu, Beiwen Tian, Zhen Wang, Rui Wang 외

Thanks to the impressive progress of large-scale vision-language pretraining, recent recognition models can classify arbitrary objects in a zero-shot and open-set manner, with a surprisingly high accuracy. However, trans…

Image SegmentationSegmentationSemantic SegmentationZero-Shot Semantic Segmentation

Spatial-Aware Object Embeddings for Zero-Shot Localization and Classification of Actions

2017-07-28 · ICCV 2017 10 · Pascal Mettes, Cees G. M. Snoek

We aim for zero-shot localization and classification of human actions in video. Where traditional approaches rely on global attribute or object classification scores for their zero-shot knowledge transfer, our main contr…

Action LocalizationAttributeClassificationGeneral Classification+3

Human-Free Automated Prompting for Vision-Language Anomaly Detection: Prompt Optimization with Meta-guiding Prompt Scheme

2024-06-26 · Pi-Wei Chen, Jerry Chun-Wei Lin, Jia Ji, Feng-Hao Yeh 외

Pre-trained vision-language models (VLMs) are highly adaptable to various downstream tasks through few-shot learning, making prompt-based anomaly detection a promising approach. Traditional methods depend on human-crafte…

Anomaly DetectionAnomaly SegmentationFew-Shot Learning

Visual Diversity and Region-aware Prompt Learning for Zero-shot HOI Detection

2025-10-29 · Chanhyeong Yang, Taehoon Song, Jihwan Park, Hyunwoo J. Kim arxiv

Zero-shot Human-Object Interaction detection aims to localize humans and objects in an image and recognize their interaction, even when specific verb-object pairs are unseen during training. Recent works have shown promi…

Human-Object Interaction Detection