EZ-HOI: VLM Adaptation via Guided Prompt Learning for Zero-Shot HOI Detection
Qinqian Lei, Bo Wang, Robby T. Tan
TL;DR
EZ-HOI tackles zero-shot HOI detection by adapting a Vision-Language Model through guided prompt learning that leverages both LLM-derived HOI descriptions and fixed VLM visual semantics. The framework introduces Unseen-Class Text Prompt Learning (UTPL) to transfer information from related seen classes and uses disparity information from an LLM to distinguish unseen from related seen HOIs, while deep visual-text prompts and intra-/inter-HOI fusion enhance visual representations. The approach achieves state-of-the-art or competitive performance across multiple zero-shot settings while dramatically reducing trainable parameters, demonstrating strong efficiency and generalization. These advances offer practical impact for robust HOI understanding with limited annotated data, and point toward open-category and broader-impact considerations for future work.
Abstract
Detecting Human-Object Interactions (HOI) in zero-shot settings, where models must handle unseen classes, poses significant challenges. Existing methods that rely on aligning visual encoders with large Vision-Language Models (VLMs) to tap into the extensive knowledge of VLMs, require large, computationally expensive models and encounter training difficulties. Adapting VLMs with prompt learning offers an alternative to direct alignment. However, fine-tuning on task-specific datasets often leads to overfitting to seen classes and suboptimal performance on unseen classes, due to the absence of unseen class labels. To address these challenges, we introduce a novel prompt learning-based framework for Efficient Zero-Shot HOI detection (EZ-HOI). First, we introduce Large Language Model (LLM) and VLM guidance for learnable prompts, integrating detailed HOI descriptions and visual semantics to adapt VLMs to HOI tasks. However, because training datasets contain seen-class labels alone, fine-tuning VLMs on such datasets tends to optimize learnable prompts for seen classes instead of unseen ones. Therefore, we design prompt learning for unseen classes using information from related seen classes, with LLMs utilized to highlight the differences between unseen and related seen classes. Quantitative evaluations on benchmark datasets demonstrate that our EZ-HOI achieves state-of-the-art performance across various zero-shot settings with only 10.35% to 33.95% of the trainable parameters compared to existing methods. Code is available at https://github.com/ChelsieLei/EZ-HOI.
