harpreetsahota commited on
Commit
47e0bf9
·
verified ·
1 Parent(s): 8796104

Add full dataset card

Browse files
Files changed (1) hide show
  1. README.md +125 -137
README.md CHANGED
@@ -1,89 +1,45 @@
1
  ---
2
- annotations_creators: []
3
- language: en
4
  license: cc-by-nc-sa-4.0
5
- size_categories:
6
- - n<1K
7
- task_categories: []
8
- task_ids: []
9
- pretty_name: HighwayScene
10
  tags:
11
- - background-subtraction
12
- - fiftyone
13
- - intelligent-transportation-systems
14
- - lidar
15
- - mcap
16
- - multimodal
17
- - multimodal
18
- - point-cloud
19
- - roadside-perception
20
- description: HighwayScene is a synchronized multi-LiDAR roadside dataset recorded
21
- at a highway construction site. Three statically mounted sensors — an Ouster OS0
22
- (rotating ToF, 10 Hz), an Aeva Aeries II (FMCW, 10 Hz), and a Blickfeld QB2 (solid-state
23
- ToF, 5 Hz) — observe the same free-flowing highway traffic scene simultaneously.
24
- This FiftyOne version re-encodes the original protobuf records as MCAP episodes
25
- for exploration in the FiftyOne multimodal viewer.
26
- dataset_summary: '
27
-
28
-
29
-
30
-
31
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 30 samples.
32
 
 
33
 
34
  ## Installation
35
 
36
-
37
- If you haven''t already, install FiftyOne:
38
-
39
-
40
  ```bash
41
-
42
  pip install -U fiftyone
43
-
44
  ```
45
 
46
-
47
  ## Usage
48
 
49
-
50
  ```python
51
-
52
  import fiftyone as fo
53
-
54
  from fiftyone.utils.huggingface import load_from_hub
55
 
56
-
57
- # Load the dataset
58
-
59
- # Note: other available arguments include ''max_samples'', etc
60
-
61
  dataset = load_from_hub("harpreetsahota/HighwayScene")
62
-
63
-
64
- # Launch the App
65
-
66
  session = fo.launch_app(dataset)
67
-
68
  ```
69
-
70
- '
71
  ---
72
 
73
  # Dataset Card for HighwayScene
74
 
75
- <!-- Provide a quick summary of the dataset. -->
76
-
77
-
78
-
79
-
80
-
81
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 30 samples.
82
-
83
  ## Installation
84
 
85
- If you haven't already, install FiftyOne:
86
-
87
  ```bash
88
  pip install -U fiftyone
89
  ```
@@ -94,143 +50,175 @@ pip install -U fiftyone
94
  import fiftyone as fo
95
  from fiftyone.utils.huggingface import load_from_hub
96
 
97
- # Load the dataset
98
- # Note: other available arguments include 'max_samples', etc
99
  dataset = load_from_hub("harpreetsahota/HighwayScene")
100
-
101
- # Launch the App
102
  session = fo.launch_app(dataset)
