paper-with-me

Papers

Zero-shot Object Counting

2023-03-03 · CVPR 2023 1 · Jingyi Xu, Hieu Le, Vu Nguyen, Viresh Ranjan, Dimitris Samaras

Class-agnostic object counting aims to count object instances of an arbitrary class at test time. It is challenging but also enables many potential applications. Current methods require human-annotated exemplars as inputs which are often unavailable for novel categories, especially for autonomous systems. Thus, we propose zero-shot object counting (ZSC), a new setting where only the class name is available during test time. Such a counting system does not require human annotators in the loop and can operate automatically. Starting from a class name, we propose a method that can accurately identify the optimal patches which can then be used as counting exemplars. Specifically, we first construct a class prototype to select the patches that are likely to contain the objects of interest, namely class-relevant patches. Furthermore, we introduce a model that can quantitatively measure how suitable an arbitrary patch is as a counting exemplar. By applying this model to all the candidate patches, we can select the most suitable patches as exemplars for counting. Experimental results on a recent class-agnostic counting dataset, FSC-147, validate the effectiveness of our method. Code is available at https://github.com/cvlab-stonybrook/zero-shot-counting

📄 PDF Abstract BibTeX arXiv:2303.02001

Code (1)

cvlab-stonybrook/zero-shot-counting 공식 구현 pytorch

Tasks

ObjectObject CountingZero-Shot Counting

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

SAVE: Self-Attention on Visual Embedding for Zero-Shot Generic Object Counting

2025-02-10 · journal 2025 2 · Ahmed Zgaren, Wassim Bouachir, Nizar Bouguila

Zero-shot counting is a subcategory of Generic Visual Object Counting, which aims to count objects from an arbitrary class in a given image. While few-shot counting relies on delivering exemplars to the model to count si…

Exemplar-Free CountingObjectObject CountingZero-Shot Counting

Point Segment and Count: A Generalized Framework for Object Counting

2024-01-01 · CVPR 2024 1 · Zhizhong Huang, Mingliang Dai, Yi Zhang, Junping Zhang 외

Class-agnostic object counting aims to count all objects in an image with respect to example boxes or class names a.k.a few-shot and zero-shot counting. In this paper we propose a generalized framework for both few-s…

Few-shot Object Counting and DetectionKnowledge DistillationObjectObject Counting+2

Point, Segment and Count: A Generalized Framework for Object Counting

2023-11-21 · Zhizhong Huang, Mingliang Dai, Yi Zhang, Junping Zhang 외

Class-agnostic object counting aims to count all objects in an image with respect to example boxes or class names, \emph{a.k.a} few-shot and zero-shot counting. In this paper, we propose a generalized framework for both …

Knowledge DistillationObjectObject CountingObject Localization+1

Object Counting with GPT-4o and GPT-5: A Comparative Study

2025-12-02 · Richard Füzesséry, Kaziwa Saleh, Sándor Szénási, Zoltán Vámossy arxiv

Zero-shot object counting attempts to estimate the number of object instances belonging to novel categories that the vision model performing the counting has never encountered during training. Existing methods typically …

Object Counting

Expanding Zero-Shot Object Counting with Rich Prompts

2025-05-21 · Huilin Zhu, Senyao Li, Jingling Yuan, Zhengwei Yang 외

Expanding pre-trained zero-shot counting models to handle unseen categories requires more than simply adding new prompts, as this approach does not achieve the necessary alignment between text and visual features for acc…

ObjectObject CountingZero-Shot Counting