Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
780ec71
·
verified ·
1 Parent(s): d5a4342

Add dataset card for ARSG-110K

Browse files

Hi, I'm Niels from the community science team at Hugging Face. This PR adds a dataset card for ARSG-110K. This dataset was introduced as part of the 3D-Fixer paper and represents a significant contribution to scene-level 3D generation. The PR includes:
- Metadata for the `image-to-3d` task category and license.
- Links to the original paper, project page, and code repository.
- A summary of the dataset's scale and features.
- The BibTeX citation for the paper.

Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-to-3d
5
+ ---
6
+
7
+ # ARSG-110K
8
+
9
+ ARSG-110K is a large-scale scene-level dataset for 3D scene generation and completion, introduced in the paper [3D-Fixer: Coarse-to-Fine In-place Completion for 3D Scenes from a Single Image](https://huggingface.co/papers/2604.04406).
10
+
11
+ - **Project Page:** [https://zx-yin.github.io/3dfixer](https://zx-yin.github.io/3dfixer)
12
+ - **Github Repository:** [https://github.com/HorizonRobotics/3D-Fixer](https://github.com/HorizonRobotics/3D-Fixer)
13
+ - **Paper:** [https://arxiv.org/abs/2604.04406](https://arxiv.org/abs/2604.04406)
14
+
15
+ ## Dataset Summary
16
+
17
+ ARSG-110K is designed to address the data scarcity bottleneck in compositional 3D scene generation. It is one of the largest scene-level datasets to date, comprising:
18
+ - Over **110,000** diverse scenes.
19
+ - **3 million** annotated images.
20
+ - High-fidelity 3D ground truth, including object-level layouts and annotations.
21
+ - Built upon the [TRELLIS-500K](https://github.com/microsoft/TRELLIS/blob/main/DATASET.md) dataset.
22
+
23
+ The dataset supports tasks such as in-place completion, where complete 3D assets are generated conditioned on partially visible point clouds cropped from fragmented geometry.
24
+
25
+ ## Citation
26
+
27
+ ```bibtex
28
+ @inproceedings{yin2026tdfixer,
29
+ title={3D-Fixer: Coarse-to-Fine In-place Completion for 3D Scenes from a Single Image},
30
+ author={Yin, Ze-Xin and Liu, Liu and Wang, Xinjie and Sui, Wei and Su, Zhizhong and Yang, Jian and Xie, jin},
31
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
32
+ year={2026}
33
+ }
34
+ ```