pith. sign in

arxiv: 2606.25842 · v2 · pith:BGEC5ESPnew · submitted 2026-06-24 · 💻 cs.CV

Graph it first! Enabling Reasoning on Long-form Egocentric Videos through Scene Graphs

Pith reviewed 2026-06-25 20:56 UTC · model grok-4.3

classification 💻 cs.CV
keywords egocentric videoscene graphsvideo question answeringmultimodal large language modelslong-form video understandingtemporal reasoningstructured representations
0
0 comments X

The pith

Egocentric scene graphs convert long videos to compact text so MLLMs can reason over full sequences inside token limits.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows that long egocentric videos can be turned into temporally grounded scene graphs that list objects, attributes, spatial relations, and interactions as text. This symbolic form keeps the key visual and timing details while cutting the input length enough for current MLLMs to accept an entire video instead of subsampled frames. On the HD-EPIC VQA benchmark the graph-based approach beats strong video baselines across several models, indicating that the reduction in tokens does not come at the cost of lost reasoning power.

Core claim

By representing videos as compact, text-based scene graphs called EgoSGs, which are temporally grounded structured representations that capture objects, attributes, spatial relations, and interactions over time, the method preserves the essential visual and temporal information of the original video in a symbolic form that drastically reduces input length while maintaining semantic richness, enabling MLLMs to reason efficiently over entire video sequences within their token budget and achieving state-of-the-art results on HD-EPIC VQA.

What carries the argument

Egocentric Scene Graphs (EgoSGs): temporally grounded, structured text representations that capture objects, attributes, spatial relations, and interactions over time.

If this is right

  • MLLMs can accept full-length egocentric videos without forced frame dropping.
  • Question-answering accuracy rises on datasets that require fine temporal tracking.
  • Structured symbolic input becomes a practical route around context-length walls in video models.
  • The same compression principle could extend to other tasks that need both spatial and temporal relations.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If graph construction improves, the performance gap versus raw video could widen further.
  • The method might transfer to third-person long videos where camera motion is less chaotic.
  • Real-time versions could feed live graphs into models for continuous egocentric assistance.

Load-bearing premise

Automatically built scene graphs from egocentric video keep enough semantic detail and correct timing that they do not introduce errors worse than the information loss from frame subsampling.

What would settle it

A controlled test on videos where the automatic graph generator misses key object interactions or state changes, showing that VQA accuracy then falls below the subsampled-video baseline on the same model.

Figures

Figures reproduced from arXiv: 2606.25842 by Agnese Taluzzi, Chiara Plizzari, Matteo Matteucci, Riccardo Santambrogio, Simone Mentasti.

