--- license: cc-by-nc-4.0 language: - en size_categories: - 100K• 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.
• 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 | | `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
• 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
• 3D-Front (5173 rooms): Floor masks, Top-down scene renderings | 250GB before uncompress | | `layout_dataset` | Layout extracted from scene | **`_train.json`**, **`_test.json`**, and **`_val.json`** for Infinigen & Matterport3D & 3D-Front. Including object count, category, location, bbox size, rotation, multi-level detailed description, etc. | 31MB before uncompress | To be simple, 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. If you want to do some image/text to layout/scene or some 2D tasks, you can download **`rendering_dataset`**. If you want to utilize the intermediate scene layout for your downstream research, you can download **`layout_dataset`**. 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. ## Correlated Linkage - **Github Repository:** https://github.com/Graphic-Kiliani/M3DLayout-code - **Paper:** https://arxiv.org/abs/2509.23728 - **Project Page:** https://graphic-kiliani.github.io/M3DLayout/ ## Citation If you find this dataset useful, please cite: ```bibtex @article{zhang2025m3dlayout, title={M3DLayout: A Multi-Source Dataset of 3D Indoor Layouts and Structured Descriptions for 3D Generation}, author={Yiheng, Zhang and Zhuojiang, Cai and Mingdao, Wang and Meitong, Guo and Tianxiao, Li and Li, Lin and Yuwang, Wang}, journal={arXiv preprint arXiv:2509.23728}, year={2025}, url={https://arxiv.org/abs/2509.23728}, } ``` ## Dataset Card Contact If you have any question about our dataset or seek for any form of collaboration, feel free to contact 'e1349382@u.nus.com'.