REVIEW 4 major objections 5 minor 45 references
Video temporal grounding should be formulated as interval-native prediction rather than endpoint prediction.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-07-31 23:26 UTC pith:2PDQ6DLA
load-bearing objection A plausible interval-native decoding idea whose headline gains over endpoint baselines are confounded by unequal training losses; worth refereeing, not worth believing at face value. the 4 major comments →
TimePLE: Rethinking Temporal Representation for Video Temporal Grounding
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim: video temporal grounding is better posed as interval-native prediction than endpoint prediction. Endpoint models—timestamp tokens or boundary coordinates—derive the interval from two separate outputs, leaving validity, duration, and interval-level similarity implicit. TimePLE instead predicts a joint distribution over valid intervals in a canonical position–duration square, where [s,e] maps to (u=s/(1−d), v=d) with d=e−s, so every support point is a valid span and neighbors are similar. A VLM emits one latent <|TIMESPAN|> token decoded into this distribution, refined by duration-aware correction, then mapped to boundaries. Reported result: 58.9 average mIoU (mean i
What carries the argument
Canonical position–duration square: map each normalized interval [s,e] to (u=s/(1−d), v=d), d=e−s; inverse [u(1−v), u(1−v)+v]. Discretized into an Nu×Nv grid, each cell is a valid interval; soft Gaussian targets along position and duration give smooth distributional supervision. This geometry separates 'how long' (v) from 'where such a span can sit' (u), makes neighboring grid cells geometrically similar intervals, and removes invalid boundary configurations—the decoder never has to be told that start ≤ end. The same mapping encodes input-side temporal anchors (the coverage of sampled visual units) and output-side span decoding, so video evidence and predictions share one interval geometry.
Load-bearing premise
The training and evaluation labels are faithful—teacher-model agreement picks out genuinely correct event intervals and human review fixes the remaining benchmark noise; if those labels are skewed toward short and medium moments or toward what the teacher models can parse, the reported gains may partly reflect label distribution rather than the interval-native representation.
What would settle it
Run a controlled comparison where the same VLM backbone, the same 90K curated training samples, and the same training schedule are used for TimePLE and for a continuous-boundary endpoint decoder; if the endpoint decoder reaches or exceeds the reported 58.9 average mIoU on the human-verified benchmark, the advantage attributed to interval-native prediction would not be reproduced.
If this is right
- Interval-native decoding beats matched timestamp-output decoding in every backbone–benchmark comparison reported: 12 of 12, with average gains of 20.6, 0.9, and 4.1 mIoU points for the three model sizes.
- The gains concentrate on short- and medium-duration moments, where equal absolute boundary errors cause larger overlap losses; long-moment performance remains competitive.
- The main improvement comes from interval-supervised SFT that aligns the latent <|TIMESPAN|> hidden state with the canonical interval distribution; after that, GRPO and interval-aware post-SFT variants give no stable gain.
- Encoding input temporal anchors in the same canonical space as output spans aligns video-side evidence with interval prediction; attribution analysis shows TimePLE draws evidence across the target moment rather than from two separate boundary cues.
Where Pith is reading between the lines
- Inference: If the representation is the cause, existing endpoint-based VTG models could be upgraded by attaching an interval head to the same backbone and training data; a cheap test is to swap only the prediction head and keep everything else fixed.
- Inference: The same position–duration square could serve any interval-valued prediction task—audio event boundaries, time-series anomaly windows, or action segmentation—where validity and duration matter; the paper only demonstrates the video setting.
- Inference: The post-SFT results suggest outcome-level rewards are a weak signal for a latent geometric interface; future work seeking RL-style gains should supervise the intermediate span distribution, not just the final boundary.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TimePLE, a video temporal grounding (VTG) method that replaces endpoint prediction with interval-native prediction. An interval is mapped to a point in a canonical position–duration square, and a single <|TIMESPAN|> token generated by the VLM is decoded into a joint distribution over a discretized version of this square. The expected coordinate is refined by a duration-aware correction and inverted to continuous boundaries; input temporal anchors are encoded in the same geometry. Training uses a two-stage procedure: interval-geometry pretraining and interval-supervised SFT with distributional, IoU, and boundary losses, plus a 90K-scale curated training set and a 3K-scale human-corrected benchmark. Experiments across three backbones and four benchmarks report an average mIoU of 58.9 on Qwen3-VL-8B and gains over a matched Timestamp-SFT baseline.
Significance. If the central claim holds, the paper makes a valuable conceptual contribution: making the interval itself the prediction object, rather than deriving it from two endpoints, and doing so in a geometry where every support point is a valid span. The canonical position–duration parameterization is clean, the motivation is well argued, and the appendix includes a thoughtful analysis of post-SFT optimization that honestly reports negative results. The representation-level analyses (attribution and likelihood landscapes) are a useful diagnostic complement to benchmark numbers. However, the empirical evidence is currently underdetermined: the matched baseline comparisons change more than the output representation, the headline benchmark is partly model-assisted and author-created, and no code, data, or error bars are provided. These issues are load-bearing for the central claim that interval-native prediction is better than endpoint prediction.
major comments (4)
- [§4.3 and §3.4, Eqs. (13)–(16)] The claim that Timestamp-SFT is matched 'with only the temporal prediction interface changed' is not supported by the training objectives. TimePLE's SFT objective includes L_span (Eq. 13) with canonical-grid cross-entropy, 1−IoU, and boundary MAE, plus a separate interval-geometry pretraining stage L_geo (Eq. 14). The Timestamp-SFT baseline is trained with the standard LM loss (Eq. 15) alone. Thus the +4.1 and +20.6 mIoU gains in Table 2 could be caused by the additional dense interval-level supervision and geometry pretraining, not by the canonical square representation. Table 3 ablates TimePLE-SFT against ordinary SFT but never equips the endpoint baseline with equivalent IoU/boundary or grid-distribution losses. The central representation claim is therefore underdetermined. A control that trains an endpoint baseline with analogous soft-target, IoU, and boundary losses (and with the sa
- [Appendix D.2–D.3 and Fig. 11] The data-evaluation loop is a correctness risk. Training data are filtered and constructed by teacher VLMs (Qwen3-VL-30B and Gemini-3-Pro) under agreement thresholds, and the benchmark annotations are corrected with Gemini-3-Pro outputs presented as auxiliary evidence in a human review interface. The paper reports no inter-annotator agreement, no statistics on how often final human corrections match the model-assisted suggestions, and no comparison of corrected vs. original annotations split by duration. Because the headline gains are concentrated on short and medium moments, and because Fig. 11 shows systematic paired shifts in start times and durations, it is possible that the label distribution, rather than interval-native prediction, drives part of the advantage. The authors should report human-only correction reliability (e.g., agreement rates, number of annotators, edit distributio
- [Table 2 and §4.3] The scaling claim rests on twelve backbone–benchmark comparisons without any variance information. The Qwen2.5-VL-3B gains are 1.1, 1.7, 0.1, and 0.7 mIoU, with average 0.9; without multiple seeds or confidence intervals these could be within noise, especially given the reported GRPO run in Table 3 moves by −0.1 to −0.2 points. The paper also does not release code, the curated 90K training set, or the corrected benchmark, which prevents verification of the matched-baseline protocol and the benchmark correction pipeline. At minimum, the authors should report standard errors or per-seed results and state a concrete release plan for code, data, and annotations.
- [Table 1 and §4.2] The headline average mIoU of 58.9 is presented in Table 1 alongside public models whose training data and protocols differ, and it includes Charades-TimePLE, a benchmark that the authors constructed and corrected using model-assisted human review. This number is therefore not directly comparable to prior methods. The controlled comparisons in Table 2 are the appropriate evidence for the representation claim, but the paper should clearly separate uncontrolled leaderboard-style results from controlled comparisons, and should report results both on the original public annotations and on the corrected benchmark so readers can assess the effect of the correction.
minor comments (5)
- [§3.2 and Eq. (1)] The canonical mapping has a degeneracy at v=1: any u maps to the full-video interval [0,1] under the inverse. The paper defines C([0,1])=(0,1) but does not discuss the grid cells with v=1 and u>0, where the inverse collapses to the same interval. A short clarification would avoid confusion about 'every point in the canonical square corresponds to a valid temporal interval.'
- [§4.4 and Figs. 4, 6, 7] The representation-level analyses are qualitative. The attribution and landscape comparisons would be stronger with a quantitative summary, e.g., KL divergence between predicted and ground-truth landscapes, or concentration of attribution mass within the target interval.
- [Eq. (9) and Fig. 5] The refinement gate uses epsilon_g=1e-4 and kappa_cap=10, and the bandwidth sigma=0.005 is reported as default. The ablation in Fig. 5 covers sigma and alpha, but not the gate constants; a brief sensitivity note would be useful since kappa_cap directly controls the maximum refinement strength.
- [Appendix D.3] The case study says the final human interval [3.484, 10.5] differs from both the original annotation and the Gemini prediction. That is a good illustration, but the paper should provide summary statistics on how often the final decision was Keep, Modify Query, Modify Span, or Delete, and how far final intervals deviated from the model-assisted suggestions.
- [Appendix F] The post-SFT experiments are a useful negative result, but Table 4 shows small drops for CSDO and TR-SPD. The text already interprets this as a structural limitation; consider moving one or two sentences of this interpretation into the main paper so readers of the main text do not infer that post-SFT training is unexplored.
Circularity Check
The headline matched-baseline comparison changes both output representation and training loss, so the reported mIoU gains partly reduce to the added interval-level supervision rather than to the canonical interval representation.
specific steps
-
fitted input called prediction
[§4.3 (Table 2) vs. §3.4 (Eqs. 13, 15, 16)]
"For each backbone, TimePLE is compared with a matched Timestamp-SFT baseline using the same training data and video input configuration, with only the temporal prediction interface changed."
The comparison is not interface-only. TimePLE's SFT objective is L_SFT = L_LM + lambda_span * L_SFT_span (Eq. 16), where L_span (Eq. 13) combines canonical-grid cross-entropy, 1 - IoU, and boundary MAE. The Timestamp-SFT baseline uses only the standard token-level LM loss L_LM (Eq. 15). Thus the +4.1 and +20.6 mIoU gains in Table 2 are directly attributable to the extra interval-level IoU/boundary supervision, not to the canonical position-duration square as a representation. The conclusion that replacing endpoint prediction with interval-distribution prediction is superior is therefore not derived from a controlled representation-level comparison.
full rationale
There is no pure derivational circularity in the mathematics: the canonical map C(I)=(u,v) and its inverse are explicit bijections, and the losses supervise the decoded interval against ground-truth labels rather than being defined by the model's own predictions. The data-curation loop is also explicitly defended: training samples are filtered by cross-teacher agreement, and benchmark corrections are human-final (Appendix D.3 reports a case where the final interval differs from both the original annotation and the auxiliary Gemini prediction). The main circularity-adjacent issue is the headline matched-baseline claim: TimePLE's training objective injects dense interval-overlap and boundary supervision that the Timestamp-SFT baseline does not receive, so Table 2 cannot isolate the interval-native representation as the cause of the reported gains. This is an experimental-confounding / internal-validity problem rather than a pure definitional identity, so the score is moderate rather than high. The self-citation of DisTime [38] by an overlapping author is not load-bearing: it is cited only as a continuous-boundary baseline, and TimePLE's derivation does not depend on it.
Axiom & Free-Parameter Ledger
free parameters (7)
- Canonical grid resolution (N_u=N_v) =
128×128
- Gaussian bandwidths σ_u, σ_v =
0.005 (0.015 for attribution)
- Residual refinement scale α =
0.09
- Gate constants κ_cap, ε_g =
κ_cap=10, ε_g=1e-4
- Loss weights λ_dfl, λ_iou, λ_bnd, λ_span =
not reported
- Data-curation agreement thresholds =
not reported
- Video sampling budget =
2 FPS, ≤200 frames, 64 tokens/frame
axioms (6)
- standard math The canonical map C(I)=(s/(1-d), d) is a bijection between normalized intervals with d<1 and the unit square; every point except the special full-video case yields a valid interval.
- standard math A dense decoder over the canonical grid can be interpreted as a distribution over valid temporal intervals.
- domain assumption A single <|TIMESPAN|> hidden state carries enough information to decode the full interval distribution after SFT.
- domain assumption Synthetic interval-geometry training transfers to real video-language hidden states.
- domain assumption Teacher VLMs (Qwen3-VL-30B and Gemini-3-Pro) provide reliable interval evidence for filtering and constructing training samples.
- domain assumption Human-verified benchmark corrections are accurate and improve on the original annotations.
invented entities (2)
-
<|TIMESPAN|> output token
independent evidence
-
<|TIMESTAMP|> input anchor token
independent evidence
read the original abstract
Video temporal grounding (VTG) aims to localize the continuous video interval described by a natural-language query. However, current VLM-based methods typically produce this interval indirectly through two endpoint outputs, represented either as discrete timestamp tokens or continuous boundary coordinates. These formulations differ in how endpoints are encoded, but not in what is predicted: the event interval remains a derived object, while interval validity, duration, and interval-level similarity are handled only implicitly. We propose TimePLE, which reformulates VTG from endpoint prediction to interval-native grounding by predicting a single joint distribution over valid temporal intervals. TimePLE maps each interval to a point in a canonical position-duration square, where every support point corresponds to a valid span and neighboring points represent geometrically similar intervals. Given a video and query, the VLM generates a single latent <|TIMESPAN|> token whose hidden state is decoded into a joint interval distribution, refined through duration-aware coordinate correction, and converted into continuous boundaries. The same interval representation is used to encode input temporal anchors, aligning video-side temporal evidence with output-side span prediction. To reliably align the latent span representation with complete event intervals, we curate 90K-scale grounded samples and human-verify 3K-scale benchmark annotations. Experiments across four VTG benchmarks show that TimePLE consistently outperforms endpoint prediction baselines, achieving an average mIoU of 58.9, with clear gains on short-duration and medium-duration events.
Figures
Reference graph
Works this paper leans on
-
[1]
Localizing moments in video with natural language
Lisa Anne Hendricks, Oliver Wang, Eli Shechtman, Josef Sivic, Trevor Darrell, and Bryan Russell. Localizing moments in video with natural language. InProceedings of the IEEE International Conference on Computer Vision (ICCV), 2017
2017
-
[2]
Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025
Shuai Bai, Yuxuan Cai, Ruizhe Chen, et al. Qwen3-vl technical report.arXiv preprint arXiv:2511.21631, 2025
Pith/arXiv arXiv 2025
-
[3]
Qwen2.5-vl technical report.arXiv preprint arXiv:2502.13923, 2025
Shuai Bai, Keqin Chen, Xuejing Liu, et al. Qwen2.5-vl technical report.arXiv preprint arXiv:2502.13923, 2025
Pith/arXiv arXiv 2025
-
[4]
Yukang Chen, Fuzhao Xue, Dacheng Li, et al. Longvila: Scaling long-context visual language models for long videos.arXiv preprint arXiv:2408.10188, 2024
Pith/arXiv arXiv 2024
-
[5]
Gemini 3.1 pro model card, 2026
Google DeepMind. Gemini 3.1 pro model card, 2026. URLhttps://storage.googleapis.com/deepmind-media /Model-Cards/Gemini-3-1-Pro-Model-Card.pdf
2026
-
[6]
Seq2time: Sequential knowledge transfer for video llm temporal grounding
Andong Deng, Zhongpai Gao, et al. Seq2time: Sequential knowledge transfer for video llm temporal grounding. arXiv preprint arXiv:2411.16932, 2024
Pith/arXiv arXiv 2024
-
[7]
Lu Dong, Haiyu Zhang, Han Lin, Ziang Yan, Xiangyu Zeng, Hongjie Zhang, Yifei Huang, Yi Wang, Zhen-Hua Ling, Limin Wang, and Yali Wang. Videotg-r1: Boosting video temporal grounding via curriculum reinforcement learning on reflected boundary annotations.arXiv preprint arXiv:2510.23397, 2025
arXiv 2025
-
[8]
Tall: Temporal activity localization via language query
Jiyang Gao, Chen Sun, Zhenheng Yang, and Ram Nevatia. Tall: Temporal activity localization via language query. InProceedings of the IEEE International Conference on Computer Vision (ICCV), pages 5267–5275, 2017
2017
-
[9]
Longvale: Vision- audio-language-event benchmark towards time-aware omni-modal perception of long videos
Tiantian Geng, Jinrui Zhang, Qingni Wang, Teng Wang, Jinming Duan, and Feng Zheng. Longvale: Vision- audio-language-event benchmark towards time-aware omni-modal perception of long videos. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 18959–18969, 2025
2025
-
[10]
Ego4d: Around the world in 3,000 hours of egocentric video
Kristen Grauman et al. Ego4d: Around the world in 3,000 hours of egocentric video. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[11]
Yongxin Guo, Jingyu Liu, Mingda Li, et al. Vtg-llm: Integrating timestamp knowledge into video llms for enhanced video temporal grounding.arXiv preprint arXiv:2405.13382, 2024
Pith/arXiv arXiv 2024
-
[12]
Vtimellm: Empower llm to grasp video moments.arXiv preprint arXiv:2311.18445, 2024
Bin Huang, Xin Wang, Hong Chen, et al. Vtimellm: Empower llm to grasp video moments.arXiv preprint arXiv:2311.18445, 2024
Pith/arXiv arXiv 2024
-
[13]
Lita: Language instructed temporal-localization assistant.arXiv preprint arXiv:2403.19046, 2024
De-An Huang, Shijia Liao, Subhashree Radhakrishnan, et al. Lita: Language instructed temporal-localization assistant.arXiv preprint arXiv:2403.19046, 2024
Pith/arXiv arXiv 2024
-
[14]
Shengji Jin, Yuanhao Zou, Victor Zhu, Zhengping Ji, and Chen Chen. How should video llms output time? an analysis of efficient temporal grounding paradigms.arXiv preprint arXiv:2604.08966, 2026
Pith/arXiv arXiv 2026
-
[15]
Dense-captioning events in videos
Ranjay Krishna, Kenji Hata, Frederic Ren, Li Fei-Fei, and Juan Carlos Niebles. Dense-captioning events in videos. InProceedings of the IEEE International Conference on Computer Vision (ICCV), 2017
2017
-
[16]
Detecting moments and highlights in videos via natural language queries
Jie Lei, Tamara L Berg, and Mohit Bansal. Detecting moments and highlights in videos via natural language queries. InAdvances in Neural Information Processing Systems (NeurIPS), 2021
2021
-
[17]
Llava-onevision: Easy visual task transfer.arXiv preprint arXiv:2408.03326, 2024
Bo Li, Yuanhan Zhang, Dong Guo, Renrui Zhang, Feng Li, Hao Zhang, Kaichen Zhang, Peiyuan Zhang, Yanwei Li, Ziwei Liu, et al. Llava-onevision: Easy visual task transfer.arXiv preprint arXiv:2408.03326, 2024
Pith/arXiv arXiv 2024
-
[18]
Jiaze Li, Hao Yin, Haoran Xu, Boshen Xu, Wenhui Tan, Zewen He, Jianzhong Ju, Zhenbo Luo, and Jian Luan. Video-opd: Efficient post-training of multimodal large language models for temporal video grounding via on-policy distillation.arXiv preprint arXiv:2602.02994, 2026
Pith/arXiv arXiv 2026
-
[19]
Yunheng Li, Jing Cheng, Shaoyong Jia, Hangyi Kuang, Shaohui Jiao, Qibin Hou, and Ming-Ming Cheng. Tempsamp-r1: Effective temporal sampling with reinforcement fine-tuning for video llms.arXiv preprint arXiv:2509.18056, 2025
arXiv 2025
-
[20]
Zeqian Li, Shangzhe Di, Zhonghua Zhai, et al. Universal video temporal grounding with generative multi-modal large language models.arXiv preprint arXiv:2506.18883, 2025
arXiv 2025
-
[21]
Bin Lin, Yang Ye, Bin Zhu, Jiaxi Cui, Munan Ning, Peng Jin, and Li Yuan. Video-llava: Learning united visual representation by alignment before projection.arXiv preprint arXiv:2311.10122, 2023. 11 MAC-AutoML
Pith/arXiv arXiv 2023
-
[22]
Muhammad Maaz, Hanoona Rasheed, Salman Khan, and Fahad Shahbaz Khan. Video-chatgpt: Towards detailed video understanding via large vision and language models.arXiv preprint arXiv:2306.05424, 2024
Pith/arXiv arXiv 2024
-
[23]
Tar-tvg: Enhancing vlms with timestamp anchor-constrained reasoning for temporal video grounding
X Mo et al. Tar-tvg: Enhancing vlms with timestamp anchor-constrained reasoning for temporal video grounding. arXiv preprint arXiv:2508.07683, 2025
Pith/arXiv arXiv 2025
-
[24]
Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024
OpenAI. Gpt-4o system card.arXiv preprint arXiv:2410.21276, 2024
Pith/arXiv arXiv 2024
-
[25]
Long Qian et al. Momentor: Advancing video large language model with fine-grained temporal reasoning.arXiv preprint arXiv:2402.11435, 2024
Pith/arXiv arXiv 2024
-
[26]
Grounding action descriptions in videos.Transactions of the Association for Computational Linguistics (TACL), 1:25–36, 2013
Michaela Regneri, Marcus Rohrbach, Dominikus Wetzel, Stefan Thater, Bernt Schiele, and Manfred Pinkal. Grounding action descriptions in videos.Transactions of the Association for Computational Linguistics (TACL), 1:25–36, 2013
2013
-
[27]
Timechat: A time-sensitive multimodal large language model for long video understanding
Shuhuai Ren et al. Timechat: A time-sensitive multimodal large language model for long video understanding. arXiv preprint arXiv:2312.02051, 2024
Pith/arXiv arXiv 2024
-
[28]
Mad: A scalable dataset for language grounding in videos from movie audio descriptions
Mattia Soldan, Alejandro Pardo, Juan León Alcázar, Fabian Caba Heilbron, Chen Zhao, Silvio Giancola, and Bernard Ghanem. Mad: A scalable dataset for language grounding in videos from movie audio descriptions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022
2022
-
[29]
Haoran Wang et al. Grounded-videollm: Sharpening fine-grained temporal grounding in video large language models.arXiv preprint arXiv:2410.03290, 2024
Pith/arXiv arXiv 2024
-
[30]
Peng Wang, Shuai Bai, Sinan Tan, et al. Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution.arXiv preprint arXiv:2409.12191, 2024
Pith/arXiv arXiv 2024
-
[31]
Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al. Internvl3.5: Advancing open-source multimodal models in versatility, reasoning, and efficiency.arXiv preprint arXiv:2508.18265, 2025
Pith/arXiv arXiv 2025
-
[32]
Timerefine: Temporal grounding with time refining video llm.arXiv preprint arXiv:2412.09601, 2024
Xizi Wang et al. Timerefine: Temporal grounding with time refining video llm.arXiv preprint arXiv:2412.09601, 2024
Pith/arXiv arXiv 2024
-
[33]
Ye Wang, Ziheng Wang, Boshen Xu, et al. Time-r1: Post-training large vision language model for temporal video grounding.arXiv preprint arXiv:2503.13377, 2025
Pith/arXiv arXiv 2025
-
[34]
Internvid: A large-scale video-text dataset for multimodal understanding and generation
Yi Wang, Yinan He, Yizhuo Li, Kunchang Li, Jiashuo Yu, Xin Ma, Xinhao Li, Guo Chen, Xinyuan Chen, Yaohui Wang, Conghui He, Ping Luo, Ziwei Liu, Yali Wang, Limin Wang, and Yu Qiao. Internvid: A large-scale video-text dataset for multimodal understanding and generation. InThe Twelfth International Conference on Learning Representations (ICLR), 2024
2024
-
[35]
Yi Wang, Xinhao Li, Ziang Yan, et al. Internvideo2.5: Empowering video mllms with long and rich context modeling.arXiv preprint arXiv:2501.12386, 2025
Pith/arXiv arXiv 2025
-
[36]
Number it: Temporal grounding videos like flipping manga.arXiv preprint arXiv:2411.10332, 2024
Yongliang Wu et al. Number it: Temporal grounding videos like flipping manga.arXiv preprint arXiv:2411.10332, 2024
Pith/arXiv arXiv 2024
-
[37]
Feng Yue, Zhaoxing Zhang, Junming Jiao, Zhengyu Liang, Shiwen Cao, Feifei Zhang, and Rong Shen. Tempo-r0: A video-mllm for temporal video grounding through efficient temporal sensing reinforcement learning.arXiv preprint arXiv:2507.04702, 2025
Pith/arXiv arXiv 2025
-
[38]
Y Zeng et al. Distime: Distribution-based time representation for video large language models.arXiv preprint arXiv:2505.24329, 2025
Pith/arXiv arXiv 2025
-
[39]
Boqiang Zhang, Kehan Li, Zesen Cheng, Zhiqiang Hu, Yuqian Yuan, Guanzheng Chen, Sicong Leng, Yuming Jiang, Hang Zhang, Xin Li, et al. Videollama 3: Frontier multimodal foundation models for image and video understanding.arXiv preprint arXiv:2501.13106, 2025
Pith/arXiv arXiv 2025
-
[40]
Hang Zhang, Xin Li, and Lidong Bing. Video-llama: An instruction-tuned audio-visual language model for video understanding.arXiv preprint arXiv:2306.02858, 2023
Pith/arXiv arXiv 2023
-
[41]
Jinglei Zhang, Yuanfan Guo, Rolandos Alexandros Potamias, et al. Vtimecot: Thinking by drawing for video temporal grounding and reasoning.arXiv preprint arXiv:2510.14672, 2025. 12 MAC-AutoML
arXiv 2025
-
[42]
Jun Zhang, Teng Wang, Yuying Ge, Yixiao Ge, Xinhao Li, Ying Shan, and Limin Wang. Timelens: Rethinking video temporal grounding with multimodal llms.arXiv preprint arXiv:2512.14698, 2025
arXiv 2025
-
[43]
Long context transfer from language to vision.arXiv preprint arXiv:2406.16852, 2024
Peiyuan Zhang et al. Long context transfer from language to vision.arXiv preprint arXiv:2406.16852, 2024
Pith/arXiv arXiv 2024
-
[44]
Llava-video: Video instruction tuning with synthetic data, 2024
Yuanhan Zhang, Jinming Wu, Wei Li, Bo Li, Zejun Ma, Ziwei Liu, and Chunyuan Li. Llava-video: Video instruction tuning with synthetic data, 2024
2024
-
[45]
how long the moment lasts
Luowei Zhou, Chenliang Xu, and Jason J Corso. Towards automatic learning of procedures from web instructional videos. InProceedings of the AAAI Conference on Artificial Intelligence (AAAI), pages 7590–7598, 2018. 13 MAC-AutoML Appendix Appendix Contents A Implementation Details A.1 VLM Backbone and Temporal Token Interface A.2 Interval Codec Configuration...
2018
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.