103
  ```
104
 
105
-
106
  ## Dataset Details
107
 
108
  ### Dataset Description
109
 
110
- <!-- Provide a longer summary of what this dataset is. -->
111
 
 
 
 
 
 
112
 
 
113
 
114
- - **Curated by:** [More Information Needed]
115
- - **Funded by [optional]:** [More Information Needed]
116
- - **Shared by [optional]:** [More Information Needed]
117
- - **Language(s) (NLP):** en
118
- - **License:** cc-by-nc-sa-4.0
119
 
120
- ### Dataset Sources [optional]
 
 
 
 
121
 
122
- <!-- Provide the basic links for the dataset. -->
123
 
124
- - **Repository:** [More Information Needed]
125
- - **Paper [optional]:** [More Information Needed]
126
- - **Demo [optional]:** [More Information Needed]
127
 
128
  ## Uses
129
 
130
- <!-- Address questions around how the dataset is intended to be used. -->
131
-
132
  ### Direct Use
133
 
134
- <!-- This section describes suitable use cases for the dataset. -->
135
-
136
- [More Information Needed]
 
137
 
138
  ### Out-of-Scope Use
139
 
140
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
141
-
142
- [More Information Needed]
143
 
144
  ## Dataset Structure
145
 
146
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
147
-
148
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
  ## Dataset Creation
151
 
152
  ### Curation Rationale
153
 
154
- <!-- Motivation for the creation of this dataset. -->
155
-
156
- [More Information Needed]
157
 
158
  ### Source Data
159
 
160
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
161
-
162
  #### Data Collection and Processing
163
 
164
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
165
-
166
- [More Information Needed]
167
 
168
  #### Who are the source data producers?
169
 
170
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
171
-
172
- [More Information Needed]
173
-
174
- ### Annotations [optional]
175
 
176
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
177
 
178
  #### Annotation process
179
 
180
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
181
 
182
- [More Information Needed]
183
 
184
- #### Who are the annotators?
185
 
186
- <!-- This section describes the people or systems who created the annotations. -->
187
 
188
- [More Information Needed]
189
 
190
  #### Personal and Sensitive Information
191
 
192
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
193
-
194
- [More Information Needed]
195
-
196
- ## Bias, Risks, and Limitations
197
-
198
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
199
-
200
- [More Information Needed]
201
-
202
- ### Recommendations
203
 
204
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
205
-
206
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
207
-
208
- ## Citation [optional]
209
-
210
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
211
 
212
  **BibTeX:**
213
 
214
- [More Information Needed]
 
 
 
 
 
 
 
 
 
215
 
216
  **APA:**
217
 
218
- [More Information Needed]
219
-
220
- ## Glossary [optional]
221
-
222
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
223
-
224
- [More Information Needed]
225
 
226
- ## More Information [optional]
227
 
228
- [More Information Needed]
 
 
 
229
 
230
- ## Dataset Card Authors [optional]
231
 
232
- [More Information Needed]
233
 
234
  ## Dataset Card Contact
235
 
236
- [More Information Needed]
 
1
  ---
 
 
2
  license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - other
 
 
 
5
  tags:
6
+ - fiftyone
7
+ - multimodal
8
+ - lidar
9
+ - roadside-perception
10
+ - background-subtraction
11
+ - intelligent-transportation-systems
12
+ - point-cloud
13
+ - mcap
14
+ pretty_name: HighwayScene
15
+ size_categories:
16
+ - n<1K
17
+ dataset_summary: |
18
+ HighwayScene is a synchronized multi-LiDAR roadside dataset recorded at a highway construction site. Three statically mounted sensors — an Ouster OS0 (rotating ToF, 10 Hz), an Aeva Aeries II (FMCW, 10 Hz), and a Blickfeld QB2 (solid-state ToF, 5 Hz) — observe the same free-flowing highway traffic scene simultaneously. This FiftyOne version re-encodes the original protobuf records as MCAP episodes for exploration in the FiftyOne multimodal viewer.
 
 
 
 
 
 
 
 
19
 
20
+ The dataset contains 30 episodes (~20 seconds each), split into train (20), val (5), and test (5). Each episode carries three synchronized point-cloud streams with per-point fields including radial velocity (Aeva) and beam identifiers (Ouster, Blickfeld).
21
 
22
  ## Installation
23
 
 
 
 
 
24
  ```bash
 
25
  pip install -U fiftyone
 
26
  ```
27
 
 
28
  ## Usage
29
 
 
30
  ```python
 
31
  import fiftyone as fo
 
32
  from fiftyone.utils.huggingface import load_from_hub
33
 
 
 
 
 
 
34
  dataset = load_from_hub("harpreetsahota/HighwayScene")
 
 
 
 
35
  session = fo.launch_app(dataset)
 
36
  ```
 
 
37
  ---
38
 
39
  # Dataset Card for HighwayScene
40
 
 
 
 
 
 
 
 
 
41
  ## Installation
42
 
 
 
43
  ```bash
44
  pip install -U fiftyone
45
  ```
 
50
  import fiftyone as fo
51
  from fiftyone.utils.huggingface import load_from_hub
52
 
 
 
53
  dataset = load_from_hub("harpreetsahota/HighwayScene")
 
 
54
  session = fo.launch_app(dataset)
55
  ```
56
 
 
57
  ## Dataset Details
58
 
