Interface Design for Self-Supervised Speech Models
Yi-Jen Shih, David Harwath

TL;DR
This paper explores different interface designs for connecting self-supervised speech models to downstream tasks, proposing a convolutional interface that outperforms the traditional weighted sum approach.
Contribution
It introduces a new interface framework for SSL models and demonstrates that a convolutional interface with logarithmic depth improves performance over existing methods.
Findings
Convolutional interface outperforms weighted sum in various tasks.
Weighted sum interface is suboptimal for many downstream applications.
Logarithmic depth convolutional interface consistently yields better results.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and dialogue systems · Speech Recognition and Synthesis
