English

Towards Real-Time Open-Vocabulary Video Instance Segmentation

Computer Vision and Pattern Recognition 2024-12-06 v1

Abstract

In this paper, we address the challenge of performing open-vocabulary video instance segmentation (OV-VIS) in real-time. We analyze the computational bottlenecks of state-of-the-art foundation models that performs OV-VIS, and propose a new method, TROY-VIS, that significantly improves processing speed while maintaining high accuracy. We introduce three key techniques: (1) Decoupled Attention Feature Enhancer to speed up information interaction between different modalities and scales; (2) Flash Embedding Memory for obtaining fast text embeddings of object categories; and, (3) Kernel Interpolation for exploiting the temporal continuity in videos. Our experiments demonstrate that TROY-VIS achieves the best trade-off between accuracy and speed on two large-scale OV-VIS benchmarks, BURST and LV-VIS, running 20x faster than GLEE-Lite (25 FPS v.s. 1.25 FPS) with comparable or even better accuracy. These results demonstrate TROY-VIS's potential for real-time applications in dynamic environments such as mobile robotics and augmented reality. Code and model will be released at https://github.com/google-research/troyvis.

Keywords

Cite

@article{arxiv.2412.04434,
  title  = {Towards Real-Time Open-Vocabulary Video Instance Segmentation},
  author = {Bin Yan and Martin Sundermeyer and David Joseph Tan and Huchuan Lu and Federico Tombari},
  journal= {arXiv preprint arXiv:2412.04434},
  year   = {2024}
}
R2 v1 2026-06-28T20:24:38.581Z