← Search

Bertrand Charpentier

14 accepted papers

2025

TreeGen: A Bayesian Generative Model for Hierarchies

NeurIPS 2025poster

In this work, we introduce TreeGen, a novel generative framework modeling distributions over hierarchies. We extend Bayesian Flow Networks (BFNs) to enable transitions between probabilistic and discrete hierarchies parametrized via categorical distributions. Our proposed scheduler provides smooth an…

Cited by 0SourceScholar
2024

Shaving Weights with Occam's Razor: Bayesian Sparsification for Neural Networks using the Marginal Likelihood

NeurIPS 2024poster

Neural network sparsification is a promising avenue to save computational time and memory costs, especially in an age where many successful AI models are becoming too large to naively deploy on consumer hardware. While much work has focused on different weight pruning criteria, the overall sparsifia…

2024

Uncertainty for Active Learning on Graphs

ICML 2024poster

Uncertainty Sampling is an Active Learning strategy that aims to improve the data efficiency of machine learning models by iteratively acquiring labels of data points with the highest uncertainty. While it has proven effective for independent data its applicability to graphs remains under-explored.…

Cited by 10SourcePDFScholar
2023

Adversarial Training for Graph Neural Networks: Pitfalls, Solutions, and New Directions

NeurIPS 2023poster

Despite its success in the image domain, adversarial training did not (yet) stand out as an effective defense for Graph Neural Networks (GNNs) against graph structure perturbations. In the pursuit of fixing adversarial training (1) we show and overcome fundamental theoretical as well as practical l…

Cited by 34SourcePDFScholar
2023

Uncertainty Estimation for Molecules: Desiderata and Methods

ICML 2023poster

Graph Neural Networks (GNNs) are promising surrogates for quantum mechanical calculations as they establish unprecedented low errors on collections of molecular dynamics (MD) trajectories. Thanks to their fast inference times they promise to accelerate computational chemistry applications. Unfortuna…

Cited by 13SourcePDFScholar
2022

End-to-End Learning of Probabilistic Hierarchies on Graphs

ICLR 2022poster

We propose a novel probabilistic model over hierarchies on graphs obtained by continuous relaxation of tree-based hierarchies. We draw connections to Markov chain theory, enabling us to perform hierarchical clustering by efficient end-to-end optimization of relaxed versions of quality metrics such a…

Cited by 3SourcePDFScholar
2022

Natural Posterior Network: Deep Bayesian Predictive Uncertainty for Exponential Family Distributions

ICLR 2022spotlight

Uncertainty awareness is crucial to develop reliable machine learning models. In this work, we propose the Natural Posterior Network (NatPN) for fast and high-quality uncertainty estimation for any task where the target distribution belongs to the exponential family. Thus, NatPN finds application fo…

Cited by 83SourcePDFScholar
2022

Winning the Lottery Ahead of Time: Efficient Early Network Pruning

ICML 2022spotlight

Pruning, the task of sparsifying deep neural networks, received increasing attention recently. Although state-of-the-art pruning methods extract highly sparse models, they neglect two main challenges: (1) the process of finding these sparse models is often very expensive; (2) unstructured pruning do…

2021

Evaluating Robustness of Predictive Uncertainty Estimation: Are Dirichlet-based Models Reliable?

ICML 2021spotlight

Dirichlet-based uncertainty (DBU) models are a recent and promising class of uncertainty-aware models. DBU models predict the parameters of a Dirichlet distribution to provide fast, high-quality uncertainty estimates alongside with class predictions. In this work, we present the first large-scale, i…

2021

Graph Posterior Network: Bayesian Predictive Uncertainty for Node Classification

NeurIPS 2021poster

The interdependence between nodes in graphs is key to improve class prediction on nodes, utilized in approaches like Label Probagation (LP) or in Graph Neural Networks (GNNs). Nonetheless, uncertainty estimation for non-independent node-level predictions is under-explored. In this work, we explore…

2020

Posterior Network: Uncertainty Estimation without OOD Samples via Density-Based Pseudo-Counts

NeurIPS 2020poster

Accurate estimation of aleatoric and epistemic uncertainty is crucial to build safe and reliable systems. Traditional approaches, such as dropout and ensemble methods, estimate uncertainty by sampling probability predictions from different submodels, which leads to slow uncertainty estimation at inf…

2019

Uncertainty on Asynchronous Time Event Prediction

NeurIPS 2019spotlight

Asynchronous event sequences are the basis of many applications throughout different industries. In this work, we tackle the task of predicting the next event (given a history), and how this prediction changes with the passage of time. Since at some time points (e.g. predictions far into the future)…