59
  ### Dataset Description
60
 
61
+ HighwayScene is a synchronized multi-LiDAR roadside dataset introduced for the cross-sensor background subtraction benchmark in "Beam-Wise Statistical Background Subtraction for Static Roadside LiDAR: A Cross-Sensor Benchmark Study" (ITSC 2026). Three statically mounted sensors with different sensing principles observe the same highway construction-site scene simultaneously:
62
 
63
+ | Sensor | Principle | Rate |
64
+ |--------|-----------|------|
65
+ | Ouster OS0 | Rotating time-of-flight | 10 Hz |
66
+ | Aeva Aeries II | FMCW | 10 Hz |
67
+ | Blickfeld QB2 | Solid-state time-of-flight | 5 Hz |
68
 
69
+ The scene features consistently high traffic volume under a legally enforced 40 km/h speed limit. The dataset supports research on background modeling, dynamic-point segmentation, and cross-sensor benchmarking for static roadside LiDAR.
70
 
71
+ This FiftyOne version converts the original protobuf `.pb` records to MCAP format so each episode can be explored interactively in the FiftyOne multimodal viewer, with all three sensor streams on a shared 20-second timeline.
 
 
 
 
72
 
73
+ - **Curated by:** Alexander Baumann, Marcel Voßhans, Thao Dang — Institute for Intelligent Systems, Esslingen University of Applied Sciences, Germany
74
+ - **Funded by:** [More Information Needed]
75
+ - **Shared by:** Institute for Intelligent Systems (IIS), Esslingen University of Applied Sciences
76
+ - **Language(s):** N/A
77
+ - **License:** CC BY-NC-SA 4.0 (non-commercial use only)
78
 
79
+ ### Dataset Sources
80
 
81
+ - **Repository:** https://huggingface.co/datasets/iis-esslingen/HighwayScene (original protobuf records)
82
+ - **Paper:** https://arxiv.org/abs/2608.14868
83
+ - **Demo:** https://highwayscene.github.io/
84
 
85
  ## Uses
86
 
 
 
87
  ### Direct Use
88
 
89
+ - Benchmarking beam-wise statistical background subtraction methods across heterogeneous LiDAR technologies
90
+ - Cross-sensor evaluation of static/dynamic point-cloud segmentation
91
+ - Research on roadside LiDAR perception: traffic monitoring, infrastructure-based sensing, inter-vehicle distance estimation
92
+ - Multi-modal LiDAR data exploration via the FiftyOne App's 3D tile and shared timeline
93
 
94
  ### Out-of-Scope Use
95
 
96
+ - Moving-sensor or ego-vehicle applications the benchmark assumes a statically mounted sensor with a fixed scan pattern
97
+ - Commercial use — the CC BY-NC-SA 4.0 license prohibits commercial applications
98
+ - Scenes with substantial long-term structural changes, changed sensor poses, or dynamically varying scan patterns
99
 
100
  ## Dataset Structure
101
 