Figure 1
Figure 1. Figure 1: Given a long input video, frames are sub-sampled (blue, green) to respect the multi-modal large language model (MLLM) token budget, shown as limited token slots (left). Instead of directly feeding visual tokens, EgoSG generation builds a compact open-vocabulary scene graph capturing objects, spatial relations, and actions over time, which is produced in the form of text from an MLLM (right). Nodes represen… view at source ↗
Figure 2
Figure 2. Figure 2: Token-budget comparison. Cu￾mulative input tokens needed to represent a 1 FPS video across four MLLMs, com￾pared to EgoSG, over short (0–60 s) and long (0–30 min) timescales. Differences in frame-level token counts arise from model￾specific tokenizers, whereas EgoSG yields similar token counts across all models. Dashed horizontal lines mark each model’s maximum context window. ENVIRONMENTAL ELEMENTS: count… view at source ↗
Figure 4
Figure 4. Figure 4: Per-prototype Results. Accuracy (%) of EgoSG vs raw video input for each question prototype. in the video?” demands tracking the referenced object across frames and counting its movements, demonstrating the need for fine-grained spatio-temporal reason￾ing. For our experiments, we select 50 Q&As per question prototype, for a total of 1250 questions. This ensures a balanced evaluation while reducing computat… view at source ↗
Figure 7
Figure 7. Figure 7: Accuracy vs video length. Relationship between model accuracy (%) and video length. 4.4 Runtime Analysis We report a runtime analysis on Gemini in [PITH_FULL_IMAGE:figures/full_fig_p011_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: EgoSG (w/ and w/o video). Ac￾curacy (%) of EgoSG w/ and w/o using the raw video input. 2 4 6 8 10 12 14 Number of Parameters (B) 26 28 30 32 34 36 38 Accuracy (%) Model (Family - Input) Qwen2.5-VL - EgoSG Qwen2.5-VL - Videos InternVL3 - EgoSG InternVL3 - Videos VideoLLaMa3 - EgoSG VideoLLaMa3 - Videos [PITH_FULL_IMAGE:figures/full_fig_p012_8.png] view at source ↗
Figure 10
Figure 10. Figure 10: Successful Cases. Instances where EgoSG succeeds and raw video fails. 4.5 Ablations Accuracy vs video length [PITH_FULL_IMAGE:figures/full_fig_p012_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Failure cases. Instances where EgoSG fails and raw video succeeds. Accuracy vs number of parameters [PITH_FULL_IMAGE:figures/full_fig_p013_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: EgoSG components distribution. From left to right: wordles of (1) environ￾ment elements, (2) dynamic objects, (3) action types, (4) location-based relations and (5) action prepositions [PITH_FULL_IMAGE:figures/full_fig_p022_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Prompt template for processing the first clip in an egocentric video [PITH_FULL_IMAGE:figures/full_fig_p024_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Prompt template for processing clips from the second on [PITH_FULL_IMAGE:figures/full_fig_p025_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Structured output format specification that ensures consistent formatting across all clip processing stages [PITH_FULL_IMAGE:figures/full_fig_p026_15.png] view at source ↗
Figure 16
Figure 16. Figure 16: Example scene graph output included in the first clip prompt tem [PITH_FULL_IMAGE:figures/full_fig_p027_16.png] view at source ↗
read the original abstract

Existing multi-modal large language models (MLLMs) face significant challenges in processing long video sequences due to strict input token limitations. As a result, current video understanding approaches, especially in egocentric settings characterized by complex dynamics, frequent state changes, and moving cameras, are forced to massively subsample frames. This leads to severe loss of temporal and contextual information, constraining their ability to perform fine-grained video reasoning. In this work, we introduce a framework for egocentric video question answering (VQA) that overcomes these input constraints through Egocentric Scene Graphs (EgoSGs), i.e., temporally grounded, structured representations that capture objects, attributes, spatial relations, and interactions over time. By representing videos as compact, text-based scene graphs, our method preserves the essential visual and temporal information of the original video in a symbolic form that drastically reduces input length while maintaining semantic richness. Crucially, this enables MLLMs to reason efficiently over entire video sequences within their token budget. On HD-EPIC VQA, our method achieves state-of-the-art results, outperforming strong video-based baselines on multiple models and suggesting that structured, temporally grounded representations like EgoSGs can bridge long-form egocentric video understanding and the context limitations of today's MLLMs.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 0 minor

Summary. The paper proposes Egocentric Scene Graphs (EgoSGs) as temporally grounded, text-based structured representations of long egocentric videos (capturing objects, attributes, spatial relations, and interactions). It claims these graphs preserve essential visual/temporal information in a compact symbolic form, enabling MLLMs to reason over full sequences within token limits and achieving SOTA results on HD-EPIC VQA that outperform video-based baselines across multiple models.

Significance. If the empirical claims hold after proper validation, the work would be significant for long-form video understanding, as it directly addresses MLLM context-length bottlenecks in egocentric settings with complex dynamics. The approach offers a potential bridge between symbolic representations and neural models, with possible extensions to other video tasks.

major comments (2)
  1. [§3] §3 (method): The EgoSG construction pipeline (object/attribute/relation extraction + temporal linking via learned vision models) is presented without any quantified error rates, fidelity metrics, or ablation comparing graph-based VQA performance against raw-frame input or ground-truth graphs. This is load-bearing for the central preservation claim and the token-budget advantage.
  2. [Experiments] Experiments and results sections: SOTA claims on HD-EPIC VQA are asserted without details on baseline implementations, statistical significance tests, error bars, or multiple-run variance, preventing assessment of whether gains are representation-driven or model-specific.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed and constructive report. We address each major comment below and commit to revisions that directly strengthen the empirical support for our central claims.

read point-by-point responses
  1. Referee: §3 (method): The EgoSG construction pipeline (object/attribute/relation extraction + temporal linking via learned vision models) is presented without any quantified error rates, fidelity metrics, or ablation comparing graph-based VQA performance against raw-frame input or ground-truth graphs. This is load-bearing for the central preservation claim and the token-budget advantage.

    Authors: We agree that the absence of these metrics weakens the preservation argument. In the revised manuscript we will report precision/recall and temporal consistency metrics for the EgoSG extraction pipeline on a held-out validation set, and add an ablation that compares end-to-end VQA accuracy using (i) EgoSGs, (ii) raw-frame input at the same token budget, and (iii) oracle graphs derived from ground-truth annotations where available. These additions will quantify the information loss (or retention) introduced by the symbolic representation. revision: yes

  2. Referee: Experiments and results sections: SOTA claims on HD-EPIC VQA are asserted without details on baseline implementations, statistical significance tests, error bars, or multiple-run variance, preventing assessment of whether gains are representation-driven or model-specific.

    Authors: We acknowledge that the current version lacks the requested statistical rigor and implementation transparency. The revision will include: (a) full hyper-parameter and prompting details for every baseline, (b) mean and standard deviation over at least three independent runs with different random seeds, and (c) paired statistical significance tests (e.g., McNemar or Wilcoxon) between EgoSG and the strongest video baseline for each MLLM. These changes will allow readers to evaluate whether the reported gains are attributable to the scene-graph representation. revision: yes

Circularity Check

0 steps flagged

No derivation chain present; empirical claims only

full rationale

The paper advances an empirical framework for egocentric VQA via EgoSG construction and MLLM input, with SOTA results on HD-EPIC VQA. No equations, fitted parameters, predictions, or mathematical derivations appear in the abstract or described method. The central claim that graphs 'preserve the essential visual and temporal information' is presented as a design motivation and tested via downstream performance, not derived from or reduced to prior steps by construction. No self-citation load-bearing steps or ansatz smuggling are identifiable. This is a standard non-finding for an applied empirical paper without a formal derivation chain.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 1 invented entities

Abstract provides no explicit free parameters, mathematical axioms, or external benchmarks; the central claim rests on the unstated premise that scene-graph extraction is sufficiently accurate and lossless for the target task.

invented entities (1)
  • Egocentric Scene Graphs (EgoSGs) no independent evidence
    purpose: Temporally grounded structured text representations capturing objects, attributes, spatial relations, and interactions for video compression
    Core new representation introduced to solve token-limit problem; no independent evidence of correctness provided in abstract.

pith-pipeline@v0.9.1-grok · 5768 in / 1282 out tokens · 33743 ms · 2026-06-25T20:56:38.494017+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.