Dataset Viewer
The dataset viewer is not available for this dataset.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Gestalt Pattern Reasoning Benchmark

alt text

This repository contains a dataset and benchmarking framework for Gestalt pattern reasoning. The dataset consists of thousands of procedurally generated visual patterns based on Gestalt principles, including proximity, similarity, closure, symmetry, and continuity. The benchmark is designed to evaluate both human and AI performance in recognizing and reasoning about these patterns.

Github

The Dataset Generator and Benchmark Evaluation Code is on the Github.

Dataset

principle_all_resolution_224_num_100.zip: includes 5 Gestalt Principles, each task has 100 examples for each labels. The image resolution is 224x224.

File Structure

Gestalt Reasoning Benchmark/
│── data/
β”‚   │── raw_patterns/         # Unprocessed/generated raw patterns
β”‚   β”‚   │── proximity/
β”‚   β”‚   β”‚   │── train/
β”‚   β”‚   β”‚   β”‚   │── 0001_red_triangle/
β”‚   β”‚   β”‚   β”‚   β”‚   │── positive/
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.json
β”‚   β”‚   β”‚   β”‚   β”‚   │── negative/
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.json
β”‚   β”‚   β”‚   │── test/
β”‚   β”‚   β”‚   β”‚   │── 0001_red_triangle/
β”‚   β”‚   β”‚   β”‚   β”‚   │── positive/
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.json
β”‚   β”‚   β”‚   β”‚   β”‚   │── negative/
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00000.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00001.json
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”‚   │── 00002.json

Citation

If you use the Gestalt Vision dataset in your research or work, please cite our paper:

@inproceedings{sha2025gestalt,
  author    = {Jingyuan Sha and Hikaru Shindo and Kristian Kersting and Devendra Singh Dhami},
  title     = {Gestalt Vision: A Dataset for Evaluating Gestalt Principles in Visual Perception},
  booktitle = {Proceedings of the 19th International Conference on Neurosymbolic Learning and Reasoning (NeSy)},
  year      = {2025}
}
Downloads last month
50