NeurIPS-2026-PRISM commited on
Commit
a2690bc
·
verified ·
1 Parent(s): 1d9e8f6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +168 -3
README.md CHANGED
@@ -1,3 +1,168 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - depth-estimation
6
+ language:
7
+ - en
8
+ tags:
9
+ - autonomous-driving
10
+ - polarization
11
+ - polarimetric-imaging
12
+ - road-surface
13
+ - multi-modal
14
+ - lidar
15
+ - benchmark
16
+ - sample
17
+ pretty_name: PRISM Sample
18
+ size_categories:
19
+ - n<1K
20
+ ---
21
+
22
+ # PRISM Sample: Polarimetric Road-surface Intelligent Sensing and Measurement Dataset
23
+
24
+ > **Anonymous submission to NeurIPS 2026 Evaluations & Datasets Track.**
25
+
26
+ This is a representative **sample** of the PRISM dataset, designed to enable reviewers and researchers to inspect data quality without downloading the full ~1.6 TB dataset.
27
+
28
+ ## Why a sample dataset?
29
+
30
+ The full PRISM dataset contains **47,098 time-synchronized frames** across 41 sessions. This sample provides:
31
+ - **Quick quality inspection**: Download < 4 GB instead of 1.6 TB
32
+ - **Representative coverage**: All surface types and conditions
33
+ - **Reproducible sampling**: Exact methodology documented in `SAMPLING_MANIFEST.json`
34
+
35
+ ## Sample at a glance
36
+
37
+ | Property | Value |
38
+ |---|---|
39
+ | Frames | ~30 (3 frames × 10 datasets) |
40
+ | Datasets | 10 representative sessions |
41
+ | Modalities | RGB, four-orientation polarization (0°/45°/90°/135°), accumulated LiDAR, vehicle state |
42
+ | Image resolution | 2448 × 2048, 12-bit |
43
+ | Surface types | Asphalt, Concrete, Belgian block, Gravel |
44
+ | Surface conditions | Dry, Damp, Wet, Slush, Snow-covered |
45
+ | Size | < 4 GB |
46
+ | Format | ZIP files (`train.zip`, `val.zip`) |
47
+
48
+ ## Sampling strategy
49
+
50
+ ### Selection criteria
51
+
52
+ We selected **10 representative datasets** from 41 total sessions to cover:
53
+ - **All surface types**: asphalt, concrete, belgian_block, gravel
54
+ - **All road conditions**: dry, damp, wet, slush, snow_covered
55
+ - **Both train and validation splits**: Including intra-session splits
56
+
57
+ Each dataset includes **1 sequence** with **3 uniformly sampled frames**, providing temporal coverage while maintaining manageable file size.
58
+
59
+ ### Representative datasets
60
+
61
+ | Dataset | Surface Type | Condition | Split | Frames |
62
+ |---------|-------------|-----------|-------|--------|
63
+ | 0106 | asphalt | dry | train | 3 |
64
+ | 0112 | asphalt | snow_covered | train (intra-split) | 3 |
65
+ | 0129_1 | asphalt | damp | train | 3 |
66
+ | 0318_9 | asphalt | wet | train | 3 |
67
+ | 0124 | asphalt | slush | train | 3 |
68
+ | 0128_1 | concrete | snow_covered | val | 3 |
69
+ | 0128_3 | concrete | damp | val | 3 |
70
+ | 0327_3 | belgian_block | dry | val | 3 |
71
+ | 0328_5 | belgian_block | snow_covered | val | 3 |
72
+ | 0327_9 | gravel | dry | val | 3 |
73
+
74
+ ### Temporal sampling
75
+
76
+ For each sequence:
77
+ - **3 frames** uniformly sampled across the full sequence duration
78
+ - **Vehicle state data**: ±100ms window around each sampled frame (~60 files per sequence @ 100Hz)
79
+ - **All sensor modalities**: RGB, polarimetric (0°, 45°, 90°, 135°), LiDAR accumulated scan
80
+
81
+ ### Privacy protection
82
+
83
+ Privacy measures identical to the full dataset:
84
+ - **RGB images**: Faces and licence plates replaced by Gaussian blur (OpenCV `cv2.GaussianBlur`, 31×31 kernel)
85
+ - **Polarimetric images**: Masked where corresponding RGB masks exist
86
+ - **Vehicle state**: GPS coordinates included (public roads only)
87
+
88
+ ## Repository layout
89
+
90
+ The sample dataset is distributed as **two ZIP files** matching the full dataset structure:
91
+
92
+ ```
93
+ PRISM-Dataset-Sample/
94
+ ├── README.md # This file
95
+ ├── train.zip # Training split samples
96
+ └── val.zip # Validation split samples
97
+ ```
98
+
99
+ Inside each ZIP (`train.zip` or `val.zip`):
100
+
101
+ ```
102
+ train/ (or val/)
103
+ ├── 0106/ # Anonymized session name
104
+ │ ├── sequence_001/
105
+ │ │ ├── rgb/ # *.png RGB images
106
+ │ │ ├── polar/
107
+ │ │ │ ├── 0d/ # *.png polariser at 0°
108
+ │ │ │ ├── 45d/ # *.png polariser at 45°
109
+ │ │ │ ├── 90d/ # *.png polariser at 90°
110
+ │ │ │ └── 135d/ # *.png polariser at 135°
111
+ │ │ └── lidar_accum_scan/ # *.pcd accumulated scan
112
+ │ └── vehicle_state/ # *.txt session-level (NOT per-sequence)
113
+ ├── 0112/
114
+ └── ...
115
+ ```
116
+
117
+ **File naming.** All files share the same timestamp as filename stem (e.g., `1736200123_456.png` for images, `1736200123_456.pcd` for LiDAR, `1736200123_456.txt` for vehicle state). The format is `{seconds}_{milliseconds}` derived from Unix nanosecond timestamps.
118
+
119
+ **Polarisation.** PRISM ships **raw four-orientation polariser-resolved intensities** rather than pre-computed Stokes / AoLP / DoLP maps. This keeps the release closer to the sensor and lets users compute polarimetric quantities under their own conventions.
120
+
121
+ **LiDAR.** The `lidar_accum_scan/` directory contains **LiDAR-inertial SLAM-accumulated point clouds** (one PCD per frame). These accumulated clouds are already deskewed, aligned to a common ground frame, and ICP-refined on static ground segments.
122
+
123
+ **Vehicle state.** `vehicle_state/` is a session-level directory (not per-sequence) containing RTK-INS pose and synchronised vehicle-bus signals at 100 Hz. Each `.txt` file contains 29 comma-separated values:
124
+
125
+ ```
126
+ timestamp, latitude, longitude, altitude,
127
+ roll, pitch, yaw,
128
+ velocity_x, velocity_y, velocity_z,
129
+ acceleration_x, acceleration_y, acceleration_z,
130
+ angular_velocity_x, angular_velocity_y, angular_velocity_z,
131
+ ... (additional vehicle dynamics data)
132
+ ```
133
+
134
+ ## Full dataset
135
+
136
+ This sample represents approximately **0.06%** of the full PRISM dataset.
137
+
138
+ | Property | Full Dataset | Sample |
139
+ |---|---|---|
140
+ | Sessions | 41 | 10 |
141
+ | Frames | 47,098 | ~30 |
142
+ | Size | ~1.6 TB | <4 GB |
143
+ | Coverage | All conditions | Representative conditions |
144
+
145
+ **Full dataset:** [https://huggingface.co/datasets/NeurIPS-2026-PRISM/PRISM-Dataset](https://huggingface.co/datasets/NeurIPS-2026-PRISM/PRISM-Dataset)
146
+
147
+ The script applies uniform temporal sampling to each selected sequence and copies files according to the per-file masked priority logic documented in the full dataset README.
148
+
149
+ ## License
150
+
151
+ CC-BY-NC-SA 4.0
152
+
153
+ ## Citation
154
+
155
+ If you use this dataset, please cite:
156
+
157
+ ```bibtex
158
+ @article{prism2026,
159
+ title={{PRISM}: Polarimetric Road-surface Intelligent Sensing and Measurement Dataset},
160
+ author={Anonymous},
161
+ journal={NeurIPS Datasets and Benchmarks Track},
162
+ year={2026}
163
+ }
164
+ ```
165
+
166
+ ## Contact
167
+
168
+ For questions about this sample dataset or the full PRISM dataset, please open an issue on the dataset repository during the review period.