shuinb commited on
Commit
fc75286
·
verified ·
1 Parent(s): 0b0bf5f

Update dataset card and figures

Browse files
README.md CHANGED
@@ -1,58 +1,198 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
3
  pretty_name: SP-TransientBench
 
 
4
  ---
5
 
6
  # SP-TransientBench
7
 
8
- SP-TransientBench is a single-photon transient perception dataset. This repository currently contains annotation files, histogram data, reconstruction data, and depth-estimation files.
9
 
10
- ## Repository Structure
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  ```text
13
- Annotations/
14
- p1/
15
- Sequence1.zip ... Sequence20.zip
16
- p2/
17
- Sequence21.zip ... Sequence27.zip
18
-
19
- Histgram/
20
- p1.zip
21
- p2.zip
22
- depth_maps/
23
- P1_Sequence1_depth.png ... P2_Sequence27_depth.png
24
-
25
- Reconstruction/
26
- AI_floor2.zip
27
- artbuilding_floor2.zip
28
- c4floor2.zip
29
- design_floor1.zip
30
- library_floor2.zip
31
- material_building.zip
32
- parking.zip
33
- physics_building2.zip
34
- physics_building3.zip
35
-
36
- DepthEstimate/
37
- gt/
38
- 1.csv ... 10.csv
39
- Histgram/
40
- 1.txt ... 10.txt
41
  ```
42
 
43
- ## Data Summary
 
 
 
 
 
 
44
 
45
- - `Annotations/`: 27 zip files containing semantic annotation arrays.
46
- - Annotation arrays are stored as `.npy` files with dtype `uint8`.
47
- - A sampled annotation shape is `(49152, 672)`.
48
- - `Histgram/`: histogram data packaged as `p1.zip` and `p2.zip`, plus sequence-level depth maps.
49
- - `Reconstruction/`: reconstructed scene data packaged by location.
50
- - `DepthEstimate/`: depth-estimation ground truth CSV files and corresponding histogram TXT files.
51
 
52
- ## Notes
53
 
54
- The annotation zip files contain one folder per sequence. The histogram files and annotation files are organized with matching sequence identifiers. Large files are kept compressed to make download and storage more practical.
 
 
 
 
 
 
 
 
 
 
55
 
56
  ## License
57
 
58
- This dataset is released under the MIT license unless otherwise stated.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - depth-estimation
5
+ - image-to-3d
6
+ - image-segmentation
7
+ tags:
8
+ - single-photon-lidar
9
+ - spad
10
+ - transient-imaging
11
+ - time-of-flight
12
+ - 3d-vision
13
+ - multi-view-reconstruction
14
+ - semantic-segmentation
15
  pretty_name: SP-TransientBench
16
+ size_categories:
17
+ - 10K<n<100K
18
  ---
19
 
20
  # SP-TransientBench
21
 
22
+ **SP-TransientBench (STB)** is a real-captured single-photon LiDAR benchmark for photon-starved 3D perception. It provides full per-pixel time-of-flight histograms, calibrated metadata, and task-specific supervision for depth estimation, multi-view 3D reconstruction, and 3D semantic segmentation.
23
 