102
+ ### FiftyOne Dataset Topology
103
+
104
+ **Media type:** `multimodal` (MCAP files)
105
+ **Sample count:** 30 episodes
106
+ **Splits:** train (20), val (5), test (5), encoded as the `split` string field and queryable via `dataset.match(fo.ViewField("split") == "test")`
107
+
108
+ Each FiftyOne sample points to one `.mcap` file covering approximately 20 seconds of synchronized multi-sensor recording. The MCAP file contains three point-cloud topics (`/ouster/points`, `/aeva/points`, `/blickfeld/points`) and three static identity frame transforms on `/tf_static`. All topics use the `foxglove.PointCloud` schema and are rendered in the FiftyOne App's **3D tile** on a shared timeline.
109
+
110
+ ### Sample Fields
111
+
112
+ | Field | FiftyOne type | Description |
113
+ |-------|---------------|-------------|
114
+ | `filepath` | `StringField` | Absolute path to the `.mcap` episode file |
115
+ | `split` | `StringField` | Benchmark split: `"train"`, `"val"`, or `"test"` |
116
+ | `record_name` | `StringField` | Original `.pb` filename stem (encodes recording date and global frame-ID range) |
117
+ | `first_frame_id` | `IntField` | First global frame ID in this episode (1-based, dataset-wide) |
118
+ | `last_frame_id` | `IntField` | Last global frame ID in this episode |
119
+ | `duration_s` | `FloatField` | Episode duration in seconds (~19.9 s for 200-frame episodes) |
120
+ | `message_count` | `IntField` | Total MCAP message count across all topics in this episode |
121
+ | `ouster_frames` | `IntField` | Number of Ouster OS0 point-cloud messages (10 Hz; 200 per full episode) |
122
+ | `aeva_frames` | `IntField` | Number of Aeva Aeries II point-cloud messages (10 Hz; 194–200 per episode) |
123
+ | `blickfeld_frames` | `IntField` | Number of Blickfeld QB2 point-cloud messages (5 Hz; 95–101 per episode) |
124
+ | `topics` | `ListField(StringField)` | MCAP topic names present in the episode |
125
+ | `schemas` | `ListField(StringField)` | MCAP schema names used (`foxglove.PointCloud`, `foxglove.FrameTransform`) |
126
+ | `has_pointcloud` | `BooleanField` | `True` for all 30 episodes |
127
+ | `has_image` | `BooleanField` | `False` — no camera data in this dataset |
128
+ | `has_gps` | `BooleanField` | `False` — no GPS data |
129
+ | `has_imu` | `BooleanField` | `False` — no IMU data |
130
+ | `has_logs` | `BooleanField` | `False` — no log messages |
131
+
132
+ ### MCAP Topic Structure (per episode)
133
+
134
+ | Topic | Schema | Rate | Per-point fields |
135
+ |-------|--------|------|-----------------|
136
+ | `/ouster/points` | `foxglove.PointCloud` | 10 Hz | `x`, `y`, `z` (float32); `intensity`, `ambient`, `reflectivity` (float32); `channel_id` (float32) |
137
+ | `/aeva/points` | `foxglove.PointCloud` | 10 Hz | `x`, `y`, `z` (float32); `intensity`, `ambient`, `reflectivity`, `velocity` (float32, radial m/s) |
138
+ | `/blickfeld/points` | `foxglove.PointCloud` | 5 Hz | `x`, `y`, `z` (float32); `reflectivity`, `channel_id`, `horizontal_id` (float32) |
139
+ | `/tf_static` | `foxglove.FrameTransform` | static | Identity transforms for `ouster`, `aeva`, `blickfeld` frames relative to `world` |
140
+
141
+ Typical point counts per frame: Ouster ~45K, Aeva ~92K, Blickfeld ~12K. Blickfeld has no `intensity` or `ambient` channel. Aeva's `velocity` field (radial velocity in m/s) is the unique FMCW capability enabling velocity-based dynamic-point labeling.
142
+
143
+ ### Ground Truth
144
+
145
+ No per-frame label files are stored in the FiftyOne dataset. The benchmark computes static/dynamic labels at evaluation time from parameters in `metadata/ground_truth.yaml` (in the original repository):
146
+ - **Ouster and Blickfeld**: lane-aligned 3D bounding-box ROIs define dynamic regions; any point inside is labeled dynamic.
147
+ - **Aeva**: a point is labeled dynamic if its measured radial velocity exceeds 1 m/s.
148
+
149
+ ### Parsing Decisions
150
+
151
+ - Original records are protobuf `.pb` files decoded with `highwayscene-proto==1.0.0`. Each `.pb` → one `.mcap` using `foxglove-sdk==0.26.0`.
152
+ - All uint16 auxiliary channels (intensity, ambient, reflectivity, channel_id, horizontal_id) are cast to float32 in the MCAP point-cloud buffers.
153
+ - Points with range ≤ 0.5 m are filtered (zero-return guard).
154
+ - Static transforms use `foxglove.FrameTransform` with no embedded timestamp, placing them in the viewer's static store for the full episode duration.
155
+ - No extrinsic sensor-to-sensor calibration is provided by the dataset authors; all `world → sensor` transforms are identity.
156
+ - Blickfeld operates at 5 Hz: frames where the sensor is absent are simply omitted from the `/blickfeld/points` topic.
157
 
158
  ## Dataset Creation
159
 
