← Search

Guy Van den Broeck

64 accepted papers

2026

Breaking the Factorization Barrier in Diffusion Language Models

ICML 2026poster

Diffusion language models theoretically allow for efficient parallel generation but are practically hindered by the "factorization barrier": the assumption that simultaneously predicted tokens are independent. This limitation forces a trade-off: models must either sacrifice speed by resolving depend…

Cited by 0SourceScholar
2026

Mitigating Bias in Locally Constrained Decoding via Tractable Proposals

ICML 2026poster

Generations from large language models often fail to reliably conform to logical constraints such as JSON schema. Existing locally-constrained decoding (LCD) approaches enforce constraints by myopically masking out next tokens, resulting in biased sampling and degradation in downstream performance. …

Cited by 0SourceScholar
2026

Planned Diffusion

ICLR 2026poster

A central challenge in large language model inference is the trade-off between generation speed and output quality. Autoregressive models produce high-quality text but generate tokens sequentially. Diffusion models can generate tokens in parallel but often need many iterations to match the same qual…

Cited by 0SourcecodeScholar
2026

SIMoE: A Probabilistic Framework for Cardinality-Constrained Routing in Mixture-of-Experts

ICML 2026poster

Mixture-of-Experts (MoE) models scale by activating only a small subset of experts per token, but standard deterministic top-$k$ routing is non-differentiable and trained using surrogate gradients that ignore the discrete expert selection used at inference. We introduce SIMoE routing by modeling exp…

Cited by 0SourceScholar
2025

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

NeurIPS 2025spotlight

The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token generation, but in practice struggle to achieve the speed of autoregressive mode…

Cited by 0SourceScholar
2025

Learning to Discretize Denoising Diffusion ODEs

ICLR 2025oral

Diffusion Probabilistic Models (DPMs) are generative models showing competitive performance in various domains, including image synthesis and 3D point cloud generation. Sampling from pre-trained DPMs involves multiple neural function evaluations (NFEs) to transform Gaussian noise samples into images…

2025

On the Relationship Between Monotone and Squared Probabilistic Circuits

AAAI 2025technical

Probabilistic circuits are a unifying representation of functions as computation graphs of weighted sums and products. Their primary application is in probabilistic modeling, where circuits with non-negative weights (monotone circuits) can be used to represent and learn density/mass functions, with…

2025

Plug-and-Play Context Feature Reuse for Efficient Masked Generation

NeurIPS 2025poster

Masked generative models (MGMs) have emerged as a powerful framework for image synthesis, combining parallel decoding with strong bidirectional context modeling. However, generating high-quality samples typically requires many iterative decoding steps, resulting in high inference costs. A straightfo…

Cited by 0SourceScholar
2025

Prepacking: A Simple Method for Fast Prefilling and Increased Throughput in Large Language Models

AISTATS 2025poster

During inference for transformer-based large language models (LLM), prefilling is the computation of the key-value (KV) cache for input tokens in the prompt prior to autoregressive generation. For longer input prompt lengths, prefilling will incur a significant overhead on decoding time. In this wor…

Cited by 0SourcecodeScholar
2025

Rao-Blackwell Gradient Estimators for Equivariant Denoising Diffusion

NeurIPS 2025poster

In domains such as molecular and protein generation, physical systems exhibit inherent symmetries that are critical to model. Two main strategies have emerged for learning invariant distributions: designing equivariant network architectures and using data augmentation to approximate equivariance. Wh…

Cited by 0SourcecodeScholar
2025

Scaling Probabilistic Circuits via Monarch Matrices

ICML 2025poster

Probabilistic Circuits (PCs) are tractable representations of probability distributions allowing for exact and efficient computation of likelihoods and marginals. Recent advancements have improved the scalability of PCs either by leveraging their sparse properties or through the use of tensorized op…

Cited by 0SourcePDFScholar
2025

TRACE Back from the Future: A Probabilistic Reasoning Approach to Controllable Language Generation

ICML 2025poster

As large language models (LMs) advance, there is an increasing need to control their outputs to align with human values (e.g., detoxification) or desired attributes (e.g., personalization, topic). However, autoregressive models focus on next-token predictions and struggle with global properties that…

Cited by 0SourcePDFScholar
2025

Tractable Transformers for Flexible Conditional Generation

ICML 2025poster

Non-autoregressive (NAR) generative models are valuable because they can handle diverse conditional generation tasks in a more principled way than their autoregressive (AR) counterparts, which are constrained by sequential dependency requirements. Recent advancements in NAR models, such as diffusion…

Cited by 0SourcePDFScholar
2024

Adaptable Logical Control for Large Language Models

NeurIPS 2024poster

Despite the success of Large Language Models (LLMs) on various tasks following human instructions, controlling model generation to follow strict constraints at inference time poses a persistent challenge. In this paper, we introduce Ctrl-G, a neuro-symbolic framework that enables tractable and adapt…

2024

