paper-with-me

홈 › Papers

VLog: Video-Language Models by Generative Retrieval of Narration Vocabulary

2025-03-12 · CVPR 2025 1 · Kevin Qinghong Lin, Mike Zheng Shou

Human daily activities can be concisely narrated as sequences of routine events (e.g., turning off an alarm) in video streams, forming an event vocabulary. Motivated by this, we introduce VLog, a novel video understanding framework that define video narrations as vocabulary, going beyond the typical subword vocabularies in existing generative video-language models. Built on the lightweight language model GPT-2, VLog feature three key innovations: (i) A generative retrieval model, marrying language model's complex reasoning capabilities with contrastive retrieval's efficient similarity search. (ii) A hierarchical vocabulary derived from large-scale video narrations using our narration pair encoding algorithm, enabling efficient indexing of specific events (e.g., cutting a tomato) by identifying broader scenarios (e.g., kitchen) with expressive postfixes (e.g., by the left hand). (iii) A vocabulary update strategy leveraging generative models to extend the vocabulary for novel events encountered during inference. To validate our approach, we introduce VidCap-Eval, a development set requiring concise narrations with reasoning relationships (e.g., before and after). Experiments on EgoSchema, COIN, and HiREST further demonstrate the effectiveness of VLog, highlighting its ability to generate concise, contextually accurate, and efficient narrations, offering a novel perspective on video understanding. Codes are released at https://github.com/showlab/VLog.

📄 PDF Abstract BibTeX arXiv:2503.09402

Code (1)

showlab/vlog 공식 구현 pytorch

Tasks

EgoSchemaRetrievalVideo Understanding

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Narrating the Video: Boosting Text-Video Retrieval via Comprehensive Utilization of Frame-Level Captions

2025-03-07 · CVPR 2025 1 · Chan hur, Jeong-hun Hong, Dong-hun Lee, Dabin Kang 외

In recent text-video retrieval, the use of additional captions from vision-language models has shown promising effects on the performance. However, existing models using additional captions often have struggled to captur…

RetrievalVideo RetrievalVideo Similarity

Vlogger: Make Your Dream A Vlog

2024-01-17 · CVPR 2024 1 · Shaobin Zhuang, Kunchang Li, Xinyuan Chen, Yaohui Wang 외

In this work, we present Vlogger, a generic AI system for generating a minute-level video blog (i.e., vlog) of user descriptions. Different from short videos with a few seconds, vlog often contains a complex storyline wi…

Language ModellingLarge Language ModelVideo Generation

A Vlogger-augmented Graph Neural Network Model for Micro-video Recommendation

2024-05-28 · Weijiang Lai, Beihong Jin, Beibei Li, Yiyuan Zheng 외

Existing micro-video recommendation models exploit the interactions between users and micro-videos and/or multi-modal information of micro-videos to predict the next micro-video a user will watch, ignoring the informatio…

Contrastive LearningGraph Neural Network

Learning to Generate Long-term Future Narrations Describing Activities of Daily Living

2025-03-03 · Ramanathan Rajendiran, Debaditya Roy, Basura Fernando

Anticipating future events is crucial for various application domains such as healthcare, smart home technology, and surveillance. Narrative event descriptions provide context-rich information, enhancing a system's futur…

Action AnticipationDecision MakingLanguage ModelingLanguage Modelling+1

Learning Video Representations from Large Language Models

2022-12-08 · CVPR 2023 1 · Yue Zhao, Ishan Misra, Philipp Krähenbühl, Rohit Girdhar

We introduce LaViLa, a new approach to learning video-language representations by leveraging Large Language Models (LLMs). We repurpose pre-trained LLMs to be conditioned on visual input, and finetune them to create auto…

Action ClassificationAction RecognitionDiversityEgocentric Activity Recognition+2