English

Open-Vocabulary Action Localization with Iterative Visual Prompting

Computer Vision and Pattern Recognition 2025-04-08 v5 Artificial Intelligence Robotics

Abstract

Video action localization aims to find the timings of specific actions from a long video. Although existing learning-based approaches have been successful, they require annotating videos, which comes with a considerable labor cost. This paper proposes a training-free, open-vocabulary approach based on emerging off-the-shelf vision-language models (VLMs). The challenge stems from the fact that VLMs are neither designed to process long videos nor tailored for finding actions. We overcome these problems by extending an iterative visual prompting technique. Specifically, we sample video frames and create a concatenated image with frame index labels, allowing a VLM to identify the frames that most likely correspond to the start and end of the action. By iteratively narrowing the sampling window around the selected frames, the estimation gradually converges to more precise temporal boundaries. We demonstrate that this technique yields reasonable performance, achieving results comparable to state-of-the-art zero-shot action localization. These results support the use of VLMs as a practical tool for understanding videos. Sample code is available at https://microsoft.github.io/VLM-Video-Action-Localization/

Keywords

Cite

@article{arxiv.2408.17422,
  title  = {Open-Vocabulary Action Localization with Iterative Visual Prompting},
  author = {Naoki Wake and Atsushi Kanehira and Kazuhiro Sasabuchi and Jun Takamatsu and Katsushi Ikeuchi},
  journal= {arXiv preprint arXiv:2408.17422},
  year   = {2025}
}

Comments

9 pages, 5 figures, 6 tables. Published in IEEE Access. Last updated on April 7th, 2025

R2 v1 2026-06-28T18:29:05.094Z