Update README style
Browse files
README.md
CHANGED
|
@@ -17,23 +17,23 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
-
|
| 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 |
-
|
| 35 |
|
| 36 |
-
STB is captured with
|
| 37 |
|
| 38 |
| Item | Value |
|
| 39 |
| --- | --- |
|
|
@@ -50,190 +50,142 @@ STB is captured with a flash single-photon LiDAR system based on Direct Time of
|
|
| 50 |
|
| 51 |
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.
|
| 52 |
|
| 53 |
-
##
|
| 54 |
|
| 55 |
-
|
| 56 |
|
| 57 |
-
|
| 58 |
-
| --- | ---: | --- |
|
| 59 |
-
| Depth Estimation | `10` samples | Single-view depth recovery from raw transient histograms |
|
| 60 |
-
| Multi-view 3D Reconstruction | `10` scenes, `20-40` transient views per scene | Scene reconstruction and novel-view evaluation from calibrated SPL views |
|
| 61 |
-
| 3D Semantic Segmentation | `27` sequences, `10,297` frames | Semantic understanding from SPAD-derived geometry |
|
| 62 |
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
-
|
| 66 |
-
- Standard metadata: timestamps and sensor/capture metadata.
|
| 67 |
-
- Calibrated SPL intrinsics where geometric back-projection is required.
|
| 68 |
|
| 69 |
-
|
| 70 |
|
| 71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
-
|
| 74 |
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
| 76 |
|
| 77 |
-
|
| 78 |
|
| 79 |
-
|
| 80 |
-
| --- | --- | --- |
|
| 81 |
-
| Raw SPAD histograms | Yes | `256 x 192 x 672` full time-of-flight waveform per sample |
|
| 82 |
-
| SPL intrinsics | Yes | Used to back-project predicted depth maps into 3D |
|
| 83 |
-
| Livox reference data | Yes | Auxiliary LiDAR point clouds/depth references for evaluation |
|
| 84 |
-
| SPL-Livox extrinsics | Yes | Used to align SPL predictions with the Livox reference frame |
|
| 85 |
-
| Camera poses | No | Not required for the single-view depth track |
|
| 86 |
-
| Semantic labels | No | Not used in this track |
|
| 87 |
-
| Light intensity metadata | No | Not used as input or supervision |
|
| 88 |
|
| 89 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
-
-
|
| 92 |
-
- Recall under temporal-bin tolerances of `1`, `3`, and `5` bins.
|
| 93 |
|
| 94 |
-
|
| 95 |
|
| 96 |
```text
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
```
|
| 103 |
|
| 104 |
-
|
| 105 |
-
- `DepthEstimate/gt/{id}.csv` stores the corresponding Livox reference point cloud. The CSV header includes `Timestamp`, metric coordinates `X,Y,Z`, `Reflectivity`, and original Livox fields such as `Ori_x,Ori_y,Ori_z`.
|
| 106 |
-
- Matching sample ids are used across `Histgram/` and `gt/`, e.g. `Histgram/1.txt` pairs with `gt/1.csv`.
|
| 107 |
-
|
| 108 |
-
### Task 2: Multi-view 3D Reconstruction
|
| 109 |
|
| 110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
-
|
| 113 |
|
| 114 |
-
|
| 115 |
-
| --- | --- | --- |
|
| 116 |
-
| Raw SPAD histograms | Yes | Full transient waveform for each view |
|
| 117 |
-
| SPL intrinsics | Yes | Used for geometric projection and view alignment |
|
| 118 |
-
| Livox data | Yes | Supports pose estimation and geometric reference generation |
|
| 119 |
-
| SPL-Livox extrinsics | Yes | Re-calibrated for reconstruction sequences |
|
| 120 |
-
| Camera poses | Yes | Livox-SLAM poses transformed into the SPL frame |
|
| 121 |
-
| Semantic labels | No | Not used in this track |
|
| 122 |
-
| Light intensity metadata | No | Not used as input or supervision |
|
| 123 |
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
|
| 128 |
-
|
| 129 |
-
- Depth rendering: per-pixel `L1` error over valid pixels.
|
| 130 |
-
- Histogram rendering: PSNR for methods that explicitly render transient histograms.
|
| 131 |
|
| 132 |
-
##
|
| 133 |
|
| 134 |
-
|
| 135 |
-
Reconstruction/
|
| 136 |
-
AI_floor2.zip
|
| 137 |
-
artbuilding_floor2.zip
|
| 138 |
-
c4floor2.zip
|
| 139 |
-
design_floor1.zip
|
| 140 |
-
library_floor2.zip
|
| 141 |
-
material_building.zip
|
| 142 |
-
parking.zip
|
| 143 |
-
physics_building2.zip
|
| 144 |
-
physics_building3.zip
|
| 145 |
-
|
| 146 |
-
config/
|
| 147 |
-
config.yaml
|
| 148 |
-
```
|
| 149 |
|
| 150 |
-
|
| 151 |
-
- After decompression, a scene package follows the same organization as the `AI_floor2` example:
|
| 152 |
|
| 153 |
-
```
|
| 154 |
-
AI_floor2/
|
| 155 |
-
RawDataHistogramMap_frame_0_<timestamp>.txt
|
| 156 |
-
1.csv ... 26.csv
|
| 157 |
-
sp_pose_results.csv
|
| 158 |
-
sp_merged_map.ply
|
| 159 |
-
json/
|
| 160 |
-
three_views/
|
| 161 |
-
train.json
|
| 162 |
-
test.json
|
| 163 |
-
five_views/
|
| 164 |
-
train.json
|
| 165 |
-
test.json
|
| 166 |
-
ten_views/
|
| 167 |
-
train.json
|
| 168 |
-
test.json
|
| 169 |
-
```
|
| 170 |
|
| 171 |
-
|
| 172 |
-
- `{view_id}.csv` stores the Livox point cloud associated with a captured view. The CSV columns include `Timestamp`, metric coordinates `X,Y,Z`, `Reflectivity`, and original Livox fields such as `Ori_x,Ori_y,Ori_z`.
|
| 173 |
-
- `sp_pose_results.csv` maps each SPL histogram file to the matched Livox CSV/pose and records both `livox_pose_*` and `sp_pose_*` as flattened `4 x 4` transformation matrices. It also includes bookkeeping fields such as `used_in_final_merge`, `matched_livox_index`, and `match_mode`.
|
| 174 |
-
- `sp_merged_map.ply` is the scene-level merged reference map generated from the registered captures. In the provided example it is an Open3D binary little-endian PLY with `x,y,z` and RGB vertex fields.
|
| 175 |
-
- `json/{three_views,five_views,ten_views}/train.json` and `test.json` define the official sparse-view reconstruction splits. They follow a NeRF-style format with `camera_angle_x`, a list of `frames`, each frame's `file_path`, and a `transform_matrix`.
|
| 176 |
-
- `config/config.yaml` provides common sensor settings and SPL calibration parameters used when parsing the released data, including `dt_ps: 750`, `image_sizes: [256, 192]`, and calibrated intrinsics/distortion parameters for `p1` and `p2`.
|
| 177 |
-
- Benchmark experiments select `3`, `5`, or `10` views from a scene package as input views and reserve the remaining views for novel-view evaluation.
|
| 178 |
|
| 179 |
-
|
| 180 |
|
| 181 |
-
|
| 182 |
|
| 183 |
-
|
| 184 |
|
| 185 |
-
|
| 186 |
-
| --- | --- | --- |
|
| 187 |
-
| Raw SPAD histograms | Yes | Full transient waveform for each semantic frame |
|
| 188 |
-
| SPL intrinsics | Yes | Device intrinsics for converting labeled bins to 3D points |
|
| 189 |
-
| Livox data | No | Not used in this track |
|
| 190 |
-
| SPL-Livox extrinsics | No | Not used in this track |
|
| 191 |
-
| Camera poses | No | Not used in this track |
|
| 192 |
-
| Semantic labels | Yes | Histogram-domain semantic annotations in `.npy` format |
|
| 193 |
-
| Light intensity metadata | Yes | Ambient illumination recorded for each capture condition |
|
| 194 |
|
| 195 |
-
|
| 196 |
|
| 197 |
| Split | Samples |
|
| 198 |
| --- | ---: |
|
| 199 |
| Train | `8,297` |
|
| 200 |
| Test | `2,000` |
|
| 201 |
|
| 202 |
-
The
|
| 203 |
-
|
| 204 |
-
#### Repository data format
|
| 205 |
|
| 206 |
-
|
| 207 |
-
Annotations/
|
| 208 |
-
p1/
|
| 209 |
-
Sequence1.zip ... Sequence20.zip
|
| 210 |
-
p2/
|
| 211 |
-
Sequence21.zip ... Sequence27.zip
|
| 212 |
-
|
| 213 |
-
Histgram/
|
| 214 |
-
p1.zip
|
| 215 |
-
p2.zip
|
| 216 |
-
depth_maps/
|
| 217 |
-
P1_Sequence1_depth.png ... P1_Sequence20_depth.png
|
| 218 |
-
P2_Sequence21_depth.png ... P2_Sequence27_depth.png
|
| 219 |
-
|
| 220 |
-
config/
|
| 221 |
-
config.yaml
|
| 222 |
-
```
|
| 223 |
-
|
| 224 |
-
- `Annotations/p1/` contains semantic annotation packages for sequences captured by SPL device `p1`.
|
| 225 |
-
- `Annotations/p2/` contains semantic annotation packages for sequences captured by SPL device `p2`.
|
| 226 |
-
- Inside each sequence zip, semantic labels are stored as `.npy` arrays named like `RawDataHistogramMap_frame_*_semantic.npy`.
|
| 227 |
-
- Each semantic array has shape `(49152, 672)`, where `49152 = 256 x 192` flattened pixels and `672` is the number of temporal bins. Values are `uint8` semantic ids, with `0` used for unlabeled/background bins and `1-13` for semantic classes.
|
| 228 |
-
- `Histgram/p1.zip` and `Histgram/p2.zip` store the corresponding raw histogram data for the semantic sequences.
|
| 229 |
-
- `Histgram/depth_maps/` provides sequence-level depth-map PNG files aligned with the `P1_Sequence*` and `P2_Sequence*` naming convention.
|
| 230 |
-
- `config/config.yaml` contains the calibrated intrinsics for both SPL devices. The semantic track uses both `p1` and `p2`, while the depth and reconstruction tracks use the relevant device calibration required by their data.
|
| 231 |
-
|
| 232 |
-
## Semantic Annotation Format
|
| 233 |
|
| 234 |

