Conditional Multi-Event Temporal Grounding in Long-Form Video

TL;DR

CoMET-Agent achieves conditional multi-event temporal grounding in long videos, improving [email protected] by 6.1%.

cs.CV 🔴 Advanced 2026-06-13 5 views
Yuanhao Zou Arthad Kulkarni Lucas Tonanez Lincoln Spencer Guangyu Sun Tianxingjian Ding Andong Deng Yi Li Shuangjun Liu Yuan Li Dashan Gao Ning Bi Taotao Jing Shuai Zhang Chen Chen
video understanding multi-event grounding long video conditional query machine learning

Key Findings

Methodology

CoMET-Agent is a training-free agentic framework that reformulates the task as a structured search-and-aggregate problem. It uses a hierarchical video temporal graph and persistent memory bank to achieve conditional multi-event temporal grounding. Key components include video temporal graph construction, query parsing, graph traversal, and result aggregation.

Key Results

  • CoMET-Agent improves [email protected] by 6.1% over GPT-5, demonstrating its advantage in structural reasoning.
  • CoMET-Bench reveals existing methods' shortcomings in multi-event grounding across 2,789 queries.
  • The newly introduced Rejection-F1 metric effectively prevents trivial gaming by 'always-empty' models.

Significance

This research provides a new benchmark and method for conditional multi-event temporal grounding in long videos. By introducing CoMET-Bench and CoMET-Agent, it fills the gap in existing benchmarks regarding multi-event grounding, temporal conditions, and negative query recognition, offering new directions for academia and industry.

Technical Contribution

CoMET-Agent offers fundamental differences from existing SOTA methods through its training-free agentic framework and video temporal graph. It not only achieves new theoretical guarantees but also opens new engineering possibilities for long video applications.

Novelty

CoMET-Bench is the first benchmark to combine multi-event grounding, temporal conditions, and negative queries. CoMET-Agent achieves this task through structured reasoning, significantly differing from existing methods.

Limitations

  • There is room for improvement in fine-grained entity tracking, especially in complex scenarios.
  • Performance in position-uniform retrieval may be suboptimal in some cases.
  • Accuracy in causal event pairing still needs enhancement in complex queries.

Future Work

Future research can delve into fine-grained entity tracking, position-uniform retrieval, and causal event pairing to enhance overall model performance and applicability.

AI Executive Summary

In the field of video understanding, multimodal large language models have made rapid progress in video temporal grounding, yet real-world applications often require localizing every event that satisfies compositional temporal and spatial conditions. Existing benchmarks fall short in fully evaluating this capability. To address this, the research team introduces CoMET-Bench, a benchmark specifically designed for conditional multi-event temporal grounding in long-form videos, covering 600 videos and 2,789 queries across five real-world domains.

To tackle this challenge, the research team proposes CoMET-Agent, a training-free agentic framework that reformulates the task as a structured search-and-aggregate problem. By using a hierarchical video temporal graph and persistent memory bank, CoMET-Agent improves [email protected] by 6.1% over GPT-5.

Despite significant progress, the research also reveals three open directions: fine-grained entity tracking, position-uniform retrieval, and causal event pairing. These findings provide new directions and challenges for future research.

Deep Analysis

Background

The field of video understanding has seen significant advancements, particularly driven by multimodal large language models. These models can recognize visual content, answer questions, and generate descriptions through natural language queries. However, existing temporal grounding benchmarks typically focus on single-event localization, failing to meet the demands for multi-event and conditional queries in real-world applications.

Core Problem

The core problem is how to achieve conditional multi-event temporal grounding in long videos. Existing methods perform poorly when handling complex temporal and spatial conditions, unable to simultaneously meet counting, grounding, and negative query recognition requirements. Solving this problem is crucial for applications like video editing and sports analysis.

Innovation

The core innovations of this research include the introduction of CoMET-Bench and CoMET-Agent. CoMET-Bench is the first benchmark to combine multi-event grounding, temporal conditions, and negative queries, while CoMET-Agent achieves this task through a training-free agentic framework and video temporal graph, significantly enhancing task performance.

Methodology

  • �� Video Temporal Graph Construction: Use ViT features and change-point detection to build a hierarchical video temporal graph.
  • �� Query Parsing: Parse natural language queries to determine adaptive hyperparameter configurations.
  • �� Graph Traversal: Agents iteratively traverse the graph structure, verifying nodes against query conditions.
  • �� Result Aggregation: Read verified nodes from the persistent memory bank to generate final grounding results.

