Toward end-to-end interpretable convolutional neural networks for waveform signals
Linh Vu, Thu Tran, Wern-Han Lim, Raphael Phan
TL;DR
The paper presents IConNet, an end-to-end interpretable CNN for raw waveform inputs that uses a FIR-based front-end with learnable window functions to improve efficiency and transparency. Across speech emotion recognition and abnormal heart sound detection, IConNet variants outperform traditional Mel/MFCC baselines and demonstrate competitive accuracy with a compact parameter footprint. The approach yields interpretable front-end filters, revealing how frequency bands are emphasized or suppressed, which is beneficial for healthcare applications where model transparency matters. Overall, this work advocates for end-to-end waveform processing with interpretable front-ends as a viable alternative to spectrogram-based features in audio ML tasks.
Abstract
This paper introduces a novel convolutional neural networks (CNN) framework tailored for end-to-end audio deep learning models, presenting advancements in efficiency and explainability. By benchmarking experiments on three standard speech emotion recognition datasets with five-fold cross-validation, our framework outperforms Mel spectrogram features by up to seven percent. It can potentially replace the Mel-Frequency Cepstral Coefficients (MFCC) while remaining lightweight. Furthermore, we demonstrate the efficiency and interpretability of the front-end layer using the PhysioNet Heart Sound Database, illustrating its ability to handle and capture intricate long waveform patterns. Our contributions offer a portable solution for building efficient and interpretable models for raw waveform data.
