Skip to content

MM-MVR/HoloCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoloCount: A Holistic Visual Counting Benchmark for MLLMs

arXiv HuggingFace Project Page

Abstract

Visual counting is a fundamental pillar of multimodal intelligence, requiring a seamless integration of fine-grained grounding and spatial reasoning. While Multimodal Large Language Models (MLLMs) have achieved remarkable success in qualitative scene understanding, their quantitative precision remains a significant bottleneck, often characterized by persistent numerical hallucinations. Existing counting benchmarks primarily focus on basic perception in simplified contexts, failing to capture the complex failure modes that emerge under logical constraints or adversarial conditions. To address these limitations, we introduce HoloCount, a holistic and diagnostically rich benchmark structured around a three-level hierarchical taxonomy. HoloCount evaluates MLLMs across: (1) Semantic Counting, focusing on atomic and property-based enumeration; (2) Analytical Counting, assessing logical composition through spatial and set-based reasoning; and (3) Robustness Testing, probing model integrity against adverse scenarios and grounded counter-priors, such as high-density scenes and linguistic biases. Through an exhaustive evaluation of over 20 state-of-the-art MLLMs, we reveal a critical performance gap: even top-tier models degrade significantly as tasks transition from perception to complex analytical reasoning and adverse scenarios. Our findings provide a systematic landscape of current MLLM counting capabilities and offer a roadmap for developing more grounded and reliable multimodal systems.

Overview

  • 2,480 QA pairs
  • 20 fine-grained subsets
  • 1,481 visual concepts
  • 30+ evaluated MLLMs

Taxonomy

Examples

Main Results

Dataset Access

The dataset is hosted on HuggingFace:

from datasets import load_dataset

dataset = load_dataset("MM-MVR/HoloCount")

Citation

@article{deng2026holocount,
  title={HoloCount: A Holistic Visual Counting Benchmark for MLLMs},
  author={Deng, Jinhong and Qiao, Limeng and Wan, Guanglu},
  journal={arXiv preprint arXiv:2607.06420},
  year={2026}
}

License

This project is released under the MIT License.

Contact

About

HoloCount: A Holistic Visual Counting Benchmark for MLLMs

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors