← Search

Dominique Beaini

15 accepted papers

2025

Amortized Sampling with Transferable Normalizing Flows

NeurIPS 2025poster

Efficient equilibrium sampling of molecular conformations remains a core challenge in computational chemistry and statistical inference. Classical approaches such as molecular dynamics or Markov chain Monte Carlo inherently lack amortization; the computational cost of sampling must be paid in-full f…

Cited by 0SourceScholar
2025

Progressive Inference-Time Annealing of Diffusion Models for Sampling from Boltzmann Densities

NeurIPS 2025spotlight

Sampling efficiently from a target unnormalized probability density remains a core challenge, with relevance across countless high-impact scientific applications. A promising approach towards this challenge is the design of amortized samplers that borrow key ideas, such as probability path design, f…

Cited by 0SourceScholar
2024

ET-Flow: Equivariant Flow-Matching for Molecular Conformer Generation

NeurIPS 2024poster

Predicting low-energy molecular conformations given a molecular graph is an important but challenging task in computational drug discovery. Existing state- of-the-art approaches either resort to large scale transformer-based models that diffuse over conformer fields, or use computationally expensiv…

2024

Graph Positional and Structural Encoder

ICML 2024poster

Positional and structural encodings (PSE) enable better identifiability of nodes within a graph, rendering them essential tools for empowering modern GNNs, and in particular graph Transformers. However, designing PSEs that work optimally for all graph prediction tasks is a challenging and unsolved p…

2024

How Molecules Impact Cells: Unlocking Contrastive PhenoMolecular Retrieval

NeurIPS 2024poster

Predicting molecular impact on cellular function is a core challenge in therapeutic design. Phenomic experiments, designed to capture cellular morphology, utilize microscopy based techniques and demonstrate a high throughput solution for uncovering molecular impact on the cell. In this work, we lear…

Cited by 2SourcePDFScholar
2024

Masked Autoencoders for Microscopy are Scalable Learners of Cellular Biology

CVPR 2024highlight

Featurizing microscopy images for use in biological research remains a significant challenge especially for large-scale experiments spanning millions of images. This work explores the scaling properties of weakly supervised classifiers and self-supervised masked autoencoders (MAEs) when training wit…

2024

On the Scalability of GNNs for Molecular Graphs

NeurIPS 2024poster

Scaling deep learning models has been at the heart of recent revolutions in language modelling and image generation. Practitioners have observed a strong relationship between model size, dataset size, and performance. However, structure-based architectures such as Graph Neural Networks (GNNs) are ye…

Cited by 12SourcePDFScholar
2024

Towards Foundational Models for Molecular Learning on Large-Scale Multi-Task Datasets

ICLR 2024poster

Recently, pre-trained foundation models have enabled significant advancements in multiple fields. In molecular machine learning, however, where datasets are often hand-curated, and hence typically small, the lack of datasets with labeled features, and codebases to manage those datasets, has hindered…

2023

Generating QM1B with PySCF$_{\text{IPU}}$

NeurIPS 2023poster

The emergence of foundation models in Computer Vision and Natural Language Processing have resulted in immense progress on downstream tasks. This progress was enabled by datasets with billions of training examples. Similar benefits are yet to be unlocked for quantum chemistry, where the potential o…

Cited by 0SourcePDFScholar
2022

3D Infomax improves GNNs for Molecular Property Prediction

ICML 2022spotlight

Molecular property prediction is one of the fastest-growing applications of deep learning with critical real-world impacts. Although the 3D molecular graph structure is necessary for models to achieve strong performance on many tasks, it is infeasible to obtain 3D structures at the scale required by…

2022

Long Range Graph Benchmark

NeurIPS 2022accept

Graph Neural Networks (GNNs) that are based on the message passing (MP) paradigm generally exchange information between 1-hop neighbors to build node representations at each layer. In principle, such networks are not able to capture long-range interactions (LRI) that may be desired or necessary for…

2022

Recipe for a General, Powerful, Scalable Graph Transformer

NeurIPS 2022accept

We propose a recipe on how to build a general, powerful, scalable (GPS) graph Transformer with linear complexity and state-of-the-art results on a diverse set of benchmarks. Graph Transformers (GTs) have gained popularity in the field of graph representation learning with a variety of recent publica…

2021

Directional Graph Networks

ICML 2021oral

The lack of anisotropic kernels in graph neural networks (GNNs) strongly limits their expressiveness, contributing to well-known issues such as over-smoothing. To overcome this limitation, we propose the first globally consistent anisotropic kernels for GNNs, allowing for graph convolutions that are…

2021

Rethinking Graph Transformers with Spectral Attention

NeurIPS 2021poster

In recent years, the Transformer architecture has proven to be very successful in sequence processing, but its application to other data structures, such as graphs, has remained limited due to the difficulty of properly defining positions. Here, we present the \textit{Spectral Attention Network} (S…

2020

Principal Neighbourhood Aggregation for Graph Nets

NeurIPS 2020poster

Graph Neural Networks (GNNs) have been shown to be effective models for different predictive tasks on graph-structured data. Recent work on their expressive power has focused on isomorphism tasks and countable feature spaces. We extend this theoretical framework to include continuous features---whic…