Papers › Transformed Latent Variable Multi-Output Gaussian Processes

Transformed Latent Variable Multi-Output Gaussian Processes

6 May 2026ICMLarXiv:2605.05133added by Syntology

Xiaoyu Jiang, Xinxing Shi, Sokratia Georgaka, Magnus Rattray, Mauricio A Álvarez

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

Multi-Output Gaussian Processes (MOGPs) provide a principled probabilistic framework for modelling correlated outputs but face scalability bottlenecks when applied to datasets with high-dimensional output spaces. To maintain tractability, existing methods typically resort to restrictive assumptions, such as employing low-rank or sum-of-separable kernels, which can limit expressiveness. We propose the Transformed Latent Variable MOGP (T-LVMOGP), a novel framework that scales MOGPs to a massive number of outputs while preserving the capacity to capture meaningful inter-output dependencies. T-LVMOGP constructs a flexible multi-output deep kernel by mapping inputs and output-specific latent variables into an embedding space using a Lipschitz-regularised neural network. Combined with stochastic variational inference, our model effectively scales to high-dimensional output settings. Across diverse benchmarks, including climate modelling with over 10,000 outputs and zero-inflated spatial transcriptomics data, T-LVMOGP outperforms baselines in both predictive accuracy and computational efficiency.

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

Code

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

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

XiaoyuJiang17/T-LVMOGP-official 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

10 samples harvested; 5 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.

2ran · our draft was wrong
3ran
5unverified

Licence: 0 of the 10 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 XiaoyuJiang17/T-LVMOGP-official. “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.

GaussianLikelihood XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology ran MIT (permissive) · 80c3018733304327 · report
NegativeBinomialLikelihood XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology ran MIT (permissive) · b2f106779d2bade8 · report
Variational_inducing_dist XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology ran MIT (permissive) · 429534ddb676114b · report
gaussian_nll XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 0e305ed959c99458 · report
mc_gaussian_nll XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a6cf5fb9f044e6fa · report
GP_with_qU XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology unverified MIT (permissive) · f5faa9eea08800e1 · report
IndexDataset XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology unverified MIT (permissive) · feec339c4f10a424 · report
Inducing_points XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology unverified MIT (permissive) · 38181f08c6bb036e · report
dkl_lvmogp_base XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology unverified MIT (permissive) · 6d6f4d4f35856eb9 · report
wrap_func_by_batch XiaoyuJiang17/T-LVMOGP-official/models/dkl_lvmogp_base.py found in paper text by Syntology unverified MIT (permissive) · 0422d789e061fd6b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.05133, was issued in May 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