paper-with-me

홈 › Papers

Goldfish: Vision-Language Understanding of Arbitrarily Long Videos

2024-07-17 · Kirolos Ataallah, Xiaoqian Shen, Eslam Abdelrahman, Essam Sleiman, Mingchen Zhuge, Jian Ding, Deyao Zhu, Jürgen Schmidhuber, Mohamed Elhoseiny

Most current LLM-based models for video understanding can process videos within minutes. However, they struggle with lengthy videos due to challenges such as "noise and redundancy", as well as "memory and computation" constraints. In this paper, we present Goldfish, a methodology tailored for comprehending videos of arbitrary lengths. We also introduce the TVQA-long benchmark, specifically designed to evaluate models' capabilities in understanding long videos with questions in both vision and text content. Goldfish approaches these challenges with an efficient retrieval mechanism that initially gathers the top-k video clips relevant to the instruction before proceeding to provide the desired response. This design of the retrieval mechanism enables the Goldfish to efficiently process arbitrarily long video sequences, facilitating its application in contexts such as movies or television series. To facilitate the retrieval process, we developed MiniGPT4-Video that generates detailed descriptions for the video clips. In addressing the scarcity of benchmarks for long video evaluation, we adapted the TVQA short video benchmark for extended content analysis by aggregating questions from entire episodes, thereby shifting the evaluation from partial to full episode comprehension. We attained a 41.78% accuracy rate on the TVQA-long benchmark, surpassing previous methods by 14.94%. Our MiniGPT4-Video also shows exceptional performance in short video comprehension, exceeding existing state-of-the-art methods by 3.23%, 2.03%, 16.5% and 23.59% on the MSVD, MSRVTT, TGIF, and TVQA short video benchmarks, respectively. These results indicate that our models have significant improvements in both long and short-video understanding. Our models and code have been made publicly available at https://vision-cair.github.io/Goldfish_website/

📄 PDF Abstract BibTeX arXiv:2407.12679

Code (1)

Vision-CAIR/MiniGPT4-video pytorch

Tasks

RetrievalVideo Understanding

Similar Papers 제목 키워드 기반

Goldfish: Monolingual Language Models for 350 Languages

2024-08-19 · Tyler A. Chang, Catherine Arnett, Zhuowen Tu, Benjamin K. Bergen

For many low-resource languages, the only available language models are large multilingual models trained on many languages simultaneously. However, using FLORES perplexity as a metric, we find that these models perform …

Text Generation

Be like a Goldfish, Don't Memorize! Mitigating Memorization in Generative LLMs

2024-06-14 · Abhimanyu Hans, Yuxin Wen, Neel Jain, John Kirchenbauer 외

Large language models can memorize and repeat their training data, causing privacy and copyright risks. To mitigate memorization, we introduce a subtle modification to the next-token training objective that we call the g…

Memorization

DocSLM: A Small Vision-Language Model for Long Multimodal Document Understanding

2025-11-14 · Tanveer Hannan, Dimitrios Mallios, Parth Pathak, Faegheh Sardari 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated strong multimodal reasoning capabilities on long and complex documents. However, their high memory footprint makes them impractical for deployment on resource-constr…

Multimodal Reasoning

ROME: Evaluating Pre-trained Vision-Language Models on Reasoning beyond Visual Common Sense

2023-10-30 · Kankan Zhou, Eason Lai, Wei Bin Au Yeong, Kyriakos Mouratidis 외

Humans possess a strong capability for reasoning beyond common sense. For example, given an unconventional image of a goldfish laying on the table next to an empty fishbowl, a human would effortlessly determine that the …

Common Sense ReasoningLanguage ModelingLanguage Modelling

BERT-AL: BERT for Arbitrarily Long Document Understanding

2020-01-01 · ICLR 2020 1 · Ruixuan Zhang, Zhuoyu Wei, Yu Shi, Yining Chen

Pretrained language models attract lots of attentions, and they take advantage of the two-stages training process: pretraining on huge corpus and finetuning on specific tasks. Thereinto, BERT (Devlin et al., 2019) is a T…

document understandingText Summarization