LGCLSDASAug 19, 2024

Federated Learning of Large ASR Models in the Real World

arXiv:2408.10443v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses the problem of resource-intensive FL for large models, enabling privacy-preserving ASR training on common devices, though it is incremental in applying existing FL methods to a new model type.

The paper tackles the challenge of training large automatic speech recognition (ASR) models with over 100 million parameters using federated learning (FL) in real-world settings, achieving a 130M parameter Conformer model with demonstrated improvements in training efficiency and model quality.

Federated learning (FL) has shown promising results on training machine learning models with privacy preservation. However, for large models with over 100 million parameters, the training resource requirement becomes an obstacle for FL because common devices do not have enough memory and computation power to finish the FL tasks. Although efficient training methods have been proposed, it is still a challenge to train the large models like Conformer based ASR. This paper presents a systematic solution to train the full-size ASR models of 130M parameters with FL. To our knowledge, this is the first real-world FL application of the Conformer model, which is also the largest model ever trained with FL so far. And this is the first paper showing FL can improve the ASR model quality with a set of proposed methods to refine the quality of data and labels of clients. We demonstrate both the training efficiency and the model quality improvement in real-world experiments.

Foundations

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

Your Notes