How Does a Deep Neural Network Look at Lexical Stress?
Itai Allouche, Itay Asael, Rotem Rousso, Vered Dassa, Ann Bradlow, Seung-Eun Kim, Matthew Goldrick, Joseph Keshet
TL;DR
This work probes how deep convolutional networks infer lexical stress in English disyllables by training CNNs on spectrogram representations derived from automatically gathered read and spontaneous speech. It pairs strong predictive performance with a detailed interpretability analysis using Layerwise Relevance Propagation (LRP), Intersection over Union (IOU) of relevance heatmaps, and feature-specific relevance mappings to acoustic cues such as $F_1$, $F_2$, $F_3$, and $F_0$. The best-performing model (e.g., VGG16) relies heavily on the stressed vowel—particularly $F_1$—while still utilizing information from non-stressed regions and other cues, suggesting a distributed, relational set of stress cues learned from natural data. The study provides a publicly available automatic lexical-stress dataset and a robust interpretability framework that bridges deep learning insights with traditional phonetic knowledge, highlighting practical potential for phonetics research and speech technology applications.
Abstract
Despite their success in speech processing, neural networks often operate as black boxes, prompting the question: what informs their decisions, and how can we interpret them? This work examines this issue in the context of lexical stress. A dataset of English disyllabic words was automatically constructed from read and spontaneous speech. Several Convolutional Neural Network (CNN) architectures were trained to predict stress position from a spectrographic representation of disyllabic words lacking minimal stress pairs (e.g., initial stress WAllet, final stress exTEND), achieving up to 92% accuracy on held-out test data. Layerwise Relevance Propagation (LRP), a technique for CNN interpretability analysis, revealed that predictions for held-out minimal pairs (PROtest vs. proTEST ) were most strongly influenced by information in stressed versus unstressed syllables, particularly the spectral properties of stressed vowels. However, the classifiers also attended to information throughout the word. A feature-specific relevance analysis is proposed, and its results suggest that our best-performing classifier is strongly influenced by the stressed vowel's first and second formants, with some evidence that its pitch and third formant also contribute. These results reveal deep learning's ability to acquire distributed cues to stress from naturally occurring data, extending traditional phonetic work based around highly controlled stimuli.
