File size: 2,055 Bytes
8c3abd3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
pretty_name: IDEAL
license: cc-by-4.0
language:
- en
task_categories:
- image-to-text
- object-detection
tags:
- 3d
- indoor-scenes
- blender
- layout-reasoning
size_categories:
- 1K<n<10K
configs:
- config_name: gt
  data_files:
  - split: train
    path: "**/GT.json"
---

# IDEAL-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning

> **IDEAL-Bench** is an evaluation suite that requires VLMs to predict structured 3D layouts on photorealistic indoor scenes across 10 room types, scored along five numerical dimensions (scene validity, physical plausibility, geometric accuracy, object recognition, and grid layout) and a perceptual render-and-compare protocol.
>
> Built on **IDEAL-Scenes** - 1,000 procedurally generated, re-renderable Blender scenes across 10 indoor room types, with programmatically extracted ground-truth layouts.

## Links

- Benchmark codebase: https://github.com/ideal-bench/IDEAL

## Dataset Summary

- Total scenes: 1,000
- Room types: 10
- Approximate size: ~56 GB
- Data organization: one folder per scene under each room type

Room types included:

- bathroom
- bedroom
- classroom
- diningroom
- homestudio
- kitchen
- library
- livingroom
- meetingroom
- office

## File Structure

Directory layout:

```text
<root>/<room_type>/<scene_id>/
```

Typical files per scene:

- scene.blend: Blender source scene
- GT.json: structured ground-truth 3D layout annotation
- objects_in_view.json: in-view object subset
- metadata.json: camera and rendering metadata
- color.png: reference RGB render
- instance_segmentation.png: instance-level segmentation map

## Citation

```bibtex
@inproceedings{ideal2026bench,
	title     = {{IDEAL}-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning},
	author    = {Anonymous},
	booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
	year      = {2026}
}
```

## Acknowledgement

Built on [Infinigen](https://github.com/princeton-vl/infinigen) for procedural scene generation and [Blender](https://www.blender.org/) for rendering.