Leekyo commited on
Commit
350b50f
·
verified ·
1 Parent(s): 2c504eb

Add dataset card with figures (banner, gallery, augmentation methodology)

Browse files
README.md CHANGED
@@ -1,44 +1,189 @@
1
  ---
2
  license: odc-by
3
- pretty_name: DeepJEB++
4
  size_categories:
5
  - 10K<n<100K
 
 
 
6
  tags:
7
  - engineering-design
8
  - finite-element-analysis
9
- - surrogate-modeling
10
- - 3d-geometry
 
 
 
11
  - jet-engine-bracket
 
12
  ---
13
 
14
- # DeepJEB++
 
 
15
 
16
- A foundation-model-driven 2D-to-3D data-augmentation dataset for structural
17
- engineering design. **15,360** simulation-labeled jet-engine brackets, generated
18
- by adapting Stable Diffusion v1.5 and TRELLIS, each paired with automatically
19
- computed linear-elastic finite-element labels under four load cases.
20
 
21
- ## License
22
- **ODC-By v1.0** (Open Data Commons Attribution License). Free to use, modify,
23
- and share -- including for commercial purposes -- with attribution (please cite
24
- the DeepJEB++ paper and the upstream SimJEB and DeepJEB datasets).
25
- See the `LICENSE` file.
26
-
27
- ## Contents
28
- | Path | Description |
29
- |------|-------------|
30
- | `1_surface_meshes/` | 15,360 surface meshes (`.obj`, native ~50k verts) |
31
- | `2_boundary_conditions/` | Four-bolt + loaded-clevis interfaces (vertex indices, mm frame) |
32
- | `3_fea_fields/` | Per-case surface FEA fields (`.npz`): displacement `U`, von Mises `vm` for 4 loads |
33
- | `deepjebpp_labels.csv` | Scalar labels: mass, per-load max displacement & 95th-pct von Mises |
34
- | `metadata.json` | Material, load cases, units, layout |
35
- | `README.txt` | Full human-readable specification |
36
-
37
- All field/BC entries are at a consistent 25k FEM-mesh density. BC node indices
38
- reference `3_fea_fields/<case>.npz` `surface_points` (25k), not the native `.obj`.
39
-
40
- ## Load cases (Ti-6Al-4V, linear static)
41
- vertical 35.6 kN | horizontal 37.8 kN | diagonal 42.3 kN | torsional 565 kN-mm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ## Citation
44
- Citation will be added upon publication (ASME Journal of Mechanical Design).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: odc-by
3
+ pretty_name: "DeepJEB++"
4
  size_categories:
5
  - 10K<n<100K
6
+ task_categories:
7
+ - tabular-regression
8
+ - graph-ml
9
  tags:
10
  - engineering-design
11
  - finite-element-analysis
12
+ - structural-mechanics
13
+ - 3d
14
+ - mesh
15
+ - generative-design
16
+ - foundation-model
17
  - jet-engine-bracket
18
+ - surrogate-modeling
19
  ---
20
 
21
+ <div align="center">
22
+ <img src="assets/banner_displacement.png" alt="DeepJEB++ generated brackets — displacement fields" width="100%">
23
+ </div>
24
 
25
+ <h1 align="center">DeepJEB++</h1>
26
+ <p align="center"><b>Foundation Model-Driven Large-Scale 3D Engineering Dataset via 2D Latent Space Augmentation</b></p>
 
 
27
 
