CVAIMay 12, 2023

CLIP-Count: Towards Text-Guided Zero-Shot Object Counting

arXiv:2305.07304v2137 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of counting arbitrary objects in images for computer vision applications, representing a novel advancement in zero-shot object counting.

The authors tackled the challenge of adapting vision-language models for object counting by proposing CLIP-Count, a zero-shot method that generates density maps for open-vocabulary objects using text guidance, achieving state-of-the-art accuracy on datasets like FSC-147, CARPK, and ShanghaiTech.

Recent advances in visual-language models have shown remarkable zero-shot text-image matching ability that is transferable to downstream tasks such as object detection and segmentation. Adapting these models for object counting, however, remains a formidable challenge. In this study, we first investigate transferring vision-language models (VLMs) for class-agnostic object counting. Specifically, we propose CLIP-Count, the first end-to-end pipeline that estimates density maps for open-vocabulary objects with text guidance in a zero-shot manner. To align the text embedding with dense visual features, we introduce a patch-text contrastive loss that guides the model to learn informative patch-level visual representations for dense prediction. Moreover, we design a hierarchical patch-text interaction module to propagate semantic information across different resolution levels of visual features. Benefiting from the full exploitation of the rich image-text alignment knowledge of pretrained VLMs, our method effectively generates high-quality density maps for objects-of-interest. Extensive experiments on FSC-147, CARPK, and ShanghaiTech crowd counting datasets demonstrate state-of-the-art accuracy and generalizability of the proposed method. Code is available: https://github.com/songrise/CLIP-Count.

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