← Search

Jonathon Hare

10 accepted papers

2025

Beyond The Rainbow: High Performance Deep Reinforcement Learning on a Desktop PC

ICML 2025poster

Rainbow Deep Q-Network (DQN) demonstrated combining multiple independent enhancements could significantly boost a reinforcement learning (RL) agent’s performance. In this paper, we present “Beyond The Rainbow” (BTR), a novel algorithm that integrates six improvements from across the RL literature to…

2025

FedTMOS: Efficient One-Shot Federated Learning with Tsetlin Machine

ICLR 2025poster

One-Shot Federated Learning (OFL) is a promising approach that reduce communication to a single round, minimizing latency and resource consumption. However, existing OFL methods often rely on Knowledge Distillation, which introduce server-side training, increasing latency. While neuron matching and…

Cited by 0SourcePDFScholar
2024

Rethinking Deep Thinking: Stable Learning of Algorithms using Lipschitz Constraints

NeurIPS 2024poster

Iterative algorithms solve problems by taking steps until a solution is reached. Models in the form of Deep Thinking (DT) networks have been demonstrated to learn iterative algorithms in a way that can scale to different sized problems at inference time using recurrent computation and convolutions.…

Cited by 1SourcePDFScholar
2020

FSPool: Learning Set Representations with Featurewise Sort Pooling

ICLR 2020poster

Traditional set prediction models can struggle with simple datasets due to an issue we call the responsibility problem. We introduce a pooling method for sets of feature vectors based on sorting features across elements of the set. This can be used to construct a permutation-equivariant auto-encoder…

Cited by 94SourcecodeScholar
2020

Linear Disentangled Representations and Unsupervised Action Estimation

NeurIPS 2020poster

Disentangled representation learning has seen a surge in interest over recent times, generally focusing on new models which optimise one of many disparate disentanglement metrics. Symmetry Based Disentangled Representation learning introduced a robust mathematical framework that defined precisely wh…

Cited by 20SourcePDFScholar
2020

Point at the Triple: Generation of Text Summaries from Knowledge Base Triples (Extended Abstract)

IJCAI 2020poster

We investigate the problem of generating natural language summaries from knowledge base triples. Our approach is based on a pointer-generator network, which, in addition to generating regular words from a fixed target vocabulary, is able to verbalise triples in several ways. We undertake an automati…

2018

Learning to Count Objects in Natural Images for Visual Question Answering

ICLR 2018poster

Visual Question Answering (VQA) models have struggled with counting objects in natural images so far. We identify a fundamental problem due to soft attention in these models as a cause. To circumvent this problem, we propose a neural network component that allows robust counting from object proposal…