160
  ### Curation Rationale
161
 
162
+ Existing roadside LiDAR datasets focus on object detection or semantic segmentation with class-based labels, and are typically limited to a single sensor or scene. HighwayScene was created to fill the gap in systematic cross-sensor evaluation for static background subtraction providing simultaneous recordings from three heterogeneous LiDAR technologies under real highway traffic conditions, with reproducible annotation strategies that do not require manual point-wise labeling.
 
 
163
 
164
  ### Source Data
165
 
 
 
166
  #### Data Collection and Processing
167
 
168
+ Data was recorded at a German highway construction site with a legally enforced 40 km/h speed limit. Sensors were mounted statically on roadside infrastructure. Recording rate is 10 Hz for the Ouster and Aeva sensors and 5 Hz for the Blickfeld. All streams are temporally synchronized. 5,998 global frames are captured across the full recording session (Feb 9, 2026), partitioned into train (frames 1–4000), val (4001–5000), and test (5001–5998) splits using a strict non-overlapping protocol.
 
 
169
 
170
  #### Who are the source data producers?
171
 
172
+ Institute for Intelligent Systems (IIS), Esslingen University of Applied Sciences, Germany. Contact: `alexander.baumann@hs-esslingen.de`.
 
 
 
 
173
 
174
+ ### Annotations
175
 
176
  #### Annotation process
177
 
178
+ Static/dynamic ground-truth labels are not stored per frame in the dataset records. Instead, two reproducible annotation strategies are defined in `metadata/ground_truth.yaml`:
179
 
180
+ 1. **Geometry-based (Ouster, Blickfeld):** For each traffic lane, a static 3D bounding-box ROI aligned with the roadway is manually defined. Under empty-scene conditions no LiDAR returns fall inside these volumes. Since vehicles are constrained by concrete barriers, any return inside a lane volume originates from dynamic traffic. Points inside are labeled dynamic; all others static.
181
 
182
+ 2. **Velocity-based (Aeva):** A point is labeled dynamic if its measured FMCW radial velocity exceeds 1 m/s. This strategy requires no scene geometry and illustrates the FMCW sensor's self-annotating capability.
183
 
184
+ #### Who are the annotators?
185
 
186
+ Annotation parameters (lane ROIs, ground planes) were defined by the dataset authors. No manual point-wise labeling was performed — labels are reproducibly derived from geometry and physics.
187
 
188
  #### Personal and Sensitive Information
189
 
190
+ LiDAR point clouds do not record visually identifiable information (faces, license plates). No personal data is present in this dataset.
 
 
 
 
 
 
 
 
 
 
191
 
192
+ ## Citation
 
 
 
 
 
 
193
 
194
  **BibTeX:**
195
 
196
+ ```bibtex
197
+ @inproceedings{baumann2026beamwise,
198
+ author = {Alexander Baumann and Marcel Vo{\ss}hans and Thao Dang},
199
+ title = {Beam-Wise Statistical Background Subtraction for Static
200
+ Roadside {LiDAR}: A Cross-Sensor Benchmark Study},
201
+ booktitle = {IEEE International Conference on Intelligent Transportation
202
+ Systems (ITSC)},
203
+ year = {2026}
204
+ }
205
+ ```
206
 
207
  **APA:**
208
 
209
+ Baumann, A., Voßhans, M., & Dang, T. (2026). Beam-Wise Statistical Background Subtraction for Static Roadside LiDAR: A Cross-Sensor Benchmark Study. *IEEE International Conference on Intelligent Transportation Systems (ITSC)*.
 
 
 
 
 
 
210
 
211
+ ## More Information
212
 
213
+ - Original dataset (protobuf format): https://huggingface.co/datasets/iis-esslingen/HighwayScene
214
+ - Background subtraction code: https://github.com/HighwayScene/roadside-lidar-background-subtraction
215
+ - Protobuf reader: https://github.com/HighwayScene/highwayscene-proto
216
+ - Project page: https://highwayscene.github.io/
217
 
218
+ ## Dataset Card Authors
219
 
220
+ Harpreet Sahota
221
 
222
  ## Dataset Card Contact
223
 
224
+ harpreetsahota07@gmail.com