MM-Ego: Towards Building Egocentric Multimodal LLMs
AuthorsHanrong Ye, Haotian Zhang, Erik Daxberger, Lin Chen, Zongyu Lin, Bowen Zhang, Haoxuan You, Dan Xu†, Zhe Gan, Jiasen Lu, Yinfei Yang
MM-Ego: Towards Building Egocentric Multimodal LLMs
AuthorsHanrong Ye, Haotian Zhang, Erik Daxberger, Lin Chen, Zongyu Lin, Bowen Zhang, Haoxuan You, Dan Xu†, Zhe Gan, Jiasen Lu, Yinfei Yang
This research aims to comprehensively explore building a multimodal foundation model for egocentric video understanding. To achieve this goal, we work on three fronts. First, as there is a lack of QA data for egocentric video understanding, we automatically generate 7M high-quality QA samples for egocentric videos ranging from 30 seconds to one hour long in Ego4D based on human-annotated data. This is one of the largest egocentric QA datasets. Second, we contribute a challenging egocentric QA benchmark with 629 videos and 7,026 questions to evaluate the models’ ability in recognizing and memorizing visual details across videos of varying lengths. We introduce a new de-biasing evaluation method to help mitigate the unavoidable language bias present in the models being evaluated. Third, we propose a specialized multimodal architecture featuring a novel “Memory Pointer Prompting” mechanism. This design includes a global glimpse step to gain an overarching understanding of the entire video and identify key visual information, followed by a fallback step that utilizes the key visual information to generate responses. This enables the model to more effectively comprehend extended video content. With the data, benchmark, and model, we build MM-Ego, an egocentric multimodal LLM that shows powerful performance on egocentric video understanding.
† The Hong Kong University of Science and Technology (HKUST)
Incentivizing Temporal-Awareness in Egocentric Video Understanding Models
July 9, 2026research area Computer Vision, research area Methods and Algorithms
Multimodal large language models (MLLMs) have recently shown strong performance in visual understanding, yet they often lack temporal awareness, particularly in egocentric settings where reasoning depends on the correct ordering and evolution of events. This deficiency stems in part from training objectives that fail to explicitly reward temporal reasoning and instead rely on frame-level spatial shortcuts. To address this limitation, we propose…
Advancing Egocentric Video Question Answering with Multimodal Large Language Models
June 30, 2025research area Computer Vision, research area Speech and Natural Language Processing
Egocentric Video Question Answering (QA) requires models to handle long-horizon temporal reasoning, first-person perspectives, and specialized challenges like frequent camera movement. This paper systematically evaluates both proprietary and open-source Multimodal Large Language Models (MLLMs) on QaEgo4Dv2—a refined dataset of egocentric videos derived from QaEgo4D. Four popular MLLMs (GPT-4o, Gemini-1.5-Pro, Video-LLaVa-7B and…