-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacappella.html
More file actions
242 lines (235 loc) · 10.3 KB
/
acappella.html
File metadata and controls
242 lines (235 loc) · 10.3 KB
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
---
layout: page
title: Acappella
subtitle: A dataset for audio-visual singing voice separation
---
<p class="lead mb-0" align="justify">
<i>Acappella</i> comprises of around <b>46 hours </b>
of <i>a cappella</i> solo singing videos sourced from YouTube,
sampled across different singers and languages.
These YouTube videos were all publicly available at the time of the dataset creation.
The idea behind <i>Acappella</i> is to provide a large-scale dataset
to train audio-visual models for singing voice separation.
Each video recording has been manually selected to exclude parts
of the videos that do not satisfy any of the following characteristics:
single frontal face view without occlusions, minimal background
noise, no beatboxing, no snapping fingers, songs with lyrics
(e.g. we avoid humming and yodelling).
The dataset comprises of <b>1493</b> different video samples in total spanning four language categories:
<b>English</b>, <b>Spanish</b>, <b>Hindi</b> and <b>Others</b>.
<br></br>
As a part of the dataset, we also provide the splits for the training
set, validation set and test set. The <b>training set</b> makes up around
<b>80%</b> of the total dataset. Around <b>7%</b> of the dataset forms the
<b>validation set</b> which is used during the training to save the best
checkpoint. The <b>test set</b> is divided into the following subsets:
<b>seen-heard</b> and <b>unseen-unheard</b>. The <b>seen-heard test</b> subset consists of samples from known
singers, i.e. singers seen in the training set.
The <b>unseen-unheard test</b> subset contains singers who are not a part of the training set.
The unseen-unheard test subset also contains samples from languages not seen
in the training set. It presents an approximately
uniform distribution of samples across language categories and
gender. The dataset statistics are shown in the figures below.
</p>
<div class="row">
<div class="col-sm-6">
<img src="../img/violinplot.png">
</div>
<div class="col-sm-6">
<img src="../img/barplot.png">
</div>
</div>
</br>
<p class="lead mb-0" align="justify">
Note that the <i>Acappella</i> dataset is unbalanced in terms of the duration as it contains more
female samples than the male ones. This unbalance is present in the training set, validation
set and the seen-heard test subset. However, the unseen-unheard test subset is balanced with
respect to the gender as well as the language categories. The languages included in the ‘others’
language category in the training set are: Italian, Portuguese, Indonesian, Kannada, Arabic,
and Turkish. The samples from ‘others’ language category belonging to the unseen-unheard
test subset are totally new in the sense that these languages were not included in the training
set, those are: Greek, Persian, Assamese, Tamil, Malayalam, Ukrainian, and Croatian.
<br></br>
</p>
</br>
<h1>How to use?</h1>
<p class="lead mb-0" align="justify">
To use the dataset, we recommend the users to install the pip package
acappella_info that contains
all the necessary info related to the dataset. Alternatively,
we also provide the files below for the convenience of viewing.
<br></br>
</p>
<div class="row">
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/full_dataset.csv">
<i class="fas fa-file-csv fa-4x"></i>
</a>
<h6>full_dataset.csv</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/splits.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>splits.json</h6>
</div>
</div>
<br>
<div class="row">
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/train.csv">
<i class="fas fa-file-csv fa-4x"></i>
</a>
<h6>train.csv</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/val_seen.csv">
<i class="fas fa-file-csv fa-4x"></i>
</a>
<h6>val_seen.csv</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/test_seen.csv">
<i class="fas fa-file-csv fa-4x"></i>
</a>
<h6>test_seen.csv</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/test_unseen.csv">
<i class="fas fa-file-csv fa-4x"></i>
</a>
<h6>test_unseen.csv</h6>
</div>
</div>
<!--<br>
<h6 class="mx-auto" style="color: saddlebrown"><u>Note</u>: Currently, the files are empty. The original files will be made available upon paper acceptance.</h6>
<br>-->
<p class="lead mb-0" align="justify">
The IDs of all the YouTube videos that belong to
the <i>Acappella</i> dataset are made available.
Each row in the above csv files corresponds to a sample in the dataset.
As one can see in the splits.json file, a sample is identified in the
format: <i>ID_start_timestamp_to_end_timestamp</i>. Each sample is a trimmed segment of
a full-length video obtained by
trimming that full-length video along the start timestamp and end timestamp.
This way we exclude parts of the
full-length videos that
are not particularly useful to our task for our experiment setup
(<i>e.g.</i> concealed lips, background noise).
The start and end timestamps are provided for each of the video IDs (see the csv files).
We also provide information regarding the language of the song,
the gender of the singer and the duration of each sample.
The pip package provides <i>get</i> methods to access all this information.
</p>
</br>
<h1>Traces</h1>
<p class="lead mb-0" align="justify">
For this specific paper, we considered certain 4 second segments from
the samples for validation and evaluation on the test sets rather than evaluating on the
full-length samples (note that a sample is a trimmed excerpt obtained from a full-length video).
The 4 second segments were obtained randomly, but frozen across different models for the sake of
fair comparison of their performances.
<!--Hence, here we provide the traces corresponding to these 4 second
segments that we used for validation and evaluation on the test sets. In each of these traces,
the entries corresponding to the <i>Acappella</i> dataset are listed under the key "acappella_visual".
segments that we used for validation and evaluation on the test sets.-->
</p>
<br>
<!--<div class="row">
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/val_seen_traces.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>val_seen_traces.json</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/test_seen_traces.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>test_seen_traces.json</h6>
</div>
<div class="col-sm-4 text-center">
<a style="color: #242124;"
href="../dataset/test_unseen_english_mixed_traces.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>test_unseen_english_mixed_traces.json</h6>
</div>
<div class="col-sm-3 text-center">
<a style="color: #242124;"
href="../dataset/test_unseen_others_mixed_traces.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>test_unseen_others_mixed_traces.json</h6>
</div>
</div>
<br>-->
<p class="lead mb-0" align="justify">
<b style="color: brown"><u>NOTE</u>:</b> It is likely that some videos from
the dataset might not be available in future if the users takes them down
from YouTube or if the users make their videos private or if country-specific
restrictions are applied on the videos.
</p>
<br>
<!--
<div class="row">
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/val_seen_mapping.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>val_mapping.json</h6>
</div>
<div class="col-sm-2 text-center">
<a style="color: #242124;"
href="../dataset/test_seen_mapping.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>test_seen_mapping.json</h6>
</div>
<div class="col-sm-4 text-center">
<a style="color: #242124;"
href="../dataset/test_unseen_english_mixed_mapping.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>english_mixed_mapping.json</h6>
</div>
<div class="col-sm-3 text-center">
<a style="color: #242124;"
href="../dataset/test_unseen_others_mixed_mapping.json">
<i class="far fa-file fa-4x"></i>
</a>
<h6>others_mixed_mapping.json</h6>
</div>
</div>
-->
</br></br>
<h2>LICENSE</h2>
<p class="lead mb-0" align="justify">
The <i>Acappella</i> dataset is available to download for
commercial/research purposes under a
<a href="https://creativecommons.org/licenses/by/4.0/">
Creative Commons Attribution 4.0 International License</a>.
The copyright remains with the original owners of the videos
listed in the dataset.
Click <a href="../acappella/license.txt">here</a> for the complete version of the license.
</br>
<strong>Caution:</strong> We note that the distribution of identities in the
<i>Acappella</i> datasets may not be representative of the
global human population. Please be careful of unintended
societal, gender, racial and other biases when training or
deploying models trained on this data.
</br>
<strong>Note:</strong> These license terms have been inspired from
that of the <a href="https://www.robots.ox.ac.uk/~vgg/data/voxceleb/">
VoxCeleb</a> dataset.
<br></br>
</p>