CVFeb 16, 2024

Question-Instructed Visual Descriptions for Zero-Shot Video Question Answering

arXiv:2402.10698v26 citationsh-index: 39
Originality Incremental advance
AI Analysis

This provides a simpler, open alternative to complex or closed models for video QA, though it is incremental in approach.

The authors tackled video question answering by generating question-instructed visual descriptions using an open vision-language model and a large language model, achieving competitive or higher performance than state-of-the-art models on multiple benchmarks.

We present Q-ViD, a simple approach for video question answering (video QA), that unlike prior methods, which are based on complex architectures, computationally expensive pipelines or use closed models like GPTs, Q-ViD relies on a single instruction-aware open vision-language model (InstructBLIP) to tackle videoQA using frame descriptions. Specifically, we create captioning instruction prompts that rely on the target questions about the videos and leverage InstructBLIP to obtain video frame captions that are useful to the task at hand. Subsequently, we form descriptions of the whole video using the question-dependent frame captions, and feed that information, along with a question-answering prompt, to a large language model (LLM). The LLM is our reasoning module, and performs the final step of multiple-choice QA. Our simple Q-ViD framework achieves competitive or even higher performances than current state of the art models on a diverse range of videoQA benchmarks, including NExT-QA, STAR, How2QA, TVQA and IntentQA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes