Papers › Log-Linear-Time Gaussian Processes Using Binary Tree Kernels

Log-Linear-Time Gaussian Processes Using Binary Tree Kernels

4 Oct 2022arXiv:2210.01633archive 2025-07-28

Michael K. Cohen, Samuel Daulton, Michael A. Osborne

Gaussian processes (GPs) produce good probabilistic models of functions, but most GP kernels require O((n+m)n²) time, where n is the number of data points and m the number of predictive locations. We present a new kernel that allows for Gaussian process regression in O((n+m)log(n+m)) time. Our "binary tree" kernel places all data points on the leaves of a binary tree, with the kernel depending only on the depth of the deepest common ancestor. We can store the resulting kernel matrix in O(n) space in O(n logn) time, as a sum of sparse rank-one matrices, and approximately invert the kernel matrix in O(n) time. Sparse GP methods also offer linear run time, but they predict less well than higher dimensional kernels. On a classic suite of regression tasks, we compare our kernel against Mat\'ern, sparse, and sparse variational kernels. The binary tree GP assigns the highest likelihood to the test data on a plurality of datasets, usually achieves lower mean squared error than the sparse methods, and often ties or beats the Mat\'ern GP. On large datasets, the binary tree GP is fastest, and much faster than a Mat\'ern GP.

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

Code

Syntology Ran 14 of 19 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 12 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mkc1000/btgp officialmentioned in paperpytorch 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

19 samples harvested; 14 ran; 0 honoured the contract we drafted; 5 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
12ran · our draft was wrong
1ran
5unverified

Licence: 19 of the 19 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 mkc1000/btgp. “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.

BFGS mkc1000/btgp/btgp/gp.py official repository ran no licence file found · pointer only · f1ea9d43bf8bc3da · report
binary mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong no licence file found · pointer only · c69003d8e9a8dfdd · report
bit_array_to_byte_array mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · b3e9c1bc2677dc5f · report
bit_order_to_inv_permutation mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 8ddc19ad3623ca0f · report
bit_order_to_permutation mkc1000/btgp/btgp/gp.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 8892f81b297d34be · report
box_vec_grad_to_rn_vec_grad mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 1cda28abf6ff2dc0 · report
boxize mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong no licence file found · pointer only · 3c596893088a81ae · report
extra_loss mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · d247a0dd31c8d9c1 · report
grad_to_vec_grad mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong no licence file found · pointer only · 898799d19a538ff1 · report
linesearch mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong no licence file found · pointer only · 993e6ca5da924527 · report
permutation_to_bit_order mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 687350d731a12c03 · report
rmse mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · fd7cabe7d679d108 · report
rn_to_box mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 4f1d408b2a9d8c6d · report
vec_to_perm_and_weights mkc1000/btgp/btgp/gp.py official repository ran · our draft was wrong no licence file found · pointer only · f9d17c71b3899ba9 · report
ONGP mkc1000/btgp/btgp/gp.py official repository unverified no licence file found · pointer only · 559dbda750466784 · report
matvec mkc1000/btgp/btgp/gp.py official repository unverified no licence file found · pointer only · f3ee8772aaa6df3f · report
matvec_vectorizable mkc1000/btgp/btgp/gp.py official repository unverified no licence file found · pointer only · def28e47a55365e8 · report
matvec_with_just_weights mkc1000/btgp/btgp/gp.py official repository unverified no licence file found · pointer only · b6665889451f7558 · report
matvec_with_just_weights_vectorizable mkc1000/btgp/btgp/gp.py official repository unverified no licence file found · pointer only · 4c85cd4668ec7247 · report

Tasks

Gaussian Processesregression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Gaussian ProcessTest

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