Update dataset card and figures
Browse files- README.md +181 -41
- fig/Depth Estimation.png +3 -0
- fig/Light Intensity Distribution.png +3 -0
- fig/Multi-view reconstruction.png +3 -0
- fig/SPL.jpg +3 -0
- fig/Semantic Segmentation.png +3 -0
- fig/annotation_pipeline.png +3 -0
- fig/comparison_figure.png +3 -0
- fig/comparison_scene.png +3 -0
- fig/comparison_semantic1.png +3 -0
- fig/comparison_semantic2.png +3 -0
- fig/dataset statistics.png +3 -0
- fig/figA1_irf_extraction_pipeline.png +3 -0
- fig/figA2_irf_comparison_raw_counts.png +3 -0
- fig/overview.png +3 -0
- fig/scene1.png +3 -0
- fig/scene2.png +3 -0
- fig/scene3.png +3 -0
- fig/scene4.png +3 -0
- fig/semantic_category_distribution.png +3 -0
README.md
CHANGED
|
@@ -1,58 +1,198 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
pretty_name: SP-TransientBench
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# SP-TransientBench
|
| 7 |
|
| 8 |
-
SP-TransientBench is a single-photon
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
```text
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
-
-
|
| 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 |
-
##
|
| 53 |
|
| 54 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
## License
|
| 57 |
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 164 |
+
|
| 165 |
+

|
| 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
|
fig/Light Intensity Distribution.png
ADDED
|
Git LFS Details
|
fig/Multi-view reconstruction.png
ADDED
|
Git LFS Details
|
fig/SPL.jpg
ADDED
|
Git LFS Details
|
fig/Semantic Segmentation.png
ADDED
|
Git LFS Details
|
fig/annotation_pipeline.png
ADDED
|
Git LFS Details
|
fig/comparison_figure.png
ADDED
|
Git LFS Details
|
fig/comparison_scene.png
ADDED
|
Git LFS Details
|
fig/comparison_semantic1.png
ADDED
|
Git LFS Details
|
fig/comparison_semantic2.png
ADDED
|
Git LFS Details
|
fig/dataset statistics.png
ADDED
|
Git LFS Details
|
fig/figA1_irf_extraction_pipeline.png
ADDED
|
Git LFS Details
|
fig/figA2_irf_comparison_raw_counts.png
ADDED
|
Git LFS Details
|
fig/overview.png
ADDED
|
Git LFS Details
|
fig/scene1.png
ADDED
|
Git LFS Details
|
fig/scene2.png
ADDED
|
Git LFS Details
|
fig/scene3.png
ADDED
|
Git LFS Details
|
fig/scene4.png
ADDED
|
Git LFS Details
|
fig/semantic_category_distribution.png
ADDED
|
Git LFS Details
|