24
+ ![SP-TransientBench overview](fig/overview.png)
25
+
26
+ ## Highlights
27
+
28
+ - Real-captured SPAD transient benchmark collected with an Adaps ADS6311 solid-state single-photon LiDAR.
29
+ - Full waveform data for each view: `256 x 192 x 672` time-resolved photon histograms.
30
+ - Three benchmark tracks: depth estimation, multi-view 3D reconstruction, and 3D semantic segmentation.
31
+ - Task-specific calibration, reference geometry, poses, semantic labels, illumination metadata, and pile-up metadata.
32
+ - Full release size: approximately `168.7 GB`.
33
+
34
+ ## Sensor Setup
35
+
36
+ ![SPL hardware setup](fig/SPL.jpg)
37
+
38
+ STB is captured with a flash single-photon LiDAR system based on Direct Time of Flight (DToF) and Time-Correlated Single Photon Counting (TCSPC). The transmitter uses a 940 nm VCSEL array, and the receiver records photon arrival timestamps with a SPAD array.
39
+
40
+ | Item | Value |
41
+ | --- | --- |
42
+ | SPL device | Adaps ADS6311 Hawk |
43
+ | Acquisition mode | Solid-state flash SPL |
44
+ | Raw SPAD resolution | `768 x 576` |
45
+ | Released output resolution | `256 x 192` after `3 x 3` on-chip binning |
46
+ | Histogram bins | `672` |
47
+ | Bin width | `750 ps` |
48
+ | Field of view | `128 deg x 96 deg` |
49
+ | Frame rate | `10-20 Hz` |
50
+ | Detection range | Up to `30 m` |
51
+ | Range accuracy | `< 5 cm` |
52
+
53
+ An auxiliary Livox Avia LiDAR is mounted with the SPL device during collection. It is used for pose estimation, SPL-Livox calibration, and depth-reference generation where required by the benchmark track.
54
+
55
+ ## Dataset Overview
56
+
57
+ ![Dataset statistics](fig/dataset%20statistics.png)
58
+
59
+ The current release contains three complementary subsets:
60
+
61
+ | Track | Scale | Main purpose |
62
+ | --- | ---: | --- |
63
+ | Depth Estimation | `10` samples | Single-view depth recovery from raw transient histograms |
64
+ | Multi-view 3D Reconstruction | `10` scenes, `20-40` transient views per scene | Scene reconstruction and novel-view evaluation from calibrated SPL views |
65
+ | 3D Semantic Segmentation | `27` sequences, `10,297` frames | Semantic understanding from SPAD-derived geometry |
66
+
67
+ Every released view contains the same core sensing data:
68
+
69
+ - Raw SPAD histogram: full waveform tensor with shape `256 x 192 x 672`.
70
+ - Standard metadata: timestamps and sensor/capture metadata.
71
+ - Calibrated SPL intrinsics where geometric back-projection is required.
72
+
73
+ Additional metadata includes ambient illumination measurements for sensing-condition analysis and per-frame pile-up metadata for studying transient distortion.
74
+
75
+ ## Task-wise Data Composition
76
+
77
+ ### Task 1: Depth Estimation
78
+
79
+ ![Depth estimation qualitative results](fig/Depth%20Estimation.png)
80
+
81
+ This track evaluates depth recovery directly from raw photon time-of-flight histograms.
82
+
83
+ | Component | Included | Description |
84
+ | --- | --- | --- |
85
+ | Raw SPAD histograms | Yes | `256 x 192 x 672` full time-of-flight waveform per sample |
86
+ | SPL intrinsics | Yes | Used to back-project predicted depth maps into 3D |
87
+ | Livox reference data | Yes | Auxiliary LiDAR point clouds/depth references for evaluation |
88
+ | SPL-Livox extrinsics | Yes | Used to align SPL predictions with the Livox reference frame |
89
+ | Camera poses | No | Not required for the single-view depth track |
90
+ | Semantic labels | No | Not used in this track |
91
+ | Light intensity metadata | No | Not used as input or supervision |
92
+
93
+ Evaluation follows point-cloud geometry metrics after back-projecting predicted depth maps:
94
+
95
+ - Chamfer Distance (CD, meters).
96
+ - Recall under temporal-bin tolerances of `1`, `3`, and `5` bins.
97
+
98
+ ### Task 2: Multi-view 3D Reconstruction
99
+
100
+ ![Multi-view reconstruction qualitative results](fig/Multi-view%20reconstruction.png)
101
+
102
+ This track evaluates reconstruction of scene geometry and novel-view rendering from multiple calibrated SPL views.
103
+
104
+ | Component | Included | Description |
105
+ | --- | --- | --- |
106
+ | Raw SPAD histograms | Yes | Full transient waveform for each view |
107
+ | SPL intrinsics | Yes | Used for geometric projection and view alignment |
108
+ | Livox data | Yes | Supports pose estimation and geometric reference generation |
109
+ | SPL-Livox extrinsics | Yes | Re-calibrated for reconstruction sequences |
110
+ | Camera poses | Yes | Livox-SLAM poses transformed into the SPL frame |
111
+ | Semantic labels | No | Not used in this track |
112
+ | Light intensity metadata | No | Not used as input or supervision |
113
+
114
+ The reconstruction subset contains `10` scenes, each with `20-40` transient views. For each scene, benchmark settings use `3`, `5`, or `10` input views for training and reserve the remaining views for novel-view rendering and geometry evaluation.
115
+
116
+ Reported metrics cover three output domains:
117
+
118
+ - Intensity rendering: SSIM and LPIPS.
119
+ - Depth rendering: per-pixel `L1` error over valid pixels.
120
+ - Histogram rendering: PSNR for methods that explicitly render transient histograms.
121
+
122
+ ### Task 3: 3D Semantic Segmentation
123
+
124
+ ![Semantic segmentation qualitative results](fig/Semantic%20Segmentation.png)
125
+
126
+ This track evaluates semantic understanding from SPAD time-resolved measurements. Histograms are preprocessed, converted into single-photon point clouds through histogram-to-range projection, and then segmented with point-cloud backbones.
127
+
128
+ | Component | Included | Description |
129
+ | --- | --- | --- |
130
+ | Raw SPAD histograms | Yes | Full transient waveform for each semantic frame |
131
+ | SPL intrinsics | Yes | Device intrinsics for converting labeled bins to 3D points |
132
+ | Livox data | No | Not used in this track |
133
+ | SPL-Livox extrinsics | No | Not used in this track |
134
+ | Camera poses | No | Not used in this track |
135
+ | Semantic labels | Yes | Histogram-domain semantic annotations in `.npy` format |
136
+ | Light intensity metadata | Yes | Ambient illumination recorded for each capture condition |
137
+
138
+ The semantic subset contains `10,297` frames captured across `27` sequences and is split into:
139
+
140
+ | Split | Samples |
141
+ | --- | ---: |
142
+ | Train | `8,297` |
143
+ | Test | `2,000` |
144
+
145
+ The benchmark uses `13` semantic classes. Evaluation reports Overall Accuracy (OA) and mean Intersection-over-Union (mIoU), averaged over three random seeds in the paper protocol.
146
+
147
+ ## Semantic Annotation Format
148
+
149
+ ![Annotation pipeline](fig/annotation_pipeline.png)
150
+
151
+ STB uses histogram-domain semantic annotation to handle multi-return SPL measurements. Instead of assigning only one label to a pixel, the annotation is defined over temporal bins:
152
 
