paper-with-me

홈 › Papers

VTG-GPT: Tuning-Free Zero-Shot Video Temporal Grounding with GPT

2024-03-04 · Applied Sciences 2024 2 · Yifang Xu, Yunzhuo Sun, Zien Xie, Benxiang Zhai, Sidan Du

Video temporal grounding (VTG) aims to locate specific temporal segments from an untrimmed video based on a linguistic query. Most existing VTG models are trained on extensive annotated video-text pairs, a process that not only introduces human biases from the queries but also incurs significant computational costs. To tackle these challenges, we propose VTG-GPT, a GPT-based method for zero-shot VTG without training or fine-tuning. To reduce prejudice in the original query, we employ Baichuan2 to generate debiased queries. To lessen redundant information in videos, we apply MiniGPT-v2 to transform visual content into more precise captions. Finally, we devise the proposal generator and post-processing to produce accurate segments from debiased queries and image captions. Extensive experiments demonstrate that VTG-GPT significantly outperforms SOTA methods in zero-shot settings and surpasses unsupervised approaches. More notably, it achieves competitive performance comparable to supervised methods. The code is available on https://github.com/YoucanBaby/VTG-GPT

📄 PDF Abstract BibTeX arXiv:2403.02076

Code (1)

YoucanBaby/VTG-GPT 공식 구현 pytorch

Tasks

Image CaptioningZero-shot Moment Retrieval

Similar Papers 제목 키워드 기반

Zero-shot Video Moment Retrieval via Off-the-shelf Multimodal Large Language Models

2025-01-14 · Yifang Xu, Yunzhuo Sun, Benxiang Zhai, Ming Li 외

The target of video moment retrieval (VMR) is predicting temporal spans within a video that semantically match a given linguistic query. Existing VMR methods based on multimodal large language models (MLLMs) overly rely …

Moment RetrievalRetrieval

Beyond Training: Dynamic Token Merging for Zero-Shot Video Understanding

2024-11-21 · Yiming Zhang, Zhuokai Zhao, Zhaorun Chen, Zenghui Ding 외

Recent advancements in multimodal large language models (MLLMs) have opened new avenues for video understanding. However, achieving high fidelity in zero-shot video tasks remains challenging. Traditional video processing…

Computational EfficiencyVideo Understanding

Subject-driven Video Generation via Disentangled Identity and Motion

2025-04-23 · Daneul Kim, Jingxu Zhang, Wonjoon Jin, Sunghyun Cho 외

We propose to train a subject-driven customized video generation model through decoupling the subject-specific learning from temporal dynamics in zero-shot without additional tuning. A traditional method for video custom…

Subject-driven Video GenerationVideo Generation

FreeMask: Rethinking the Importance of Attention Masks for Zero-Shot Video Editing

2024-09-30 · Lingling Cai, Kang Zhao, Hangjie Yuan, Yingya Zhang 외

Text-to-video diffusion models have made remarkable advancements. Driven by their ability to generate temporally coherent videos, research on zero-shot video editing using these fundamental models has expanded rapidly. T…

DenoisingVideo Editing

Training-Free Zero-Shot Temporal Action Detection with Vision-Language Models

2025-01-23 · Chaolei Han, Hongsong Wang, Jidong Kuang, Lei Zhang 외

Existing zero-shot temporal action detection (ZSTAD) methods predominantly use fully supervised or unsupervised strategies to recognize unseen activities. However, these training-based methods are prone to domain shifts …

Action DetectionPseudo LabelTest-time Adaptation