ryanleeme17 commited on
Commit
0c8a3ee
·
verified ·
1 Parent(s): a533f0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -1,13 +1,25 @@
1
- # FMAR: A Dataset for Robust Song Identification
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
 
3
  **Authors:** Ryan Lee, Yi-Chieh Chiu, Abhir Karande, Ayush Goyal, Harrison Pearl, Matthew Hong, Spencer Cobb
4
 
5
  ## Overview
6
-
7
  To improve copyright infringement detection, we introduce Free-Music-Archive-Retrieval (FMAR), a structured dataset designed to test a model's capability to identify songs based on 5-second clips, or queries. We create adversarial queries to replicate common strategies to evade copyright infringement detectors, such as pitch shifting, EQ balancing, and adding background noise.
8
 
9
  ## Dataset Description
10
-
11
  - **Query Audio:**
12
  A random 5-second span is extracted from the original song audio.
13
 
@@ -18,15 +30,12 @@ To improve copyright infringement detection, we introduce Free-Music-Archive-Ret
18
  - EQ balancing
19
 
20
  ## Source
21
-
22
-
23
  This dataset is sourced from the `benjamin-paine/free-music-archive-small` collection on Hugging Face. It includes:
24
  - **Total Audio Tracks:** 7,916
25
  - **Average Duration:** Approximately 30 seconds per track
26
  - **Diversity:** Multiple genres to ensure a diverse representation of musical styles
27
 
28
  Background noises applied to the adversarial queries were sourced from the following work:
29
-
30
  ```bibtex
31
  @inproceedings{piczak2015dataset,
32
  title = {{ESC}: {Dataset} for {Environmental Sound Classification}},
@@ -39,4 +48,4 @@ Background noises applied to the adversarial queries were sourced from the follo
39
  isbn = {978-1-4503-3459-4},
40
  publisher = {{ACM Press}},
41
  pages = {1015--1018}
42
- }
 
1
+ ---
2
+ language:
3
+ - "en"
4
+ pretty_name: "Free Music Archive Retrieval"
5
+ tags:
6
+ - audio
7
+ - english
8
+ - music
9
+ - retrieval
10
+ license: "mit"
11
+ task_categories:
12
+ - audio-classification
13
+ - audio-to-audio
14
+ ---
15
 
16
+ # FMAR: A Dataset for Robust Song Identification
17
  **Authors:** Ryan Lee, Yi-Chieh Chiu, Abhir Karande, Ayush Goyal, Harrison Pearl, Matthew Hong, Spencer Cobb
18
 
19
  ## Overview
 
20
  To improve copyright infringement detection, we introduce Free-Music-Archive-Retrieval (FMAR), a structured dataset designed to test a model's capability to identify songs based on 5-second clips, or queries. We create adversarial queries to replicate common strategies to evade copyright infringement detectors, such as pitch shifting, EQ balancing, and adding background noise.
21
 
22
  ## Dataset Description
 
23
  - **Query Audio:**
24
  A random 5-second span is extracted from the original song audio.
25
 
 
30
  - EQ balancing
31
 
32
  ## Source
 
 
33
  This dataset is sourced from the `benjamin-paine/free-music-archive-small` collection on Hugging Face. It includes:
34
  - **Total Audio Tracks:** 7,916
35
  - **Average Duration:** Approximately 30 seconds per track
36
  - **Diversity:** Multiple genres to ensure a diverse representation of musical styles
37
 
38
  Background noises applied to the adversarial queries were sourced from the following work:
 
39
  ```bibtex
40
  @inproceedings{piczak2015dataset,
41
  title = {{ESC}: {Dataset} for {Environmental Sound Classification}},
 
48
  isbn = {978-1-4503-3459-4},
49
  publisher = {{ACM Press}},
50
  pages = {1015--1018}
51
+ }