Anomalous Sound Detection Using Time-Frequency Feature and Mixbatch
摘要
The sound emitted by machines under abnormal working conditions exhibits various frequency patterns. Currently, the most advanced anomalous sound detection (ASD) approach is to apply a multi-head self-attention mechanism to the Log-Mel spectrogram for automatic frequency pattern analysis. However, the Log-Mel spectrogram may filter out high-frequency components of abnormal sounds; thus the use of self-attention mechanisms on Log-Mel spectrogram seems to have certain limitations. In this paper, we construct a simple convolutional neural network to extract comprehensive frequency features from raw audio to complement spectral-temporal information fusion. The parameters of this neural network are continuously updated during the training process to extract better frequency features for downstream classification neural networks in ASD. Additionally, a method for data augmentation in the batch dimension was developed to help the classification model learn both types of comprehensive features simultaneously. The proposed method achieved an AUC of 94.13% and a pAUC of 89.09% on the DCASE 2020 Challenge Task 2 dataset. Even when using only the features proposed in this paper, an AUC of 84.62% was achieved.