paper-with-me

Papers

Interaction-Aware Prompting for Zero-Shot Spatio-Temporal Action Detection

2023-04-10 · Wei-Jhe Huang, Jheng-Hsien Yeh, Min-Hung Chen, Gueter Josmy Faure, Shang-Hong Lai

The goal of spatial-temporal action detection is to determine the time and place where each person's action occurs in a video and classify the corresponding action category. Most of the existing methods adopt fully-supervised learning, which requires a large amount of training data, making it very difficult to achieve zero-shot learning. In this paper, we propose to utilize a pre-trained visual-language model to extract the representative image and text features, and model the relationship between these features through different interaction modules to obtain the interaction feature. In addition, we use this feature to prompt each label to obtain more appropriate text features. Finally, we calculate the similarity between the interaction feature and the text feature for each label to determine the action category. Our experiments on J-HMDB and UCF101-24 datasets demonstrate that the proposed interaction module and prompting make the visual-language features better aligned, thus achieving excellent accuracy for zero-shot spatio-temporal action detection. The code will be available at https://github.com/webber2933/iCLIP.

📄 PDF Abstract BibTeX arXiv:2304.04688

Code (1)

webber2933/iclip 공식 구현

Tasks

Action DetectionLanguage ModelingLanguage ModellingZero-Shot Learning

Similar Papers 제목 키워드 기반

SPATIOROUTE: Dynamic Prompt Routing for Zero-Shot Spatial Reasoning

2026-05-18 · Pawat Chunhachatrachai, Gueter Josmy Faure, Hung-Ting Su, Winston H. Hsu arxiv

Spatial question answering over egocentric video is a challenging task that requires Vision-Language Models (VLMs) to reason about 3D object positions, scene affordances, and directional relationships, particularly in th…

Question AnsweringSpatial Reasoning

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

Improve Temporal Awareness of LLMs for Sequential Recommendation

2024-05-05 · Zhendong Chu, Zichao Wang, Ruiyi Zhang, Yangfeng Ji 외

Large language models (LLMs) have demonstrated impressive zero-shot abilities in solving a wide range of general-purpose tasks. However, it is empirically found that LLMs fall short in recognizing and utilizing temporal …

Sequential Recommendation

Better Zero-Shot Reasoning with Role-Play Prompting

2023-08-15 · Aobo Kong, Shiwan Zhao, Hao Chen, Qicheng Li 외

Modern large language models (LLMs) exhibit a remarkable capacity for role-playing, enabling them to embody not only human characters but also non-human entities. This versatility allows them to simulate complex human-li…

How to Prompt? Opportunities and Challenges of Zero- and Few-Shot Learning for Human-AI Interaction in Creative Applications of Generative Models

2022-09-03 · Hai Dang, Lukas Mecke, Florian Lehmann, Sven Goller 외

Deep generative models have the potential to fundamentally change the way we create high-fidelity digital content but are often hard to control. Prompting a generative model is a promising recent development that in prin…

Few-Shot Learning