paper-with-me

홈 › Papers

Improving Speaker Verification with Self-Pretrained Transformer Models

2023-05-17 · Junyi Peng, Oldřich Plchot, Themos Stafylakis, Ladislav Mošner, Lukáš Burget, Jan Černocký

Recently, fine-tuning large pre-trained Transformer models using downstream datasets has received a rising interest. Despite their success, it is still challenging to disentangle the benefits of large-scale datasets and Transformer structures from the limitations of the pre-training. In this paper, we introduce a hierarchical training approach, named self-pretraining, in which Transformer models are pretrained and finetuned on the same dataset. Three pre-trained models including HuBERT, Conformer and WavLM are evaluated on four different speaker verification datasets with varying sizes. Our experiments show that these self-pretrained models achieve competitive performance on downstream speaker verification tasks with only one-third of the data compared to Librispeech pretraining, such as VoxCeleb1 and CNCeleb1. Furthermore, when pre-training only on the VoxCeleb2-dev, the Conformer model outperforms the one pre-trained on 94k hours of data using the same fine-tuning settings.

📄 PDF Abstract BibTeX arXiv:2305.10517

Code (0)

등록된 구현이 없습니다.

Tasks

Speaker Verification

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

S-vectors and TESA: Speaker Embeddings and a Speaker Authenticator Based on Transformer Encoder

2020-08-11 · N J Metilda Sagaya Mary, S Umesh, Sandesh V Katta

One of the most popular speaker embeddings is x-vectors, which are obtained from an architecture that gradually builds a larger temporal context with layers. In this paper, we propose to derive speaker embeddings from Tr…

SentenceSpeaker Verification

Leveraging ASR Pretrained Conformers for Speaker Verification through Transfer Learning and Knowledge Distillation

2023-09-06 · Danwei Cai, Ming Li

This paper explores the use of ASR-pretrained Conformers for speaker verification, leveraging their strengths in modeling speech signals. We introduce three strategies: (1) Transfer learning to initialize the speaker emb…

Knowledge DistillationSpeaker VerificationTransfer Learning

SSAVSV: Towards Unified Model for Self-Supervised Audio-Visual Speaker Verification

2025-06-21 · Gnana Praveen Rajasekhar, Jahangir Alam

Conventional audio-visual methods for speaker verification rely on large amounts of labeled data and separate modality-specific architectures, which is computationally expensive, limiting their scalability. To address th…

Contrastive LearningSelf-Supervised LearningSpeaker Verification

A New Perspective on Speaker Verification: Joint Modeling with DFSMN and Transformer

2023-12-28 · Hongyu Wang, Hui Li, Bo Li

Speaker verification is to judge the similarity between two unknown voices in an open set, where the ideal speaker embedding should be able to condense discriminant information into a compact utterance-level representati…

Speaker Verification

Self-Distillation Prototypes Network: Learning Robust Speaker Representations without Supervision

2023-08-05 · Yafeng Chen, Siqi Zheng, Hui Wang, Luyao Cheng 외

Training speaker-discriminative and robust speaker verification systems without explicit speaker labels remains a persistent challenge. In this paper, we propose a novel self-supervised speaker verification approach, Sel…

DiversityRepresentation LearningSpeaker VerificationTransfer Learning