Skip to content

wilkinghoff/DCASE2023_task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCASE2023_task2

Submission for task 2 "First-Shot Unsupervised Anomalous Sound Detection for Machine Condition Monitoring" of the DCASE challenge 2023 . The system is an adaptation of the conceptually simple outlier exposed ASD system specifically designed for domain generalization and uses 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.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

When finding this code helpful, or reusing parts of it, a citation would be appreciated: @techreport{wilkinghoff2023fkie, title={Fraunhofer FKIE submission for Task 2: First-Shot Unsupervised Anomalous Sound Detection for Machine Condition Monitoring}, author={Wilkinghoff, Kevin}, year={2023}, institution={DCASE2023 Challenge, Tech. Rep} }

Releases

No releases published

Packages

No packages published

Languages