paper-with-me

홈 › Papers

A Method to Reveal Speaker Identity in Distributed ASR Training, and How to Counter It

2021-04-15 · Trung Dang, Om Thakkar, Swaroop Ramaswamy, Rajiv Mathews, Peter Chin, Françoise Beaufays

End-to-end Automatic Speech Recognition (ASR) models are commonly trained over spoken utterances using optimization methods like Stochastic Gradient Descent (SGD). In distributed settings like Federated Learning, model training requires transmission of gradients over a network. In this work, we design the first method for revealing the identity of the speaker of a training utterance with access only to a gradient. We propose Hessian-Free Gradients Matching, an input reconstruction technique that operates without second derivatives of the loss function (required in prior works), which can be expensive to compute. We show the effectiveness of our method using the DeepSpeech model architecture, demonstrating that it is possible to reveal the speaker's identity with 34% top-1 accuracy (51% top-5 accuracy) on the LibriSpeech dataset. Further, we study the effect of two well-known techniques, Differentially Private SGD and Dropout, on the success of our method. We show that a dropout rate of 0.2 can reduce the speaker identity accuracy to 0% top-1 (0.5% top-5).

📄 PDF Abstract BibTeX arXiv:2104.07815

Code (1)

googleinterns/deepspeech-reconstruction 공식 구현 tf

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Federated Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Investigating Counterfactual Unfairness in LLMs towards Identities through Humor

2026-04-20 · Shubin Kim, Yejin Son, Junyeong Park, Keummin Ka 외 arxiv

Humor holds up a mirror to social perception: what we find funny often reflects who we are and how we judge others. When language models engage with humor, their reactions expose the social assumptions they have internal…

Identifying Source Speakers for Voice Conversion based Spoofing Attacks on Speaker Verification Systems

2022-06-18 · Danwei Cai, Zexin Cai, Ming Li

An automatic speaker verification system aims to verify the speaker identity of a speech signal. However, a voice conversion system could manipulate a person's speech signal to make it sound like another speaker's voice …

Speaker IdentificationSpeaker VerificationVoice Conversion

Evaluating Identity Leakage in Speaker De-Identification Systems

2025-08-19 · Seungmin Seo, Oleg Aulov, Afzal Godil, Kevin Mangold arxiv

Speaker de-identification aims to conceal a speaker's identity while preserving intelligibility of the underlying speech. We introduce a benchmark that quantifies residual identity leakage with three complementary error …

Guided Training: A Simple Method for Single-channel Speaker Separation

2021-03-26 · Hao Li, Xueliang Zhang, Guanglai Gao

Deep learning has shown a great potential for speech separation, especially for speech and non-speech separation. However, it encounters permutation problem for multi-speaker separation where both target and interference…

Speaker SeparationSpeech Separation

Powerful Speaker Embedding Training Framework by Adversarially Disentangled Identity Representation

2019-11-27 · Jianwei Tai, Hang Zhou, Qingjia Huang, Xiaoqi Jia

The main challenge of speaker verification in the wild is the interference caused by irrelevant information in speech and the lack of speaker labels in speech datasets. In order to solve the above problems, we propose a …

Speaker Verification