Papers › CREPE: A Convolutional Representation for Pitch Estimation

CREPE: A Convolutional Representation for Pitch Estimation

17 Feb 2018arXiv:1802.06182archive 2025-07-28

Jong Wook Kim, Justin Salamon, Peter Li, Juan Pablo Bello

The task of estimating the fundamental frequency of a monophonic sound recording, also known as pitch tracking, is fundamental to audio processing with multiple applications in speech processing and music information retrieval. To date, the best performing techniques, such as the pYIN algorithm, are based on a combination of DSP pipelines and heuristics. While such techniques perform very well on average, there remain many cases in which they fail to correctly estimate the pitch. In this paper, we propose a data-driven pitch tracking algorithm, CREPE, which is based on a deep convolutional neural network that operates directly on the time-domain waveform. We show that the proposed model produces state-of-the-art results, performing equally or better than pYIN. Furthermore, we evaluate the model's generalizability in terms of noise robustness. A pre-trained version of CREPE is made freely available as an open-source Python module for easy application.

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

Code

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

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

marl/crepe officialmentioned in papermentioned on GitHubtf report
bpiyush/SoundOfWater 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

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.

1ran · violated contract
2ran · our draft was wrong
20unverified

Licence: 0 of the 23 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 2 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.

build_and_load_model marl/crepe/crepe/core.py official repository ran · our draft was wrong MIT (permissive) · 0478670b3c919823 · report
output_path marl/crepe/crepe/core.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 782c3ee036f8a2e1 · report
to_local_average_cents marl/crepe/crepe/core.py official repository ran · violated contract fingerprinted MIT (permissive) · 78fc7cf6c4993dc2 · report
add_margin bpiyush/SoundOfWater/shared/utils/image.py community (archive-listed) unverified MIT (permissive) · 69866daba6f33b37 · report
calculate_iou bpiyush/SoundOfWater/shared/utils/metrics.py community (archive-listed) unverified MIT (permissive) · b87e5ad31fa0cad5 · report
center_crop bpiyush/SoundOfWater/shared/utils/image.py community (archive-listed) unverified MIT (permissive) · d6fe3eeba94bee55 · report
check_audio bpiyush/SoundOfWater/shared/utils/misc.py community (archive-listed) unverified MIT (permissive) · 05cc638a791e3258 · report
compute_intersection_1d bpiyush/SoundOfWater/shared/utils/metrics.py community (archive-listed) unverified MIT (permissive) · 5e9b6432446d547d · report
compute_spec_freq_mean bpiyush/SoundOfWater/shared/utils/audio.py community (archive-listed) unverified MIT (permissive) · 6c49fe145f92059d · report
compute_union_1d bpiyush/SoundOfWater/shared/utils/metrics.py community (archive-listed) unverified MIT (permissive) · 58f2e9c573ba8489 · report
define_axes bpiyush/SoundOfWater/demo/util.py community (archive-listed) unverified MIT (permissive) · 174fc5323ab98cbb · report
download_youtube_video bpiyush/SoundOfWater/shared/utils/misc.py community (archive-listed) unverified MIT (permissive) · 429cb9cff7a4aec9 · report
load_json bpiyush/SoundOfWater/shared/utils/io.py community (archive-listed) unverified MIT (permissive) · f2e5cc3d297dbfda · report
load_pkl bpiyush/SoundOfWater/shared/utils/io.py community (archive-listed) unverified MIT (permissive) · a7be5e2bbedb930e · report
load_yml bpiyush/SoundOfWater/shared/utils/io.py community (archive-listed) unverified MIT (permissive) · 5b21eaf9ef52a0da · report
pad_to_square bpiyush/SoundOfWater/shared/utils/image.py community (archive-listed) unverified MIT (permissive) · 78cfceace594ec65 · report
project_2d_to_6d bpiyush/SoundOfWater/shared/utils/keypoint_matching.py community (archive-listed) unverified MIT (permissive) · b714e26e08416dae · report
project_6d_to_2d bpiyush/SoundOfWater/shared/utils/keypoint_matching.py community (archive-listed) unverified MIT (permissive) · d33463ccd2e455f2 · report
read_html_file bpiyush/SoundOfWater/demo/util.py community (archive-listed) unverified MIT (permissive) · af4b98b7641b70f2 · report
recursive_attr bpiyush/SoundOfWater/sound_of_water/audio_pitch/model.py community (archive-listed) unverified MIT (permissive) · 40aef86f184e81f7 · report
timestamp_to_seconds bpiyush/SoundOfWater/shared/utils/epic.py community (archive-listed) unverified MIT (permissive) · 6a7ab8acfa1aad95 · report
tqdm_iterator bpiyush/SoundOfWater/shared/utils/log.py community (archive-listed) unverified MIT (permissive) · fcc214ee70fe8c3c · report
warp bpiyush/SoundOfWater/shared/utils/keypoint_matching.py community (archive-listed) unverified MIT (permissive) · 422a90cfab67fc09 · report

Tasks

Information RetrievalMusic Information RetrievalRetrieval

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