28
+ <p align="center">
29
+ <a href="https://arxiv.org/abs/2606.12994"><img src="https://img.shields.io/badge/arXiv-2606.12994-b31b1b.svg" alt="arXiv"></a>
30
+ <img src="https://img.shields.io/badge/license-ODC--By%201.0-blue.svg" alt="License: ODC-By 1.0">
31
+ <img src="https://img.shields.io/badge/designs-15%2C360-ff9d00.svg" alt="15,360 designs">
32
+ <img src="https://img.shields.io/badge/load%20cases-4-3b4a8c.svg" alt="4 load cases">
33
+ </p>
34
+
35
+ > **DeepJEB++** is a large-scale dataset of **generatively-designed jet-engine brackets**, each paired with
36
+ > physics-based performance labels from an automated finite-element (FEA) pipeline. It is built by **augmenting
37
+ > the SimJEB design space inside a 2D latent space** and lifting the synthesized images to 3D with a **3D
38
+ > foundation model (TRELLIS)**, then automatically recovering boundary conditions and solving four structural
39
+ > load cases. The result couples **geometry physics** at a scale (40× SimJEB) suitable for data-driven and
40
+ > surrogate modelling in engineering design.
41
+
42
+ Authors: Soyoung Yoo · Leekyo Jeong · Jinsu Ra · Dongeon Lee · Sunwoong Yang · Hyogu Jeong · Namwoo Kang — **KAIST SmartDesignLab**
43
+
44
+ | | |
45
+ |---|---|
46
+ | **Designs (deployable)** | **15,360** |
47
+ | **Load cases** | vertical / horizontal / diagonal / torsional |
48
+ | **Per design** | surface mesh · boundary conditions · FEA surface fields · scalar labels (incl. mass) |
49
+ | **Material** | Ti-6Al-4V · E = 113,800 MPa · ν = 0.342 |
50
+ | **Scale** | 40× SimJEB (380) |
51
+ | **Paper** | [arXiv:2606.12994](https://arxiv.org/abs/2606.12994) |
52
+ | **License** | ODC-By 1.0 (matching upstream SimJEB / DeepJEB) |
53
+
54
+ ---
55
+
56
+ ## 1 · The data, qualitatively
57
+
58
+ <div align="center">
59
+ <img src="assets/gallery.png" alt="Generated bracket variety with auto-detected interfaces" width="92%">
60
+ <br><sub><b>Generated bracket variety + auto-detected interfaces</b> — 24 of 15,360, each with a gate-validated 4-bolt flange and lug-clevis detection (orange).</sub>
61
+ </div>
62
+
63
+ <br>
64
+
65
+ <div align="center">
66
+ <img src="assets/fea_fields.png" alt="Four-load FEA response fields" width="92%">
67
+ <br><sub><b>4-load FEA response fields.</b> Top: displacement (deformed ×9). Bottom: von Mises stress. Columns: vertical / horizontal / diagonal / torsional.</sub>
68
+ </div>
69
+
70
+ The hero banner above shows real brackets coloured by their **per-case vertical-load displacement field**
71
+ (blue = clamped bolts, red = lug tip). The same brackets, as raw geometry:
72
+
73
+ <div align="center">
74
+ <img src="assets/banner_geometry.png" alt="Generated bracket meshes (geometry)" width="100%">
75
+ </div>
76
+
77
+ ---
78
+
79
+ ## 2 · Augmentation methodology
80
+
81
+ The core idea is **2D latent-space augmentation**: instead of perturbing 3D meshes directly, new designs are
82
+ synthesized by **interpolating between SimJEB seed brackets in the latent space of a fine-tuned diffusion
83
+ model**, then reconstructed in 3D by a foundation model and labelled by FEA.
84
+
85
+ | # | Step | What happens |
86
+ |---|------|--------------|
87
+ | 1 | **Seed pairs** | Pairs of SimJEB bracket renders chosen as interpolation endpoints. |
88
+ | 2 | **2D latent interpolation** | Fine-tuned Stable Diffusion mixes the two VAE latents (ratio 0→1) → frames IS00–IS18. |
89
+ | 3 | **Image → 3D** | A single diagonal view drives TRELLIS (SimJEB-finetuned) image-to-3D, 25-step. |
90
+ | 4 | **Automatic BC** | 4-bolt flange + lug-clevis detected and validated by a calibrated gate. |
91
+ | 5 | **FEA labels** | Four load cases solved → displacement, von Mises, mass per design. |
92
+
93
+ <div align="center">
94
+ <img src="assets/framework.png" alt="End-to-end framework" width="92%">
95
+ <br><sub><b>End-to-end framework</b> — generation (latent interpolation + foundation-model lifting) → automatic labelling.</sub>
96
+ </div>
97
+
98
+ <br>
99
+
100
+ <div align="center">
101
+ <img src="assets/interp_2d.png" alt="2D latent interpolation" width="80%">
102
+ <br><sub><b>2D latent interpolation</b> — a smooth transition between two parent brackets (IS00 → IS18).</sub>
103
+ </div>
104
+
105
+ > **Why 2D-latent augmentation?** Interpolating in a learned image latent space produces smooth, valid,
106
+ > manufacturable-looking new brackets that span the design space between real examples — far easier than
107
+ > perturbing 3D meshes directly — while a 3D foundation model guarantees consistent, watertight geometry ready
108
+ > for FEA. A key finding: increasing the diffusion sampling steps raised valid BC-detection from **16% → 96%**.
109
+
110
+ ---
111
+
112
+ ## 3 · What each sample contains
113
+
114
+ Every design shares one `<case>` id (e.g. `012-015-diag_xz_mm_IS02`) across mesh, boundary conditions, fields
115
+ and the label row.
116
+
117
+ ```
118
+ DeepJEB-PP/
119
+ ├── 1_surface_meshes.tar.gz # 15,360 × <case>.obj — input surface mesh (~50k verts)
120
+ ├── 2_boundary_conditions.tar.gz # 15,360 × <case>.npz — bolt_idx (clamped), lug_idx (loaded), bolt_holes
121
+ ├── 3_fea_fields.tar.gz # 15,360 × <case>.npz — surface_points/faces, per-load U & von Mises (×4)
122
+ ├── deepjebpp_labels.csv # mass_g, vol_mm3, per-load max|u|, p95 von Mises, ...
123
+ └── metadata.json # material / loads / units / schema
124
+ ```
125
+
126
+ > BC node indices reference the 25k FEM `surface_points` frame in `3_fea_fields/<case>.npz` (not the native `.obj`).
127
+
128
+ **FEA specification**
129
+
130
+ | | |
131
+ |---|---|
132
+ | Material | Ti-6Al-4V · E = 113,800 MPa · ν = 0.342 (yield 903 MPa / 131 ksi, reference) |
133
+ | Vertical (ver) | force (0, 0, 1) · 35,600 N |
134
+ | Horizontal (hor) | force (−1, 0, 0) · 37,800 N |
135
+ | Diagonal (dia) | force (−0.669, 0, 0.743) · 42,300 N |
136
+ | Torsional (tor) | moment (0, 1, 0) · 565,000 N·mm |
137
+ | Solver | tetgen + conjugate-gradient, 25k node budget |
138
+
139
+ ---
140
+
141
+ ## 4 · Usage
142
+
143
+ The dataset ships as per-component `.tar.gz` archives + a CSV. Download, extract, then load per case.
144
+
145
+ ```bash
146
+ # Download everything (recommended)
147
+ huggingface-cli download KAIST-SmartDesignLab/DeepJEB-PP --repo-type dataset --local-dir DeepJEB-PP
148
+ cd DeepJEB-PP && for f in *.tar.gz; do tar -xzf "$f"; done
149
+ ```
150
+
151
+ ```python
152
+ import numpy as np, pandas as pd, trimesh
153
+
154
+ case = "012-015-diag_xz_mm_IS02"
155
+ mesh = trimesh.load(f"1_surface_meshes/{case}.obj")
156
+ bc = np.load(f"2_boundary_conditions/{case}.npz") # bolt_idx, lug_idx
157
+ field = np.load(f"3_fea_fields/{case}.npz") # ver_U, ver_vm, hor_U, ...
158
+ label = pd.read_csv("deepjebpp_labels.csv").set_index("case").loc[case]
159
+
160
+ clamped = field["surface_points"][bc["bolt_idx"]] # clamped bolt nodes (mm)
161
+ vm_ver = field["ver_vm"] # vertical-load von Mises (MPa)
162
+ ```
163
+
164
+ Single-file download via `huggingface_hub`:
165
+
166
+ ```python
167
+ from huggingface_hub import hf_hub_download
168
+ p = hf_hub_download("KAIST-SmartDesignLab/DeepJEB-PP", "3_fea_fields.tar.gz", repo_type="dataset")
169
+ ```
170
+
171
+ ---
172
 
173
  ## Citation
174
+
175
+ ```bibtex
176
+ @article{deepjebpp2026,
177
+ title = {DeepJEB++: Foundation Model-Driven Large-Scale 3D Engineering
178
+ Dataset via 2D Latent Space Augmentation},
179
+ author = {Yoo, Soyoung and Jeong, Leekyo and Ra, Jinsu and Lee, Dongeon
180
+ and Yang, Sunwoong and Jeong, Hyogu and Kang, Namwoo},
181
+ journal = {arXiv preprint arXiv:2606.12994},
182
+ year = {2026}
183
+ }
184
+ ```
185
+
186
+ ## License
187
+
188
+ Released under the **Open Data Commons Attribution License (ODC-By v1.0)**, matching the upstream
189
+ SimJEB / DeepJEB datasets. Derived from the SimJEB dataset (GE Jet Engine Bracket Challenge geometry).
assets/banner_displacement.png ADDED

Git LFS Details

  • SHA256: 3b0825e79f173829499c9e259d35f58e95220135f3b69ae124db296154a3ab14
  • Pointer size: 132 Bytes
  • Size of remote file: 1.49 MB
assets/banner_geometry.png ADDED

Git LFS Details

  • SHA256: c53001afe14a172a3d647dbf7c2c85b1887b7e46a22732c8cd1d90548325ed56
  • Pointer size: 132 Bytes
  • Size of remote file: 1.43 MB
assets/fea_fields.png ADDED

Git LFS Details

  • SHA256: 6fa56b46a82b2d47d84a86b9a9b0a9546a956f11a8d7a16d36ad040f0f1a2b8b
  • Pointer size: 132 Bytes
  • Size of remote file: 2.54 MB
assets/framework.png ADDED

Git LFS Details

  • SHA256: 812b1b826f374e3e05d3d189bb8e10e04cfacc169512cdf9f5e0a13221a23264
  • Pointer size: 131 Bytes
  • Size of remote file: 162 kB
assets/gallery.png ADDED

Git LFS Details

  • SHA256: cb50fce41a7f39f9da89884826f6ddb78bc4cad6de4f4293ec48a2937890e833
  • Pointer size: 131 Bytes
  • Size of remote file: 738 kB
assets/interp_2d.png ADDED

Git LFS Details

  • SHA256: 904fb4fb1517cb940f81d5e4d4f2ac92c306f836c9e6380364707014fa7a852e
  • Pointer size: 131 Bytes
  • Size of remote file: 712 kB