Burhan-Q commited on
Commit
278f542
·
verified ·
1 Parent(s): 2cfb47b

Expand dataset card: full description, structure, uses, and citation of original paulgavrikov/visualoverload

Browse files
Files changed (1) hide show
  1. README.md +129 -120
README.md CHANGED
@@ -1,46 +1,42 @@
1
  ---
2
- annotations_creators: []
3
- language: en
 
 
4
  license: cc-by-sa-4.0
5
  size_categories:
6
  - 1K<n<10K
7
- task_categories: []
 
 
8
  task_ids: []
9
  pretty_name: VisualOverload
10
  tags:
11
  - fiftyone
12
- - fiftyone
13
  - image
14
- - image
15
- - visual-question-answering
16
  - vqa
17
- description: VisualOverload (CVPR 2026) is a visual question answering (VQA) benchmark
18
- of 2,720 question-answer pairs over 150 high-resolution public-domain paintings
19
- densely populated with figures, actions, and unfolding subplots. It probes whether
20
- VLMs can perform simple, knowledge-free vision tasks in overloaded scenes. Ground-truth
21
- answers are held privately; models are scored via the official evaluation server
22
- using each question's question_id. This is a FiftyOne-format version of paulgavrikov/visualoverload.
23
- dataset_summary: '
24
 
25
 
26
 
27
  ![image/png](dataset_preview.jpg)
28
 
29
 
30
-
31
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2720 samples.
 
32
 
33
 
34
  ## Installation
35
 
36
 
37
- If you haven''t already, install FiftyOne:
38
 
39
 
40
  ```bash
41
-
42
  pip install -U fiftyone
43
-
44
  ```
45
 
46
 
@@ -48,39 +44,28 @@ dataset_summary: '
48
 
49
 
50
  ```python
51
-
52
  import fiftyone as fo
53
-
54
  from fiftyone.utils.huggingface import load_from_hub
55
 
56
-
57
  # Load the dataset
58
-
59
- # Note: other available arguments include ''max_samples'', etc
60
-
61
  dataset = load_from_hub("Voxel51/VisualOverload")
62
 
63
-
64
  # Launch the App
65
-
66
  session = fo.launch_app(dataset)
67
-
68
  ```
69
-
70
- '
71
  ---
72
 
73
  # Dataset Card for VisualOverload
74
 
75
- <!-- Provide a quick summary of the dataset. -->
76
-
77
-
78
-
79
-
80
  ![image/png](dataset_preview.jpg)
81
 
82
-
83
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2720 samples.
 
 
 
 
84
 
85
  ## Installation
86
 
@@ -104,135 +89,159 @@ dataset = load_from_hub("Voxel51/VisualOverload")
104
  session = fo.launch_app(dataset)
