Datasets:

Languages:
English
mythesticc commited on
Commit
2a86c19
·
verified ·
1 Parent(s): e819ca7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 100K<n<1M
6
+ ---
7
+ Dataset Summary
8
+
9
+
10
+ Overview
11
+
12
+ ShadeBench is a large-scale multimodal dataset for urban shade simulation and understanding, supporting tasks such as generation, segmentation, and 3D reconstruction.
13
+
14
+ Originally introduced in the DeepShade project (IJCAI 2025), ShadeBench is an extended benchmark submitted to KDD 2026 (AI4Science Track), with improved spatial alignment, physically grounded solar modeling, and additional 3D geometry.
15
+
16
+ Dataset Structure
17
+ Cities: 34 (across 6 continents)
18
+ Total Files: ~137,000
19
+ Resolution: 1024 × 1024
20
+ Modalities: Image, Text, Time, 3D Geometry
21
+
22
+ Each city contains:
23
+ source/ and target/ image pairs (shade transitions)
24
+ train.json and test.json (with prompts and paths)
25
+ Satellite images (real-world context)
26
+ Masked images (buildings aligned with simulation)
27
+ obj_grids/ (3D building meshes in .obj format)
28
+
29
+ Key Features
30
+ Spatially aligned data between satellite imagery and simulated building layouts
31
+ Physically consistent shadows using solar position modeling
32
+ Temporal variation across different times of day
33
+ Multimodal learning support (image + text + geometry)
34
+
35
+ Use Cases
36
+ Text-conditioned image generation
37
+ Shadow simulation and prediction
38
+ Shade segmentation
39
+ 3D urban reconstruction
40
+ GIS + ML research
41
+ Summary
42
+
43
+ ShadeBench extends DeepShade into a benchmark dataset by adding aligned satellite data, masked building regions, and 3D geometry, enabling realistic and scalable modeling of urban shade.