CVMar 7, 2024

AFreeCA: Annotation-Free Counting for All

arXiv:2403.04943v210 citationsh-index: 14ECCV
Originality Highly original
AI Analysis

This enables versatile object counting across diverse categories, addressing a bottleneck in computer vision by eliminating the need for costly annotated data.

The paper tackles the problem of object counting without manual annotations by leveraging text-to-image latent diffusion models to generate counting datasets, achieving superior performance over unsupervised and few-shot alternatives.

Object counting methods typically rely on manually annotated datasets. The cost of creating such datasets has restricted the versatility of these networks to count objects from specific classes (such as humans or penguins), and counting objects from diverse categories remains a challenge. The availability of robust text-to-image latent diffusion models (LDMs) raises the question of whether these models can be utilized to generate counting datasets. However, LDMs struggle to create images with an exact number of objects based solely on text prompts but they can be used to offer a dependable \textit{sorting} signal by adding and removing objects within an image. Leveraging this data, we initially introduce an unsupervised sorting methodology to learn object-related features that are subsequently refined and anchored for counting purposes using counting data generated by LDMs. Further, we present a density classifier-guided method for dividing an image into patches containing objects that can be reliably counted. Consequently, we can generate counting data for any type of object and count them in an unsupervised manner. Our approach outperforms other unsupervised and few-shot alternatives and is not restricted to specific object classes for which counting data is available. Code to be released upon acceptance.

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