Papers › VidEgoThink: Assessing Egocentric Video Understanding Capabilities for Embodied AI

VidEgoThink: Assessing Egocentric Video Understanding Capabilities for Embodied AI

15 Oct 2024arXiv:2410.11623archive 2025-07-28

Sijie Cheng, Kechen Fang, Yangyang Yu, Sicheng Zhou, Bohao Li, Ye Tian, Tingguang Li, Lei Han, Yang Liu

Recent advancements in Multi-modal Large Language Models (MLLMs) have opened new avenues for applications in Embodied AI. Building on previous work, EgoThink, we introduce VidEgoThink, a comprehensive benchmark for evaluating egocentric video understanding capabilities. To bridge the gap between MLLMs and low-level control in Embodied AI, we design four key interrelated tasks: video question-answering, hierarchy planning, visual grounding and reward modeling. To minimize manual annotation costs, we develop an automatic data generation pipeline based on the Ego4D dataset, leveraging the prior knowledge and multimodal capabilities of GPT-4o. Three human annotators then filter the generated data to ensure diversity and quality, resulting in the VidEgoThink benchmark. We conduct extensive experiments with three types of models: API-based MLLMs, open-source image-based MLLMs, and open-source video-based MLLMs. Experimental results indicate that all MLLMs, including GPT-4o, perform poorly across all tasks related to egocentric video understanding. These findings suggest that foundation models still require significant advancements to be effectively applied to first-person scenarios in Embodied AI. In conclusion, VidEgoThink reflects a research trend towards employing MLLMs for egocentric vision, akin to human capabilities, enabling active observation and interaction in the complex real-world environments.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.11623")

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

By repository: community (archive-listed): 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

adacheng/egothink mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 15 ran; 3 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
8ran
2unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from adacheng/egothink. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_rotary_emb adacheng/egothink/models/llama_adapter_v2/llama.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · b47d48e431b34acd · report
ceil_by_factor adacheng/egothink/models/qwen_vl_utils_new.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 6e45201fa27cb24a · report
encode_image adacheng/egothink/gpt_eval.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · f41cb1a19b154297 · report
floor_by_factor adacheng/egothink/models/qwen_vl_utils_new.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 8155263d7ff19bb3 · report
get_generation_args adacheng/egothink/gpt_eval.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · fd48ec28ab00f691 · report
load_dataset adacheng/egothink/gpt_eval.py community (archive-listed) ran Apache-2.0 (permissive) · 27d8599384686c24 · report
load_image_from_base64 adacheng/egothink/models/lego/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · c3ee9d07c900dd55 · report
load_image_square adacheng/egothink/models/lego/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · f04e8e006a8831c9 · report
load_judge_prompts adacheng/egothink/common.py community (archive-listed) ran Apache-2.0 (permissive) · 41fd9954784a1330 · report
load_model_answers adacheng/egothink/common.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 270d3eb4371b0d85 · report
load_questions adacheng/egothink/common.py community (archive-listed) ran Apache-2.0 (permissive) · 88969cdc675c418e · report
postprocess_box adacheng/egothink/models/lego/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · b8030ce2d52399ba · report
precompute_freqs_cis adacheng/egothink/models/llama_adapter_v2/llama.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 14a84c2cbfebc413 · report
reshape_for_broadcast adacheng/egothink/models/llama_adapter_v2/llama.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 70bf6ebaafd266c4 · report
round_by_factor adacheng/egothink/models/qwen_vl_utils_new.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · e252767324188623 · report
pretty_print_semaphore adacheng/egothink/models/lego/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 37899f22fb191b37 · report
violates_moderation adacheng/egothink/models/lego/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f9939a84b9a65279 · report

Tasks

Question AnsweringVideo Question AnsweringVideo UnderstandingVisual Grounding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections