Interface Design for Self-Supervised Speech Models
Yi-Jen Shih, David Harwath
TL;DR
This work addresses how to best aggregate layer-wise representations from self-supervised speech models for downstream tasks by introducing an explicit Interface module between Upstream SSL models and Downstream predictors. It formalizes the Upstream→Interface→Downstream pipeline and shows that the conventional layer-wise weighted sum is suboptimal. Among several proposed interfaces, Hierarchical Convolution over the layer axis consistently delivers the strongest performance across ML-SUPERB and SUPERB benchmarks, often outperforming both single-layer features and larger downstream heads. The findings emphasize that interface design significantly impacts downstream performance, persisting even under end-to-end fine-tuning, and offer practical guidance for deploying SSL-based speech systems.
Abstract
Self-supervised speech (SSL) models have recently become widely adopted for many downstream speech processing tasks. The general usage pattern is to employ SSL models as feature extractors, and then train a downstream prediction head to solve a specific task. However, different layers of SSL models have been shown to capture different types of information, and the methods of combining them are not well studied. To this end, we extend the general framework for SSL model utilization by proposing the interface that connects the upstream and downstream. Under this view, the dominant technique of combining features via a layerwise weighted sum can be regarded as a specific interface. We propose several alternative interface designs and demonstrate that the weighted sum interface is suboptimal for many tasks. In particular, we show that a convolutional interface whose depth scales logarithmically with the depth of the upstream model consistently outperforms many other interface designs.
