Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–13 of 13 results for author: Key, O

.
  1. arXiv:2608.16319  [pdf, ps, other

    cs.LG

    Advancing Open and Reproducible Relational Learning: RelArena-$α$, TabPFN-Rel and RPI

    Authors: Adrian Hayler, Klemens Flöge, Alan Arazi, Rishabh Ranjan, Jure Leskovec, Felix Birkel, Brendan Roof, Anurag Garg, Kristina Collins, Lydia Sidhoum, Jonas Kübler, Siyuan Guo, Oscar Key, Jan Hendrik Metzen, Rylee Grace, David Salinas, Arthur Cahu, Simon Bing, Benjamin Jäger, Tuana Çelik, Mihir Manium, Vitor Monteiro, Jake Robertson, Jerry Chen, Eliott Kalfon , et al. (22 additional authors not shown)

    Abstract: This first release of Prior Labs in relational learning shows our continued commitment to open science. We open-source three pieces of software that we expect to accelerate research in the field towards meaningful real-world impact. We aim to steer further development based on feedback from, and in collaboration with, the community. Given the early stage of development, our $α$-release targets res… ▽ More

    Submitted 17 August, 2026; originally announced August 2026.

  2. arXiv:2605.13986  [pdf, ps, other

    cs.LG stat.ML

    TabPFN-3: Technical Report

    Authors: Léo Grinsztajn, Klemens Flöge, Oscar Key, Felix Birkel, Philipp Jund, Brendan Roof, Mihir Manium, Shi Bin Hoo, Magnus Bühler, Anurag Garg, Dominik Safaric, Jake Robertson, Benjamin Jäger, Simone Alessi, Adrian Hayler, Vladyslav Moroshan, Lennart Purucker, Philipp Singer, Alan Arazi, Julien Siems, Jan Hendrik Metzen, Georg Grab, Nick Erickson, Siyuan Guo, Eliott Kalfon , et al. (16 additional authors not shown)

    Abstract: Tabular data underpins most high-value prediction problems in science and industry, and TabPFN has driven the foundation model revolution for this modality. Designed with feedback from our users, TabPFN-3 builds on this foundation to scale state-of-the-art performance to datasets with 1M training rows and substantially reduce training and inference time. Pretrained exclusively on synthetic data fr… ▽ More

    Submitted 28 May, 2026; v1 submitted 13 May, 2026; originally announced May 2026.

  3. arXiv:2511.08667  [pdf, ps, other

    cs.LG stat.ML

    TabPFN-2.5: Advancing the State of the Art in Tabular Foundation Models

    Authors: Léo Grinsztajn, Klemens Flöge, Oscar Key, Felix Birkel, Philipp Jund, Brendan Roof, Benjamin Jäger, Dominik Safaric, Simone Alessi, Adrian Hayler, Mihir Manium, Rosen Yu, Felix Jablonski, Shi Bin Hoo, Anurag Garg, Jake Robertson, Magnus Bühler, Vladyslav Moroshan, Lennart Purucker, Clara Cornu, Lilly Charlotte Wehrhahn, Alessandro Bonetto, Bernhard Schölkopf, Sauraj Gambhir, Noah Hollmann , et al. (1 additional authors not shown)

    Abstract: The first tabular foundation model, TabPFN, and its successor TabPFNv2 have impacted tabular AI substantially, with dozens of methods building on it and hundreds of applications across different use cases. This report introduces TabPFN-2.5, the next generation of our tabular foundation model, built for datasets with up to 50,000 data points and 2,000 features, a 20x increase in data cells compared… ▽ More

    Submitted 4 February, 2026; v1 submitted 11 November, 2025; originally announced November 2025.

  4. arXiv:2412.04358  [pdf, other

    cs.LG

    Approximate Top-$k$ for Increased Parallelism

    Authors: Oscar Key, Luka Ribar, Alberto Cattaneo, Luke Hudlass-Galley, Douglas Orr

    Abstract: We present an evaluation of bucketed approximate top-$k$ algorithms. Computing top-$k$ exactly suffers from limited parallelism, because the $k$ largest values must be aggregated along the vector, thus is not well suited to computation on highly-parallel machine learning accelerators. By relaxing the requirement that the top-$k$ is exact, bucketed algorithms can dramatically increase the paralleli… ▽ More

    Submitted 5 December, 2024; originally announced December 2024.

  5. arXiv:2404.12968  [pdf, other

    cs.LG cs.DC stat.AP

    Scalable Data Assimilation with Message Passing

    Authors: Oscar Key, So Takao, Daniel Giles, Marc Peter Deisenroth

    Abstract: Data assimilation is a core component of numerical weather prediction systems. The large quantity of data processed during assimilation requires the computation to be distributed across increasingly many compute nodes, yet existing approaches suffer from synchronisation overhead in this setting. In this paper, we exploit the formulation of data assimilation as a Bayesian inference problem and appl… ▽ More

    Submitted 1 October, 2024; v1 submitted 19 April, 2024; originally announced April 2024.

    Journal ref: Environ. Data Science 4 (2025) e1

  6. arXiv:2307.06440  [pdf, other

    cs.LG cs.AI cs.CL cs.NE cs.PF

    No Train No Gain: Revisiting Efficient Training Algorithms For Transformer-based Language Models

    Authors: Jean Kaddour, Oscar Key, Piotr Nawrot, Pasquale Minervini, Matt J. Kusner

    Abstract: The computation necessary for training Transformer-based language models has skyrocketed in recent years. This trend has motivated research on efficient training algorithms designed to improve training, validation, and downstream performance faster than standard training. In this work, we revisit three categories of such algorithms: dynamic architectures (layer stacking, layer dropping), batch sel… ▽ More

    Submitted 14 November, 2023; v1 submitted 12 July, 2023; originally announced July 2023.

    Comments: NeurIPS 2023

  7. arXiv:2301.11674  [pdf, other

    stat.ME stat.CO stat.ML

    Optimally-Weighted Estimators of the Maximum Mean Discrepancy for Likelihood-Free Inference

    Authors: Ayush Bharti, Masha Naslidnyk, Oscar Key, Samuel Kaski, François-Xavier Briol

    Abstract: Likelihood-free inference methods typically make use of a distance between simulated and real data. A common example is the maximum mean discrepancy (MMD), which has previously been used for approximate Bayesian computation, minimum distance estimation, generalised Bayesian inference, and within the nonparametric learning framework. The MMD is commonly estimated at a root-$m$ rate, where $m$ is th… ▽ More

    Submitted 10 May, 2023; v1 submitted 27 January, 2023; originally announced January 2023.

  8. arXiv:2209.07396  [pdf, ps, other

    stat.ML cs.LG

    Towards Healing the Blindness of Score Matching

    Authors: Mingtian Zhang, Oscar Key, Peter Hayes, David Barber, Brooks Paige, François-Xavier Briol

    Abstract: Score-based divergences have been widely used in machine learning and statistics applications. Despite their empirical success, a blindness problem has been observed when using these for multi-modal distributions. In this work, we discuss the blindness problem and propose a new family of divergences that can mitigate the blindness problem. We illustrate our proposed divergence in the context of de… ▽ More

    Submitted 22 November, 2025; v1 submitted 15 September, 2022; originally announced September 2022.

  9. arXiv:2111.10275  [pdf, other

    stat.ML cs.LG stat.ME

    Composite Goodness-of-fit Tests with Kernels

    Authors: Oscar Key, Arthur Gretton, François-Xavier Briol, Tamara Fernandez

    Abstract: Model misspecification can create significant challenges for the implementation of probabilistic models, and this has led to development of a range of robust methods which directly account for this issue. However, whether these more involved methods are required will depend on whether the model is really misspecified, and there is a lack of generally applicable methods to answer this question. In… ▽ More

    Submitted 19 April, 2025; v1 submitted 19 November, 2021; originally announced November 2021.

    Journal ref: Journal of Machine Learning Research 26(51):1-60 2025

  10. arXiv:2103.08951  [pdf, other

    cs.LG stat.AP

    Generating Interpretable Counterfactual Explanations By Implicit Minimisation of Epistemic and Aleatoric Uncertainties

    Authors: Lisa Schut, Oscar Key, Rory McGrath, Luca Costabello, Bogdan Sacaleanu, Medb Corcoran, Yarin Gal

    Abstract: Counterfactual explanations (CEs) are a practical tool for demonstrating why machine learning classifiers make particular decisions. For CEs to be useful, it is important that they are easy for users to interpret. Existing methods for generating interpretable CEs rely on auxiliary generative models, which may not be suitable for complex datasets, and incur engineering overhead. We introduce a simp… ▽ More

    Submitted 16 March, 2021; originally announced March 2021.

    Comments: 21 pages, 13 Figures

    Journal ref: Proceedings of the 24th International Conference on Artificial Intelligence and Statistics (AISTATS) 2021

  11. arXiv:2102.11409  [pdf, other

    cs.LG stat.ML

    On Feature Collapse and Deep Kernel Learning for Single Forward Pass Uncertainty

    Authors: Joost van Amersfoort, Lewis Smith, Andrew Jesson, Oscar Key, Yarin Gal

    Abstract: Inducing point Gaussian process approximations are often considered a gold standard in uncertainty estimation since they retain many of the properties of the exact GP and scale to large datasets. A major drawback is that they have difficulty scaling to high dimensional inputs. Deep Kernel Learning (DKL) promises a solution: a deep feature extractor transforms the inputs over which an inducing poin… ▽ More

    Submitted 7 March, 2022; v1 submitted 22 February, 2021; originally announced February 2021.

  12. arXiv:2011.00515  [pdf, other

    stat.ML cs.AI cs.LG stat.ME

    On Signal-to-Noise Ratio Issues in Variational Inference for Deep Gaussian Processes

    Authors: Tim G. J. Rudner, Oscar Key, Yarin Gal, Tom Rainforth

    Abstract: We show that the gradient estimates used in training Deep Gaussian Processes (DGPs) with importance-weighted variational inference are susceptible to signal-to-noise ratio (SNR) issues. Specifically, we show both theoretically and via an extensive empirical evaluation that the SNR of the gradient estimates for the latent variable's variational parameters decreases as the number of importance sampl… ▽ More

    Submitted 21 July, 2021; v1 submitted 1 November, 2020; originally announced November 2020.

    Comments: Published in Proceedings of the 38th International Conference on Machine Learning (ICML 2021)

  13. arXiv:2010.04116  [pdf, other

    cs.LG cs.AI

    Interlocking Backpropagation: Improving depthwise model-parallelism

    Authors: Aidan N. Gomez, Oscar Key, Kuba Perlin, Stephen Gou, Nick Frosst, Jeff Dean, Yarin Gal

    Abstract: The number of parameters in state of the art neural networks has drastically increased in recent years. This surge of interest in large scale neural networks has motivated the development of new distributed training strategies enabling such models. One such strategy is model-parallel distributed training. Unfortunately, model-parallelism can suffer from poor resource utilisation, which leads to wa… ▽ More

    Submitted 7 July, 2022; v1 submitted 8 October, 2020; originally announced October 2020.