CLLGSDASMay 7, 2021

SpeechNet: A Universal Modularized Model for Speech Processing Tasks

arXiv:2105.03070v219 citations
AI Analysis

This addresses the problem of fragmented model design for speech processing researchers, offering a flexible framework, though it is incremental as it builds on existing multi-task learning concepts.

The paper tackles the lack of a universal model for diverse speech processing tasks by proposing SpeechNet, a modularized model that learns five essential tasks simultaneously, showing improvements in some tasks through multi-task learning.

There is a wide variety of speech processing tasks ranging from extracting content information from speech signals to generating speech signals. For different tasks, model networks are usually designed and tuned separately. If a universal model can perform multiple speech processing tasks, some tasks might be improved with the related abilities learned from other tasks. The multi-task learning of a wide variety of speech processing tasks with a universal model has not been studied. This paper proposes a universal modularized model, SpeechNet, which treats all speech processing tasks into a speech/text input and speech/text output format. We select five essential speech processing tasks for multi-task learning experiments with SpeechNet. We show that SpeechNet learns all of the above tasks, and we further analyze which tasks can be improved by other tasks. SpeechNet is modularized and flexible for incorporating more modules, tasks, or training approaches in the future. We release the code and experimental settings to facilitate the research of modularized universal models and multi-task learning of speech processing tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes