Papers › Speaker Recognition from Raw Waveform with SincNet

Speaker Recognition from Raw Waveform with SincNet

29 Jul 2018arXiv:1808.00158archive 2025-07-28

Mirco Ravanelli, Yoshua Bengio

Deep learning is progressively gaining popularity as a viable alternative to i-vectors for speaker recognition. Promising results have been recently obtained with Convolutional Neural Networks (CNNs) when fed by raw speech samples directly. Rather than employing standard hand-crafted features, the latter CNNs learn low-level speech representations from waveforms, potentially allowing the network to better capture important narrow-band speaker characteristics such as pitch and formants. Proper design of the neural network is crucial to achieve this goal. This paper proposes a novel CNN architecture, called SincNet, that encourages the first convolutional layer to discover more meaningful filters. SincNet is based on parametrized sinc functions, which implement band-pass filters. In contrast to standard CNNs, that learn all elements of each filter, only low and high cutoff frequencies are directly learned from data with the proposed method. This offers a very compact and efficient way to derive a customized filter bank specifically tuned for the desired application. Our experiments, conducted on both speaker identification and speaker verification tasks, show that the proposed architecture converges faster and performs better than a standard CNN on raw waveforms.

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="1808.00158")

Code

Syntology Ran 6 of 9 code samples harvested from 5 repositories linked to this paper; 3 have no recorded run. Of those that ran: 6 ran · our draft was wrong.

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

26 repositories listed; official and paper-mentioned ones first.

mravanelli/SincNet officialmentioned in papermentioned on GitHubpytorchMIT report
008karan/SincNet_demo mentioned on GitHubpytorchMIT report
AI-Guru/SincNet mentioned on GitHub report
AryaAftab/sincnet-tensorflow mentioned on GitHubtfMIT report
HHousen/speaker-change-detection mentioned on GitHubpytorchGPL-3.0 report
Tonmoy1321/SincNet-499-Research mentioned on GitHubpytorchMIT report
V-ivek/keras-sincnet mentioned on GitHubtf report
busytex/busyide mentioned on GitHubMIT report
drova326/sincnet_metric_learning mentioned on GitHubpytorch report
fbravosanchez/NIPS4Bplus mentioned on GitHubpytorchMIT report
google-research/leaf-audio mentioned on GitHubtf report
grausof/keras-sincnet mentioned on GitHubtf report
icewing1996/SincNet-for-Earthquake mentioned on GitHubpytorch report
icewing1996/SincNet_MLP mentioned on GitHubpytorch report
icewing1996/SincNet_asr mentioned on GitHubpytorch report
jaehwlee/MuSincNet mentioned on GitHubtf report
jennyqsun/EEG-Decision-SincNet mentioned on GitHubpytorch report
juanmc2005/SpeakerEmbeddingLossComparison mentioned on GitHubpytorchMIT report
pkwww/SincNet_MLP mentioned on GitHubpytorch report
sajabdoli/UAP mentioned on GitHubtf report
shangeth/wavencoder mentioned on GitHubpytorch report
zzmtsvv/snzs mentioned on GitHubpytorch 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

9 samples harvested; 6 ran; 0 honoured the contract we drafted; 3 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.

6ran · our draft was wrong
3unverified

Licence: 6 of the 9 samples are 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 5 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.

ReadList mravanelli/SincNet/data_io.py official repository unverified MIT (permissive) · bf4e6d63364092e1 · report
create_batches_rnd mravanelli/SincNet/data_io.py official repository unverified MIT (permissive) · 92a2612cf623f10e · report
str_to_bool mravanelli/SincNet/data_io.py official repository unverified MIT (permissive) · fb6bced9440ef6c6 · report
act_fun pkwww/SincNet_MLP/dnn_models.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 820ca1098b7fe1b7 · report
act_fun drova326/sincnet_metric_learning/dnn_models.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 25b50b526d156bc2 · report
flip pkwww/SincNet_MLP/dnn_models.py community (archive-listed) ran · our draft was wrong fingerprinted no licence file found · pointer only · b380f42b5b71cc47 · report
ig_f tuananh0305/End2End_SpeakRecognition_SincNet/TIMIT_preparation.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 43b56c6fdb708d63 · report
ig_f zzmtsvv/snzs/Sincnet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · a082e26af71d25c2 · report
sinc pkwww/SincNet_MLP/dnn_models.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · b31437bae9320e91 · report

Tasks

Speaker IdentificationSpeaker RecognitionSpeaker 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