Metaverse-AI-Lab commited on
Commit
31e0ab9
·
verified ·
1 Parent(s): cdc8887

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -3
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - en
5
+ size_categories:
6
+ - 100K<n<1M
7
+ ---
8
+
9
+ # M3DLayout: A Multi-Source Dataset of 3D Indoor Layouts and Structured Descriptions for 3D Generation
10
+ In text-driven 3D scene generation, object layout serves as a crucial intermediate representation that bridges high-level language instructions with detailed geometric output. It not only provides a structural blueprint for ensuring physical plausibility but also supports semantic controllability and interactive editing.
11
+
12
+ However, the learning capabilities of current 3D indoor layout generation models are constrained by the limited scale, diversity, and annotation quality of existing datasets. To address this, we introduce M3DLayout, a large-scale, multi-source dataset for 3D indoor layout generation. M3DLayout comprises 21,367 layouts and over 433k object instances, integrating three distinct sources: real-world scans, professional CAD designs, and procedurally generated scenes. Each layout is paired with detailed structured text describing global scene summaries, relational placements of large furniture, and fine-grained arrangements of smaller items. This diverse and richly annotated resource enables models to learn complex spatial and semantic patterns across a wide variety of indoor environments.
13
+
14
+ To assess the potential of M3DLayout, we establish a benchmark using a text-conditioned diffusion model. Experimental results demonstrate that our dataset provides a solid foundation for training layout generation models. Its multi-source composition enhances diversity, notably through the Inf3DLayout subset which provides rich small-object information, enabling the generation of more complex and detailed scenes. We hope that M3DLayout can serve as a valuable resource for advancing research in text-driven 3D scene synthesis.
15
+
16
+
17
+
18
+ ## Dataset Description
19
+
20
+ The dataset is separated into 3 parts:
21
+
22
+ | Type | Description | Content | Size |
23
+ |---|---|---|---|
24
+ | `scene_dataset` | Origin scene with separated object geometries and textures | • Infinigen (8392 rooms with normal object density + 7607 rooms with relatively low object density = 15999 rooms): scene.blend, scene with segemented objects and textures. <br>• Matterport3D (90 houses): Postprocessed by segmenting each house into separated ply objects, you can import each subdir as a whole to Blender to receive a complete scene.<br>• 3D-Front (5173 rooms): Since we have not applied any additional processing, you can download the original 3D-FRONT dataset directly from [3D-Front official link](https://huggingface.co/datasets/huanngzh/3D-Front) | 3T before uncompress |
25
+ | `rendering_dataset` | Rendered Images from scene | • Infinigen (15864 rooms): Floor masks, Oblique-view scene renderings, Top-down scene renderings, Text descriptions, Detailed per-scene JSON <br>• Matterport3D (90 houses + 4 json files + 1 README.md): Floor masks for each room, Top-down layout renderings for each room, Multi-Level Detailed per-scene JSON <br>• 3D-Front (5173 rooms): Floor masks, Top-down scene renderings | 250GB before uncompress |
26
+ | `layout_dataset` | Layout extracted from scene | **`<data_source>_train.json`**, **`<data_source>_test.json`**, and **`<data_source>_val.json`** for Infinigen & Matterport3D & 3D-Front. Including object count, category, location, bbox size, rotation, multi-level detailed description, etc. | 31MB before uncompress |
27
+
28
+ To be simple,
29
+
30
+ If you want to do Scene Generation/Understanding/Reconstruction, Embodied AI and so on, you can directly download the **`scene_dataset`**. Moreover, you can extract point cloud or do further Detection, Segmentation or Editing tasks since all objects in the scene are clearly separated.
31
+
32
+ If you want to do some image/text to layout/scene or some 2D tasks, you can download **`rendering_dataset`**.
33
+
34
+ If you want to utilize the intermediate scene layout for your downstream research, you can download **`layout_dataset`**.
35
+
36
+ We have provided abundant functions in `render.py`, `util.py` and `visualization_mlayout.py` from [Object-Retrieval-Layout2Scene](https://github.com/Graphic-Kiliani/Object-Retrieval-Layout2Scene/tree/432d4c22dbd2d16e09d6c81629f124e523f0dc6a) to postprocess (visualize/filter/rendering etc. ) the infinigen scene data.
37
+
38
+ ## Correlated Linkage
39
+ - **Github Repository:** https://github.com/Graphic-Kiliani/M3DLayout-code
40
+ - **Paper:** https://arxiv.org/abs/2509.23728
41
+ - **Project Page:** https://graphic-kiliani.github.io/M3DLayout/
42
+
43
+
44
+
45
+
46
+
47
+ ## Citation
48
+ If you find this dataset useful, please cite:
49
+ ```bibtex
50
+ @article{zhang2025m3dlayout,
51
+ title={M3DLayout: A Multi-Source Dataset of 3D Indoor Layouts and Structured Descriptions for 3D Generation},
52
+ author={Yiheng, Zhang and Zhuojiang, Cai and Mingdao, Wang and Meitong, Guo and Tianxiao, Li and Li, Lin and Yuwang, Wang},
53
+ journal={arXiv preprint arXiv:2509.23728},
54
+ year={2025},
55
+ url={https://arxiv.org/abs/2509.23728},
56
+ }
57
+ ```
58
+
59
+
60
+ ## Dataset Card Contact
61
+ e1349382@u.nus.com