Benchgen

CountBench — Results

RankModelScore
1north-micro-vision-instruct72.5
C

CountBench

1 phaseActive

Object-counting benchmark using real-world images with 2-10 instances of a salient object, testing precise visual quantity estimation.

Overview

CountBench

Category Metric Saturation Created

Paper Project

Quick answer: CountBench (Paiss et al., 2023) is an object-counting benchmark built from real-world images that each contain between 2 and 10 instances of a single salient object type, testing whether a vision-language model can produce a precise count rather than a vague quantity estimate. North Micro Vision scores 72.5% as of August 2026.

At a Glance

What it tests: Exact object counting in natural images — given a photo containing 2 to 10 instances of one object type, the model must output the precise integer count.

Why it matters: Counting is a deceptively hard capability for vision-language models — many produce plausible-sounding but numerically wrong answers, especially as object count or visual clutter increases; CountBench isolates this specific failure mode from broader visual reasoning.

Known limitations: Coverage is limited to the 2-10 object-count range and to images with one clearly salient countable object type, so it doesn't test counting under heavy occlusion or in scenes with many overlapping object classes.

What CountBench Measures

CountBench was introduced as part of research into teaching vision-language models like CLIP to count, using real-world images (rather than synthetic renders) that each depict between 2 and 10 instances of a single, clearly identifiable object type. The task is simple to state — output the number of instances of the named object — but proved to be a genuine blind spot for many contemporary vision-language models, which tend to default to rough estimates or common "round" numbers rather than precisely counting.

Because the images are drawn from natural photography rather than synthetic scenes, CountBench also implicitly tests robustness to real-world visual clutter, partial occlusion, and varying object scale, on top of the core counting skill.

Grounding and counting are frequently grouped together as a single "spatial precision" capability area in modern VLM evaluation suites (alongside benchmarks like RefCOCO), since both require accurate, fine-grained visual localization rather than gist-level scene understanding.

Benchmark Specifications

FieldValue
Task categoryReasoning (visual counting)
Metric% accuracy (exact count match)
SaturationMedium
Created byPaiss et al.
Source paperPaiss et al. 2023
Project pageteaching-clip-to-count.github.io

How CountBench Is Scored

The model outputs an integer count for the named object in each image; the score is the percentage of images for which the predicted count exactly matches the ground-truth count (2 through 10 instances).

State-of-the-Art Results

Score sourced from Cohere Labs' North Micro Vision Instruct launch announcement, August 2026.

CountBench on Benchgen

No Benchgen results yet — be the first to run CountBench.

CountBench vs Other Benchmarks

BenchmarkWhat it testsSaturation
CountBenchExact object counting (2-10 instances) in real photosMedium
RefCOCOReferring expression comprehension (object grounding)Medium
GQACompositional real-world scene reasoningHigh

CountBench and RefCOCO are commonly grouped as a "grounding and counting" capability pair, since both require precise, fine-grained visual localization rather than gist-level scene understanding.

Run CountBench on Your Model

Benchgen lets you evaluate your own vision-language model's precise object-counting ability on real-world images and track results across model versions.

Frequently Asked Questions

What is CountBench? CountBench is a benchmark testing whether vision-language models can precisely count instances of an object (2 to 10) in real-world photos.
What does a good CountBench score look like? North Micro Vision Instruct reports 72.5% as of August 2026; scores tend to drop as the true object count increases toward the upper end of the 2-10 range.
Who created CountBench? CountBench was introduced by Paiss et al.; see the original paper.
Is CountBench saturated? It shows medium saturation — precise counting remains a genuine weak spot for many vision-language models, even those strong on broader visual reasoning.