| Rank | Model | Score |
|---|---|---|
| 1 | north-micro-vision-instruct | 72.5 |
1 phaseActive
Object-counting benchmark using real-world images with 2-10 instances of a salient object, testing precise visual quantity estimation.
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.
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.
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.
| Field | Value |
|---|---|
| Task category | Reasoning (visual counting) |
| Metric | % accuracy (exact count match) |
| Saturation | Medium |
| Created by | Paiss et al. |
| Source paper | Paiss et al. 2023 |
| Project page | teaching-clip-to-count.github.io |
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).
| Rank | Model | Score | Source | Date |
|---|---|---|---|---|
| 1 | North Micro Vision Instruct | 72.5% | North Micro Vision launch blog | 2026-08 |
Score sourced from Cohere Labs' North Micro Vision Instruct launch announcement, August 2026.
No Benchgen results yet — be the first to run CountBench.
| Benchmark | What it tests | Saturation |
|---|---|---|
| CountBench | Exact object counting (2-10 instances) in real photos | Medium |
| RefCOCO | Referring expression comprehension (object grounding) | Medium |
| GQA | Compositional real-world scene reasoning | High |
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.
Benchgen lets you evaluate your own vision-language model's precise object-counting ability on real-world images and track results across model versions.