Kumara Kahatapitiya, Kanchana Ranasinghe, Jongwoo Park, Michael S. Ryoo
Language has become a prominent modality in computer vision with the rise of LLMs. Despite supporting long context-lengths, their effectiveness in handling long-term information gradually declines with input length. This becomes critical, especially in applications such as long-form video understanding. In this paper, we introduce a Language Repository (LangRepo) for LLMs, that maintains concise and structured information as an interpretable (i.e., all-textual) representation. Our repository is updated iteratively based on multi-scale video chunks. We introduce write and read operations that focus on pruning redundancies in text, and extracting information at various temporal scales. The proposed framework is evaluated on zero-shot visual question-answering benchmarks including EgoSchema, NExT-QA, IntentQA and NExT-GQA, showing state-of-the-art performance at its scale. Our code is available at https://github.com/kkahatapitiya/LangRepo.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Question Answering | NExT-QA | Accuracy | 60.9 | LangRepo (12B) |
| Question Answering | NExT-GQA | Acc@GQA | 17.1 | LangRepo (12B) |
| Question Answering | IntentQA | Accuracy | 59.1 | LangRepo (12B) |
| Question Answering | EgoSchema (fullset) | Accuracy | 41.2 | LangRepo (12B) |
| Question Answering | EgoSchema (subset) | Accuracy | 66.2 | LangRepo (12B) |
| Video Question Answering | NExT-QA | Accuracy | 60.9 | LangRepo (12B) |
| Video Question Answering | NExT-GQA | Acc@GQA | 17.1 | LangRepo (12B) |
| Video Question Answering | IntentQA | Accuracy | 59.1 | LangRepo (12B) |
| Video Question Answering | EgoSchema (fullset) | Accuracy | 41.2 | LangRepo (12B) |
| Video Question Answering | EgoSchema (subset) | Accuracy | 66.2 | LangRepo (12B) |