← Search

Siddharth N

16 accepted papers

2024

Autoencoding Conditional Neural Processes for Representation Learning

ICML 2024poster

Conditional neural processes (CNPs) are a flexible and efficient family of models that learn to learn a stochastic process from data. They have seen particular application in contextual image completion - observing pixel values at some locations to predict a distribution over values at other unobser…

2024

Bayesian Program Learning by Decompiling Amortized Knowledge

ICML 2024poster

DreamCoder is an inductive program synthesis system that, whilst solving problems, learns to simplify search in an iterative wake-sleep procedure. The cost of search is amortized by training a neural search policy, reducing search breadth and effectively "compiling" useful information to compose pro…

Cited by 0SourcePDFScholar
2024

Learning High-Frequency Functions Made Easy with Sinusoidal Positional Encoding

ICML 2024poster

Fourier features based positional encoding (PE) is commonly used in machine learning tasks that involve learning high-frequency features from low-dimensional inputs, such as 3D view synthesis and time series regression with neural tangent kernels. Despite their effectiveness, existing PEs require ma…

2022

Drawing out of Distribution with Neuro-Symbolic Generative Models

NeurIPS 2022accept

Learning general-purpose representations from perceptual inputs is a hallmark of human intelligence. For example, people can write out numbers or characters, or even draw doodles, by characterizing these tasks as different instantiations of the same generic underlying process---compositional arrange…

Cited by 6SourcePDFScholar
2022

Gradient Matching for Domain Generalization

ICLR 2022poster

Machine learning systems typically assume that the distributions of training and test sets match closely. However, a critical requirement of such systems in the real world is their ability to generalize to unseen domains. Here, we propose an _inter-domain gradient matching_ objective that targets do…

2022

Hybrid Memoised Wake-Sleep: Approximate Inference at the Discrete-Continuous Interface

ICLR 2022poster

Modeling complex phenomena typically involves the use of both discrete and continuous variables. Such a setting applies across a wide range of problems, from identifying trends in time-series data to performing effective compositional scene understanding in images. Here, we propose Hybrid Memoised W…

Cited by 5SourcePDFScholar
2022

Learning Multimodal VAEs through Mutual Supervision

ICLR 2022spotlight

Multimodal VAEs seek to model the joint distribution over heterogeneous data (e.g.\ vision, language), whilst also capturing a shared representation across such modalities. Prior work has typically combined information from the modalities by reconciling idiosyncratic representations directly in the…

2022

On Incorporating Inductive Biases into VAEs

ICLR 2022poster

We explain why directly changing the prior can be a surprisingly ineffective mechanism for incorporating inductive biases into variational auto-encoders (VAEs), and introduce a simple and effective alternative approach: Intermediary Latent Space VAEs (InteL-VAEs). InteL-VAEs use an intermediary set…

2021

Capturing Label Characteristics in VAEs

ICLR 2021poster

We present a principled approach to incorporating labels in variational autoencoders (VAEs) that captures the rich characteristic information associated with those labels. While prior work has typically conflated these by learning latent variables that directly correspond to label values, we argue t…

2021

Relating by Contrasting: A Data-efficient Framework for Multimodal Generative Models

ICLR 2021poster

Multimodal learning for generative models often refers to the learning of abstract concepts from the commonality of information in multiple modalities, such as vision and language. While it has proven effective for learning generalisable representations, the training of such models often requires a…

Cited by 45SourcePDFScholar
2019

Variational Mixture-of-Experts Autoencoders for Multi-Modal Deep Generative Models

NeurIPS 2019poster

Learning generative models that span multiple data modalities, such as vision and language, is often motivated by the desire to learn more useful, generalisable representations that faithfully capture common underlying factors between the modalities. In this work, we characterise successful learning…

2018

Faithful Inversion of Generative Models for Effective Amortized Inference

NeurIPS 2018poster

Inference amortization methods share information across multiple posterior-inference problems, allowing each to be carried out more efficiently. Generally, they require the inversion of the dependency structure in the generative model, as the modeller must learn a mapping from observations to distri…

Cited by 57SourcePDFScholar
2017

Learning Disentangled Representations with Semi-Supervised Deep Generative Models

NeurIPS 2017poster

Variational autoencoders (VAEs) learn representations of data by jointly training a probabilistic encoder and decoder network. Typically these models encode all features of the data into a single variable. Here we are interested in learning disentangled representations that encode distinct aspects o…