Experiments

The experimental design includes benchmarking various existing methods on CoMET-Bench, covering 2,789 queries and 600 videos. Metrics used include [email protected], Rejection-F1, etc., to comprehensively evaluate methods' counting, grounding, and negative query recognition capabilities.

Results

Experimental results show that CoMET-Agent improves [email protected] by 6.1% over GPT-5. The newly introduced Rejection-F1 metric effectively prevents trivial gaming by 'always-empty' models, demonstrating advantages in structured reasoning.

Applications

Application scenarios include video editing, sports analysis, and surveillance. Accurate multi-event temporal grounding can significantly enhance automation and intelligence levels in these applications.

Limitations & Outlook

Despite significant progress, the research has room for improvement in fine-grained entity tracking, position-uniform retrieval, and causal event pairing. These limitations provide new directions and challenges for future research.

Plain Language Accessible to non-experts

Imagine you're watching a basketball game and want to know the exact times a player scores. CoMET-Agent is like a super-intelligent referee that can quickly find each scoring moment in hours-long videos and tell you if those moments meet specific conditions, like a foul occurring simultaneously. It builds a video temporal graph, breaking the video into different event nodes, and checks each node against the conditions. Finally, it gives you an accurate list of times for each qualifying scoring moment.

ELI14 Explained like you're 14

Hey there! Imagine you're playing a super complex game with lots of levels and tasks. CoMET-Agent is like your game assistant, helping you find all the important moments in a super long video, like each time someone scores or fouls. It first breaks the video into many small parts, then checks each part to see if it meets your set conditions. Finally, it tells you all the moments that qualify, just like helping you beat every level of the game!

Glossary

Multimodal Large Language Model (MLLM)

A language model that combines multiple modalities (e.g., text and video) for complex task reasoning.

Used as the foundational model for video temporal grounding tasks.

Video Temporal Graph

A hierarchical structure that decomposes a video into event nodes and action nodes for efficient localization.

The structured method used by CoMET-Agent for video analysis.

Rejection-F1

A metric combining negative rejection rate and positive coverage to prevent model gaming.

Used to evaluate negative query recognition capabilities.

Conditional Multi-Event Temporal Grounding

Localizing multiple events in a long video that meet specific temporal and spatial conditions.

The core task of CoMET-Bench and CoMET-Agent.

Persistent Memory Bank

A global memory system for storing and managing verified event instances.

Used in CoMET-Agent's result aggregation step.

Open Questions Unanswered questions from this research

  • 1 How to achieve precise fine-grained entity tracking in complex scenarios? Current methods perform poorly in handling complex backgrounds and multiple entities.
  • 2 How to improve performance in position-uniform retrieval? Current methods may have uneven retrieval issues in long videos.

Applications

Immediate Applications

Video Editing

With precise multi-event temporal grounding, video editors can quickly find clips to edit, improving efficiency.

Long-term Vision

Intelligent Surveillance

Future surveillance systems can automatically identify and record specific events, enhancing security and response speed.

Abstract

Multimodal large language models have made rapid progress in video temporal grounding, yet real-world applications routinely require localizing every event that satisfies compositional temporal and spatial conditions. Existing benchmarks fall short: they localize only a single moment per query, count without temporal conditions, or treat grounding and counting as disjoint tasks. We introduce CoMET-Bench for Conditional Multi-Event Temporal Grounding in long-form video, comprising 2789 queries over 600 videos averaging 33.8 minutes across five real-world domains, with each query composed from 4 temporal conditions, 3 spatial conditions, and a dedicated negative-query subset. We further propose a unified evaluation protocol jointly measuring counting, grounding, and negative-query recognition, including a new Rejection-F1 metric that prevents trivial gaming by lazy "always-empty" models. Benchmarking a broad suite of MLLMs, agent-based, and grounding-specialized methods reveals that existing approaches remain far from solving this task. Building on these findings, we propose CoMET-Agent, a training-free agentic framework that reformulates the task as structured search-and-aggregate, improving [email protected] by 6.1% over GPT-5 purely through structural reasoning. Failure analysis further surfaces three open directions: fine-grained entity tracking, position-uniform retrieval, and causal event pairing.

cs.CV