Deep Learning-Based Acoustic Event Detection and Classification Using Cochleogram Images
摘要
Acoustic Event Detection and Classification (AEDC) aims to identify and classify specific audio events within audio signals. AEDC has applications in various fields, including security systems, scene monitoring, smart hospitals, environmental monitoring, and more. The process of AEDC typically involves steps that include audio signal processing to extract relevant features from the input, a machine learning model to recognise patterns in the extracted features and a classifier to detect events. Recent research on AEDC has increasingly focused on features based on the frequency distribution of the Mel-frequency cepstral coefficients (MFCCs). In this study, the feature extraction is performed based on Cochleogram, which involves the analysis of audio signals using Gammatone filters. Cochleogram features are inspired by the human cochlea, part of the inner ear responsible for converting sound vibrations into electrical signals sent to the brain. A two-dimensional (2D) feature is extracted from the Cochleogram using Welch’s spectral density estimation and then converted into a frequency spectrum. The frequency distribution of different cochleogram filter banks is then used as a one-dimensional (1D) feature. The proposed classification method uses a 1D Convolutional Neural Network (CNN), which is less complex than traditional 2D CNNs. The proposed method was evaluated using the URBAN-SED dataset, and its performance was compared against the related state-of-the-art methods. The results showed the competitiveness of the cochleogram over Mel-based features such as MFCC in AEDC if the deep learning algorithm is properly designed and trained.