English

LAVA: Language Driven Scalable and Versatile Traffic Video Analytics

Computer Vision and Pattern Recognition 2025-08-05 v2 Multimedia

Abstract

In modern urban environments, camera networks generate massive amounts of operational footage -- reaching petabytes each day -- making scalable video analytics essential for efficient processing. Many existing approaches adopt an SQL-based paradigm for querying such large-scale video databases; however, this constrains queries to rigid patterns with predefined semantic categories, significantly limiting analytical flexibility. In this work, we explore a language-driven video analytics paradigm aimed at enabling flexible and efficient querying of high-volume video data driven by natural language. Particularly, we build \textsc{Lava}, a system that accepts natural language queries and retrieves traffic targets across multiple levels of granularity and arbitrary categories. \textsc{Lava} comprises three main components: 1) a multi-armed bandit-based efficient sampling method for video segment-level localization; 2) a video-specific open-world detection module for object-level retrieval; and 3) a long-term object trajectory extraction scheme for temporal object association, yielding complete trajectories for object-of-interests. To support comprehensive evaluation, we further develop a novel benchmark by providing diverse, semantically rich natural language predicates and fine-grained annotations for multiple videos. Experiments on this benchmark demonstrate that \textsc{Lava} improves F1F_1-scores for selection queries by 14%\mathbf{14\%}, reduces MPAE for aggregation queries by 0.39\mathbf{0.39}, and achieves top-kk precision of 86%\mathbf{86\%}, while processing videos 9.6× \mathbf{9.6\times} faster than the most accurate baseline. Our code and dataset are available at https://github.com/yuyanrui/LAVA.

Keywords

Cite

@article{arxiv.2507.19821,
  title  = {LAVA: Language Driven Scalable and Versatile Traffic Video Analytics},
  author = {Yanrui Yu and Tianfei Zhou and Jiaxin Sun and Lianpeng Qiao and Lizhong Ding and Ye Yuan and Guoren Wang},
  journal= {arXiv preprint arXiv:2507.19821},
  year   = {2025}
}

Comments

Accepted by ACM MM 2025, code: https://github.com/yuyanrui/LAVA

R2 v1 2026-07-01T04:19:55.748Z