← Search

Jonathan Gordon

7 accepted papers

2020

Convolutional Conditional Neural Processes

ICLR 2020talk

We introduce the Convolutional Conditional Neural Process (ConvCNP), a new member of the Neural Process family that models translation equivariance in the data. Translation equivariance is an important inductive bias for many learning problems including time series modelling, spatial data, and image…

Cited by 196SourcecodeScholar
2020

Permutation Equivariant Models for Compositional Generalization in Language

ICLR 2020poster

Humans understand novel sentences by composing meanings and roles of core language components. In contrast, neural network models for natural language modeling fail when such compositional generalization is required. The main contribution of this paper is to hypothesize that language compositionalit…

Cited by 129SourcecodeScholar
2020

TaskNorm: Rethinking Batch Normalization for Meta-Learning

ICML 2020poster

Modern meta-learning approaches for image classification rely on increasingly deep networks to achieve state-of-the-art performance, making batch normalization an essential component of meta-learning pipelines. However, the hierarchical nature of the meta-learning setting presents several challenges…

2019

Bayesian Batch Active Learning as Sparse Subset Approximation

NeurIPS 2019poster

Leveraging the wealth of unlabeled data produced in recent years provides great potential for improving supervised models. When the cost of acquiring labels is high, probabilistic active learning methods can be used to greedily select the most informative data points to be labeled. However, for many…

2019

Fast and Flexible Multi-Task Classification using Conditional Neural Adaptive Processes

NeurIPS 2019spotlight

The goal of this paper is to design image classification systems that, after an initial multi-task training phase, can automatically adapt to new tasks encountered at test time. We introduce a conditional neural process based approach to the multi-task classification setting for this purpose, and es…

2019

Meta-Learning Probabilistic Inference for Prediction

ICLR 2019poster

This paper introduces a new framework for data efficient and versatile learning. Specifically: 1) We develop ML-PIP, a general framework for Meta-Learning approximate Probabilistic Inference for Prediction. ML-PIP extends existing probabilistic interpretations of meta-learning to cover a broad class…