paper-with-me

Papers

MA-LMM: Memory-Augmented Large Multimodal Model for Long-Term Video Understanding

2024-04-08 · CVPR 2024 1 · Bo He, Hengduo Li, Young Kyun Jang, Menglin Jia, Xuefei Cao, Ashish Shah, Abhinav Shrivastava, Ser-Nam Lim

With the success of large language models (LLMs), integrating the vision model into LLMs to build vision-language foundation models has gained much more interest recently. However, existing LLM-based large multimodal models (e.g., Video-LLaMA, VideoChat) can only take in a limited number of frames for short video understanding. In this study, we mainly focus on designing an efficient and effective model for long-term video understanding. Instead of trying to process more frames simultaneously like most existing work, we propose to process videos in an online manner and store past video information in a memory bank. This allows our model to reference historical video content for long-term analysis without exceeding LLMs' context length constraints or GPU memory limits. Our memory bank can be seamlessly integrated into current multimodal LLMs in an off-the-shelf manner. We conduct extensive experiments on various video understanding tasks, such as long-video understanding, video question answering, and video captioning, and our model can achieve state-of-the-art performances across multiple datasets. Code available at https://boheumd.github.io/MA-LMM/.

📄 PDF Abstract BibTeX arXiv:2404.05726

Code (1)

boheumd/MA-LMM 공식 구현 pytorch

Tasks

GPUMultiple-choiceQuestion AnsweringTemporal Relation ExtractionVideo CaptioningVideo ClassificationVideo Question AnsweringVideo UnderstandingVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

MemLens: Benchmarking Multimodal Long-Term Memory in Large Vision-Language Models

2026-05-14 · Xiyu Ren, Zhaowei Wang, Yiming Du, Zhongwei Xie 외 arxiv

Memory is essential for large vision-language models (LVLMs) to handle long, multimodal interactions, with two method directions providing this capability: long-context LVLMs and memory-augmented agents. However, no exis…

Information ExtractionVisual Grounding

TeleMem: Building Long-Term and Multimodal Memory for Agentic AI

2025-12-12 · Chunliang Chen, Ming Guan, Xiao Lin, Jiaxu Li 외 arxiv

Large language models (LLMs) excel at many NLP tasks but struggle to sustain long-term interactions due to limited attention over extended dialogue histories. Retrieval-augmented generation (RAG) mitigates this issue but…

Multimodal Reasoning

Question-guided Visual Compression with Memory Feedback for Long-Term Video Understanding

2026-03-16 · Sosuke Yamao, Natsuki Miyahara, Yuankai Qi, Shun Takeuchi arxiv

In the context of long-term video understanding with large multimodal models, many frameworks have been proposed. Although transformer-based visual compressors and memory-augmented approaches are often used to process lo…

Personalizing Embodied Multimodal Large Language Model Agents over Long-term User Interactions

2026-05-25 · Jeongeun Lee, Chanyoung Park, Dongha Lee arxiv

Multimodal large language model (MLLM)-based embodied agents have shown strong potential for solving complex tasks in physical environments. However, personalized assistance requires more than following generic instructi…

VideoAgent: A Memory-augmented Multimodal Agent for Video Understanding

2024-03-18 · Yue Fan, Xiaojian Ma, Rujie Wu, Yuntao Du 외

We explore how reconciling several foundation models (large language models and vision-language models) with a novel unified memory mechanism could tackle the challenging video understanding problem, especially capturing…

EgoSchemaVideo Understanding