paper-with-me

홈 › Papers

HowToCaption: Prompting LLMs to Transform Video Annotations at Scale

2023-10-07 · Nina Shvetsova, Anna Kukleva, Xudong Hong, Christian Rupprecht, Bernt Schiele, Hilde Kuehne

Instructional videos are a common source for learning text-video or even multimodal representations by leveraging subtitles extracted with automatic speech recognition systems (ASR) from the audio signal in the videos. However, in contrast to human-annotated captions, both speech and subtitles naturally differ from the visual content of the videos and thus provide only noisy supervision. As a result, large-scale annotation-free web video training data remains sub-optimal for training text-video models. In this work, we propose to leverage the capabilities of large language models (LLMs) to obtain high-quality video descriptions aligned with videos at scale. Specifically, we prompt an LLM to create plausible video captions based on ASR subtitles of instructional videos. To this end, we introduce a prompting method that is able to take into account a longer text of subtitles, allowing us to capture the contextual information beyond one single sentence. We further prompt the LLM to generate timestamps for each produced caption based on the timestamps of the subtitles and finally align the generated captions to the video temporally. In this way, we obtain human-style video captions at scale without human supervision. We apply our method to the subtitles of the HowTo100M dataset, creating a new large-scale dataset, HowToCaption. Our evaluation shows that the resulting captions not only significantly improve the performance over many different benchmark datasets for zero-shot text-video retrieval and video captioning, but also lead to a disentangling of textual narration from the audio, boosting the performance in text-video-audio tasks.

📄 PDF Abstract BibTeX arXiv:2310.04900

Code (1)

ninatu/howtocaption 공식 구현 pytorch

Tasks

Automatic Speech RecognitionVideo CaptioningVideo RetrievalZero-Shot Video-Audio RetrievalZero-Shot Video Retrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Can Large Language Models Capture Video Game Engagement?

2025-02-05 · David Melhart, Matthew Barthet, Georgios N. Yannakakis

Can out-of-the-box pretrained Large Language Models (LLMs) detect human affect successfully when observing a video? To address this question, for the first time, we evaluate comprehensively the capacity of popular LLMs t…

Visual and textual prompts for enhancing emotion recognition in video

2025-04-24 · Zhifeng Wang, Qixuan Zhang, Peter Zhang, Wenjia Niu 외

Vision Large Language Models (VLLMs) exhibit promising potential for multi-modal understanding, yet their application to video-based emotion recognition remains limited by insufficient spatial and contextual awareness. T…

Emotion RecognitionVideo Emotion RecognitionVisual Prompting

SASVi - Segment Any Surgical Video

2025-02-12 · Ssharvien Kumar Sivakumar, Yannik Frisch, Amin Ranem, Anirban Mukhopadhyay

Purpose: Foundation models, trained on multitudes of public datasets, often require additional fine-tuning or re-prompting mechanisms to be applied to visually distinct target domains such as surgical videos. Further, wi…

SegmentationVideo SegmentationVideo Semantic Segmentation

Quantifying the Persona Effect in LLM Simulations

2024-02-16 · Tiancheng Hu, Nigel Collier

Large language models (LLMs) have shown remarkable promise in simulating human language and behavior. This study investigates how integrating persona variables-demographic, social, and behavioral factors-impacts LLMs' ab…

TA-Prompting: Enhancing Video Large Language Models for Dense Video Captioning via Temporal Anchors

2026-01-06 · Wei-Yuan Cheng, Kai-Po Chang, Chi-Pin Huang, Fu-En Yang 외 arxiv

Dense video captioning aims to interpret and describe all temporally localized events throughout an input video. Recent state-of-the-art methods leverage large language models (LLMs) to provide detailed moment descriptio…

Dense Video CaptioningMoment Retrieval