TRACE: Evidence Grounding-Guided Multi-Video Event Understanding and Claim Generation
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
- Pre-grounding evidence enhances LVLM factual accuracy.
- Structured timelines aid query-aware evidence retrieval.
- Separating text and visual reasoning improves efficiency.
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
- Implement OCR and object detection for video indexing.
- Utilize text-only LLMs for initial evidence filtering.
- Integrate grounding summaries to guide LVLM outputs.
Topics
- Multi-video Event Understanding
- Large Vision-Language Models
- Evidence Grounding
- OCR
- Object Detection
- Claim Generation
- MAGMaR 2026
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.