TLG: Temporal-Logic Grounding for Video Question Answering via Source-Annotation Reconstruction and Category-Targeted Reasoning

TL;DR

TLG improves video QA accuracy by 24.5% to 71.37% using temporal logic grounding.

cs.CV 🔴 Advanced 2026-06-01 29 views
Ali Alavi
video QA temporal logic machine learning datasets model reasoning

Key Findings

Methodology

TLG employs a three-tier system: Tier 1 reconstructs video action timelines from public dataset annotations and parses each question into a temporal logic program; Tier 2 uses a strong open video-language model (VLM) when no annotations exist; Tier 3 routes empirically weak question categories to a frontier reasoning model. This significantly improves test accuracy.

Key Results

  • TLG raises test accuracy from a 46.9% VLM baseline to 71.37%, achieving a 24.5% absolute gain.
  • Utilizing annotations from CrossTask, Breakfast, and STAR/AGQA datasets, TLG excels in temporal logic reasoning.
  • TLG further enhances performance on multiple-choice questions by routing them to the Gemini-3.1-Pro model.

Significance

TLG addresses the bottleneck of temporal localization in existing video-language models by reconstructing action timelines. This approach not only improves video QA accuracy but also offers new insights into temporal logic reasoning, with significant academic and practical implications.

Technical Contribution

TLG's technical contribution lies in its innovative three-tier architecture that combines symbolic reasoning with deep learning models, significantly enhancing temporal logic reasoning accuracy. By leveraging real annotations rather than larger models, TLG demonstrates the critical role of annotated data in improving model performance.

Novelty

TLG is the first to integrate temporal logic reasoning with video QA, solving the bottleneck of temporal localization through annotation reconstruction and category-targeted reasoning, significantly boosting model performance.

Limitations

  • TLG relies on public dataset annotations and cannot handle unannotated actions.
  • The model may struggle to accurately parse temporal logic relationships in complex scenarios.

Future Work

Future research directions include expanding annotation datasets to cover more action scenarios and optimizing model performance in complex temporal logic reasoning.

AI Executive Summary

The TLG system addresses the challenge of temporal reasoning in video question answering (QA). Existing video-language models struggle with temporal localization, resulting in performance near random levels. TLG significantly improves test accuracy by reconstructing video action timelines, parsing each question into a temporal logic program, and using a strong open video-language model when annotations are unavailable.

TLG's core technology lies in its three-tier architecture: Tier 1 reconstructs action timelines from public dataset annotations, Tier 2 uses an open video-language model when no annotations exist, and Tier 3 routes empirically weak question categories to a frontier reasoning model. This approach not only enhances video QA accuracy but also offers new insights into temporal logic reasoning.

Despite TLG's significant progress in temporal logic reasoning, it has some limitations, such as reliance on public dataset annotations. Future research directions include expanding annotation datasets to cover more action scenarios and optimizing model performance in complex temporal logic reasoning.

Deep Analysis

Background

The field of video question answering has seen significant advancements in recent years, yet challenges remain in temporal logic reasoning. Existing video-language models often treat videos as a collection of frames, failing to accurately localize when actions occur, leading to performance bottlenecks in temporal logic reasoning tasks.

Core Problem

The core problem is accurately performing temporal logic reasoning, determining whether one event precedes, follows, or co-occurs with another. Existing models perform near random levels in this regard, primarily due to their inability to accurately localize action timing.

Innovation

TLG's core innovation lies in its three-tier architecture: reconstructing action timelines, parsing questions into temporal logic programs, and using an open video-language model when annotations are unavailable. This approach significantly improves the accuracy of temporal logic reasoning.

Methodology

  • �� Tier 1: Reconstructs video action timelines from public dataset annotations.
  • �� Tier 2: Uses an open video-language model when no annotations exist.
  • �� Tier 3: Routes empirically weak question categories to a frontier reasoning model.

Experiments

Experiments utilized CrossTask, Breakfast, and STAR/AGQA datasets to test TLG's performance in temporal logic reasoning tasks. Comparisons with different models and annotation reconstruction methods validated TLG's effectiveness.

Results

TLG raises test accuracy from a 46.9% VLM baseline to 71.37%. By leveraging real annotations rather than larger models, TLG demonstrates the critical role of annotated data in improving model performance.

Applications

TLG can be applied in video QA scenarios requiring temporal logic reasoning, such as intelligent surveillance and video analysis. Its high-precision temporal localization capability makes it valuable in these fields.

Limitations & Outlook

TLG relies on public dataset annotations and cannot handle unannotated actions. In some complex scenarios, the model may struggle to accurately parse temporal logic relationships. Future research directions include expanding annotation datasets and optimizing model performance.

Plain Language Accessible to non-experts

Imagine you're watching a soccer match and want to know if a goal happened before the first half ended. TLG is like a smart referee that can reconstruct the timeline of every action from the match video and accurately tell you the timing of the goal. Its uniqueness lies in not only relying on the video itself but also using detailed annotations of the match, much like a referee's match records. This method makes it more accurate than a referee who only relies on the video.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a game where you need to find out the order of events. TLG is like a super helper in the game that can reconstruct the timeline of events and tell you which event happened first. It's super smart because it doesn't just look at the game screen but also checks the game's manual. This way, it can help you complete the task more accurately! Isn't that cool?

Glossary

Temporal Logic

A logical system used to describe the temporal relationships between events.

Used in TLG to parse temporal relationships in video QA.

Video-Language Model

A model that combines video and language information for reasoning.

Used to handle video QA questions without annotations.

Annotation Reconstruction

The process of reconstructing video action timelines from datasets.

Used in Tier 1 of TLG to improve temporal logic reasoning accuracy.

Frontier Reasoning Model

An advanced model for handling question categories where VLM is weakest.

Used in Tier 3 of TLG for multiple-choice reasoning.

Multiple-Choice

A question type with multiple options where the correct answer must be selected.

Handled by the frontier reasoning model in TLG.

Open Questions Unanswered questions from this research

  • 1 How to achieve high-precision temporal logic reasoning on unannotated data? Current methods rely on annotations, and new reasoning methods need exploration.
  • 2 How to extend TLG to handle more complex temporal logic relationships? Current models have limited performance in complex scenarios.

Applications

Immediate Applications

Intelligent Surveillance

Improving event detection accuracy in video surveillance through temporal logic reasoning.

Long-term Vision

Video Analysis

Achieving higher precision in temporal localization in video analysis, advancing automated video understanding.

Abstract

The TimeLogic Challenge evaluates formal temporal-logic reasoning over video - 16 operators (before, after, until, since, always, co-occur, ordering, ...) in boolean and 4-way multiple-choice form. End-to-end video-language models (VLMs) hover near chance on this task because they treat video as a bag of frames and cannot localize when actions occur. We present TLG (Temporal-Logic Grounding), a three-tier system that (i) reconstructs each video's action timeline from the public source-dataset annotations the benchmark was generated from, parses every question into a temporal-logic program, and executes it deterministically; (ii) falls back to a strong open VLM where no annotation exists; and (iii) routes only the question categories where the VLM is empirically weakest to a frontier reasoning model. TLG raises test accuracy from a 46.9% VLM baseline to 71.37%, a +24.5 absolute gain, reaching within 3 points of the leaderboard top. We report extensive ablations, including three model-based timeline-reconstruction variants that all underperform a holistic VLM, isolating temporal grounding as the irreducible bottleneck and showing that real annotations - not larger models - drive accuracy.

cs.CV cs.LG