File size: 8,969 Bytes
fc4b0d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8b7f20
 
 
 
 
fc4b0d3
 
 
ce9120b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583b181
ce9120b
 
 
 
 
583b181
 
 
 
ce9120b
 
 
 
583b181
ce9120b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc4b0d3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
---
dataset_info:
  features:
  - name: scene_label
    dtype: string
  - name: identifier
    dtype: string
  - name: source_label
    dtype: string
  - name: audio
    dtype: audio
  splits:
  - name: train
    num_bytes: 24883936611.28
    num_examples: 8640
  download_size: 24885037396
  dataset_size: 24883936611.28
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: afl-3.0
task_categories:
- audio-classification
size_categories:
- 1K<n<10K
---
# Dataset Card for "TUT-urban-acoustic-scenes-2018-development"


## Dataset Description

- **Homepage: https://zenodo.org/record/1228142**
- **Repository:**
- **Paper:**
- **Leaderboard:**
- **Point of Contact: Toni Heittola (toni.heittola@tut.fi, http://www.cs.tut.fi/~heittolt/)**

### Dataset Summary

TUT Urban Acoustic Scenes 2018 development dataset consists of 10-seconds audio segments from 10 acoustic scenes:

    Airport - airport
    Indoor shopping mall - shopping_mall
    Metro station - metro_station
    Pedestrian street - street_pedestrian
    Public square - public_square
    Street with medium level of traffic - street_traffic
    Travelling by a tram - tram
    Travelling by a bus - bus
    Travelling by an underground metro - metro
    Urban park - park

Each acoustic scene has 864 segments (144 minutes of audio). The dataset contains in total 24 hours of audio.

The dataset was collected in Finland by Tampere University of Technology between 02/2018 - 03/2018. 
The data collection has received funding from the European Research Council under the ERC Grant Agreement 637422 EVERYSOUND.

### Supported Tasks and Leaderboards

- `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).
-  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
-  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).

## Dataset Structure

### Data Instances

```
{
  'scene_label': 'airport',
  'identifier': 'barcelona-0',
  'source_label': 'a',
  'audio': {'path': '/data/airport-barcelona-0-0-a.wav'
           'array': array([-1.91628933e-04, -1.18494034e-04, -1.87635422e-04, ...,
        4.90546227e-05, -4.98890877e-05, -4.66108322e-05]),
       'sampling_rate': 48000}
}

```

### Data Fields



- `scene_label`: acoustic scene label from the 10 class set,
- `identifier`: city-location id 'barcelona-0',
- `source_label: device id, for this dataset is always the same 'a',


Filenames of the dataset have the following pattern:

[scene label]-[city]-[location id]-[segment id]-[device id].wav

### Data Splits

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. 

| Scene class        | Train / Segments | Train / Locations | Test / Segments | Test / Locations |
| ------------------ | ---------------- | ----------------- | --------------- | ---------------- |
| Airport            | 599              | 15                | 265             | 7                |
| Bus                | 622              | 26                | 242             | 10               |
| Metro              | 603              | 20                | 261             | 9                |
| Metro station      | 605              | 28                | 259             | 12               |
| Park               | 622              | 18                | 242             | 7                |
| Public square      | 648              | 18                | 216             | 6                |
| Shopping mall      | 585              | 16                | 279             | 6                |
| Street, pedestrian | 617              | 20                | 247             | 8                |
| Street, traffic    | 618              | 18                | 246             | 7                |
| Tram               | 603              | 24                | 261             | 11               |
| **Total**          | **6122**         | **203**           | **2518**        | **83**           |

## Dataset Creation

### Source Data

#### Initial Data Collection and Normalization

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. 

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.




### Annotations

#### Annotation process

Post-processing of the recorded audio involves aspects related to privacy of recorded individuals, and possible errors in the recording process. Some interferences from mobile phones are audible, but are considered part of real-world recording process.


#### Who are the annotators?


* Ronal Bejarano Rodriguez
* Eemi Fagerlund
* Aino Koskimies
* Toni Heittola


### Personal and Sensitive Information

The material was screened for content, and segments containing close microphone conversation were eliminated.

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators


Toni Heittola (toni.heittola@tut.fi, http://www.cs.tut.fi/~heittolt/)
Annamaria Mesaros (annamaria.mesaros@tut.fi, http://www.cs.tut.fi/~mesaros/)
Tuomas Virtanen (tuomas.virtanen@tut.fi, http://www.cs.tut.fi/~tuomasv/)


### Licensing Information

Copyright (c) 2018 Tampere University of Technology and its licensors 
All rights reserved.
Permission is hereby granted, without written agreement and without license or royalty 
fees, to use and copy the TUT Urban Acoustic Scenes 2018 (“Work”) described in this document 
and composed of audio and metadata. This grant is only for experimental and non-commercial 
purposes, provided that the copyright notice in its entirety appear in all copies of this Work, 
and the original source of this Work, (Audio Research Group from Laboratory of Signal
Processing at Tampere University of Technology), 
is acknowledged in any publication that reports research using this Work.
Any commercial use of the Work or any part thereof is strictly prohibited. 
Commercial use include, but is not limited to:
- selling or reproducing the Work
- selling or distributing the results or content achieved by use of the Work
- providing services by using the Work.

IN NO EVENT SHALL TAMPERE UNIVERSITY OF TECHNOLOGY OR ITS LICENSORS BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
OF THIS WORK AND ITS DOCUMENTATION, EVEN IF TAMPERE UNIVERSITY OF TECHNOLOGY OR ITS
LICENSORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

TAMPERE UNIVERSITY OF TECHNOLOGY AND ALL ITS LICENSORS SPECIFICALLY DISCLAIMS ANY
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE. THE WORK PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND 
THE TAMPERE UNIVERSITY OF TECHNOLOGY HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, 
UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

### Citation Information




[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1228142.svg)](https://doi.org/10.5281/zenodo.1228142)


### Contributions

Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.





[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)