105
  ```
106
 
107
-
108
  ## Dataset Details
109
 
110
  ### Dataset Description
111
 
112
- <!-- Provide a longer summary of what this dataset is. -->
113
-
114
-
115
-
116
- - **Curated by:** [More Information Needed]
117
- - **Funded by [optional]:** [More Information Needed]
118
- - **Shared by [optional]:** [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
119
  - **Language(s) (NLP):** en
120
- - **License:** cc-by-sa-4.0
121
-
122
- ### Dataset Sources [optional]
123
 
124
- <!-- Provide the basic links for the dataset. -->
125
 
126
- - **Repository:** [More Information Needed]
127
- - **Paper [optional]:** [More Information Needed]
128
- - **Demo [optional]:** [More Information Needed]
 
 
129
 
130
  ## Uses
131
 
132
- <!-- Address questions around how the dataset is intended to be used. -->
133
-
134
  ### Direct Use
135
 
136
- <!-- This section describes suitable use cases for the dataset. -->
137
-
138
- [More Information Needed]
 
 
 
 
 
139
 
140
  ### Out-of-Scope Use
141
 
142
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
143
-
144
- [More Information Needed]
 
145
 
146
  ## Dataset Structure
147
 
148
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
 
 
149
 
150
- [More Information Needed]
151
 
152
- ## Dataset Creation
153
-
154
- ### Curation Rationale
155
-
156
- <!-- Motivation for the creation of this dataset. -->
 
 
 
 
 
157
 
158
- [More Information Needed]
 
 
159
 
160
- ### Source Data
161
-
162
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
163
-
164
- #### Data Collection and Processing
165
 
166
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
167
 
168
- [More Information Needed]
169
-
170
- #### Who are the source data producers?
171
-
172
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
173
-
174
- [More Information Needed]
175
-
176
- ### Annotations [optional]
177
-
178
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
179
-
180
- #### Annotation process
181
 
182
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
183
 
184
- [More Information Needed]
185
 
186
- #### Who are the annotators?
 
 
 
 
187
 
188
- <!-- This section describes the people or systems who created the annotations. -->
189
 
190
- [More Information Needed]
191
 
192
- #### Personal and Sensitive Information
 
193
 
194
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
195
 
196
- [More Information Needed]
 
 
 
 
197
 
198
  ## Bias, Risks, and Limitations
199
 
200
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
201
-
202
- [More Information Needed]
 
 
203
 
204
  ### Recommendations
205
 
206
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
 
 
207
 
208
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
209
 
210
- ## Citation [optional]
211
-
212
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
213
 
214
  **BibTeX:**
215
 
216
- [More Information Needed]
 
 
 
 
 
 
 
 
217
 
218
  **APA:**
219
 
220
- [More Information Needed]
221
-
222
- ## Glossary [optional]
223
-
224
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
225
-
226
- [More Information Needed]
227
-
228
- ## More Information [optional]
229
-
230
- [More Information Needed]
231
-
232
- ## Dataset Card Authors [optional]
233
-
234
- [More Information Needed]
235
 
236
- ## Dataset Card Contact
237
 
238
- [More Information Needed]
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - en
6
  license: cc-by-sa-4.0
7
  size_categories:
8
  - 1K<n<10K
9
+ task_categories:
10
+ - visual-question-answering
11
+ - image-text-to-text
12
  task_ids: []
13
  pretty_name: VisualOverload
14
  tags:
15
  - fiftyone
 
16
  - image
 
 
17
  - vqa
18
+ - visual-question-answering
19
+ - art
20
+ dataset_summary: |
 
 
 
 
21
 
22
 
23
 
24
  ![image/png](dataset_preview.jpg)
25
 
26
 
27
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2720 samples,
28
+ converted to FiftyOne format from the original
29
+ [paulgavrikov/visualoverload](https://huggingface.co/datasets/paulgavrikov/visualoverload).
30
 
31
 
32
  ## Installation
33
 
34
 
35
+ If you haven't already, install FiftyOne:
36
 
37
 
38
  ```bash
 
39
  pip install -U fiftyone
 
40
  ```
41
 
42
 
 
44
 
45
 
46
  ```python
 
47
  import fiftyone as fo
 
48
  from fiftyone.utils.huggingface import load_from_hub
49
 
 
50
  # Load the dataset
51
+ # Note: other available arguments include 'max_samples', etc
 
 
52
  dataset = load_from_hub("Voxel51/VisualOverload")
53
 
 
54
  # Launch the App
 
55
  session = fo.launch_app(dataset)
 
56
  ```
 
 
57
  ---
58
 
59
  # Dataset Card for VisualOverload
60
 
 
 
 
 
 
61
  ![image/png](dataset_preview.jpg)
62
 
63
+ This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with **2,720 samples**.
64
+ It is a FiftyOne-format conversion of the original
65
+ [**paulgavrikov/visualoverload**](https://huggingface.co/datasets/paulgavrikov/visualoverload)
66
+ dataset (CVPR 2026). All credit for the data, annotations, and benchmark design belongs to
67
+ the original authors — please see [Citation](#citation) and
68
+ [Dataset Sources](#dataset-sources).
69
 
70
  ## Installation
71
 
 
89
  session = fo.launch_app(dataset)
90
  ```
91
 
 
92
  ## Dataset Details
93
 
94
  ### Dataset Description
95
 
