Papers › Laplace Approximation for Bayesian Tensor Network Kernel Machines

Laplace Approximation for Bayesian Tensor Network Kernel Machines

29 Apr 2026arXiv:2604.26673added by Syntology

Albert Saiapin, Kim Batselier

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Uncertainty estimation is essential for robust decision-making in the presence of ambiguous or out-of-distribution inputs. Gaussian Processes (GPs) are classical kernel-based models that offer principled uncertainty quantification and perform well on small- to medium-scale datasets. Alternatively, formulating the weight space learning problem under tensor network assumptions yields scalable tensor network kernel machines. However, these assumptions break Gaussianity, complicating standard probabilistic inference. This raises a fundamental question: how can tensor network kernel machines provide principled uncertainty estimates? We propose a novel Bayesian Tensor Network Kernel Machine (LA-TNKM) that employs a (linearized) Laplace approximation for Bayesian inference. A comprehensive set of numerical experiments shows that the proposed method consistently matches or surpasses Gaussian Processes and Bayesian Neural Networks (BNNs) across diverse UCI regression benchmarks, highlighting both its effectiveness and practical relevance.

PaperPDFCode 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="2604.26673")

Code

Syntology Ran 24 of 38 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · violated contract; 4 ran · our draft was wrong; 15 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 38 samples from 1 repository, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AlbMLpy/laplace-tnkm found in paper text by Syntology report

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

38 samples harvested; 24 ran; 3 honoured the contract we drafted; 14 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.

3ran · honoured contract
2ran · violated contract
4ran · our draft was wrong
15ran · fixture could not drive it
14unverified

Licence: 0 of the 38 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 AlbMLpy/laplace-tnkm. “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.

_get_fw_part_mtx AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 1d014af6dde00d50 · report
add_constant_shift AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 5c513d4df9704023 · report
als_cpd AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 219f09c62d43450f · report
check_zero_cols AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · c331b17915f3c001 · report
cov_estimation AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 9effe7eff2f5776f · report
ff_q2 AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 445fb38f62d7ba95 · report
fourier_features AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 1fe6a176eca20cb9 · report
hess_full AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · f8b56d1579b61d11 · report
hess_last AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · ac24265810de7fcd · report
init_beta_e AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · dab8194df85ffae8 · report
init_gamma_w AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 0c4ade04bff329b6 · report
init_weights AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a7c931d1505091f8 · report
khatri_rao_row AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · a6599219f699aad9 · report
low_rank_cov_estimation AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 5b30c8fbe83d7e72 · report
poli_norm_features AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · fd96b9e644ac3c66 · report
predict_std AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 118c573a1ea2b34f · report
prepare_fmap AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 11bacf9963dbdd74 · report
process_weights AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 96a2795649a36e57 · report
pure_poli_features AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 59ae00ea6014914e · report
rbf_features AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 98e7e88363d422eb · report
ten3tovec AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 865f1495d1e7fa4a · report
update_beta_e AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · d7684ab7374c0597 · report
vec2ten3 AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 41b7007591ec82d0 · report
w_sample AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f896328d8211f825 · report
LaplaceCPR AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 9c10cba673fed7af · report
get_fw_hadamard_mtx AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 27fe1ede95cabccb · report
get_scores AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · bbbbd8c608bbaa0e · report
hess_block_diag AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · a9b2cfe0107ade2f · report
hess_cov_estimation AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · c86c5ab727ebe041 · report
hess_diag AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 125aa5a708829163 · report
hess_ggn AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · e830512c308cc69d · report
jacob_cpd AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 8195b570eca6c4c8 · report
ppf_q2 AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · c4811ab9bc77aa4d · report
predict_score AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 6de1b61668632be2 · report
predict_score_linear AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 6513323517c0d99d · report
prepare_system AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · b6384909c851c500 · report
update_gamma_w AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · 1ce6491dc0f39385 · report
update_weights AlbMLpy/laplace-tnkm/source/models/LaplaceCPR.py found in paper text by Syntology unverified MIT (permissive) · fc59ace7021aae04 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.26673, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

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