English

Hierarchical Memory for Long Video QA

Computer Vision and Pattern Recognition 2024-12-17 v2

Abstract

This paper describes our champion solution to the LOVEU Challenge @ CVPR'24, Track 1 (Long Video VQA). Processing long sequences of visual tokens is computationally expensive and memory-intensive, making long video question-answering a challenging task. The key is to compress visual tokens effectively, reducing memory footprint and decoding latency, while preserving the essential information for accurate question-answering. We adopt a hierarchical memory mechanism named STAR Memory, proposed in Flash-VStream, that is capable of processing long videos with limited GPU memory (VRAM). We further utilize the video and audio data of MovieChat-1K training set to fine-tune the pretrained weight released by Flash-VStream, achieving 1st place in the challenge. Code is available at project homepage https://invinciblewyq.github.io/vstream-page .

Keywords

Cite

@article{arxiv.2407.00603,
  title  = {Hierarchical Memory for Long Video QA},
  author = {Yiqin Wang and Haoji Zhang and Yansong Tang and Yong Liu and Jiashi Feng and Jifeng Dai and Xiaojie Jin},
  journal= {arXiv preprint arXiv:2407.00603},
  year   = {2024}
}

Comments

Accepted to CVPR 2024 Workshop

R2 v1 2026-06-28T17:23:53.352Z