|
| 235 |
|
| 236 |
-
STB uses histogram-domain semantic annotation to handle multi-return SPL measurements. Instead of assigning
|
| 237 |
|
| 238 |
```text
|
| 239 |
S in {0, ..., C}^{N x B}
|
|
@@ -241,7 +193,18 @@ N = H x W
|
|
| 241 |
B = number of temporal bins
|
| 242 |
```
|
| 243 |
|
| 244 |
-
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 245 |
|
| 246 |
## Statistics
|
| 247 |
|
|
@@ -251,20 +214,22 @@ The annotation pipeline identifies dominant peaks, assigns semantic labels to pe
|
|
| 251 |
|
| 252 |
STB records sensing-condition metadata such as ambient illumination and pile-up indicators. These metadata are intended for dataset analysis and robustness studies rather than model input.
|
| 253 |
|
| 254 |
-
##
|
| 255 |
|
| 256 |
-
The released
|
| 257 |
|
| 258 |
-
|
| 259 |
-
- Semantic annotations in `.npy` format.
|
| 260 |
-
- Calibrated SPL intrinsics and distortion coefficients.
|
| 261 |
-
- SPL-Livox extrinsics for tracks that require auxiliary LiDAR alignment.
|
| 262 |
-
- Camera poses for multi-view reconstruction.
|
| 263 |
-
- Timestamps and capture metadata.
|
| 264 |
-
- Ambient illumination metadata.
|
| 265 |
-
- Per-frame pile-up metadata.
|
| 266 |
-
- Benchmark evaluation code, data-loading scripts, and annotation tools.
|
| 267 |
|
| 268 |
-
|
| 269 |
|
| 270 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- 10K<n<100K
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# SP-TransientBench: A Real-Captured Single Photon Perception Benchmark
|
|
|
|
|
|
|
| 21 |
|
| 22 |

