The dataset viewer is not available for this dataset.
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.
Gestalt Pattern Reasoning Benchmark
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