Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# GIQ Benchmark
|
| 2 |
+
|
| 3 |
+
## Dataset Details
|
| 4 |
+
|
| 5 |
+
GIQ is a benchmark for evaluating geometric reasoning in vision and vision-language models using polyhedra.
|
| 6 |
+
|
| 7 |
+
The repository currently contains:
|
| 8 |
+
- `synthetic_images/`: synthetic renderings of polyhedra
|
| 9 |
+
- `wild_images/`: real photographs organized by source collection
|
| 10 |
+
- `3d_meshes/`: 3D mesh assets
|
| 11 |
+
|
| 12 |
+
The benchmark is designed to support evaluation on tasks such as:
|
| 13 |
+
- zero-shot polyhedron classification
|
| 14 |
+
- symmetry-related reasoning
|
| 15 |
+
- mental rotation
|
| 16 |
+
- monocular 3D reconstruction
|
| 17 |
+
|
| 18 |
+
## Uses
|
| 19 |
+
|
| 20 |
+
This dataset is intended for (but not limited to):
|
| 21 |
+
- benchmarking geometric reasoning in computer vision
|
| 22 |
+
- evaluating robustness of foundation models on controlled 3D shape data
|
| 23 |
+
- comparing synthetic and real-image performance
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
## Dataset Creation
|
| 27 |
+
|
| 28 |
+
### Curation Rationale
|
| 29 |
+
|
| 30 |
+
The dataset was created to provide a controlled benchmark for geometric reasoning using polyhedra, with both synthetic renderings and real photographs.
|
| 31 |
+
|
| 32 |
+
### Source Data
|
| 33 |
+
|
| 34 |
+
#### Data Collection and Processing
|
| 35 |
+
|
| 36 |
+
Synthetic images were rendered from 3D polyhedron meshes. Real images were collected as photographs of physical polyhedron models.
|
| 37 |
+
|
| 38 |
+
#### Who are the source data producers?
|
| 39 |
+
|
| 40 |
+
The dataset authors created the synthetic portion and curated the benchmark assets.
|
| 41 |
+
|
| 42 |
+
## Personal and Sensitive Information
|
| 43 |
+
|
| 44 |
+
This dataset is not intended to contain personal or sensitive information.
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
|
| 49 |
+
If you use this dataset, please cite:
|
| 50 |
+
|
| 51 |
+
```bibtex
|
| 52 |
+
@inproceedings{michalkiewicz2026giq,
|
| 53 |
+
title={GIQ: Benchmarking 3D Geometric Reasoning of Vision Foundation Models with Simulated and Real Polyhedra},
|
| 54 |
+
author={Michalkiewicz, Mateusz and Sokhal, Anekha and Michalkiewicz, Tadeusz and Pawlikowski, Piotr and Baktashmotlagh, Mahsa and Jampani, Varun and Balakrishnan, Guha},
|
| 55 |
+
booktitle={International Conference on Learning Representations (ICLR)},
|
| 56 |
+
year={2026}
|
| 57 |
+
}
|