Image Inpainting via Tractable Steering of Diffusion Models

ICLR 2024poster

Diffusion models are the current state of the art for generating photorealistic images. Controlling the sampling process for constrained image generation tasks such as inpainting, however, remains challenging since exact conditioning on such constraints is intractable. While existing methods use va…

2024

Probabilistically Rewired Message-Passing Neural Networks

ICLR 2024poster

Message-passing graph neural networks (MPNNs) emerged as powerful tools for processing graph-structured input. However, they operate on a fixed input graph structure, ignoring potential noise and missing information. Furthermore, their local aggregation mechanism can lead to problems such as over-sq…

2024

Scaling Tractable Probabilistic Circuits: A Systems Perspective

ICML 2024poster

Probabilistic Circuits (PCs) are a general framework for tractable deep generative models, which support exact and efficient probabilistic inference on their learned distributions. Recent modeling and training advancements have enabled their application to complex real-world tasks. However, the time…

2024

Where is the signal in tokenization space?

EMNLP 2024main

Large Language Models (LLMs) are typically shipped with tokenizers that *deterministically* encode text into so-called *canonical* token sequences, to which the LLMs assign probability values.One common assumption is that the probability of a piece of text is the probability of its canonical token s…

Cited by 3SourcePDFScholar
2023

A Pseudo-Semantic Loss for Autoregressive Models with Logical Constraints

NeurIPS 2023poster

Neuro-symbolic AI bridges the gap between purely symbolic and neural approaches to learning. This often requires maximizing the likelihood of a symbolic constraint w.r.t the neural network's output distribution. Such output distributions are typically assumed to be fully-factorized. This limits the…

Cited by 15SourcePDFScholar
2023

A Unified Approach to Count-Based Weakly Supervised Learning

NeurIPS 2023poster

High-quality labels are often very scarce, whereas unlabeled data with inferred weak labels occurs more naturally. In many cases, these weak labels dictate the frequency of each respective class over a set of instances. In this paper, we develop a unified approach to learning from such weakly-labele…

2023

On the Paradox of Learning to Reason from Data

IJCAI 2023poster

Logical reasoning is needed in a wide range of NLP tasks. Can a BERT model be trained end-to-end to solve logical reasoning problems presented in natural language? We attempt to answer this question in a confined problem space where there exists a set of parameters that perfectly simulates logical r…

2023

Out-of-Distribution Generalization by Neural-Symbolic Joint Training

AAAI 2023technical

This paper develops a novel methodology to simultaneously learn a neural network and extract generalized logic rules. Different from prior neural-symbolic methods that require background knowledge and candidate logical rules to be provided, we aim to induce task semantics with minimal priors. This i…

2023

SIMPLE: A Gradient Estimator for k-Subset Sampling

ICLR 2023poster

$k$-subset sampling is ubiquitous in machine learning, enabling regularization and interpretability through sparsity. The challenge lies in rendering $k$-subset sampling amenable to end-to-end learning. This has typically involved relaxing the reparameterized samples to allow for backpropagation, bu…

2023

Scaling Up Probabilistic Circuits by Latent Variable Distillation

ICLR 2023top-5%

Probabilistic Circuits (PCs) are a unified framework for tractable probabilistic models that support efficient computation of various probabilistic queries (e.g., marginal probabilities). One key challenge is to scale PCs to model large and high-dimensional real-world datasets: we observe that as th…

2023

Scaling integer arithmetic in probabilistic programs

UAI 2023poster

Distributions on integers are ubiquitous in probabilistic modeling but remain challenging for many of today’s probabilistic programming languages (PPLs). The core challenge comes from discrete structure: many of today’s PPL inference strategies rely on enumeration, sampling, or differentiation in or…

2023

Tractable Control for Autoregressive Language Generation

ICML 2023oral

Despite the success of autoregressive large language models in text generation, it remains a major challenge to generate text that satisfies complex constraints: sampling from the conditional distribution ${\Pr}(\text{text} | \alpha)$ is intractable for even the simplest lexical constraints $\alpha$…

2023

Understanding the Distillation Process from Deep Generative Models to Tractable Probabilistic Circuits

ICML 2023poster

Probabilistic Circuits (PCs) are a general and unified computational framework for tractable probabilistic models that support efficient computation of various inference tasks (e.g., computing marginal probabilities). Towards enabling such reasoning capabilities in complex real-world tasks, Liu et a…

Cited by 14SourcePDFScholar
2022

Semantic Probabilistic Layers for Neuro-Symbolic Learning

NeurIPS 2022accept

We design a predictive layer for structured-output prediction (SOP) that can be plugged into any neural network guaranteeing its predictions are consistent with a set of predefined symbolic constraints. Our Semantic Probabilistic Layer (SPL) can model intricate correlations, and hard constraints, ov…

2022

Solving Marginal MAP Exactly by Probabilistic Circuit Transformations

AISTATS 2022poster

