English

Zero-Shot Video Question Answering with Procedural Programs

Computer Vision and Pattern Recognition 2023-12-05 v1

Abstract

We propose to answer zero-shot questions about videos by generating short procedural programs that derive a final answer from solving a sequence of visual subtasks. We present Procedural Video Querying (ProViQ), which uses a large language model to generate such programs from an input question and an API of visual modules in the prompt, then executes them to obtain the output. Recent similar procedural approaches have proven successful for image question answering, but videos remain challenging: we provide ProViQ with modules intended for video understanding, allowing it to generalize to a wide variety of videos. This code generation framework additionally enables ProViQ to perform other video tasks in addition to question answering, such as multi-object tracking or basic video editing. ProViQ achieves state-of-the-art results on a diverse range of benchmarks, with improvements of up to 25% on short, long, open-ended, and multimodal video question-answering datasets. Our project page is at https://rccchoudhury.github.io/proviq2023.

Cite

@article{arxiv.2312.00937,
  title  = {Zero-Shot Video Question Answering with Procedural Programs},
  author = {Rohan Choudhury and Koichiro Niinuma and Kris M. Kitani and László A. Jeni},
  journal= {arXiv preprint arXiv:2312.00937},
  year   = {2023}
}

Comments

16 pages, 7 figures

R2 v1 2026-06-28T13:38:53.882Z