Vinci2: Providing Proactive Assistance in Continuous Egocentric Videos

Gong Sitong, Tianyu Yan, Caixin Kang, Bo Zheng, Xiang Ruan, Huchuan Lu, Kaipeng Zhang, Yoichi Sato, Yifei Huang

arXiv:2607.11523 · 2026-07-18 공개 · arXiv · PDF

retrieval-augmented egocentric-video memory-augmented proactive-assistance temporal-context visual-embedding ego-serve ego-memo

Abstract

When should an intelligent assistant speak up without being asked? Continuous egocentric video offers rich, evolving context that enables a new form of assistance: one that is proactive rather than merely reactive. Yet existing approaches either wait passively for user queries or treat every detected event as requiring a response, without considering the user's history, current activity, or whether assistance would actually be welcome. We reframe proactive assistance as a context-dependent decision problem: the agent must not only perceive what is happening, but reason over accumulated temporal context to determine when and whether to intervene. To this end, we present Vinci2, a proactive egocentric assistance system that advances the on-device assistant Vinci from reactive response toward proactivity. On the evaluation side, we present EgoServe, the first large-scale benchmark for proactive assistance in continuous egocentric video. EgoServe comprises over 3,000 service instances organized along 4 temporal memory horizons, ranging from immediate safety alerts to long-term habit coaching, across 10 service categories. On the modeling side, we propose EgoMemo, a training-free, memory-augmented agent that maintains three complementary memory representations: multi-scale temporal summaries, a semantic knowledge graph, and visual embedding archives. At each timestep, EgoMemo performs retrieval-augmented reasoning to determine whether assistance is warranted and, if so, produces contextually grounded responses. Experiments demonstrate that EgoMemo establishes strong baselines on EgoServe while remaining competitive on existing egocentric benchmarks. Our benchmark and code are publicly available at https://sitonggong.github.io/EgoServe-page/{Vinci2}.

한국어 요약

한 줄 요약

Vinci2는 지속적인 1인칭 비디오에서 사용자의 히스토리와 현재 활동을 고려해 적절한 시점에 개입하는 프로액티브 보조 시스템으로, EgoMemo와 EgoServe를 제시한다.

핵심 기여도

핵심 아이디어

기존 1인칭 비디오 보조 시스템은 사용자의 명시적 요청에 반응하거나, 특정 이벤트 감지 시 무조건 개입하는 방식을 따르며, 사용자의 히스토리나 현재 활동, 개입이 필요한지 여부를 고려하지 않는다. 이에 반해, **Vinci2는 프로액티브 보조를 ‘문맥에 의존한 결정 문제’**(context-dependent decision problem)로 재정의한다. 에이전트는 단순히 환경을 인지하는 것을 넘어, **시간에 걸친 누적된 문맥**(accumulated temporal context)을 기반으로 언제, 어떻게 개입할지 판단해야 한다.

이를 실현하기 위해 **EgoMemo**는 **3가지 메모리 표현**(multi-scale temporal summaries, semantic knowledge graph, visual embedding archives)을 유지하며, 각 타임스텝에서 **검색 증강 추론**(retrieval-augmented reasoning)을 수행한다. 이는 단순히 이벤트를 감지하는 것이 아니라, **과거의 활동 패턴, 의미적 관계, 시각적 유사성**을 종합적으로 고려해 개입 여부를 결정하는 새로운 접근법이다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용