paper-with-me

홈 › Papers

ActionHub: A Large-scale Action Video Description Dataset for Zero-shot Action Recognition

2024-01-22 · Jiaming Zhou, Junwei Liang, Kun-Yu Lin, Jinrui Yang, Wei-Shi Zheng

Zero-shot action recognition (ZSAR) aims to learn an alignment model between videos and class descriptions of seen actions that is transferable to unseen actions. The text queries (class descriptions) used in existing ZSAR works, however, are often short action names that fail to capture the rich semantics in the videos, leading to misalignment. With the intuition that video content descriptions (e.g., video captions) can provide rich contextual information of visual concepts in videos, we propose to utilize human annotated video descriptions to enrich the semantics of the class descriptions of each action. However, all existing action video description datasets are limited in terms of the number of actions, the semantics of video descriptions, etc. To this end, we collect a large-scale action video descriptions dataset named ActionHub, which covers a total of 1,211 common actions and provides 3.6 million action video descriptions. With the proposed ActionHub dataset, we further propose a novel Cross-modality and Cross-action Modeling (CoCo) framework for ZSAR, which consists of a Dual Cross-modality Alignment module and a Cross-action Invariance Mining module. Specifically, the Dual Cross-modality Alignment module utilizes both action labels and video descriptions from ActionHub to obtain rich class semantic features for feature alignment. The Cross-action Invariance Mining module exploits a cycle-reconstruction process between the class semantic feature spaces of seen actions and unseen actions, aiming to guide the model to learn cross-action invariant representations. Extensive experimental results demonstrate that our CoCo framework significantly outperforms the state-of-the-art on three popular ZSAR benchmarks (i.e., Kinetics-ZSAR, UCF101 and HMDB51) under two different learning protocols in ZSAR. We will release our code, models, and the proposed ActionHub dataset.

📄 PDF Abstract BibTeX arXiv:2401.11654

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionVideo DescriptionZero-Shot Action Recognition

Similar Papers 제목 키워드 기반

Video Captioning via Hierarchical Reinforcement Learning

2017-11-29 · CVPR 2018 6 · Xin Wang, Wenhu Chen, Jiawei Wu, Yuan-Fang Wang 외

Video captioning is the task of automatically generating a textual description of the actions in a video. Although previous work (e.g. sequence-to-sequence model) has shown promising results in abstracting a coarse descr…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

InternVid: A Large-scale Video-Text Dataset for Multimodal Understanding and Generation

2023-07-13 · Yi Wang, Yinan He, Yizhuo Li, Kunchang Li 외

This paper introduces InternVid, a large-scale video-centric multimodal dataset that enables learning powerful and transferable video-text representations for multimodal understanding and generation. The InternVid datase…

Action RecognitionContrastive LearningRepresentation LearningRetrieval+5

Stitch-a-Recipe: Video Demonstration from Multistep Descriptions

2025-03-18 · Chi Hsuan Wu, Kumar Ashutosh, Kristen Grauman

When obtaining visual illustrations from text descriptions, today's methods take a description with-a single text context caption, or an action description-and retrieve or generate the matching visual context. However, p…

Zero-shot Action Localization via the Confidence of Large Vision-Language Models

2024-10-18 · Josiah Aklilu, Xiaohan Wang, Serena Yeung-Levy

Precise action localization in untrimmed video is vital for fields such as professional sports and minimally invasive surgery, where the delineation of particular motions in recordings can dramatically enhance analysis. …

Action LocalizationLanguage ModellingLarge Language ModelQuestion Answering+2

Fine-Grain Annotation of Cricket Videos

2015-11-24 · Rahul Anand Sharma, Pramod Sankar K, CV Jawahar

The recognition of human activities is one of the key problems in video understanding. Action recognition is challenging even for specific categories of videos, such as sports, that contain only a small set of actions. I…

Action RecognitionRetrievalTemporal Action LocalizationVideo Understanding