wetdog commited on
Commit
ce9120b
1 Parent(s): d8b7f20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +212 -0
README.md CHANGED
@@ -28,4 +28,216 @@ size_categories:
28
  ---
29
  # Dataset Card for "TUT-urban-acoustic-scenes-2018-development"
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
28
  ---
29
  # Dataset Card for "TUT-urban-acoustic-scenes-2018-development"
30
 
31
+ ## Table of Contents
32
+ - [Table of Contents](#table-of-contents)
33
+ - [Dataset Description](#dataset-description)
34
+ - [Dataset Summary](#dataset-summary)
35
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
+ - [Languages](#languages)
37
+ - [Dataset Structure](#dataset-structure)
38
+ - [Data Instances](#data-instances)
39
+ - [Data Fields](#data-fields)
40
+ - [Data Splits](#data-splits)
41
+ - [Dataset Creation](#dataset-creation)
42
+ - [Curation Rationale](#curation-rationale)
43
+ - [Source Data](#source-data)
44
+ - [Annotations](#annotations)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Homepage: https://zenodo.org/record/1228142**
59
+ - **Repository:**
60
+ - **Paper:**
61
+ - **Leaderboard:**
62
+ - **Point of Contact: Toni Heittola (toni.heittola@tut.fi, http://www.cs.tut.fi/~heittolt/)**
63
+
64
+ ### Dataset Summary
65
+
66
+ TUT Urban Acoustic Scenes 2018 development dataset consists of 10-seconds audio segments from 10 acoustic scenes:
67
+
68
+ Airport - airport
69
+ Indoor shopping mall - shopping_mall
70
+ Metro station - metro_station
71
+ Pedestrian street - street_pedestrian
72
+ Public square - public_square
73
+ Street with medium level of traffic - street_traffic
74
+ Travelling by a tram - tram
75
+ Travelling by a bus - bus
76
+ Travelling by an underground metro - metro
77
+ Urban park - park
78
+
79
+ Each acoustic scene has 864 segments (144 minutes of audio). The dataset contains in total 24 hours of audio.
80
+
81
+ The dataset was collected in Finland by Tampere University of Technology between 02/2018 - 03/2018.
82
+ The data collection has received funding from the European Research Council under the ERC Grant Agreement 637422 EVERYSOUND.
83
+
84
+ ### Supported Tasks and Leaderboards
85
+
86
+ - `audio-classification`: The dataset can be used to train a model for [TASK NAME], which consists in [TASK DESCRIPTION]. Success on this task is typically measured by achieving a *high/low* [metric name](https://huggingface.co/metrics/metric_name).
87
+ - The ([model name](https://huggingface.co/model_name) or [model class](https://huggingface.co/transformers/model_doc/model_class.html)) model currently achieves the following score. *[IF A LEADERBOARD IS AVAILABLE]:* This task has an active leaderboard
88
+ - which can be found at [leaderboard url]() and ranks models based on [metric name](https://huggingface.co/metrics/metric_name) while also reporting [other metric name](https://huggingface.co/metrics/other_metric_name).
89
+
90
+ ## Dataset Structure
91
+
92
+ ### Data Instances
93
+
94
+ ```
95
+ {
96
+ 'scene_label': 'airport',
97
+ 'identifier': 'barcelona-0',
98
+ 'source_label': 'a',
99
+ 'audio': {'path': '/data/airport-barcelona-0-0-a.wav'
100
+ 'array': array([-1.91628933e-04, -1.18494034e-04, -1.87635422e-04, ...,
101
+ 4.90546227e-05, -4.98890877e-05, -4.66108322e-05]),
102
+ 'sampling_rate': 48000}
103
+ }
104
+
105
+ ```
106
+
107
+ ### Data Fields
108
+
109
+
110
+
111
+ - `scene_label`: acoustic scene label from the 10 class set,
112
+ - `identifier`: city-location id 'barcelona-0',
113
+ - `source_label: device id, for this dataset is always the same 'a',
114
+
115
+
116
+ Filenames of the dataset have the following pattern:
117
+
118
+ [scene label]-[city]-[location id]-[segment id]-[device id].wav
119
+
120
+ ### Data Splits
121
+
122
+ A suggested training/test partitioning of the development set is provided in order to make results reported with this dataset uniform. The partitioning is done such that the segments recorded at the same location are included into the same subset - either training or testing. The partitioning is done aiming for a 70/30 ratio between the number of segments in training and test subsets while taking into account recording locations, and selecting the closest available option.
123
+
124
+ | Scene class | Train / Segments | Train / Locations | Test / Segments | Test / Locations |
125
+ | ------------------ | ---------------- | ----------------- | --------------- | ---------------- |
126
+ | Airport | 599 | 15 | 265 | 7 |
127
+ | Bus | 622 | 26 | 242 | 10 |
128
+ | Metro | 603 | 20 | 261 | 9 |
129
+ | Metro station | 605 | 28 | 259 | 12 |
130
+ | Park | 622 | 18 | 242 | 7 |
131
+ | Public square | 648 | 18 | 216 | 6 |
132
+ | Shopping mall | 585 | 16 | 279 | 6 |
133
+ | Street, pedestrian | 617 | 20 | 247 | 8 |
134
+ | Street, traffic | 618 | 18 | 246 | 7 |
135
+ | Tram | 603 | 24 | 261 | 11 |
136
+ | **Total** | **6122** | **203** | **2518** | **83** |
137
+
138
+ ## Dataset Creation
139
+
140
+ ### Curation Rationale
141
+
142
+ [More Information Needed]
143
+
144
+ ### Source Data
145
+
146
+ #### Initial Data Collection and Normalization
147
+
148
+ The dataset was recorded in six large European cities: Barcelona, Helsinki, London, Paris, Stockholm, and Vienna. For all acoustic scenes, audio was captured in multiple locations: different streets, different parks, different shopping malls. In each location, multiple 2-3 minute long audio recordings were captured in a few slightly different positions (2-4) within the selected location. Collected audio material was cut into segments of 10 seconds length.
149
+
150
+ The equipment used for recording consists of a binaural [Soundman OKM II Klassik/studio A3](http://www.soundman.de/en/products/) electret in-ear microphone and a [Zoom F8](https://www.zoom.co.jp/products/handy-recorder/zoom-f8-multitrack-field-recorder) audio recorder using 48 kHz sampling rate and 24 bit resolution. During the recording, the microphones were worn by the recording person in the ears, and head movement was kept to minimum.
151
+
152
+
153
+
154
+
155
+ ### Annotations
156
+
157
+ #### Annotation process
158
+
159
+ Post-processing of the recorded audio involves aspects related to privacy of recorded individuals, and possible errors in the recording process. The material was screened for content, and segments containing close microphone conversation were eliminated. Some interferences from mobile phones are audible, but are considered part of real-world recording process.
160
+
161
+
162
+ #### Who are the annotators?
163
+
164
+
165
+ * Ronal Bejarano Rodriguez
166
+ * Eemi Fagerlund
167
+ * Aino Koskimies
168
+ * Toni Heittola
169
+
170
+
171
+ ### Personal and Sensitive Information
172
+
173
+ [More Information Needed]
174
+
175
+ ## Considerations for Using the Data
176
+
177
+ ### Social Impact of Dataset
178
+
179
+ [More Information Needed]
180
+
181
+ ### Discussion of Biases
182
+
183
+ [More Information Needed]
184
+
185
+ ### Other Known Limitations
186
+
187
+ [More Information Needed]
188
+
189
+ ## Additional Information
190
+
191
+ ### Dataset Curators
192
+
193
+
194
+ Toni Heittola (toni.heittola@tut.fi, http://www.cs.tut.fi/~heittolt/)
195
+ Annamaria Mesaros (annamaria.mesaros@tut.fi, http://www.cs.tut.fi/~mesaros/)
196
+ Tuomas Virtanen (tuomas.virtanen@tut.fi, http://www.cs.tut.fi/~tuomasv/)
197
+
198
+
199
+ ### Licensing Information
200
+
201
+ Copyright (c) 2018 Tampere University of Technology and its licensors
202
+ All rights reserved.
203
+ Permission is hereby granted, without written agreement and without license or royalty
204
+ fees, to use and copy the TUT Urban Acoustic Scenes 2018 (“Work”) described in this document
205
+ and composed of audio and metadata. This grant is only for experimental and non-commercial
206
+ purposes, provided that the copyright notice in its entirety appear in all copies of this Work,
207
+ and the original source of this Work, (Audio Research Group from Laboratory of Signal
208
+ Processing at Tampere University of Technology),
209
+ is acknowledged in any publication that reports research using this Work.
210
+ Any commercial use of the Work or any part thereof is strictly prohibited.
211
+ Commercial use include, but is not limited to:
212
+ - selling or reproducing the Work
213
+ - selling or distributing the results or content achieved by use of the Work
214
+ - providing services by using the Work.
215
+
216
+ IN NO EVENT SHALL TAMPERE UNIVERSITY OF TECHNOLOGY OR ITS LICENSORS BE LIABLE TO ANY PARTY
217
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
218
+ OF THIS WORK AND ITS DOCUMENTATION, EVEN IF TAMPERE UNIVERSITY OF TECHNOLOGY OR ITS
219
+ LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
220
+
221
+ TAMPERE UNIVERSITY OF TECHNOLOGY AND ALL ITS LICENSORS SPECIFICALLY DISCLAIMS ANY
222
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
223
+ FITNESS FOR A PARTICULAR PURPOSE. THE WORK PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND
224
+ THE TAMPERE UNIVERSITY OF TECHNOLOGY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT,
225
+ UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
226
+
227
+ ### Citation Information
228
+
229
+
230
+
231
+
232
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1228142.svg)](https://doi.org/10.5281/zenodo.1228142)
233
+
234
+
235
+ ### Contributions
236
+
237
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
238
+
239
+
240
+
241
+
242
+
243
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)