gorinars commited on
Commit
2a889a3
1 Parent(s): 8d13fcb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: "en"
3
+ thumbnail:
4
+ tags:
5
+ - speechbrain
6
+ - embeddings
7
+ - Sound
8
+ - pytorch
9
+ - ECAPA-TDNN
10
+ - TDNN
11
+ - audio-classification
12
+ license: "apache-2.0"
13
+ datasets:
14
+ - VGGSound
15
+ metrics:
16
+ - Accuracy
17
+
18
+ ---
19
+
20
+ <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
21
+ <br/><br/>
22
+
23
+ # Sound Recognition with ECAPA embeddings on VGGSound
24
+
25
+ This repository provides all the necessary tools to perform sound recognition with SpeechBrain using a model pretrained on VGGSound.
26
+
27
+ For a better experience, we encourage you to learn more about
28
+ [SpeechBrain](https://speechbrain.github.io).
29
+
30
+ The given model performance on the test set is:
31
+
32
+ | Release | Error Rate (%)
33
+ |:-------------:|:--------------:|
34
+ | 28-02-23 | 42.8 |
35
+
36
+
37
+ #### Referencing ECAPA
38
+ ```@inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
39
+ author = {Brecht Desplanques and
40
+ Jenthe Thienpondt and
41
+ Kris Demuynck},
42
+ editor = {Helen Meng and
43
+ Bo Xu and
44
+ Thomas Fang Zheng},
45
+ title = {{ECAPA-TDNN:} Emphasized Channel Attention, Propagation and Aggregation
46
+ in {TDNN} Based Speaker Verification},
47
+ booktitle = {Interspeech 2020},
48
+ pages = {3830--3834},
49
+ publisher = {{ISCA}},
50
+ year = {2020},
51
+ }
52
+ ```
53
+
54
+ #### Referencing VGGSound
55
+ ```@inproceedings{chen2020vggsound,
56
+ title={Vggsound: A large-scale audio-visual dataset},
57
+ author={Chen, Honglie and Xie, Weidi and Vedaldi, Andrea and Zisserman, Andrew},
58
+ booktitle={ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
59
+ pages={721--725},
60
+ year={2020},
61
+ organization={IEEE}
62
+ }
63
+ ```
64
+
65
+
66
+
67
+ # **Citing SpeechBrain**
68
+ Please, cite SpeechBrain if you use it for your research or business.
69
+
70
+
71
+ ```bibtex
72
+ @misc{speechbrain,
73
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
74
+ author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
75
+ year={2021},
76
+ eprint={2106.04624},
77
+ archivePrefix={arXiv},
78
+ primaryClass={eess.AS},
79
+ note={arXiv:2106.04624}
80
+ }
81
+ ```