TimeLens2: Generalist Video Temporal Grounding with Multimodal LLMs

Yuhan Zhu, Changlian Ma, Xiangyu Zeng, Xinhao Li, Zhiqiu Zhang, Songze Li, Jun Zhang, Tianxiang Jiang, Yuandong Yang, Ziang Yan, Zikang Wang, Xinyu Chen, Haoran Chen, Shaowei Zhang, Limin Wang

arXiv:2607.17423 · 2026-07-21 공개 · arXiv · PDF

benchmark-evaluation large-language-models long-video qwen3-vl multimodal-llms video-temporal-grounding interval-set-supervision wasserstein-reward

Abstract

Video multimodal large language models (MLLMs) can describe what happens in a video, but rarely identify when the supporting evidence occurs. We study generalist video temporal grounding, in which one model predicts a variable-cardinality set of evidence intervals across video lengths, domains, query forms, and viewpoints. Existing training strategies are misaligned with this set-valued task: long-video labels often rely on brittle one-pass annotation, while reinforcement-learning rewards either fail to distinguish non-overlapping predictions or require fragile segment matching. TimeLens2 treats temporal evidence as an interval set throughout supervision and optimization. TimeLens2-93K constructs reliable multi-span supervision through caption-derived proposals, independent localization, cross-agent consensus, semantic verification, and boundary refinement. Our temporal Wasserstein reward computes exact one-dimensional \(W_1\) between uniform distributions over merged interval supports, providing dense, matching-free feedback under unequal cardinalities and equivalent fragmentation; temporal IoU complements it with precise-overlap feedback. Across seven benchmarks, TimeLens2-2B outperforms all size-matched baselines on every benchmark, while the 4B and 8B variants achieve state-of-the-art performance, surpassing open-source models with up to 397B parameters. The 2B, 4B, and 8B variants improve over their Qwen3-VL backbones by 14.2, 13.0, and 18.1 mIoU points, respectively.

한국어 요약

한 줄 요약

TimeLens2는 다양한 영상 조건에서 신뢰할 수 있는 시간 구간 추정을 수행하는 다중 모달 대형 언어 모델이다.

핵심 기여도

핵심 아이디어

기존의 영상-텍스트 모델은 "무엇이 일어났는지"는 설명하지만, "언제 일어났는지"는 정확히 추정하지 못한다. TimeLens2는 시간 구간을 집합으로 처리하여, 단일 또는 다중 구간의 신뢰성 있는 추정을 가능하게 한다. 이는 기존의 단일 패스 어노테이션과 강화 학습 기반의 reward가 불완전한 문제를 해결하기 위한 접근이다.

TimeLens2-93K는 단일 어노테이션을 여러 단계로 분할하여 점진적으로 구간을 좁히는 방식을 채택한다. 예를 들어, caption-derived proposals는 초기 구간 제안을, cross-agent consensus는 불일치된 인스턴스를 제거, boundary refinement는 경계를 정제한다. 이는 장시간 영상에서도 반복된 증거를 유지하면서 신뢰도 높은 라벨을 생성한다.

기술적 접근법

주요 결과

의의 및 한계

TimeLens2는 영상 기반 질의에 대한 시간 구간 추정을 일반화된 방식으로 처리함으로써, 영상 아카이브의 검색 가능성을 높인다. 기존의 단일 구간 또는 단일 어노테이션 기반 접근법의 한계를 극복하고, 다중 구간, 다양한 영상 길이, 질문 형식, 1인칭/3인칭 관점에서 모두 적용 가능한 모델을 제시한 점에서 학술적·실용적 가치가 있다.

그러나, TimeLens2는 여전히 특정 도메인에서의 성능 차이나, 매우 긴 영상에서의 계산 효율성 문제는 명시되지 않았다. 또한, 실제 산업 환경에서의 대규모 배포 가능성에 대한 평가도 부재하다.

실용적 활용

TimeLens2는 영상 검색, 자막 생성, 영상 요약, 법적 증거 추출 등에서 활용 가능하다. 특히, 사용자가 특정 질문에 대한 정확한 시간 구간을 빠르게 확인할 수 있어, 콘텐츠 검증 및 분석 작업에 유용하다.