← Search

Salem Lahlou

16 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

Bayesian Rain Field Reconstruction using Commercial Microwave Links and Diffusion Model Priors

ICML 2026poster

Commercial Microwave Links (CMLs) offer dense spatial coverage for rainfall sensing but produce path-integrated measurements that make accurate ground-level reconstruction challenging. Existing methods typically oversimplify CMLs as point sensors and neglect the physical power-law relating rainfall …

Cited by 0SourceScholar
2026

CoRe: Collaborative Reasoning via Cross Teaching

ICML 2026poster

Large language models exhibit complementary reasoning errors: on the same instance, one model may succeed with a particular decomposition while another fails. We propose Collaborative Reasoning (CORE), a training-time collaboration framework that converts peer success into a learning signal via a cr…

Cited by 0SourceScholar
2026

Loss-Guided Auxiliary Agents for Overcoming Mode Collapse in GFlowNets

AAAI 2026technical

Although Generative Flow Networks (GFlowNets) are designed to capture multiple modes of a reward function, they often suffer from mode collapse in practice, getting trapped in early-discovered modes and requiring prolonged training to find diverse solutions. Existing exploration techniques often rel

Cited by 0SourcePDFScholar
2026

Noise-corrected GRPO: From Noisy Rewards to Unbiased Gradients

ICML 2026poster

Reinforcement learning from human feedback (RLHF) or verifiable rewards (RLVR), the standard paradigm for aligning LLMs or building recent SOTA reasoning models, is highly sensitive to noise from inconsistent or erroneous rewards. Yet, the interaction between such noise and widely used group-based p…

Cited by 0SourceScholar
2026

Position: Agentic AI systems should be making Bayes-consistent decisions

ICML 2026poster

LLMs excel at predictive tasks and complex reasoning tasks, but many high-value deployments rely on decisions under uncertainty, for example, which tool to call, which expert to consult, or how many resources to invest. While the usefulness and feasibility of Bayesian approaches remain unclear for L…

Cited by 0SourceScholar
2025

On the Privacy Risks of Spiking Neural Networks: A Membership Inference Analysis

UAI 2025

Spiking Neural Networks (SNNs) are increasingly explored for their energy efficiency and robustness in real-world applications, yet their privacy risks remain largely unexamined. In this work, we investigate the susceptibility of SNNs to Membership Inference Attacks (MIAs)-a major privacy threat whe

Cited by 0SourcePDFScholar
2025

SVRPBench: A Realistic Benchmark for Stochastic Vehicle Routing Problem

NeurIPS 2025poster

Robust routing under uncertainty is central to real-world logistics, yet most benchmarks assume static, idealized settings. We present \texttt{SVRPBench}, the first open benchmark to capture high-fidelity stochastic dynamics in vehicle routing at urban scale. Spanning more than 500 instances with up…

Cited by 0SourcecodeScholar
2023

A theory of continuous generative flow networks

ICML 2023poster

Generative flow networks (GFlowNets) are amortized variational inference algorithms that are trained to sample from unnormalized target distributions over compositional objects. A key limitation of GFlowNets until this time has been that they are restricted to discrete spaces. We present a theory fo…

2023

GFlowNets and variational inference

ICLR 2023poster

This paper builds bridges between two families of probabilistic algorithms: (hierarchical) variational inference (VI), which is typically used to model distributions over continuous spaces, and generative flow networks (GFlowNets), which have been used for distributions over discrete structures such…

2023

GFlowOut: Dropout with Generative Flow Networks

ICML 2023poster

Bayesian inference offers principled tools to tackle many critical problems with modern neural networks such as poor calibration and generalization, and data inefficiency. However, scaling Bayesian inference to large architectures is challenging and requires restrictive approximations. Monte Carlo D…

Cited by 24SourcePDFScholar
2023

Minigrid & Miniworld: Modular & Customizable Reinforcement Learning Environments for Goal-Oriented Tasks

NeurIPS 2023poster

We present the Minigrid and Miniworld libraries which provide a suite of goal-oriented 2D and 3D environments. The libraries were explicitly created with a minimalistic design paradigm to allow users to rapidly develop new environments for a wide range of research-specific needs. As a result, both h…

2019

BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning

ICLR 2019poster

Allowing humans to interactively train artificial agents to understand language instructions is desirable for both practical and scientific reasons. Though, given the lack of sample efficiency in current learning methods, reaching this goal may require substantial research efforts. We introduce th…