Skip to content

Accompanying code for the paper Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection.

License

Notifications You must be signed in to change notification settings

wilkinghoff/icassp2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection

Anomalous Sound Detection (ASD) system for task 2 "Unsupervised Anomalous Sound Detection for Machine Condition Monitoring Applying Domain Generalization Techniques" of the DCASE challenge 2022 achieving state-of-the-art performance. The system is a conceptually simple ASD system specifically designed for domain generalization and is trained trough an auxiliary task using the sub-cluster AdaCos loss.

Instructions

The implementation is based on Tensorflow 2.3 (more recent versions can run into problems with the current implementation). Just start the main script for training and evaluation. To run the code, you need to download the development dataset, additional training dataset and the evaluation dataset of the DCASE 2022 ASD dataset, and store the files in an './eval_data' and a './dev_data' folder.

Reference

When reusing (parts of) the code, a reference to the following paper would be appreciated:

@inproceedings{wilkinghoff2023design, author = {Wilkinghoff, Kevin}, title = {Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection}, booktitle = {International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, year = {2023}, publisher={IEEE} }

About

Accompanying code for the paper Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages