Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.03 KB

Self-Supervised Learning for Anomalous Sound Detection

ASD system utilizing supervised and self-supervised learning for acoustic machine condition monitoring for task 2 "First-Shot Unsupervised Anomalous Sound Detection for Machine Condition Monitoring" of the DCASE2023 Challenge.

Instructions

Just start the main.py script for training and evaluation. To run the code, you need to download the development dataset, additional training dataset and the evaluation dataset, and store the files in an './eval_data' and a './dev_data' folder.

Reference

Please reference the following paper when reusing (parts of) the code:

@inproceedings{wilkinghoff2024self, author = {Wilkinghoff, Kevin}, title = {Self-Supervised Learning for Anomalous Sound Detection}, booktitle = {International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, year = {2024}, publisher={IEEE}, pages={276--280} }