Papers › Self-supervised Learning with Random-projection Quantizer for Speech Recognition

Self-supervised Learning with Random-projection Quantizer for Speech Recognition

3 Feb 2022arXiv:2202.01855archive 2025-07-28

Chung-Cheng Chiu, James Qin, Yu Zhang, Jiahui Yu, Yonghui Wu

We present a simple and effective self-supervised learning approach for speech recognition. The approach learns a model to predict the masked speech signals, in the form of discrete labels generated with a random-projection quantizer. In particular the quantizer projects speech inputs with a randomly initialized matrix, and does a nearest-neighbor lookup in a randomly-initialized codebook. Neither the matrix nor the codebook is updated during self-supervised learning. Since the random-projection quantizer is not trained and is separated from the speech recognition model, the design makes the approach flexible and is compatible with universal speech recognition architecture. On LibriSpeech our approach achieves similar word-error-rates as previous work using self-supervised learning with non-streaming models, and provides lower word-error-rates and latency than wav2vec 2.0 and w2v-BERT with streaming models. On multilingual tasks the approach also provides significant improvement over wav2vec 2.0 and w2v-BERT.

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

Code

Syntology Ran 9 of 15 code samples harvested from 3 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · violated contract; 2 ran · our draft was wrong; 3 ran with no contract checked.

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

HarunoriKawano/BEST-RQ mentioned on GitHubpytorch report
lucasnewman/best-rq-pytorch mentioned on GitHubpytorchMIT report
lucidrains/vector-quantize-pytorch mentioned on GitHubpytorchMIT 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

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

1ran · honoured contract
3ran · violated contract
2ran · our draft was wrong
3ran
6unverified

Licence: 0 of the 15 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 3 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.

Wav2vecGumbelVectorQuantizer wenet-e2e/wenet/wenet/models/ssl/wav2vec2/quantizer.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · b1ed164ff39acfaf · report
calc_same_padding lucasnewman/best-rq-pytorch/best_rq_pytorch/conformer.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · a41cb31b42e919b1 · report
cast_tuple lucasnewman/best-rq-pytorch/best_rq_pytorch/trainer.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 5cfcc1d3230706ff · report
default lucasnewman/best-rq-pytorch/best_rq_pytorch/best_rq.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 60fff7c3c400d7ff · report
exists lucasnewman/best-rq-pytorch/best_rq_pytorch/attend.py community (archive-listed) ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
gumbel wenet-e2e/wenet/wenet/models/ssl/wav2vec2/quantizer.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · aa69d004af2aa82f · report
once lucasnewman/best-rq-pytorch/best_rq_pytorch/attend.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 52e10a7d6b0fa036 · report
separate_weight_decayable_params lucasnewman/best-rq-pytorch/best_rq_pytorch/optimizer.py community (archive-listed) ran MIT (permissive) · fdc11aefc97f3abb · report
yes_or_no lucasnewman/best-rq-pytorch/best_rq_pytorch/trainer.py community (archive-listed) ran MIT (permissive) · d95562c398a6b25e · report
Config HarunoriKawano/BEST-RQ/model/random_projection_quanzier.py community (archive-listed) unverified Apache-2.0 (permissive) · 88a745959f70f9ed · report
RandomProjectionQuantizer HarunoriKawano/BEST-RQ/model/random_projection_quanzier.py community (archive-listed) unverified Apache-2.0 (permissive) · c55d1b0032cf0be6 · report
collate_one_or_multiple_tensors lucasnewman/best-rq-pytorch/best_rq_pytorch/data.py community (archive-listed) unverified MIT (permissive) · ef413882b65418df · report
curtail_to_shortest_collate lucasnewman/best-rq-pytorch/best_rq_pytorch/data.py community (archive-listed) unverified MIT (permissive) · 88639cb78b5cf76a · report
get_mask_subset_prob lucasnewman/best-rq-pytorch/best_rq_pytorch/best_rq.py community (archive-listed) unverified MIT (permissive) · c2d0191b3cd5f3db · report
get_optimizer lucasnewman/best-rq-pytorch/best_rq_pytorch/optimizer.py community (archive-listed) unverified MIT (permissive) · 9354ff16b3840873 · report

Tasks

Self-Supervised LearningSpeech Recognitionspeech-recognition

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