← Search

Joel Veness

13 accepted papers

2025

Compression via Pre-trained Transformers: A Study on Byte-Level Multimodal Data

ICML 2025poster

Foundation models are strong data compressors, but when accounting for their parameter size, their compression ratios are inferior to standard compression algorithms. Naively reducing the parameter count does not necessarily help as it deteriorates predictions and, accordingly, compression. We condu…

Cited by 2SourcePDFScholar
2024

Amortized Planning with Large-Scale Transformers: A Case Study on Chess

NeurIPS 2024poster

This paper uses chess, a landmark planning problem in AI, to assess transformers’ performance on a planning task where memorization is futile — even at a large scale. To this end, we release ChessBench, a large-scale benchmark dataset of 10 million chess games with legal move and value annotations (…

2024

Language Modeling Is Compression

ICLR 2024poster

It has long been established that predictive models can be transformed into lossless compressors and vice versa. Incidentally, in recent years, the machine learning community has focused on training increasingly large and powerful self-supervised (language) models. Since these large language models…

2024

Learning Universal Predictors

ICML 2024poster

Meta-learning has emerged as a powerful approach to train neural networks to learn new tasks quickly from limited data by pre-training them on a broad set of tasks. But, what are the limits of meta-learning? In this work, we explore the potential of amortizing the most powerful universal predictor,…

2023

Memory-Based Meta-Learning on Non-Stationary Distributions

ICML 2023poster

Memory-based meta-learning is a technique for approximating Bayes-optimal predictors. Under fairly general conditions, minimizing sequential prediction error, measured by the log loss, leads to implicit meta-learning. The goal of this work is to investigate how far this interpretation can be realize…

2023

Neural Networks and the Chomsky Hierarchy

ICLR 2023top-25%

Reliable generalization lies at the heart of safe ML and AI. However, understanding when and how neural networks generalize remains one of the most important unsolved problems in the field. In this work, we conduct an extensive empirical study (20'910 models, 15 tasks) to investigate whether insight…

2023

Randomized Positional Encodings Boost Length Generalization of Transformers

ACL 2023short

Transformers have impressive generalization capabilities on tasks with a fixed context length. However, they fail to generalize to sequences of arbitrary length, even for seemingly simple tasks such as duplicating a string. Moreover, simply training on longer sequences is inefficient due to the quad…

2023

Self-Predictive Universal AI

NeurIPS 2023poster

Reinforcement Learning (RL) algorithms typically utilize learning and/or planning techniques to derive effective policies. The integration of both approaches has proven to be highly successful in addressing complex sequential decision-making challenges, as evidenced by algorithms such as AlphaZero a…

Cited by 5SourcePDFScholar
2021

Gated Linear Networks

AAAI 2021technical

This paper presents a new family of backpropagation-free neural architectures, Gated Linear Networks (GLNs). What distinguishes GLNs from contemporary neural networks is the distributed and local nature of their credit assignment mechanism; each neuron directly predicts the target, forgoing the abil…

Cited by 48SourcePDFScholar
2020

A Combinatorial Perspective on Transfer Learning

NeurIPS 2020poster

Human intelligence is characterized not only by the capacity to learn complex skills, but the ability to rapidly adapt and acquire new skills within an ever-changing environment. In this work we study how the learning of modular solutions can allow for effective generalization to both unseen and pot…

2020

Gaussian Gated Linear Networks

NeurIPS 2020poster

We propose the Gaussian Gated Linear Network (G-GLN), an extension to the recently proposed GLN family of deep neural networks. Instead of using backpropagation to learn features, GLNs have a distributed and local credit assignment mechanism based on optimizing a convex objective. This gives rise to…

2020

Online Learning in Contextual Bandits using Gated Linear Networks

NeurIPS 2020poster

We introduce a new and completely online contextual bandit algorithm called Gated Linear Contextual Bandits (GLCB). This algorithm is based on Gated Linear Networks (GLNs), a recently introduced deep learning architecture with properties well-suited to the online setting. Leveraging data-dependent g…

2016

The Forget-me-not Process

NeurIPS 2016poster

We introduce the Forget-me-not Process, an efficient, non-parametric meta-algorithm for online probabilistic sequence prediction for piecewise stationary, repeating sources. Our method works by taking a Bayesian approach to partition a stream of data into postulated task-specific segments, while sim…

Cited by 31SourcePDFScholar