Papers › Utterance-level Aggregation For Speaker Recognition In The Wild

Utterance-level Aggregation For Speaker Recognition In The Wild

26 Feb 2019arXiv:1902.10107archive 2025-07-28

Weidi Xie, Arsha Nagrani, Joon Son Chung, Andrew Zisserman

The objective of this paper is speaker recognition "in the wild"-where utterances may be of variable length and also contain irrelevant signals. Crucial elements in the design of deep networks for this task are the type of trunk (frame level) network, and the method of temporal aggregation. We propose a powerful speaker recognition deep network, using a "thin-ResNet" trunk architecture, and a dictionary-based NetVLAD or GhostVLAD layer to aggregate features across time, that can be trained end-to-end. We show that our network achieves state of the art performance by a significant margin on the VoxCeleb1 test set for speaker recognition, whilst requiring fewer parameters than previous methods. We also investigate the effect of utterance length on performance, and conclude that for "in the wild" data, a longer length is beneficial.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1902.10107")

Code

Syntology Ran 3 of 23 code samples harvested from 4 repositories linked to this paper; 20 have no recorded run. Of those that ran: 3 ran · fixture could not drive it.

By repository: official repository: 1 sample from 1 repository, 0 ran; community (archive-listed): 22 samples from 3 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

WeidiXie/VGG-Speaker-Recognition officialmentioned on GitHubtf report
Livefull/SphereDiar mentioned on GitHubtf report
jkchen79/netvlad-in-speech mentioned on GitHubpytorch report
khassanoff/Speaker_Verification mentioned on GitHubpytorch report
mavceleb/mavceleb_baseline mentioned on GitHubpytorch report
msaadsaeed/FOP mentioned on GitHubpytorch report
msaadsaeed/sbnet mentioned on GitHubpytorch report
taylorlu/Speaker-Diarization mentioned on GitHubtfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 3 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · fixture could not drive it
20unverified

Licence: 1 of the 23 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

set_result_path WeidiXie/VGG-Speaker-Recognition/src/predict.py official repository unverified no licence file found · pointer only · f8272c80971e5978 · report
conv_block khassanoff/Speaker_Verification/speech_embedder_net.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · 17437f2725b26ae5 · report
identity_block khassanoff/Speaker_Verification/speech_embedder_net.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · ba8e52a6186dbe68 · report
shortcut khassanoff/Speaker_Verification/speech_embedder_net.py community (archive-listed) ran · fixture could not drive it BSD-3-Clause (permissive) · 460d697a4c9ca801 · report
amsoftmax_loss taylorlu/Speaker-Diarization/ghostvlad/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 6518429bdea14293 · report
amsoftmax_loss zabir-nabil/tf2-speaker-recognition/model.py community (archive-listed) unverified MIT (permissive) · bf118be3e0b08f1e · report
append2dict taylorlu/Speaker-Diarization/speakerDiarization.py community (archive-listed) unverified Apache-2.0 (permissive) · 1169b496229daf10 · report
arrangeResult taylorlu/Speaker-Diarization/speakerDiarization.py community (archive-listed) unverified Apache-2.0 (permissive) · fb447405850e532c · report
compute_sequence_match_accuracy taylorlu/Speaker-Diarization/uisrnn/evals.py community (archive-listed) unverified Apache-2.0 (permissive) · 6a0b276952bdc83b · report
conv_block_2D taylorlu/Speaker-Diarization/ghostvlad/backbone.py community (archive-listed) unverified Apache-2.0 (permissive) · ba579e59da9e4e3f · report
conv_block_2D zabir-nabil/tf2-speaker-recognition/backbone.py community (archive-listed) unverified MIT (permissive) · 61a6cf5e47d41f7e · report
genMap taylorlu/Speaker-Diarization/speakerDiarization.py community (archive-listed) unverified Apache-2.0 (permissive) · 8f290b6646c54127 · report
get_list_inverse_index taylorlu/Speaker-Diarization/uisrnn/evals.py community (archive-listed) unverified Apache-2.0 (permissive) · d60a5212d267941e · report
get_vggface2_imglist taylorlu/Speaker-Diarization/ghostvlad/toolkits.py community (archive-listed) unverified Apache-2.0 (permissive) · 499126ea0fb9fe0a · report
identity_block_2D taylorlu/Speaker-Diarization/ghostvlad/backbone.py community (archive-listed) unverified Apache-2.0 (permissive) · 43330ce78044b94f · report
identity_block_2D zabir-nabil/tf2-speaker-recognition/backbone.py community (archive-listed) unverified MIT (permissive) · c81b6fabb296ede5 · report
initialize_GPU taylorlu/Speaker-Diarization/ghostvlad/toolkits.py community (archive-listed) unverified Apache-2.0 (permissive) · d560100c1112033e · report
regularization_loss taylorlu/Speaker-Diarization/uisrnn/loss_func.py community (archive-listed) unverified Apache-2.0 (permissive) · 23bad4461ca9d747 · report
resnet_2D_v1 taylorlu/Speaker-Diarization/ghostvlad/backbone.py community (archive-listed) unverified Apache-2.0 (permissive) · ea4dfc945d7a3187 · report
resnet_2D_v1 zabir-nabil/tf2-speaker-recognition/backbone.py community (archive-listed) unverified MIT (permissive) · 4b2de008af319598 · report
set_mp taylorlu/Speaker-Diarization/ghostvlad/toolkits.py community (archive-listed) unverified Apache-2.0 (permissive) · 35a2331b27bb8ddd · report
sigma2_prior_loss taylorlu/Speaker-Diarization/uisrnn/loss_func.py community (archive-listed) unverified Apache-2.0 (permissive) · cd29a997e2d51ed2 · report
weighted_mse_loss taylorlu/Speaker-Diarization/uisrnn/loss_func.py community (archive-listed) unverified Apache-2.0 (permissive) · 720fd03354ee7041 · report

Tasks

Speaker RecognitionText-Independent Speaker Verification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections