← Search

Amos Storkey

28 accepted papers

2026

Kalman Linear Attention: Parallel Bayesian Filtering For Efficient Language Modeling and State Tracking

ICML 2026poster

State-space language models such as Mamba and gated linear attention (GLA) offer efficient alternatives to transformers due to their linear complexity and parallel training, but often lack the expressivity and robust state-tracking needed for complex reasoning. We address these limitations by refram…

Cited by 0SourceScholar
2026

Object-Centric World Models from Few-Shot Annotations for Sample-Efficient Reinforcement Learning

ICLR 2026poster

While deep reinforcement learning (DRL) from pixels has achieved remarkable success, its sample inefficiency remains a critical limitation for real-world applications. Model-based RL (MBRL) addresses this by learning a world model to generate simulated experience, but standard approaches that rely o…

Cited by 0SourceScholar
2026

Position: Agent Should Invoke External Tools ONLY When Epistemically Necessary

ICML 2026poster

As large language models evolve into tool-augmented agents, a central question remains unresolved: when is external tool use actually justified? Existing agent frameworks typically treat tools as ordinary actions and optimize for task success or reward, offering little principled distinction between…

Cited by 0SourceScholar
2025

HyperMARL: Adaptive Hypernetworks for Multi-Agent RL

NeurIPS 2025poster

Adaptive cooperation in multi-agent reinforcement learning (MARL) requires policies to express homogeneous, specialised, or mixed behaviours, yet achieving this adaptivity remains a critical challenge. While parameter sharing (PS) is standard for efficient learning, it notoriously suppresses the beh…

Cited by 0SourcecodeScholar
2025

LLM-Personalize: Aligning LLM Planners with Human Preferences via Reinforced Self-Training for Housekeeping Robots

COLING 2025main

Large language models (LLMs) have shown significant potential for robotics applications, particularly task planning, by harnessing their language comprehension and text generation capabilities. However, in applications such as household robotics, a critical gap remains in the personalization of thes…

Cited by 18SourcePDFScholar
2024

Approximate Bayesian Class-Conditional Models under Continuous Representation Shift

AISTATS 2024poster

For models consisting of a classifier in some representation space, learning online from a non-stationary data stream often necessitates changes in the representation. So, the question arises of what is the best way to adapt the classifier to shifts in representation. Current methods only slowly cha…

2024

DAM: Towards a Foundation Model for Forecasting

ICLR 2024poster

It is challenging to scale time series forecasting models such that they forecast accurately for multiple distinct domains and datasets, all with potentially different underlying collection procedures (e.g., sample resolution), patterns (e.g., periodicity), and prediction requirements (e.g., reconst…

Cited by 0SourcePDFScholar
2024

Diffusion for World Modeling: Visual Details Matter in Atari

NeurIPS 2024spotlight

World models constitute a promising approach for training reinforcement learning agents in a safe and sample-efficient manner. Recent world models predominantly operate on sequences of discrete latent variables to model environment dynamics. However, this compression into a compact discrete represen…

2024

einspace: Searching for Neural Architectures from Fundamental Operations

NeurIPS 2024poster

Neural architecture search (NAS) finds high performing networks for a given task. Yet the results of NAS are fairly prosaic; they did not e.g. create a shift from convolutional structures to transformers. This is not least because the search spaces in NAS often aren’t diverse enough to include such…

2023

ACAT: Adversarial Counterfactual Attention for Classification and Detection in Medical Imaging

ICML 2023poster

In some medical imaging tasks and other settings where only small parts of the image are informative for the classification task, traditional CNNs can sometimes struggle to generalise. Manually annotated Regions of Interest (ROI) are often used to isolate the most informative parts of the image. How…

2023

Contrastive Meta-Learning for Partially Observable Few-Shot Learning

ICLR 2023poster

Many contrastive and meta-learning approaches learn representations by identifying common features in multiple views. However, the formalism for these approaches generally assumes features to be shared across views to be captured coherently. We consider the problem of learning a unified representati…

2022

Hamiltonian Latent Operators for content and motion disentanglement in image sequences

NeurIPS 2022accept

We introduce \textit{HALO} -- a deep generative model utilising HAmiltonian Latent Operators to reliably disentangle content and motion information in image sequences. The \textit{content} represents summary statistics of a sequence, and \textit{motion} is a dynamic process that determines how infor…

2022

Prediction-Guided Distillation for Dense Object Detection

ECCV 2022poster

"Real-world object detection models should be cheap and accurate. Knowledge distillation (KD) can boost the accuracy of a small, light detection model by leveraging useful information from a larger teacher model. However, a key challenge is identifying the most informative features produced by the t…

2021

Better Training using Weight-Constrained Stochastic Dynamics

ICML 2021spotlight

We employ constraints to control the parameter space of deep neural networks throughout training. The use of customised, appropriately designed constraints can reduce the vanishing/exploding gradients problem, improve smoothness of classification boundaries, control weight magnitudes and stabilize d…

2020

BlockSwap: Fisher-guided Block Substitution for Network Compression on a Budget

ICLR 2020poster

The desire to map neural networks to varying-capacity devices has led to the development of a wealth of compression techniques, many of which involve replacing standard convolutional blocks in a large network with cheap alternative blocks. However, not all blocks are created equally; for a required…

Cited by 79SourcecodeScholar
2019

Large-Scale Study of Curiosity-Driven Learning

ICLR 2019poster

Reinforcement learning algorithms rely on carefully engineered rewards from the environment that are extrinsic to the agent. However, annotating each environment with hand-designed, dense rewards is difficult and not scalable, motivating the need for developing reward functions that are intrinsic to…

2019

On the Relation Between the Sharpest Directions of DNN Loss and the SGD Step Length

ICLR 2019poster

The training of deep neural networks with Stochastic Gradient Descent (SGD) with a large learning rate or a small batch-size typically ends in flat regions of the weight space, as indicated by small eigenvalues of the Hessian of the training loss. This was found to correlate with a good final genera…