HiHiAllen commited on
Commit
83fa4a8
·
verified ·
1 Parent(s): 6972eba

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - 3d
6
+ size_categories:
7
+ - 100M<n<1B
8
+ ---
9
+
10
+ # Imaginarium: Vision-guided High-Quality 3D Scene Layout Generation
11
+
12
+ [**Xiaoming Zhu***](mailto:zxiaomingthu@163.com) ${}^1$ · [**Xu Huang***](mailto:ydove1031@gmail.com) ${}^2$ · [**Qinghongbing Xie**](mailto:xqhb23@mails.tsinghua.edu.cn) ${}^1$ · [**Zhi Deng**](mailto:zhideng@mail.ustc.edu.cn) ${}^{2\dagger}$ <br> [**Junsheng Yu**](mailto:junshengyu33@163.com) ${}^3$ · [**Yirui Guan**](mailto:guan1r@outlook.com) ${}^2$ · [**Zhongyuan Liu**](mailto:lockliu@tencent.com) ${}^2$ · [**Lin Zhu**](mailto:hahmu6918@shu.edu.cn) ${}^2$ <br> [**Qijun Zhao**](mailto:qijunzhao@tencent.com) ${}^2$ · [**Ligang Liu**](mailto:lgliu@ustc.edu.cn) ${}^4$ · [**Long Zeng**](mailto:zenglong@sz.tsinghua.edu.cn) ${}^{1\dagger}$
13
+
14
+ ${}^1$ Tsinghua University &nbsp; ${}^2$ Tencent &nbsp; ${}^3$ Southeast University &nbsp; ${}^4$ University of Science and Technology of China
15
+
16
+ *Equal contribution &nbsp; ${}^\dagger$ Corresponding author
17
+
18
+ **SIGGRAPH ASIA 2025 & ACM Transactions on Graphics (TOG)**
19
+
20
+ ---
21
+
22
+ ## 📖 Introduction
23
+
24
+ **Imaginarium** is a novel vision-guided 3D layout generation system that addresses the challenges of generating logically coherent and visually appealing customized scene layouts. We employ an image generation model to expand prompt representations into images, fine-tuning it to align with our high-quality asset library. We then develop a robust image parsing module to recover the 3D layout of scenes based on visual semantics and geometric information, optimizing the scene layout using scene graphs to ensure logical coherence.
25
+
26
+ ## 📦 Data Preparation
27
+
28
+ The 3D scenes and asset dataset are hosted at [🤗 HiHiAllen/Imaginarium-Dataset](https://huggingface.co/datasets/HiHiAllen/Imaginarium-Dataset), and the derived dataset is hosted at [🤗 binicey/Imaginarium-3D-Derived-Dataset](https://huggingface.co/datasets/binicey/Imaginarium-3D-Derived-Dataset).
29
+
30
+ ### 1. 3D Scenes and Asset Dataset Downloads
31
+
32
+ Choose the appropriate package based on your needs:
33
+
34
+ #### Plan A: Full 3D Scene Layout Dataset (Research)
35
+ For full access to Blend source files, RGB renders, instance segmentation, bounding boxes, depth maps, and meta-info (captions, scene graphs, object poses), download:
36
+ - `imaginarium_3d_scene_layout_dataset_part1.tar.gz`
37
+ - `imaginarium_3d_scene_layout_dataset_part2.tar.gz`
38
+ - `imaginarium_3d_scene_layout_dataset_part3.tar.gz`
39
+ - `imaginarium_3d_scene_layout_dataset_part4.tar.gz`
40
+
41
+ **Structure (e.g., bedroom_01):**
42
+ ```text
43
+ bedroom_01/
44
+ ├── bedroom_01.png
45
+ ├── bedroom_01.blend
46
+ ├── bedroom_01_bbox_overlay.png
47
+ ├── bedroom_01_depth_vis.png
48
+ ├── bedroom_01_depth.npy
49
+ ├── bedroom_01_detect_items.pkl
50
+ ├── bedroom_01_meta.json
51
+ └── bedroom_01_segmentation.png
52
+ ```
53
+
54
+ #### Plan B: Flux Fine-tuning Data Only
55
+ If you only need data for fine-tuning Flux (RGB images & meta-info), download:
56
+ - `flux_train_data.tar.gz`
57
+
58
+ #### Plan C: Running Imaginarium (Inference)
59
+ To run the algorithm using our provided weights, you need the 3D Asset Library and metadata:
60
+ - `imaginarium_assets.tar.gz` (3D Models)
61
+ - `imaginarium_assets_internal_placement_space.tar.gz` (Internal Placement Spaces Info)
62
+ - `imaginarium_asset_info.csv` (Metadata)
63
+ - `background_texture_dataset.tar.gz`(Background Texture Dataset)
64
+ - *(Optional)* `imaginarium_asset_info_with_render_images.xlsx` (Visual Reference)