96
+ Is basic visual understanding really solved in state-of-the-art VLMs? **VisualOverload** is a
97
+ visual question answering (VQA) benchmark comprising **2,720 question–answer pairs** with
98
+ privately held ground-truth responses. Unlike prior VQA datasets that typically focus on
99
+ near-global image understanding, VisualOverload challenges models to perform simple,
100
+ knowledge-free vision tasks in densely populated (or *overloaded*) scenes. The dataset
101
+ consists of **150 high-resolution scans of public-domain paintings** populated with multiple
102
+ figures, actions, and unfolding subplots set against elaborately detailed backdrops. The
103
+ images were manually annotated with questions across six task categories to probe a thorough
104
+ understanding of the scene.
105
+
106
+ The authors hypothesize that current benchmarks overestimate the performance of VLMs, and
107
+ that encoding and reasoning over details remains challenging, especially in densely populated
108
+ scenes. Indeed, even the best model evaluated (o3) out of 37 tested models reaches only
109
+ **19.6% accuracy on the hardest split** and **69.5% overall**. The accompanying error
110
+ analysis reveals failure modes including weak counting, OCR failures, and logical
111
+ inconsistencies under complex tasks.
112
+
113
+ - **Curated by:** Paul Gavrikov, Wei Lin, M. Jehanzeb Mirza, Soumya Jahagirdar, Muhammad Huzaifa, Sivan Doveh, Serena Yeung-Levy, James Glass, and Hilde Kuehne
114
+ - **Shared by:** [Voxel51](https://huggingface.co/Voxel51) (FiftyOne-format conversion)
115
  - **Language(s) (NLP):** en
116
+ - **License:** CC BY-SA 4.0 (the underlying images are royalty-free public-domain artwork, CC0)
 
 
117
 
118
+ ### Dataset Sources
119
 
120
+ - **Original dataset (please cite this):** https://huggingface.co/datasets/paulgavrikov/visualoverload
121
+ - **Repository:** https://github.com/paulgavrikov/visualoverload
122
+ - **Paper:** [VisualOverload: Probing Visual Understanding of VLMs in Really Dense Scenes (arXiv:2509.25339)](https://arxiv.org/abs/2509.25339)
123
+ - **Project page:** https://paulgavrikov.github.io/visualoverload/
124
+ - **Leaderboard / online evaluator:** https://huggingface.co/spaces/paulgavrikov/visualoverload-submit
125
 
126
  ## Uses
127
 
 
 
128
  ### Direct Use
129
 
130
+ - Benchmark the fine-grained visual understanding of vision-language models (VLMs) in dense,
131
+ detail-heavy scenes.
132
+ - Slice and analyze results by **question type**, **difficulty**, and **category** using the
133
+ prefixed sample tags (see [Dataset Structure](#dataset-structure)).
134
+ - Run a VLM per question — each sample carries a single `question` (and a ready-to-use
135
+ `default_prompt`), so a model can read the prompt from the sample field and write one
136
+ prediction per sample, then submit `question_id` + predicted answer to the official
137
+ evaluation server.
138
 
139
  ### Out-of-Scope Use
140
 
141
+ - **Training / fine-tuning.** This is an evaluation benchmark; ground-truth answers are held
142
+ privately and are intentionally not distributed.
143
+ - Drawing conclusions about general image understanding outside the dense-scene,
144
+ painting-domain setting the benchmark was designed for.
145
 
146
  ## Dataset Structure
147
 
148
+ The benchmark is modeled **one sample per question**: **2,720 samples** over **150 paintings**
149
+ (each image is shared by the ~18 questions that reference it). Ground-truth answers are **not
150
+ included** — models are scored via the official evaluation server using each question's
151
+ `question_id`. All samples belong to the single `test` split.
152
 
153
+ **Fields**
154
 
155
+ | Field | Type | Description |
156
+ |-------|------|-------------|
157
+ | `filepath` | image | Path to the painting (shared across its questions) |
158
+ | `question_id` | `StringField` | Unique id — the key used for leaderboard submissions |
159
+ | `question` | `StringField` | The question about the image |
160
+ | `response_options` | `ListField(StringField)` | Answer options for `choice` questions (e.g. `["yes", "no"]`); empty otherwise. Listed as `options` in the source dataset. |
161
+ | `default_prompt` | `StringField` | Ready-to-use prompt (question + options + output-format constraint) |
162
+ | `image_id` | `StringField` | Painting id (filename stem) — groups an image's questions |
163
+ | `win_rate` | `FloatField` | Per-image model win-rate from the benchmark (a difficulty signal) |
164
+ | `metadata` | `ImageMetadata` | Image width/height (most images are ~4K, e.g. 3840×2160) |
165
 
166
+ **Sample tags** — `question_type`, `difficulty`, and `category` are stored as **prefixed
167
+ sample tags** (filter via the App sidebar or `dataset.match_tags(...)`). They are prefixed
168
+ because `question_type` and `category` share the values `counting` and `ocr`.
169
 
170
+ | Tag prefix | Values (counts) |
171
+ |------------|-----------------|
172
+ | `question_type:` | `choice` (2043), `counting` (559), `ocr` (118) |
173
+ | `difficulty:` | `easy` (986), `medium` (1304), `hard` (430) |
174
+ | `category:` | `activity` (150), `attributes` (149), `counting` (559), `ocr` (118), `reasoning` (356), `scene` (1388) |
175
 
176
+ Every sample is also tagged `test`.
177
 
178
+ ```python
179
+ # Example: all hard OCR questions
180
+ from fiftyone import ViewField as F
181
+ hard_ocr = dataset.match_tags(["difficulty:hard", "question_type:ocr"], all=True)
182
+ ```
 
 
 
 
 
 
 
 
183
 
184
+ ## Dataset Creation
185
 
186
+ ### Curation Rationale
187
 
188
+ Existing VQA benchmarks largely probe near-global image understanding and may overestimate
189
+ VLM capability. VisualOverload deliberately targets *simple, knowledge-free* perception
190
+ (reading, counting, attribute and activity recognition, scene/relationship reasoning) in
191
+ **overloaded** scenes that contain many figures, actions, and subplots, to expose the gap in
192
+ encoding and reasoning over fine detail.
193
 
194
+ ### Source Data
195
 
196
+ #### Data Collection and Processing
197
 
198
+ The images are high-resolution scans of **public-domain paintings** (CC0). Most match a 4K
199
+ pixel budget (≈ 3840×2160) across varying aspect ratios.
200
 
201
+ #### Annotations
202
 
203
+ The images were **manually annotated** with questions spanning six task categories
204
+ (`activity`, `attributes`, `counting`, `ocr`, `reasoning`, `scene`), three difficulty levels
205
+ (`easy`, `medium`, `hard`), and three answer/question types (`choice` with 2 or 4 options,
206
+ freeform `counting`, and freeform `ocr`). Ground-truth answers are withheld to prevent
207
+ contamination and are only accessible through the evaluation server.
208
 
209
  ## Bias, Risks, and Limitations
210
 
211
+ - **Evaluation-only:** ground truth is private; scoring requires the official server, so this
212
+ copy cannot be used for supervised training or offline scoring.
213
+ - **Domain:** the imagery is limited to scanned public-domain paintings; performance here may
214
+ not transfer to photographs or other domains.
215
+ - **Scale:** 150 source images / 2,720 questions — small relative to large-scale VQA corpora.
216
 
217
  ### Recommendations
218
 
219
+ Use VisualOverload as a targeted probe of fine-grained perception in dense scenes rather than
220
+ a general VQA score. Report results by difficulty and category (the sample tags make this
221
+ easy) and submit predictions to the official evaluator for comparable, leak-free numbers.
222
 
223
+ ## Citation
224
 
225
+ If you use this dataset, please cite the original work:
 
 
226
 
227
  **BibTeX:**
228
 
229
+ ```bibtex
230
+ @InProceedings{Gavrikov_2026_visualoverload,
231
+ author = {Paul Gavrikov and Wei Lin and M. Jehanzeb Mirza and Soumya Jahagirdar and Muhammad Huzaifa and Sivan Doveh and Serena Yeung-Levy and James Glass and Hilde Kuehne},
232
+ title = {{VisualOverload}: Probing Visual Understanding of VLMs in Really Dense Scenes},
233
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
234
+ month = {June},
235
+ year = {2026}
236
+ }
237
+ ```
238
 
239
  **APA:**
240
 
241
+ Gavrikov, P., Lin, W., Mirza, M. J., Jahagirdar, S., Huzaifa, M., Doveh, S., Yeung-Levy, S., Glass, J., & Kuehne, H. (2026). *VisualOverload: Probing Visual Understanding of VLMs in Really Dense Scenes.* In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
242
 
243
+ ## Dataset Card Authors
244
 
245
+ FiftyOne-format conversion shared by [Voxel51](https://huggingface.co/Voxel51). The dataset,
246
+ annotations, and benchmark were created by Paul Gavrikov et al.; see the original dataset at
247
+ [paulgavrikov/visualoverload](https://huggingface.co/datasets/paulgavrikov/visualoverload).