153
  ```text
154
+ S in {0, ..., C}^{N x B}
155
+ N = H x W
156
+ B = number of temporal bins
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  ```
158
 
159
+ The annotation pipeline identifies dominant peaks, assigns semantic labels to peak-support intervals, peels the labeled signal, and repeats the process to reveal weaker returns. This allows one pixel ray to contain multiple semantic entities at different ranges.
160
+
161
+ ## Statistics
162
+
163
+ ![Semantic category distribution](fig/semantic_category_distribution.png)
164
+
165
+ ![Light intensity distribution](fig/Light%20Intensity%20Distribution.png)
166
 
167
+ STB records sensing-condition statistics including range distribution, Signal-to-Background Ratio (SBR), Mean Photons Per Pixel (MPPP), ambient illumination, and pile-up indicators. These metadata are intended for dataset analysis and robustness studies rather than model input.
 
 
 
 
 
168
 
169
+ ## Expected Release Contents
170
 
171
+ The released package is expected to include:
172
+
173
+ - Raw SPAD histogram files.
174
+ - Semantic annotations in `.npy` format.
175
+ - Calibrated SPL intrinsics and distortion coefficients.
176
+ - SPL-Livox extrinsics for tracks that require auxiliary LiDAR alignment.
177
+ - Camera poses for multi-view reconstruction.
178
+ - Timestamps and capture metadata.
179
+ - Ambient illumination metadata.
180
+ - Per-frame pile-up metadata.
181
+ - Benchmark evaluation code, data-loading scripts, and annotation tools.
182
 
183
  ## License
184
 
185
+ The dataset is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY-NC-SA 4.0).
186
+
187
+ ## Citation
188
+
189
+ If you use SP-TransientBench, please cite the paper:
190
+
191
+ ```bibtex
192
+ @inproceedings{sptransientbench2026,
193
+ title = {SP-TransientBench: A Real-Captured Single Photon Perception Benchmark},
194
+ author = {Sun, Shuoyao and others},
195
+ booktitle = {ECCV},
196
+ year = {2026}
197
+ }
198
+ ```
fig/Depth Estimation.png ADDED

Git LFS Details

  • SHA256: 490e9989986d6518ffcd066372e5c0ea05528bd0a43fe2de905c6633d16ae0ff
  • Pointer size: 132 Bytes
  • Size of remote file: 3.92 MB
fig/Light Intensity Distribution.png ADDED

Git LFS Details

  • SHA256: bbae7ff241bfff0a7118a143bfd2a2e7c4e6bac78addc15564ca491c897da717
  • Pointer size: 130 Bytes
  • Size of remote file: 82.8 kB
fig/Multi-view reconstruction.png ADDED