Probabilistic circuits (PCs) are a class of tractable probabilistic models that allow efficient, often linear-time, inference of queries such as marginals and most probable explanations (MPE). However, marginal MAP, which is central to many decision-making problems, remains a hard query for PCs unle…

2021

A Compositional Atlas of Tractable Circuit Operations for Probabilistic Inference

NeurIPS 2021oral

Circuit representations are becoming the lingua franca to express and reason about tractable generative and discriminative models. In this paper, we show how complex inference scenarios for these models that commonly arise in machine learning---from computing the expectations of decision tree ensem…

2021

Group Fairness by Probabilistic Modeling with Latent Fair Decisions

AAAI 2021technical

Machine learning systems are increasingly being used to make impactful decisions such as loan applications and criminal justice risk assessments, and as such, ensuring fairness of these systems is critical. This is often challenging as the labels in the data are biased. This paper studies learning f…

2020

Counterexample-Guided Learning of Monotonic Neural Networks

NeurIPS 2020poster

The widespread adoption of deep learning is often attributed to its automatic feature construction with minimal inductive bias. However, in many real-world tasks, the learned function is intended to satisfy domain-specific constraints. We focus on monotonicity constraints, which are common and requi…

2020

Einsum Networks: Fast and Scalable Learning of Tractable Probabilistic Circuits

ICML 2020poster

Probabilistic circuits (PCs) are a promising avenue for probabilistic modeling, as they permit a wide range of exact and efficient inference routines. Recent “deep-learning-style” implementations of PCs strive for a better scalability, but are still difficult to train on real-world data, due to thei…

2020

Probabilistic Inference with Algebraic Constraints: Theoretical Limits and Practical Approximations

NeurIPS 2020spotlight

Weighted model integration (WMI) is a framework to perform advanced probabilistic inference on hybrid domains, i.e., on distributions over mixed continuous-discrete random variables and in presence of complex logical and arithmetic constraints. In this work, we advance the WMI framework on both the…

Cited by 16SourcePDFScholar
2020

SAM: Squeeze-and-Mimic Networks for Conditional Visual Driving Policy Learning

CoRL 2020

We describe a policy learning approach to map visual inputs to driving controls conditioned on turning command that leverages side tasks on semantics and object affordances via a learned representation trained for driving. To learn this representation, we train a squeeze network to drive using annot

2020

Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing

ICML 2020poster

Weighted model integration (WMI) is an appealing framework for probabilistic inference: it allows for expressing the complex dependencies in real-world problems, where variables are both continuous and discrete, via the language of Satisfiability Modulo Theories (SMT), as well as to compute probabil…

2019

Generating and Sampling Orbits for Lifted Probabilistic Inference

UAI 2019poster

A key goal in the design of probabilistic inference algorithms is identifying and exploit- ing properties of the distribution that make inference tractable. Lifted inference algorithms identify symmetry as a property that enables efficient inference and seek to scale with the degree of symmetry of a…

2019

On Tractable Computation of Expected Predictions

NeurIPS 2019poster

Computing expected predictions of discriminative models is a fundamental task in machine learning that appears in many interesting applications such as fairness, handling missing values, and data analysis. Unfortunately, computing expectations of a discriminative model with respect to a probability…

2019

Smoothing Structured Decomposable Circuits

NeurIPS 2019spotlight

We study the task of smoothing a circuit, i.e., ensuring that all children of a plus-gate mention the same variables. Circuits serve as the building blocks of state-of-the-art inference algorithms on discrete probabilistic graphical models and probabilistic programs. They are also important for disc…

2019

Towards Hardware-Aware Tractable Learning of Probabilistic Models

NeurIPS 2019poster

Smart portable applications increasingly rely on edge computing due to privacy and latency concerns. But guaranteeing always-on functionality comes with two major challenges: heavily resource-constrained hardware; and dynamic application conditions. Probabilistic models present an ideal solution to…

2018

Approximate Knowledge Compilation by Online Collapsed Importance Sampling

NeurIPS 2018oral

We introduce collapsed compilation, a novel approximate inference algorithm for discrete probabilistic graphical models. It is a collapsed sampling algorithm that incrementally selects which variable to sample next based on the partial compila- tion obtained so far. This online collapsing, together…

2016

New Liftable Classes for First-Order Probabilistic Inference

NeurIPS 2016poster

Statistical relational models provide compact encodings of probabilistic dependencies in relational domains, but result in highly intractable graphical models. The goal of lifted inference is to carry out probabilistic inference without needing to reason about each individual separately, by instead…

Cited by 51SourcePDFScholar
2015

Tractable Learning for Complex Probability Queries

NeurIPS 2015poster

Tractable learning aims to learn probabilistic models where inference is guaranteed to be efficient. However, the particular class of queries that is tractable depends on the model and underlying representation. Usually this class is MPE or conditional probabilities $\Pr(\xs|\ys)$ for joint assignm…

Cited by 71SourcePDFScholar