Files changed (1) hide show
  1. README.md +253 -2
README.md CHANGED
@@ -1,3 +1,254 @@
 
 
 
 
 
 
 
1
  ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ tags:
4
+ - >-
5
+ - event-camera - event-based-vision - synthetic-data - path-tracing -
6
+ neuromorphic-vision - computer-vision - event-to-video -
7
+ event-to-depth - sim2real
8
  ---
9
+
10
+ # ETScenes: Event-RGB Dataset for Fast Path Tracing-based Event Stream Rendering
11
+
12
+ [![arXiv](https://img.shields.io/badge/arXiv-2508.18071-b31b1b.svg)](https://arxiv.org/abs/2508.18071)
13
+ [![Dataset](https://img.shields.io/badge/HuggingFace-ETScenes-yellow)](https://huggingface.co/datasets/andrewbxy/ETScenes)
14
+ [![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC--BY--NC--ND--4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
15
+
16
+ **ETScenes** is a synthetic event-RGB dataset released with our paper:
17
+
18
+ > **EventTracer: Fast Path Tracing-based Event Stream Rendering**
19
+ > Zhenyang Li*, Xiaoyang Bai*, Jinfan Lu, Pengfei Shen, Edmund Y. Lam, Yifan Peng
20
+ > arXiv 2025
21
+
22
+ ETScenes is generated by **EventTracer**, a path tracing-based event rendering pipeline designed to produce high-fidelity event streams from complex 3D scenes. Unlike conventional video-to-event simulators that rely on low-frame-rate RGB videos, EventTracer directly renders temporally dense event data from 3D scenes using low-sample-per-pixel path tracing and a lightweight physics-aware spiking network.
23
+
24
+ This dataset is intended to support research in:
25
+
26
+ - Event-based vision
27
+ - Synthetic event data generation
28
+ - Event-to-video reconstruction
29
+ - Event-based depth estimation
30
+ - Real2Sim / Sim2Real evaluation
31
+ - Neuromorphic vision under complex lighting and high-frequency motion
32
+ - Physically grounded rendering for event cameras
33
+
34
+ ---
35
+
36
+ ## Why ETScenes?
37
+
38
+ Event cameras asynchronously capture per-pixel brightness changes with extremely high temporal resolution and high dynamic range. However, collecting large-scale paired event-RGB data with dense annotations is expensive, hardware-dependent, and difficult to scale.
39
+
40
+ ETScenes addresses this challenge by providing synthetic event-RGB data rendered from 3D scenes, where the rendering pipeline naturally supports controlled camera trajectories, complex illumination, and extensible annotations.
41
+
42
+ Compared with conventional video-to-event pipelines, ETScenes is designed to better preserve:
43
+
44
+ - Fine structural details
45
+ - High-frequency visual patterns
46
+ - Fast temporal changes
47
+ - Complex lighting effects
48
+ - Event distributions closer to real-world event data
49
+
50
+ In our paper, ETScenes is used to evaluate the fidelity of simulated event streams through downstream **Real2Sim** tests on event-to-video reconstruction and event-based depth estimation.
51
+
52
+ ---
53
+
54
+ ## Dataset Highlights
55
+
56
+ - **Path-traced synthetic scenes** with realistic global illumination.
57
+ - **Paired RGB / EXR / event data** for event-based vision research.
58
+ - **Multiple event simulation variants**, including EventTracer outputs and baseline simulator outputs.
59
+ - **EvSNet training data** for studying event stream generation from low-SPP path-traced videos.
60
+ - **Scene diversity**, including indoor, outdoor, day, night, fast-motion, kitchen, classroom, and staircase scenes.
61
+ - **Large-scale release**, approximately 105GB in total.
62
+
63
+ ---
64
+
65
+ ## Repository Structure
66
+
67
+ The dataset is organized by scene folders. A typical scene folder contains rendered images, HDR EXR images, and event streams generated by different simulation methods.
68
+
69
+ ```text
70
+ ETScenes/
71
+ ├── Bistro-Exterior-Day/
72
+ │ ├── images/
73
+ │ ├── images_exr/
74
+ │ ├── events-ours.npz
75
+ │ ├── events-v2e.npz
76
+ │ ├── events-v2ce.npz
77
+ │ ├── events-optix.npz
78
+ │ ├── events-nrd.npz
79
+ │ └── events-dvm.npz
80
+
81
+ ├── Bistro-Exterior-Dark/
82
+ ├── Bistro-Exterior-Fast/
83
+ ├── Bistro-Exterior-Night/
84
+ ├── Bistro-Interior/
85
+ ├── classroom/
86
+ ├── kitchen/
87
+ ├── staircase/
88
+
89
+ └── EvSNet-training/
90
+ ├── Bistro-Exterior-Day_2048SPP_events/
91
+ ├── Bistro-Exterior-Day_64SPP_images/
92
+ ├── Bistro-Exterior-Night_2048SPP_events/
93
+ ├── Bistro-Exterior-Night_64SPP_images/
94
+ ├── Bistro-Interior_2048SPP_events/
95
+ ├── Bistro-Interior_64SPP_images/
96
+ ├── classroom_2048SPP_events/
97
+ ├── classroom_64SPP_images/
98
+ ├── kitchen_2048SPP_events/
99
+ ├── kitchen_64SPP_images/
100
+ ├── staircase_2048SPP_events/
101
+ └── staircase_64SPP_images/
102
+ ```
103
+
104
+ ### File naming
105
+
106
+ | File / Folder | Description |
107
+ |---|---|
108
+ | `images/` | Standard rendered RGB frames. |
109
+ | `images_exr/` | High-dynamic-range EXR rendered frames. |
110
+ | `events-ours.npz` | Event streams generated by EventTracer. |
111
+ | `events-v2e.npz` | Event streams generated by V2E baseline. |
112
+ | `events-v2ce.npz` | Event streams generated by V2CE baseline. |
113
+ | `events-optix.npz`, `events-nrd.npz`, `events-dvm.npz` | Additional rendering / simulation variants used for comparison or ablation. |
114
+ | `EvSNet-training/` | Training data for the lightweight event spiking network used in EventTracer. |
115
+
116
+ ---
117
+
118
+ ## Download
119
+
120
+ ### Install dependencies
121
+
122
+ ```bash
123
+ pip install -U huggingface_hub hf_xet
124
+ ```
125
+
126
+ ### Download the full dataset
127
+
128
+ ```bash
129
+ hf download andrewbxy/ETScenes \
130
+ --repo-type dataset \
131
+ --local-dir ETScenes
132
+ ```
133
+
134
+ ### Download a single scene
135
+
136
+ For example, to download only `Bistro-Exterior-Day`:
137
+
138
+ ```bash
139
+ hf download andrewbxy/ETScenes \
140
+ --repo-type dataset \
141
+ --include "Bistro-Exterior-Day/*" \
142
+ --local-dir ETScenes
143
+ ```
144
+
145
+ To download the EvSNet training subset:
146
+
147
+ ```bash
148
+ hf download andrewbxy/ETScenes \
149
+ --repo-type dataset \
150
+ --include "EvSNet-training/*" \
151
+ --local-dir ETScenes
152
+ ```
153
+
154
+ ---
155
+
156
+ ## Quick Start
157
+
158
+ The event files are stored as `.npz` files. You can inspect the available keys as follows:
159
+
160
+ ```python
161
+ import numpy as np
162
+
163
+ path = "ETScenes/Bistro-Exterior-Day/events-ours.npz"
164
+
165
+ data = np.load(path, allow_pickle=True)
166
+ print(data.files)
167
+
168
+ for key in data.files:
169
+ arr = data[key]
170
+ print(key, type(arr), getattr(arr, "shape", None), getattr(arr, "dtype", None))
171
+ ```
172
+
173
+ Since different downstream pipelines may expect different event representations, we recommend first inspecting the `.npz` keys and then adapting the loading script to your model or benchmark format.
174
+
175
+ ---
176
+
177
+ ## Recommended Use Cases
178
+
179
+ ETScenes can be used for:
180
+
181
+ 1. **Benchmarking event simulators**
182
+ Compare EventTracer against V2E, V2CE, and other video-to-event or scene-to-event simulation methods.
183
+
184
+ 2. **Event-to-video reconstruction**
185
+ Evaluate whether pretrained event-to-video models can reconstruct high-quality intensity frames from synthetic event streams.
186
+
187
+ 3. **Event-based depth estimation**
188
+ Study how realistic synthetic events transfer to geometric perception tasks.
189
+
190
+ 4. **Real2Sim fidelity evaluation**
191
+ Test how closely synthetic event data matches real-world event distributions by evaluating real-data-pretrained models on simulated data.
192
+
193
+ 5. **Training and validating event generation models**
194
+ Use the EvSNet training subset to study event stream generation from noisy low-SPP path-traced images.
195
+
196
+ 6. **Rendering-aware neuromorphic vision**
197
+ Explore how global illumination, HDR lighting, and high-frequency textures affect event camera simulation.
198
+
199
+ ---
200
+
201
+ ## Relation to EventTracer
202
+
203
+ ETScenes is released as part of the EventTracer project. EventTracer is a fast path tracing-based event stream rendering pipeline. It combines:
204
+
205
+ - Low-SPP Monte Carlo path tracing for efficient temporally dense rendering.
206
+ - A lightweight event spiking network, **EvSNet**, for converting noisy path-traced pixel illuminance into event streams.
207
+ - A bipolar leaky integrate-and-fire unit, **BiLIF**, to better model event sensor behavior.
208
+ - A bidirectional earth mover’s distance loss to train event sequence generation.
209
+
210
+ The goal is to generate synthetic event streams that are both efficient to render and more faithful to real event camera outputs.
211
+
212
+ ---
213
+
214
+ ## Dataset Scope and Limitations
215
+
216
+ ETScenes is primarily designed for research on synthetic event generation and event-based vision benchmarking. It is not a replacement for all real-world event camera datasets.
217
+
218
+ Please note:
219
+
220
+ - The dataset is synthetic and rendered from 3D scenes.
221
+ - The current release focuses on scene-level event-RGB data and simulator comparisons.
222
+ - Large-scale Sim2Real training may require additional scene diversity, more dynamic objects, and broader real-world validation.
223
+ - Users should carefully evaluate domain gaps before deploying models trained only on ETScenes to real sensors.
224
+
225
+ ---
226
+
227
+ ## License
228
+
229
+ This dataset is released under the **Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License**.
230
+
231
+ You may use this dataset for academic and non-commercial research purposes under the terms of the license. Please check the license carefully before redistribution or commercial use.
232
+
233
+ ---
234
+
235
+ ## Citation
236
+
237
+ If you find ETScenes or EventTracer useful for your research, please cite our paper:
238
+
239
+ ```bibtex
240
+ @article{li2025eventtracer,
241
+ title={EventTracer: Fast Path Tracing-based Event Stream Rendering},
242
+ author={Li, Zhenyang and Bai, Xiaoyang and Lu, Jinfan and Shen, Pengfei and Lam, Edmund Y. and Peng, Yifan},
243
+ journal={arXiv preprint arXiv:2508.18071},
244
+ year={2025}
245
+ }
246
+ ```
247
+
248
+ ---
249
+
250
+ ## Contact
251
+
252
+ For questions, issues, or discussions, please open a discussion on this Hugging Face dataset page.
253
+
254
+ Project page / code release will be updated here when available.