paper-with-me

Papers

VideoLLM Knows When to Speak: Enhancing Time-Sensitive Video Comprehension with Video-Text Duet Interaction Format

2024-11-27 · Yueqian Wang, Xiaojun Meng, Yuxuan Wang, Jianxin Liang, Jiansheng Wei, Huishuai Zhang, Dongyan Zhao

Recent researches on video large language models (VideoLLM) predominantly focus on model architectures and training datasets, leaving the interaction format between the user and the model under-explored. In existing works, users often interact with VideoLLMs by using the entire video and a query as input, after which the model generates a response. This interaction format constrains the application of VideoLLMs in scenarios such as live-streaming comprehension where videos do not end and responses are required in a real-time manner, and also results in unsatisfactory performance on time-sensitive tasks that requires localizing video segments. In this paper, we focus on a video-text duet interaction format. This interaction format is characterized by the continuous playback of the video, and both the user and the model can insert their text messages at any position during the video playback. When a text message ends, the video continues to play, akin to the alternative of two performers in a duet. We construct MMDuetIT, a video-text training dataset designed to adapt VideoLLMs to video-text duet interaction format. We also introduce the Multi-Answer Grounded Video Question Answering (MAGQA) task to benchmark the real-time response ability of VideoLLMs. Trained on MMDuetIT, MMDuet demonstrates that adopting the video-text duet interaction format enables the model to achieve significant improvements in various time-sensitive tasks (76% CIDEr on YouCook2 dense video captioning, 90\% mAP on QVHighlights highlight detection and 25% R@0.5 on Charades-STA temporal video grounding) with minimal training efforts, and also enable VideoLLMs to reply in a real-time manner as the video plays. Code, data and demo are available at: https://github.com/yellow-binary-tree/MMDuet.

📄 PDF Abstract BibTeX arXiv:2411.17991

Code (1)

yellow-binary-tree/mmduet 공식 구현 pytorch

Tasks

Dense Video CaptioningGrounded Video Question AnsweringHighlight DetectionQuestion AnsweringVideo CaptioningVideo GroundingVideo Question Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

EvoStreaming: Your Offline Video Model Is a Natively Streaming Assistant

2026-05-11 · Zichen Wen, Boxue Yang, Junlong Ke, Jiajie Huang 외 arxiv

Streaming video understanding demands more than watching longer videos: assistants must decide when to speak in real time, balancing responsiveness against verbosity. Yet most video-language models (VideoLLMs) are traine…

Realizing Video Summarization from the Path of Language-based Semantic Understanding

2024-10-06 · Kuan-Chen Mu, Zhi-Yi Chin, Wei-Chen Chiu

The recent development of Video-based Large Language Models (VideoLLMs), has significantly advanced video summarization by aligning video features and, in some cases, audio features with Large Language Models (LLMs). Eac…

Mixture-of-ExpertsVideo GenerationVideo Summarization

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

KeyVideoLLM: Towards Large-scale Video Keyframe Selection

2024-07-03 · Hao Liang, Jiapeng Li, Tianyi Bai, Xijie Huang 외

Recently, with the rise of web videos, managing and understanding large-scale video datasets has become increasingly important. Video Large Language Models (VideoLLMs) have emerged in recent years due to their strong vid…

Data CompressionManagementQuestion AnsweringVideo Question Answering+1

ViKey: Enhancing Temporal Understanding in Videos via Visual Prompting

2026-03-24 · Yeonkyung Lee, Dayun Ju, Youngmin Kim, Seil Kang 외 arxiv

Recent advancements in Video Large Language Models (VideoLLMs) have enabled strong performance across diverse multimodal video tasks. To reduce the high computational cost of processing dense video frames, efficiency-ori…