Datasets:

Modalities:
Image
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
Xuweiyi commited on
Commit
0a0fb2d
·
1 Parent(s): 9da40d4
Files changed (3) hide show
  1. README.md +44 -1
  2. figs/dataset-complexity.jpg +3 -0
  3. figs/scaling_law.jpg +3 -0
README.md CHANGED
@@ -2,4 +2,47 @@
2
  license: cc-by-sa-4.0
3
  size_categories:
4
  - 100K<n<1M
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-sa-4.0
3
  size_categories:
4
  - 100K<n<1M
5
+ ---
6
+
7
+ # Procedural 3D Synthetic Shapes Dataset
8
+
9
+ ## Overview
10
+ This dataset contains 150,000 procedurally synthesized 3D shapes in order to help people better reproduce results for [Learning 3D Representations from Procedural 3D Programs](). The shapes are created using a procedural 3D program that combines primitive shapes (e.g., cubes, spheres, and cylinders) and applies various transformations and augmentations to enhance geometric diversity.
11
+
12
+ Our dataset is collected based on recent works [Xie et al. (2024)](https://desaixie.github.io/lrm-zero/), and we utilized procedure generated data in self-supervised setting. Each 3D shape is represented by uniformly sampled surface points, making it a versatile resource for pretraining models for tasks such as masked point cloud completion, shape classification, and more.
13
+
14
+ ![Shape Complexity](./figs/dataset-complexity.jpg)
15
+ *Figure 1. Examples of procedurally generated 3D shapes showcasing varying geometric complexity. In this dataset, we only provide data in the category of (d). Please checkout github if you want to render data in different complexity level.*
16
+
17
+ ## Key Features
18
+ - **Size:** 150,000 procedurally generated 3D shapes.
19
+ - **Representation:** Each shape is sampled with 8,192 surface points.
20
+ - **Primitives:** Shapes are composed of randomly sampled primitives, including:
21
+ - Cubes
22
+ - Spheres
23
+ - Cylinders
24
+ - **Augmentations:**
25
+ - Boolean operations (e.g., difference, union)
26
+ - Wireframe conversion
27
+
28
+ ## Dataset Size and Performance
29
+ We evaluated the impact of dataset size on the **PB-T50-RS benchmark** for shape classification using Point-MAE-Zero. Our findings show that performance improves with larger dataset sizes but exhibits diminishing returns beyond a certain threshold.
30
+
31
+ ![Impact of Dataset Size](./figs/scaling_law.jpg)
32
+ *Figure 2. The effect of dataset size on downstream shape classification performance. Note that our performance is on par with Point-MAE trained with ShapeNet at exactly the same scale.*
33
+
34
+ Additional experiments are available in [our paper](https://arxiv.org/abs/xxxx.xxxxx).
35
+
36
+ ## Dataset Format
37
+ The dataset is provided in a format ready for point cloud-based learning:
38
+ - **Surface Points:** Stored as `.npy` files.
39
+ - Under **data/result**, we have **152508** sub-directories. And in each directory, we provide **object.npy** and **object_aug.npy**. object_aug.npy contains surface points after augmentations. For example of dataloader, please checkout our [github]().
40
+
41
+ ## License
42
+ This dataset is licensed under the [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/). You are free to share and adapt the dataset, provided appropriate credit is given and any derivative works are distributed under the same license. Please also check licence here [zeroverse](https://github.com/desaixie/zeroverse).
43
+
44
+ ## Citation
45
+ If you find this dataset useful in your research, please cite our work:
46
+
47
+ ```
48
+ ```
figs/dataset-complexity.jpg ADDED

Git LFS Details

  • SHA256: f49278df6734450942f71dc7cc84144a608a02c26a5eb93eaa863ec820cec07d
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
figs/scaling_law.jpg ADDED

Git LFS Details

  • SHA256: 9c60b06c5d9d0f7ef549459c4f0115ecc5b74c8c3f556bb1ff323d78de5a3e92
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB