English

UnLoc: A Unified Framework for Video Localization Tasks

Computer Vision and Pattern Recognition 2023-08-23 v1 Machine Learning

Abstract

While large-scale image-text pretrained models such as CLIP have been used for multiple video-level tasks on trimmed videos, their use for temporal localization in untrimmed videos is still a relatively unexplored task. We design a new approach for this called UnLoc, which uses pretrained image and text towers, and feeds tokens to a video-text fusion model. The output of the fusion module are then used to construct a feature pyramid in which each level connects to a head to predict a per-frame relevancy score and start/end time displacements. Unlike previous works, our architecture enables Moment Retrieval, Temporal Localization, and Action Segmentation with a single stage model, without the need for action proposals, motion based pretrained features or representation masking. Unlike specialized models, we achieve state of the art results on all three different localization tasks with a unified approach. Code will be available at: \url{https://github.com/google-research/scenic}.

Keywords

Cite

@article{arxiv.2308.11062,
  title  = {UnLoc: A Unified Framework for Video Localization Tasks},
  author = {Shen Yan and Xuehan Xiong and Arsha Nagrani and Anurag Arnab and Zhonghao Wang and Weina Ge and David Ross and Cordelia Schmid},
  journal= {arXiv preprint arXiv:2308.11062},
  year   = {2023}
}

Comments

ICCV 2023

R2 v1 2026-06-28T12:00:55.808Z