paper-with-me

Papers

Federated Representation Learning for Automatic Speech Recognition

2023-08-03 · Guruprasad V Ramesh, Gopinath Chennupati, Milind Rao, Anit Kumar Sahu, Ariya Rastrow, Jasha Droppo

Federated Learning (FL) is a privacy-preserving paradigm, allowing edge devices to learn collaboratively without sharing data. Edge devices like Alexa and Siri are prospective sources of unlabeled audio data that can be tapped to learn robust audio representations. In this work, we bring Self-supervised Learning (SSL) and FL together to learn representations for Automatic Speech Recognition respecting data privacy constraints. We use the speaker and chapter information in the unlabeled speech dataset, Libri-Light, to simulate non-IID speaker-siloed data distributions and pre-train an LSTM encoder with the Contrastive Predictive Coding framework with FedSGD. We show that the pre-trained ASR encoder in FL performs as well as a centrally pre-trained model and produces an improvement of 12-15% (WER) compared to no pre-training. We further adapt the federated pre-trained models to a new language, French, and show a 20% (WER) improvement over no pre-training.

📄 PDF Abstract BibTeX arXiv:2308.02013

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionFederated LearningPrivacy PreservingRepresentation LearningSelf-Supervised Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
InfoNCE 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Contrastive Predictive Coding Contrastive Predictive Coding (CPC) learns self-supervised representations by predicting the future in latent space by using powerful autoregressive models. The model uses a…

Similar Papers 제목 키워드 기반

Parameter-Efficient Transfer Learning under Federated Learning for Automatic Speech Recognition

2024-08-19 · Xuan Kan, Yonghui Xiao, Tien-Ju Yang, Nanxin Chen 외

This work explores the challenge of enhancing Automatic Speech Recognition (ASR) model performance across various user-specific domains while preserving user data privacy. We employ federated learning and parameter-effic…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Domain AdaptationFederated Learning+3

Privacy attacks for automatic speech recognition acoustic models in a federated learning framework

2021-11-06 · Natalia Tomashenko, Salima Mdhaffar, Marc Tommasi, Yannick Estève 외

This paper investigates methods to effectively retrieve speaker information from the personalized speaker adapted neural network acoustic models (AMs) in automatic speech recognition (ASR). This problem is especially imp…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated Learningspeech-recognition+1

Enabling On-Device Training of Speech Recognition Models with Federated Dropout

2021-10-07 · Dhruv Guliani, Lillian Zhou, Changwan Ryu, Tien-Ju Yang 외

Federated learning can be used to train machine learning models on the edge on local data that never leave devices, providing privacy by default. This presents a challenge pertaining to the communication and computation …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated Learningspeech-recognition+1

FedNST: Federated Noisy Student Training for Automatic Speech Recognition

2022-06-06 · Haaris Mehmood, Agnieszka Dobrowolska, Karthikeyan Saravanan, Mete Ozay

Federated Learning (FL) enables training state-of-the-art Automatic Speech Recognition (ASR) models on user devices (clients) in distributed systems, hence preventing transmission of raw user data to a central server. A …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated LearningSelf-Supervised Learning+2

Federated Heterogeneous Language Model Optimization for Hybrid Automatic Speech Recognition

2026-03-05 · Mengze Hong, Yi Gu, Di Jiang, Hanlin Gu 외 arxiv

Training automatic speech recognition (ASR) models increasingly relies on decentralized federated learning to ensure data privacy and accessibility, producing multiple local models that require effective merging. In hybr…

Reinforcement LearningFederated LearningSpeech Recognition