← Search

Diego Mesquita

18 accepted papers

2026

Avoid What You Know: Divergent Trajectory Balance for GFlowNets

ICML 2026poster

Generative Flow Networks (GFlowNets) are a flexible family of amortized samplers trained to generate discrete and compositional objects with probability proportional to a reward function. To this end, they learn a policy function over an intractably large state graph by minimizing a stochastic objec…

Cited by 0SourceScholar
2026

Differentiable Lifting for Topological Neural Networks

ICLR 2026poster

Topological neural networks (TNNs) enable leveraging high-order structures on graphs (e.g., cycles and cliques) to boost the expressive power of message-passing neural networks. In turn, however, these structures are typically identified a priori through an unsupervised graph lifting operation. Notw…

Cited by 0SourcecodeScholar
2025

Generalization and Distributed Learning of GFlowNets

ICLR 2025poster

Conventional wisdom attributes the success of Generative Flow Networks (GFlowNets) to their ability to exploit the compositional structure of the sample space for learning generalizable flow functions (Bengio et al., 2021). Despite the abundance of empirical evidence, formalizing this belief with ve…

Cited by 0SourcePDFScholar
2025

Infinite Neural Operators: Gaussian processes on functions

NeurIPS 2025poster

A variety of infinitely wide neural architectures (e.g., dense NNs, CNNs, and transformers) induce Gaussian process (GP) priors over their outputs. These relationships provide both an accurate characterization of the prior predictive distribution and enable the use of GP machinery to improve the unc…

Cited by 0SourceScholar
2025

When do GFlowNets learn the right distribution?

ICLR 2025spotlight

Generative Flow Networks (GFlowNets) are an emerging class of sampling methods for distributions over discrete and compositional objects, e.g., graphs. In spite of their remarkable success in problems such as drug discovery and phylogenetic inference, the question of when and whether GFlowNets learn…

Cited by 1SourcePDFScholar
2024

Amortized Variational Deep Kernel Learning

ICML 2024poster

Deep kernel learning (DKL) marries the uncertainty quantification of Gaussian processes (GPs) and the representational power of deep neural networks. However, training DKL is challenging and often leads to overfitting. Most notably, DKL often learns “non-local” kernels — incurring spurious correlati…

Cited by 4SourcePDFScholar
2023

Distill n’ Explain: explaining graph neural networks using simple surrogates

AISTATS 2023poster

Explaining node predictions in graph neural networks (GNNs) often boils down to finding graph substructures that preserve predictions. Finding these structures usually implies back-propagating through the GNN, bonding the complexity (e.g., number of layers) of the GNN to the cost of explaining it. T…

2023

Thin and deep Gaussian processes

NeurIPS 2023poster

Gaussian processes (GPs) can provide a principled approach to uncertainty quantification with easy-to-interpret kernel hyperparameters, such as the lengthscale, which controls the correlation distance of function values.However, selecting an appropriate kernel can be challenging. Deep GPs avoid man…

Cited by 4SourcePDFScholar
2022

Parallel MCMC Without Embarrassing Failures

AISTATS 2022poster

Embarrassingly parallel Markov Chain Monte Carlo (MCMC) exploits parallel computing to scale Bayesian inference to large datasets by using a two-step approach. First, MCMC is run in parallel on (sub)posteriors defined on data partitions. Then, a server combines local results. While efficient, this f…

2022

Provably expressive temporal graph networks

NeurIPS 2022accept

Temporal graph networks (TGNs) have gained prominence as models for embedding dynamic interactions, but little is known about their theoretical underpinnings. We establish fundamental results about the representational power and limits of the two main categories of TGNs: those that aggregate tempor…

2021

Federated stochastic gradient Langevin dynamics

UAI 2021poster

Stochastic gradient MCMC methods, such as stochastic gradient Langevin dynamics (SGLD), employ fast but noisy gradient estimates to enable large-scale posterior sampling. Although we can easily extend SGLD to distributed settings, it suffers from two issues when applied to federated non-IID data. Fi…

Cited by 30SourcePDFScholar
2021

Learning GPLVM with arbitrary kernels using the unscented transformation

AISTATS 2021poster

Gaussian Process Latent Variable Model (GPLVM) is a flexible framework to handle uncertain inputs in Gaussian Processes (GPs) and incorporate GPs as components of larger graphical models. Nonetheless, the standard GPLVM variational inference approach is tractable only for a narrow family of kernel f…

Cited by 4SourcePDFScholar
2019

Embarrassingly Parallel MCMC using Deep Invertible Transformations

UAI 2019poster

While MCMC methods have become a main work-horse for Bayesian inference, scaling them to large distributed datasets is still a challenge. Embarrassingly parallel MCMC strategies take a divide-and-conquer stance to achieve this by writing the target posterior as a product of subposteriors, running MC…