IDEAL-Benchmark commited on
Commit
8c3abd3
·
verified ·
1 Parent(s): b61758a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -87
README.md CHANGED
@@ -1,87 +1,83 @@
1
- ---
2
- pretty_name: IDEAL
3
- license: cc-by-4.0
4
- language:
5
- - en
6
- task_categories:
7
- - image-to-text
8
- - object-detection
9
- tags:
10
- - 3d
11
- - indoor-scenes
12
- - blender
13
- - layout-reasoning
14
- size_categories:
15
- - 1K<n<10K
16
- configs:
17
- - config_name: gt
18
- data_files:
19
- - split: train
20
- path: "**/GT.json"
21
- ---
22
-
23
- # IDEAL-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning
24
-
25
- > **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.
26
- >
27
- > Built on **IDEAL-Scenes** - 1,000 procedurally generated, re-renderable Blender scenes across 10 indoor room types, with programmatically extracted ground-truth layouts.
28
-
29
- ## Links
30
-
31
- - Benchmark codebase: https://github.com/ideal-bench/IDEAL
32
-
33
- ## Dataset Summary
34
-
35
- - Total scenes: 1,000
36
- - Room types: 10
37
- - Approximate size: ~56 GB
38
- - Data organization: one folder per scene under each room type
39
-
40
- Room types included:
41
-
42
- - bathroom
43
- - bedroom
44
- - classroom
45
- - diningroom
46
- - homestudio
47
- - kitchen
48
- - library
49
- - livingroom
50
- - meetingroom
51
- - office
52
-
53
- ## File Structure
54
-
55
- Directory layout:
56
-
57
- ```text
58
- <root>/<room_type>/<scene_id>/
59
- ```
60
-
61
- Typical files per scene:
62
-
63
- - scene.blend: Blender source scene (may be absent in some processed releases)
64
- - GT.json: structured ground-truth 3D layout annotation
65
- - objects_in_view.json: in-view object subset
66
- - metadata.json: camera and rendering metadata
67
- - color.png: reference RGB render
68
- - instance_segmentation.png: instance-level segmentation map
69
-
70
- ## Preview Note
71
-
72
- The dataset preview is configured to read GT.json only, so each row corresponds to one scene annotation with a consistent schema.
73
-
74
- ## Citation
75
-
76
- ```bibtex
77
- @inproceedings{ideal2026bench,
78
- title = {{IDEAL}-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning},
79
- author = {Anonymous},
80
- booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
81
- year = {2026}
82
- }
83
- ```
84
-
85
- ## Acknowledgement
86
-
87
- Built on [Infinigen](https://github.com/princeton-vl/infinigen) for procedural scene generation and [Blender](https://www.blender.org/) for rendering.
 
1
+ ---
2
+ pretty_name: IDEAL
3
+ license: cc-by-4.0
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - image-to-text
8
+ - object-detection
9
+ tags:
10
+ - 3d
11
+ - indoor-scenes
12
+ - blender
13
+ - layout-reasoning
14
+ size_categories:
15
+ - 1K<n<10K
16
+ configs:
17
+ - config_name: gt
18
+ data_files:
19
+ - split: train
20
+ path: "**/GT.json"
21
+ ---
22
+
23
+ # IDEAL-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning
24
+
25
+ > **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.
26
+ >
27
+ > Built on **IDEAL-Scenes** - 1,000 procedurally generated, re-renderable Blender scenes across 10 indoor room types, with programmatically extracted ground-truth layouts.
28
+
29
+ ## Links
30
+
31
+ - Benchmark codebase: https://github.com/ideal-bench/IDEAL
32
+
33
+ ## Dataset Summary
34
+
35
+ - Total scenes: 1,000
36
+ - Room types: 10
37
+ - Approximate size: ~56 GB
38
+ - Data organization: one folder per scene under each room type
39
+
40
+ Room types included:
41
+
42
+ - bathroom
43
+ - bedroom
44
+ - classroom
45
+ - diningroom
46
+ - homestudio
47
+ - kitchen
48
+ - library
49
+ - livingroom
50
+ - meetingroom
51
+ - office
52
+
53
+ ## File Structure
54
+
55
+ Directory layout:
56
+
57
+ ```text
58
+ <root>/<room_type>/<scene_id>/
59
+ ```
60
+
61
+ Typical files per scene:
62
+
63
+ - scene.blend: Blender source scene
64
+ - GT.json: structured ground-truth 3D layout annotation
65
+ - objects_in_view.json: in-view object subset
66
+ - metadata.json: camera and rendering metadata
67
+ - color.png: reference RGB render
68
+ - instance_segmentation.png: instance-level segmentation map
69
+
70
+ ## Citation
71
+
72
+ ```bibtex
73
+ @inproceedings{ideal2026bench,
74
+ title = {{IDEAL}-Bench: Indoor Dataset for Evaluating Analysis by 3D Layout Reasoning},
75
+ author = {Anonymous},
76
+ booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
77
+ year = {2026}
78
+ }
79
+ ```
80
+
81
+ ## Acknowledgement
82
+
83
+ Built on [Infinigen](https://github.com/princeton-vl/infinigen) for procedural scene generation and [Blender](https://www.blender.org/) for rendering.