Rethinking Temporal Representation
for Video Temporal Grounding

From endpoint prediction to interval-native grounding.

Yuhui Zeng1,4,*†, Xinyu Mao2,4,*†, Xiaokun Liu4,‡✉, Xin Tao4, Pengfei Wan4, Jinfa Huang3, Jiayi Ji1, Xiawu Zheng1,✉
1Xiamen University 2The Chinese University of Hong Kong 3University of Rochester 4Kling Team, Kuaishou Technology
*Equal contribution   Work conducted during internship   Project leader
Endpoint prediction versus TimePLE interval-native grounding

A temporal moment is not two independent timestamps. TimePLE predicts one joint distribution over valid temporal intervals, making placement, duration, and interval-level similarity explicit.

Overview · From Endpoints to Intervals

Model the moment as an interval.

Endpoint prediction

Two decisions fragment one moment.

startend

The event interval is assembled afterward; duration and interval-level similarity remain implicit.

Interval-native prediction

One coordinate represents the complete span.

I = [s,e](u,v)placement · duration

Every canonical coordinate maps to a valid interval and directly supports interval-level prediction.

§2 · TimePLE

A lightweight interval codec for VLMs.

TimePLE preserves the autoregressive language interface while giving temporal grounding a native interval geometry.

TimePLE architecture
Input temporal anchors and output spans share the same canonical interval space.
§2.1

Canonical Position–Duration Space

Why. Start–end coordinates occupy a constrained triangle and do not expose duration directly.

v = e − s
u = s / (1 − v)

Advantage. Its inverse maps every square coordinate to a valid interval.

§2.2

One Span Token, One Distribution

Why. A complete moment should be supported by one coherent latent prediction.

<|TIMESPAN|>p(u,v)𝔼[u,v]

Advantage. Joint decoding retains uncertainty before producing continuous boundaries.

§2.3

Duration-Conditioned Refinement

Why. Short events suffer larger IoU drops from the same coordinate error.

shorter span → stronger correction

Advantage. A bounded residual improves precision beyond grid expectation.

§3 · Experimental Evidence

Interval-native grounding improves temporal localization.

Across four VTG benchmarks, TimePLE achieves the best average mIoU among the compared temporal-output paradigms, with its clearest advantages on short and medium events.

§3.1 Main Results

Comparison across four VTG benchmarks.

58.9Avg. mIoU
Main results on four video temporal grounding benchmarks

TimePLE-8B achieves 57.2 on Charades-STA, 49.6 on ActivityNet-Captions, 65.3 on QVHighlights, and 63.4 on Charades-TimePLE. Click the table to inspect the full-resolution results.

§3.2 Duration-Stratified Performance

Fine-grained localization matters most for shorter moments.

Small temporal errors cause a larger loss of interval overlap for short and medium events. TimePLE improves these duration regimes while remaining competitive on long moments.

Charades-STA55.5Short62.9Medium
Charades-TimePLE60.8Short71.1Medium

§4 · Representation-Level Analysis

From endpoint-wise decisions to interval-level representations.

We examine whether changing the prediction object from two endpoints to one complete interval also changes the model's underlying temporal representation.

Single-column representation analysis comparing temporal attribution and interval likelihood landscapes
Representation-level analysis. (a) Gradient × Input attribution compares Timestamp-Text start–end targets with TimePLE position–duration targets. Dashed lines mark the ground-truth boundaries. (b) Timestamp-Text likelihood is reconstructed over valid start–end candidates, while TimePLE directly predicts a joint distribution in the canonical interval square. Crosses and diamonds denote ground truth and prediction.

Additional Qualitative Cases

More representation-level comparisons.

Additional temporal evidence attribution cases
Additional temporal evidence attribution cases
Timestamp-Text uses the ground-truth start/end token likelihoods; TimePLE uses the ground-truth position/duration marginal likelihoods. Dashed lines mark the target interval.
Additional interval likelihood landscapes
Additional interval likelihood landscapes
Timestamp-Text landscapes are reconstructed from 528 valid boundary candidates. TimePLE directly outputs the joint distribution over its canonical interval square.

Data & Benchmark Quality

Data Curation Pipeline

A multi-model curation and human-verification pipeline constructs grounded training data and corrects noisy benchmark annotations.

90Kscale grounded samples
3Kscale corrected annotations
Data curation and benchmark correction pipeline

Full Results · Backbone Scaling

Interval-native grounding scales across VLM backbones.

For every backbone, TimePLE and Timestamp-SFT use the same training data and video input configuration. The temporal prediction interface is the only change.

BackboneMethodC-STAA-NetQVHC-TimePLEAvg.
LLaVA-OV-0.5BTimestamp-SFT23.810.86.524.716.5
TimePLE40.2 +16.433.2 +22.432.3 +25.842.3 +17.637.0 +20.6
Qwen2.5-VL-3BTimestamp-SFT51.241.659.357.852.5
TimePLE52.3 +1.143.3 +1.759.4 +0.158.5 +0.753.4 +0.9
Qwen3-VL-8BTimestamp-SFT51.647.363.656.754.8
TimePLE57.2 +5.649.6 +2.365.3 +1.763.4 +6.758.9 +4.1

All values are mIoU. Green rows use TimePLE's interval-native representation; +x.x reports the absolute gain over the matched Timestamp-SFT baseline. C-STA, A-Net, QVH, and C-TimePLE denote Charades-STA, ActivityNet-Captions, QVHighlights, and Charades-TimePLE.

Resources

Read, reproduce, and build on TimePLE.

BibTeX

@article{zeng2026timeple,
  title   = {TimePLE: Rethinking Temporal Representation for Video Temporal Grounding},
  author  = {Zeng, Yuhui and Mao, Xinyu and Liu, Xiaokun and Tao, Xin and Wan, Pengfei and Huang, Jinfa and Ji, Jiayi and Zheng, Xiawu},
  journal = {arXiv preprint},
  year    = {2026}
}

Provisional citation—update the venue and arXiv identifier when public.