paper-with-me

홈 › Papers

Retrieving-to-Answer: Zero-Shot Video Question Answering with Frozen Large Language Models

2023-06-15 · Junting Pan, Ziyi Lin, Yuying Ge, Xiatian Zhu, Renrui Zhang, Yi Wang, Yu Qiao, Hongsheng Li

Video Question Answering (VideoQA) has been significantly advanced from the scaling of recent Large Language Models (LLMs). The key idea is to convert the visual information into the language feature space so that the capacity of LLMs can be fully exploited. Existing VideoQA methods typically take two paradigms: (1) learning cross-modal alignment, and (2) using an off-the-shelf captioning model to describe the visual data. However, the first design needs costly training on many extra multi-modal data, whilst the second is further limited by limited domain generalization. To address these limitations, a simple yet effective Retrieving-to-Answer (R2A) framework is proposed.Given an input video, R2A first retrieves a set of semantically similar texts from a generic text corpus using a pre-trained multi-modal model (e.g., CLIP). With both the question and the retrieved texts, a LLM (e.g., DeBERTa) can be directly used to yield a desired answer. Without the need for cross-modal fine-tuning, R2A allows for all the key components (e.g., LLM, retrieval model, and text corpus) to plug-and-play. Extensive experiments on several VideoQA benchmarks show that despite with 1.3B parameters and no fine-tuning, our R2A can outperform the 61 times larger Flamingo-80B model even additionally trained on nearly 2.1B multi-modal data.

📄 PDF Abstract BibTeX arXiv:2306.11732

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentDomain GeneralizationQuestion AnsweringRetrievalTemporal/Casual QAVideo Question Answering

Similar Papers 제목 키워드 기반

Zero-Shot Video Question Answering via Frozen Bidirectional Language Models

2022-06-16 · Antoine Yang, Antoine Miech, Josef Sivic, Ivan Laptev 외

Video question answering (VideoQA) is a complex task that requires diverse multi-modal data for training. Manual annotation of question and answers for videos, however, is tedious and prohibits scalability. To tackle thi…

Fill MaskLanguage ModelingLanguage ModellingMasked Language Modeling+8

Understanding and Improving Zero-shot Multi-hop Reasoning in Generative Question Answering

2022-10-09 · COLING 2022 10 · Zhengbao Jiang, Jun Araki, Haibo Ding, Graham Neubig

Generative question answering (QA) models generate answers to questions either solely based on the parameters of the model (the closed-book setting) or additionally retrieving relevant evidence (the open-book setting). G…

Generative Question AnsweringQuestion Answering

Zero-Shot Video Question Answering with Procedural Programs

2023-12-01 · Rohan Choudhury, Koichiro Niinuma, Kris M. Kitani, László A. Jeni

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 us…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+8

VideoINSTA: Zero-shot Long Video Understanding via Informative Spatial-Temporal Reasoning with LLMs

2024-09-30 · Ruotong Liao, Max Erler, Huiyu Wang, Guangyao Zhai 외

In the video-language domain, recent works in leveraging zero-shot Large Language Model-based reasoning for video understanding have become competitive challengers to previous end-to-end models. However, long video under…

EgoSchemaLanguage ModellingLarge Language ModelQuestion Answering+3

Zero-Shot and Few-Shot Video Question Answering with Multi-Modal Prompts

2023-09-27 · Deniz Engin, Yannis Avrithis

Recent vision-language models are driven by large-scale pretrained models. However, adapting pretrained models on limited data presents challenges such as overfitting, catastrophic forgetting, and the cross-modal gap bet…

Few-shot Video Question AnsweringPrompt LearningQuestion AnsweringVideo Question Answering+1