CVApr 25, 2024

DAVE -- A Detect-and-Verify Paradigm for Low-Shot Counting

arXiv:2404.16622v154 citationsh-index: 23CVPR
Originality Highly original
AI Analysis

This addresses the need for accurate object counts with individual location and size information in applications like surveillance or biology, representing a strong specific gain rather than an incremental improvement.

The paper tackled the problem of low-shot object counting by proposing DAVE, a detect-and-verify paradigm that improves both recall and precision, resulting in a ~20% reduction in total count MAE compared to density-based methods and ~20% improvement in detection quality over detection-based counters.

Low-shot counters estimate the number of objects corresponding to a selected category, based on only few or no exemplars annotated in the image. The current state-of-the-art estimates the total counts as the sum over the object location density map, but does not provide individual object locations and sizes, which are crucial for many applications. This is addressed by detection-based counters, which, however fall behind in the total count accuracy. Furthermore, both approaches tend to overestimate the counts in the presence of other object classes due to many false positives. We propose DAVE, a low-shot counter based on a detect-and-verify paradigm, that avoids the aforementioned issues by first generating a high-recall detection set and then verifying the detections to identify and remove the outliers. This jointly increases the recall and precision, leading to accurate counts. DAVE outperforms the top density-based counters by ~20% in the total count MAE, it outperforms the most recent detection-based counter by ~20% in detection quality and sets a new state-of-the-art in zero-shot as well as text-prompt-based counting.

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