CVAIMay 3, 2022

Episodic Memory Question Answering

arXiv:2205.01652v140 citationsh-index: 85
Originality Incremental advance
AI Analysis

This addresses the challenge of AI assistants understanding and recalling spatio-temporal information from wearable device videos, though it is incremental as it builds on existing methods for scene encoding and question answering.

The paper tackles the problem of enabling AI assistants to answer questions about past events in egocentric videos by introducing the Episodic Memory Question Answering (EMQA) task, a dataset, and a model that encodes scenes as semantic maps, showing it outperforms baselines with robustness to noise.

Egocentric augmented reality devices such as wearable glasses passively capture visual data as a human wearer tours a home environment. We envision a scenario wherein the human communicates with an AI agent powering such a device by asking questions (e.g., where did you last see my keys?). In order to succeed at this task, the egocentric AI assistant must (1) construct semantically rich and efficient scene memories that encode spatio-temporal information about objects seen during the tour and (2) possess the ability to understand the question and ground its answer into the semantic memory representation. Towards that end, we introduce (1) a new task - Episodic Memory Question Answering (EMQA) wherein an egocentric AI assistant is provided with a video sequence (the tour) and a question as an input and is asked to localize its answer to the question within the tour, (2) a dataset of grounded questions designed to probe the agent's spatio-temporal understanding of the tour, and (3) a model for the task that encodes the scene as an allocentric, top-down semantic feature map and grounds the question into the map to localize the answer. We show that our choice of episodic scene memory outperforms naive, off-the-shelf solutions for the task as well as a host of very competitive baselines and is robust to noise in depth, pose as well as camera jitter. The project page can be found at: https://samyak-268.github.io/emqa .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes