CVAIJun 18, 2025

Open-World Object Counting in Videos

arXiv:2506.15368v17 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately counting objects in crowded video scenes for applications like surveillance or scientific analysis, though it is incremental as it builds on existing segmentation and tracking methods.

The paper tackles the problem of open-world object counting in videos by introducing CountVid, a model that uses image-based counting and promptable video segmentation to enumerate unique instances of target objects, and it significantly outperforms baselines on the new VideoCount dataset.

We introduce a new task of open-world object counting in videos: given a text description, or an image example, that specifies the target object, the objective is to enumerate all the unique instances of the target objects in the video. This task is especially challenging in crowded scenes with occlusions and similar objects, where avoiding double counting and identifying reappearances is crucial. To this end, we make the following contributions: we introduce a model, CountVid, for this task. It leverages an image-based counting model, and a promptable video segmentation and tracking model to enable automated, open-world object counting across video frames. To evaluate its performance, we introduce VideoCount, a new dataset for our novel task built from the TAO and MOT20 tracking datasets, as well as from videos of penguins and metal alloy crystallization captured by x-rays. Using this dataset, we demonstrate that CountVid provides accurate object counts, and significantly outperforms strong baselines. The VideoCount dataset, the CountVid model, and all the code are available at https://github.com/niki-amini-naieni/CountVid/.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes