Speaker Verification with Speech-Aware LLMs: Evaluation and Augmentation

20d ago · Global · primary source: export.arxiv.org

A new study finds that speech-aware large language models struggle to identify speakers, but a lightweight augmentation can bring their performance close to dedicated verification systems. Researchers led by Thomas Thebaud have benchmarked recent speech-aware large language models (LLMs) for speaker verification and found them lacking. The team proposed a model-agnostic scoring protocol that uses confidence scores or log-likelihood ratios from Yes/No token probabilities to produce continuous verification scores for both API-only and open-weight models [1]. On the VoxCeleb1 dataset, these LLMs showed weak speaker discrimination, with equal error rates above 20% [1]. Speech-aware LLMs are built on transformer architectures, which were introduced in the 2017 paper "Attention Is All You Need" and have since become the foundation of large language models [11]. These models can accept speech inputs, but their training objectives emphasize linguistic content or paralinguistic attributes such as emotions or gender, leaving it unclear whether they encode speaker identity [1]. To address this gap, the researchers introduced a lightweight augmentation that equips an LLM with automatic speaker verification capability. The method injects frozen speaker embeddings from an ECAPA-TDNN model through a learned projection and trains only low-rank adaptation (LoRA) adapters [1]. The ECAPA-TDNN is a neural network architecture designed for speaker recognition, and neural networks more broadly are computational models inspired by biological neural systems that learn hierarchical representations through layers of artificial neurons [3]. When applied to TinyLLaMA-1.1B, the resulting ECAPA-LLM achieved a 1.03% equal error rate on the VoxCeleb1-E test set [1]. This result approaches the performance of a dedicated speaker verification system while preserving the model's natural-language interface [1]. The paper was posted on arXiv, an open-access repository for electronic preprints that has hosted over two million articles since its launch in 1991 [9].

research-paperproduct-launchbenchmark

Background sources we checked (10)
  • arxiv.org ↗ Speech-aware large language models (LLMs) can accept speech inputs, yet their training objectives largely emphasize linguistic content or specific fields such as emotions or the speaker's gender, leaving it unclear whether they encode speaker identity. First, we propose a model-a…
  • en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…
  • en.wikipedia.org ↗ Dhananjaya Yeshwant Chandrachud (born 11 November 1959) is a retired Indian jurist, who served as the 50th Chief Justice of India from 9 November 2022 to 10 November 2024. He was appointed a judge of the Supreme Court of India in May 2016. He has also previously served as the chi…
  • en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ "Attention Is All You Need" is a 2017 research paper in machine learning authored by eight scientists and engineers working at Google. The paper introduced a new deep learning architecture known as the transformer, based on the attention mechanism proposed in 2014 by Bahdanau et …

Sources

Spot something wrong? Report an issue