TRACE: Evidence Grounding-Guided Multi-Video Event Understanding and Claim Generation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The TRACE framework addresses challenges in multi-video event understanding, where large vision-language models (LVLMs) often struggle with context budget limitations and precise localization of dense informational cues like broadcast graphics. TRACE employs a "ground-before-reasoning" strategy, first building a structured, text-searchable timeline for each video using OCR and object detection. A text-only LLM then performs query-aware evidence localization, selecting relevant moments. These retrieved frames and their grounding summaries subsequently steer an LVLM for claim generation and cross-video citation consolidation. Experiments on MAGMaR 2026 and WikiVideo demonstrate TRACE significantly boosts factual completeness and attribution fidelity. On the MAGMaR validation split, TRACE raised macro-average MiRAGE F1 from 0.705 to 0.811, with citation recall improving from 0.440 to 0.628, outperforming an unguided Qwen3-VL-30B baseline and attaining top results on the official MAGMaR 2026 leaderboard.

Key takeaway

For AI Scientists developing multi-modal systems, struggling with LVLM context limitations or hallucination in multi-video analysis, you should consider adopting a "ground-before-reasoning" approach like TRACE. By pre-processing videos into structured, searchable timelines and using a text LLM for initial evidence localization, you can significantly boost factual completeness and citation fidelity in your models. This strategy helps overcome context budget issues and improves overall reasoning performance.

Key insights

The "ground-before-reasoning" strategy improves multi-video event understanding by localizing evidence with a text LLM before visual reasoning.

Principles

Method

TRACE builds video timelines via OCR and object detection, uses a text LLM for query-aware evidence localization, then steers an LVLM with retrieved frames and summaries for claim generation and citation.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.