菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-10
📄 Abstract - MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents

As embodied models become powerful, humans will collaborate with multiple embodied AI agents at their workplace or home in the future. To ensure better communication between human users and the multi-agent system, it is crucial to interpret incoming information from agents in parallel and refer to the appropriate context for each query. Existing challenges include effectively compressing and communicating high volumes of individual sensory inputs in the form of video and correctly aggregating multiple egocentric videos to construct system-level memory. In this work, we first formally define a novel problem of understanding multiple long-horizon egocentric videos simultaneously collected from embodied agents. To facilitate research in this direction, we introduce MultiAgent-EgoQA (MA-EgoQA), a benchmark designed to systemically evaluate existing models in our scenario. MA-EgoQA provides 1.7k questions unique to multiple egocentric streams, spanning five categories: social interaction, task coordination, theory-of-mind, temporal reasoning, and environmental interaction. We further propose a simple baseline model for MA-EgoQA named EgoMAS, which leverages shared memory across embodied agents and agent-wise dynamic retrieval. Through comprehensive evaluation across diverse baselines and EgoMAS on MA-EgoQA, we find that current approaches are unable to effectively handle multiple egocentric streams, highlighting the need for future advances in system-level understanding across the agents. The code and benchmark are available at this https URL.

顶级标签: multi-modal agents benchmark
详细标签: egocentric video multi-agent systems question answering video understanding embodied ai 或 搜索:

MA-EgoQA:基于多智能体第一视角视频的问答 / MA-EgoQA: Question Answering over Egocentric Videos from Multiple Embodied Agents


1️⃣ 一句话总结

这篇论文提出了一个名为MA-EgoQA的新基准测试和数据集,用于评估人工智能模型如何同时理解和回答基于多个智能体第一视角视频的问题,并发现现有模型在这方面存在显著不足,从而为未来多智能体协作系统的开发指明了方向。

源自 arXiv: 2603.09827