Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TraveLER: A Modular Multi-LMM Agent Framework for Video Question-Answering

About

Recently, image-based Large Multimodal Models (LMMs) have made significant progress in video question-answering (VideoQA) using a frame-wise approach by leveraging large-scale pretraining in a zero-shot manner. Nevertheless, these models need to be capable of finding relevant information, extracting it, and answering the question simultaneously. Currently, existing methods perform all of these steps in a single pass without being able to adapt if insufficient or incorrect information is collected. To overcome this, we introduce a modular multi-LMM agent framework based on several agents with different roles, instructed by a Planner agent that updates its instructions using shared feedback from the other agents. Specifically, we propose TraveLER, a method that can create a plan to "Traverse" through the video, ask questions about individual frames to "Locate" and store key information, and then "Evaluate" if there is enough information to answer the question. Finally, if there is not enough information, our method is able to "Replan" based on its collected knowledge. Through extensive experiments, we find that the proposed TraveLER approach improves performance on several VideoQA benchmarks without the need to fine-tune on specific datasets. Our code is available at https://github.com/traveler-framework/TraveLER.

Chuyi Shang, Amos You, Sanjay Subramanian, Trevor Darrell, Roei Herzig• 2024

Related benchmarks

TaskDatasetResultRank
Video Question AnsweringEgoSchema (Full)
Accuracy53.3
193
Video Question AnsweringNExT-QA (val)
Overall Acc68.2
176
Video Question AnsweringPerception (test)
Test Accuracy50.2
59
Video-based Question AnsweringSTAR
Accuracy44.9
46
Video Question AnsweringIntentQA
Accuracy (All)65.2
24
Video Question AnsweringSTAR (val)
Mean Score44.9
22
Video Question AnsweringPerception Test zero-shot few-shot
Accuracy50.2
6
Video Question AnsweringCausal-VidQA
Accuracy47.5
4
Showing 8 of 8 rows

Other info

Follow for update