paper-with-me

Papers

LLM4VG: Large Language Models Evaluation for Video Grounding

2023-12-21 · Wei Feng, Xin Wang, Hong Chen, Zeyang Zhang, Houlun Chen, Zihan Song, Yuwei Zhou, Yuekui Yang, Haiyang Wu, Wenwu Zhu

Recently, researchers have attempted to investigate the capability of LLMs in handling videos and proposed several video LLM models. However, the ability of LLMs to handle video grounding (VG), which is an important time-related video task requiring the model to precisely locate the start and end timestamps of temporal moments in videos that match the given textual queries, still remains unclear and unexplored in literature. To fill the gap, in this paper, we propose the LLM4VG benchmark, which systematically evaluates the performance of different LLMs on video grounding tasks. Based on our proposed LLM4VG, we design extensive experiments to examine two groups of video LLM models on video grounding: (i) the video LLMs trained on the text-video pairs (denoted as VidLLM), and (ii) the LLMs combined with pretrained visual description models such as the video/image captioning model. We propose prompt methods to integrate the instruction of VG and description from different kinds of generators, including caption-based generators for direct visual description and VQA-based generators for information enhancement. We also provide comprehensive comparisons of various VidLLMs and explore the influence of different choices of visual models, LLMs, prompt designs, etc, as well. Our experimental evaluations lead to two conclusions: (i) the existing VidLLMs are still far away from achieving satisfactory video grounding performance, and more time-related video tasks should be included to further fine-tune these models, and (ii) the combination of LLMs and visual models shows preliminary abilities for video grounding with considerable potential for improvement by resorting to more reliable models and further guidance of prompt instructions.

📄 PDF Abstract BibTeX arXiv:2312.14206

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningVideo GroundingVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Enrich and Detect: Video Temporal Grounding with Multimodal LLMs

2025-10-19 · Shraman Pramanick, Effrosyni Mavroudi, Yale Song, Rama Chellappa 외 arxiv

We introduce ED-VTG, a method for fine-grained video temporal grounding utilizing multi-modal large language models. Our approach harnesses the capabilities of multimodal LLMs to jointly process text and video, in order …

Natural Language QueriesVideo Grounding

PixFoundation 2.0: Do Video Multi-Modal LLMs Use Motion in Visual Grounding?

2025-09-02 · Mennatullah Siam arxiv

Multi-modal large language models (MLLMs) have shown impressive generalization across tasks using images and text modalities. While their extension to video has enabled tasks such as video question answering and video ca…

Video Question AnsweringReferring ExpressionVideo CaptioningVisual Grounding

VideoGrounding-DINO: Towards Open-Vocabulary Spatio-Temporal Video Grounding

2024-01-01 · CVPR 2024 1 · Syed Talal Wasim, Muzammal Naseer, Salman Khan, Ming-Hsuan Yang 외

Video grounding aims to localize a spatio-temporal section in a video corresponding to an input text query. This paper addresses a critical limitation in current video grounding methodologies by introducing an Open-V…

Spatio-Temporal Video GroundingVideo GroundingVideo Understanding

Video-GroundingDINO: Towards Open-Vocabulary Spatio-Temporal Video Grounding

2023-12-31 · Syed Talal Wasim, Muzammal Naseer, Salman Khan, Ming-Hsuan Yang 외

Video grounding aims to localize a spatio-temporal section in a video corresponding to an input text query. This paper addresses a critical limitation in current video grounding methodologies by introducing an Open-Vocab…

Spatio-Temporal Video GroundingVideo GroundingVideo Understanding

ChatVTG: Video Temporal Grounding via Chat with Video Dialogue Large Language Models

2024-10-01 · Mengxue Qu, Xiaodong Chen, Wu Liu, Alicia Li 외

Video Temporal Grounding (VTG) aims to ground specific segments within an untrimmed video corresponding to the given natural language query. Existing VTG methods largely depend on supervised learning and extensive annota…