{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/embrace-rejection-kernel-matrix-approximation","title":"Embrace rejection: Kernel matrix approximation by accelerated randomly pivoted Cholesky","arxiv_id":"2410.03969","date":"2024-10-04","proceeding":null,"authors":["Ethan N. Epperly","Joel A. Tropp","Robert J. Webber"],"abstract":"Randomly pivoted Cholesky (RPCholesky) is an algorithm for constructing a low-rank approximation of a positive-semidefinite matrix using a small number of columns. This paper develops an accelerated version of RPCholesky that employs block matrix computations and rejection sampling to efficiently simulate the execution of the original algorithm. For the task of approximating a kernel matrix, the accelerated algorithm can run over $40\\times$ faster. The paper contains implementation details, theoretical guarantees, experiments on benchmark data sets, and an application to computational chemistry.","url_abs":"https://arxiv.org/abs/2410.03969v3","url_pdf":"https://arxiv.org/pdf/2410.03969v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"embrace-rejection-kernel-matrix-approximation","repo_url":"https://github.com/eepperly/randomly-pivoted-cholesky","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"computational-chemistry","task_name":"Computational chemistry"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2410.03969","atlas_url":"https://app.syntology.ai/?focus=2410.03969","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2410.03969"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/eepperly/randomly-pivoted-cholesky","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":6,"unverified":1},"by_repo_kind":{"official":{"samples":7,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"7e8dd8dff44f3921","entry":"LaplaceKernel","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"kernels.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/kernels.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7e8dd8dff44f3921"}},{"code_sha256_prefix":"010075462e453042","entry":"LaplaceKernel_mtx","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"kernels.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/kernels.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"010075462e453042"}},{"code_sha256_prefix":"0a1b374a4fb693b3","entry":"LaplaceKernel_vec","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"kernels.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/kernels.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0a1b374a4fb693b3"}},{"code_sha256_prefix":"5fa41ace4c309df3","entry":"approximation_error","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"utils.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5fa41ace4c309df3"}},{"code_sha256_prefix":"1ea05503f793ecb6","entry":"decompress_file","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"download_data.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/download_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1ea05503f793ecb6"}},{"code_sha256_prefix":"a045e19d717a7e42","entry":"rejection_cholesky","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"rpcholesky.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/rpcholesky.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a045e19d717a7e42"}},{"code_sha256_prefix":"7ac9f0f697d4764d","entry":"download_file","repo":"eepperly/randomly-pivoted-cholesky","repo_kind":"official","path":"download_data.py","file_url":"https://github.com/eepperly/randomly-pivoted-cholesky/blob/HEAD/download_data.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7ac9f0f697d4764d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}