|
| 23 |
|
| 24 |
+
[Paper](https://arxiv.org/abs/2606.18952) | [Dataset download](https://huggingface.co/datasets/shuinb/SP-TransientBench)
|
| 25 |
+
|
| 26 |
+
> Dong, H., Zhang, Z., Wen, Z., Qiang, Y., Deng, R., Dong, W., Jiang, Z., Li, X., Lu, R., Sun, S., Wang, W., Xia, Z., Zheng, H., Shi, G., & Ren, X. SP-TransientBench: A Real-Captured Single Photon Perception Benchmark. arXiv:2606.18952, 2026.
|
| 27 |
+
|
| 28 |
+
**SP-TransientBench (STB)** is a real-captured benchmark for single-photon LiDAR (SPL) perception in photon-starved 3D scenes. It provides full per-pixel time-of-flight histograms, calibrated metadata, task-specific supervision, and official splits for depth estimation, multi-view 3D reconstruction, and 3D semantic segmentation.
|
| 29 |
+
|
| 30 |
+
STB contains `10,297` views captured with a solid-state single-photon LiDAR at `256 x 192` spatial resolution. Each view stores a full transient waveform with `672` temporal bins, preserving photon sparsity, background noise, and multi-return structures that are often lost in depth-only releases.
|
| 31 |
|
| 32 |
+
## Capture Setup
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
+

|
| 35 |
|
| 36 |
+
STB is captured with an Adaps ADS6311 Hawk solid-state SPL device operating under 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.
|
| 37 |
|
| 38 |
| Item | Value |
|
| 39 |
| --- | --- |
|
|
|
|
| 50 |
|
| 51 |
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.
|
| 52 |
|
| 53 |
+
## Benchmark Tracks
|
| 54 |
|
| 55 |
+

|
| 56 |
|
| 57 |
+
STB is organized around three complementary tasks:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
+
| Track | Scale | Purpose |
|
| 60 |
+
| --- | ---: | --- |
|
| 61 |
+
| Depth estimation | `10` samples | Recover single-view depth directly from raw transient histograms |
|
| 62 |
+
| Multi-view 3D reconstruction | `10` scenes, `20-40` views per scene | Reconstruct geometry and render novel views from calibrated SPL captures |
|
| 63 |
+
| 3D semantic segmentation | `27` sequences, `10,297` frames | Segment SPAD-derived 3D observations with histogram-domain semantic labels |
|
| 64 |
|
| 65 |
+
Every track includes raw SPAD histograms. Depending on the task, the release also includes SPL intrinsics, SPL-Livox extrinsics, reference Livox point clouds, camera poses, ambient illumination metadata, pile-up metadata, and semantic annotations.
|
|
|
|
|
|
|
| 66 |
|
| 67 |
+
## Layout
|
| 68 |
|
| 69 |
+
```text
|
| 70 |
+
SP-TransientBench/
|
| 71 |
+
|-- README.md
|
| 72 |
+
|-- fig/ figures used in this dataset card
|
| 73 |
+
|-- DepthEstimate/ depth-estimation histograms and Livox references
|
| 74 |
+
|-- Reconstruction/ multi-view reconstruction scene archives
|
| 75 |
+
|-- Annotations/ semantic annotation archives
|
| 76 |
+
|-- Histgram/ semantic-track raw histograms and depth maps
|
| 77 |
+
`-- config/ common SPL calibration and parsing settings
|
| 78 |
+
```
|
| 79 |
|
| 80 |
+
The full release is approximately `168.7 GB`. Large files are stored in the Hugging Face dataset repository and should be downloaded from the dataset files page or with Git LFS/Xet-compatible tooling.
|
| 81 |
|
| 82 |
+
```bash
|
| 83 |
+
git lfs install
|
| 84 |
+
git clone https://huggingface.co/datasets/shuinb/SP-TransientBench
|
| 85 |
+
```
|
| 86 |
|
| 87 |
+
## Data
|
| 88 |
|
| 89 |
+
Depth estimation samples pair raw SPL histograms with Livox reference point clouds:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
+
```text
|
| 92 |
+
DepthEstimate/
|
| 93 |
+
|-- Histgram/
|
| 94 |
+
| `-- 1.txt ... 10.txt
|
| 95 |
+
`-- gt/
|
| 96 |
+
`-- 1.csv ... 10.csv
|
| 97 |
+
```
|
| 98 |
|
| 99 |
+
`DepthEstimate/Histgram/{id}.txt` stores one flattened `256 x 192` SPL histogram grid, with `672` photon-count bins per valid row. `DepthEstimate/gt/{id}.csv` stores the corresponding Livox reference point cloud with metric `X,Y,Z` coordinates and capture metadata.
|
|
|
|
| 100 |
|
| 101 |
+
Multi-view reconstruction scenes are released as compressed scene packages:
|
| 102 |
|
| 103 |
```text
|
| 104 |
+
Reconstruction/
|
| 105 |
+
|-- AI_floor2.zip
|
| 106 |
+
|-- artbuilding_floor2.zip
|
| 107 |
+
|-- c4floor2.zip
|
| 108 |
+
|-- design_floor1.zip
|
| 109 |
+
|-- library_floor2.zip
|
| 110 |
+
|-- material_building.zip
|
| 111 |
+
|-- parking.zip
|
| 112 |
+
|-- physics_building2.zip
|
| 113 |
+
`-- physics_building3.zip
|
| 114 |
```
|
| 115 |
|
| 116 |
+
After decompression, each scene follows the same structure as `AI_floor2`:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
+
```text
|
| 119 |
+
AI_floor2/
|
| 120 |
+
|-- RawDataHistogramMap_frame_0_<timestamp>.txt
|
| 121 |
+
|-- 1.csv ... 26.csv
|
| 122 |
+
|-- sp_pose_results.csv
|
| 123 |
+
|-- sp_merged_map.ply
|
| 124 |
+
`-- json/
|
| 125 |
+
|-- three_views/
|
| 126 |
+
| |-- train.json
|
| 127 |
+
| `-- test.json
|
| 128 |
+
|-- five_views/
|
| 129 |
+
| |-- train.json
|
| 130 |
+
| `-- test.json
|
| 131 |
+
`-- ten_views/
|
| 132 |
+
|-- train.json
|
| 133 |
+
`-- test.json
|
| 134 |
+
```
|
| 135 |
|
| 136 |
+
The `RawDataHistogramMap_frame_0_<timestamp>.txt` files store SPL views, `{view_id}.csv` files store matched Livox point clouds, `sp_pose_results.csv` records Livox and SPL poses as flattened `4 x 4` transforms, and `sp_merged_map.ply` provides the registered scene-level reference map. The `json/` folders define official `3`, `5`, and `10` input-view reconstruction splits in a NeRF-style format.
|
| 137 |
|
| 138 |
+
Semantic segmentation data are split by SPL device:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
|
| 140 |
+
```text
|
| 141 |
+
Annotations/
|
| 142 |
+
|-- p1/
|
| 143 |
+
| `-- Sequence1.zip ... Sequence20.zip
|
| 144 |
+
`-- p2/
|
| 145 |
+
`-- Sequence21.zip ... Sequence27.zip
|
| 146 |
|
| 147 |
+
Histgram/
|
| 148 |
+
|-- p1.zip
|
| 149 |
+
|-- p2.zip
|
| 150 |
+
`-- depth_maps/
|
| 151 |
+
|-- P1_Sequence1_depth.png ... P1_Sequence20_depth.png
|
| 152 |
+
`-- P2_Sequence21_depth.png ... P2_Sequence27_depth.png
|
| 153 |
+
```
|
| 154 |
|
| 155 |
+
Inside each sequence archive, semantic labels are stored as `.npy` arrays named like `RawDataHistogramMap_frame_*_semantic.npy`. Each array has shape `(49152, 672)`, where `49152 = 256 x 192`, and stores `uint8` semantic ids with `0` for unlabeled/background bins and `1-13` for semantic classes.
|
|
|
|
|
|
|
| 156 |
|
| 157 |
+
## Task Details
|
| 158 |
|
| 159 |
+
### Depth Estimation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
|
| 161 |
+

|
|
|
|
| 162 |
|
| 163 |
+
This track evaluates depth recovery directly from raw photon time-of-flight histograms. Predictions are back-projected to 3D with calibrated SPL intrinsics and compared against Livox references with Chamfer Distance (CD, meters) and Recall under `1`, `3`, and `5` temporal-bin tolerances.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
|
| 165 |
+
### Multi-view 3D Reconstruction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
|
| 167 |
+

|
| 168 |
|
| 169 |
+
This track evaluates scene reconstruction and novel-view rendering from multiple calibrated SPL views. Each scene provides sparse-view settings with `3`, `5`, or `10` input views for training and reserves the remaining views for evaluation. Reported metrics cover intensity rendering (SSIM, LPIPS), depth rendering (`L1` error), and histogram rendering (PSNR).
|
| 170 |
|
| 171 |
+
### 3D Semantic Segmentation
|
| 172 |
|
| 173 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
|
| 175 |
+
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 segmented with point-cloud backbones.
|
| 176 |
|
| 177 |
| Split | Samples |
|
| 178 |
| --- | ---: |
|
| 179 |
| Train | `8,297` |
|
| 180 |
| Test | `2,000` |
|
| 181 |
|
| 182 |
+
The semantic track uses `13` foreground classes. Evaluation reports Overall Accuracy (OA) and mean Intersection-over-Union (mIoU), averaged over three random seeds in the paper protocol.
|
|
|
|
|
|
|
| 183 |
|
| 184 |
+
## Semantic Labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |

|
| 187 |
|
| 188 |
+
STB uses histogram-domain semantic annotation to handle multi-return SPL measurements. Instead of assigning a single label to each pixel, annotations are defined over temporal bins:
|
| 189 |
|
| 190 |
```text
|
| 191 |
S in {0, ..., C}^{N x B}
|
|
|
|
| 193 |
B = number of temporal bins
|
| 194 |
```
|
| 195 |
|
| 196 |
+
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 lets a single pixel ray contain multiple semantic entities at different ranges.
|
| 197 |
+
|
| 198 |
+
## Contents
|
| 199 |
+
|
| 200 |
+
| File or folder | Purpose |
|
| 201 |
+
| --- | --- |
|
| 202 |
+
| `DepthEstimate/` | Single-view depth-estimation samples with raw histograms and Livox point-cloud references |
|
| 203 |
+
| `Reconstruction/` | Scene packages for sparse-view SPL reconstruction and novel-view evaluation |
|
| 204 |
+
| `Annotations/` | Histogram-domain semantic label packages for `27` sequences |
|
| 205 |
+
| `Histgram/` | Raw histogram packages and sequence-level depth maps for the semantic track |
|
| 206 |
+
| `config/config.yaml` | SPL intrinsics, distortion coefficients, temporal bin width, image size, and parsing settings |
|
| 207 |
+
| `fig/` | Dataset-card figures, qualitative examples, annotation diagrams, and statistics |
|
| 208 |
|
| 209 |
## Statistics
|
| 210 |
|
|
|
|
| 214 |
|
| 215 |
STB records sensing-condition metadata such as ambient illumination and pile-up indicators. These metadata are intended for dataset analysis and robustness studies rather than model input.
|
| 216 |
|
| 217 |
+
## License
|
| 218 |
|
| 219 |
+
The dataset is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY-NC-SA 4.0).
|
| 220 |
|
| 221 |
+
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
|
| 223 |
+
If you use SP-TransientBench, please cite:
|
| 224 |
|
| 225 |
+
```bibtex
|
| 226 |
+
@misc{dong2026sptransientbench,
|
| 227 |
+
title = {SP-TransientBench: A Real-Captured Single Photon Perception Benchmark},
|
| 228 |
+
author = {Dong, Hongzhou and Zhang, Zili and Wen, Ziting and Qiang, Yiheng and Deng, Runrong and Dong, Wenle and Jiang, Ziwen and Li, Xinyang and Lu, Rui and Sun, Shuoyao and Wang, Wenyu and Xia, Ziyi and Zheng, Haitao and Shi, Guodong and Ren, Xiaoqiang},
|
| 229 |
+
year = {2026},
|
| 230 |
+
eprint = {2606.18952},
|
| 231 |
+
archivePrefix = {arXiv},
|
| 232 |
+
primaryClass = {cs.CV},
|
| 233 |
+
doi = {10.48550/arXiv.2606.18952}
|
| 234 |
+
}
|
| 235 |
+
```
|