Git LFS Details

  • SHA256: 749a6d74307b5cc7b21a5a66cca4eab0684b1ed57840022ffa8d17fedc97a9fb
  • Pointer size: 132 Bytes
  • Size of remote file: 2.97 MB
fig/SPL.jpg ADDED

Git LFS Details

  • SHA256: 75ace2ab3c435ebdf4b8e2c3b362c3aa953a8d5c2b85e128a2b5f4c06ae4dcd5
  • Pointer size: 131 Bytes
  • Size of remote file: 111 kB
fig/Semantic Segmentation.png ADDED

Git LFS Details

  • SHA256: f41b456d32a05d6c9327d5dc9c5589d34acd8ea47d2b67e121bbfbeea51e5cfc
  • Pointer size: 133 Bytes
  • Size of remote file: 13.1 MB
fig/annotation_pipeline.png ADDED

Git LFS Details

  • SHA256: 815dbf09d9a0004598cb330190519f0b6fee527aaf8c5dac29448257f4465c21
  • Pointer size: 131 Bytes
  • Size of remote file: 477 kB
fig/comparison_figure.png ADDED

Git LFS Details

  • SHA256: e1a712f1fd227c6de4b175a327f030b833acca1ad35b84c8a164fd574d00ef2b
  • Pointer size: 132 Bytes
  • Size of remote file: 7.33 MB
fig/comparison_scene.png ADDED

Git LFS Details

  • SHA256: 389146cd68e8b356477d08504952f2158047664461504f76eb9236ada7a653a4
  • Pointer size: 132 Bytes
  • Size of remote file: 5.18 MB
fig/comparison_semantic1.png ADDED

Git LFS Details

  • SHA256: d6d632b18ffcc3e3facdc234752c0c58da0fd0c0bb4ae989af9183aa2f832963
  • Pointer size: 132 Bytes
  • Size of remote file: 2.92 MB
fig/comparison_semantic2.png ADDED

Git LFS Details

  • SHA256: 18d12b49c9c700acdd1a6cd886a14727c0c8efba743c7dd0ea4ee28f7e749ed4
  • Pointer size: 132 Bytes
  • Size of remote file: 4.39 MB
fig/dataset statistics.png ADDED

Git LFS Details

  • SHA256: c41d5298fc8b501ef9b7cd1b58e02d4056427869618b751f31578884446c1d03
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
fig/figA1_irf_extraction_pipeline.png ADDED

Git LFS Details

  • SHA256: 885e68cf83edc39b1f889e1194cc03c787cfab90c7c508a03a0d5d1ec22e2ff4
  • Pointer size: 131 Bytes
  • Size of remote file: 234 kB
fig/figA2_irf_comparison_raw_counts.png ADDED

Git LFS Details

  • SHA256: a1e6f84be241fde1e29fb6f4f9535b9fe29a8f75b7298673af137dea25c1212f
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
fig/overview.png ADDED

Git LFS Details

  • SHA256: b3fa86bfaeab8b9754fa0143f68a29da096e1bbb9d68520cc065f3537b1d0bd5
  • Pointer size: 133 Bytes
  • Size of remote file: 13.9 MB
fig/scene1.png ADDED

Git LFS Details

  • SHA256: 90d54345d93b12ae5e28e09079a2f7c120dc2646edba2ecf4628a9be445c7bb9
  • Pointer size: 132 Bytes
  • Size of remote file: 2.08 MB
fig/scene2.png ADDED

Git LFS Details

  • SHA256: 51e88d9179ee152a0a2a5def63106e607a61630c776efd74a97d20996031beb6
  • Pointer size: 132 Bytes
  • Size of remote file: 2.14 MB
fig/scene3.png ADDED

Git LFS Details

  • SHA256: e55de37ec54dc10c5e7eaf639b4da40ab2cb69a6dcc5596b5f4d8ae4dda4333f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.58 MB
fig/scene4.png ADDED

Git LFS Details

  • SHA256: 20fe85e200a62eb3be2f8a33c70c534d4193055f69920dde7c6f9c5ec1e37a36
  • Pointer size: 132 Bytes
  • Size of remote file: 4.1 MB
fig/semantic_category_distribution.png ADDED

Git LFS Details

  • SHA256: 1636c26f0b22b35c1af00c1d8230e6b530858e1ba7e6ead71bc302864e5f4a03
  • Pointer size: 131 Bytes
  • Size of remote file: 266 kB