File size: 1,875 Bytes
722f383
64c3e52
 
 
3c1faf4
bb24f30
64c3e52
 
722f383
64c3e52
 
 
 
722f383
 
64c3e52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
722f383
64c3e52
b985f1e
722f383
64c3e52
722f383
64c3e52
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
license: apache-2.0
pretty_name: CountHalluSet  SimObject
task_categories:
  - unconditional-image-generation
  - image-classification
size_categories:
  - 10K<n<100K
tags:
  - diffusion
  - counting
  - hallucination
  - rendered
---

# CountHalluSet — SimObject

Rendered dataset from **[Counting Hallucinations in Diffusion Models](https://arxiv.org/abs/2510.13080)**
(arXiv:2510.13080). Part of **CountHalluSet**, a suite with well-defined counting
criteria used to measure *counting hallucination* — a diffusion model generating
the wrong number of instances, even for patterns absent from its training data.

## What's inside

256×256 RGB **rendered images of everyday objects**, each labelled with the
per-class instance count over three object classes. As with ToyShape, a correct
sample contains at most one instance per class; extra or missing instances are
counting hallucinations.

```
SimObject/
├── images/       # 00000.png, 00001.png, ...
└── labels.csv    # filename, <class_1>, <class_2>, <class_3>
```

<!-- TODO: fill in the three object class names (the labels.csv column headers)
     and one line on how the images were rendered (renderer / asset source). -->

## Usage

```bash
huggingface-cli download ShyFoo/CountHallu-dataset-SimObject \
    --repo-type dataset --local-dir $DATASET_ROOT/SimObject
```

Load with the reference code (`counthallu.datasets.SimObject`). See the
[CountHallu repository](<https://github.com/ShyFoo/CountHallu-Diff>) for training and the full evaluation protocol.

## Citation

```bibtex
@article{fu2025counting,
  title={Counting Hallucinations in Diffusion Models},
  author={Fu, Shuai and Zhou, Jian and Chen, Qi and Jing, Huang and Nguyen, Huy Anh and Liu, Xiaohan and Zeng, Zhixiong and Ma, Lin and Zhang, Quanshi and Wu, Qi},
  journal={arXiv preprint arXiv:2510.13080},
  year={2025}
}
```