← Search

Axel Parmentier

7 accepted papers

2025

Structured Reinforcement Learning for Combinatorial Decision-Making

NeurIPS 2025poster

Reinforcement learning (RL) is increasingly applied to real-world problems involving complex and structured decisions, such as routing, scheduling, and assortment planning. These settings challenge standard RL algorithms, which struggle to scale, generalize, and exploit structure in the presence of…

Cited by 0SourcecodeScholar
2025

WardropNet: Traffic Flow Predictions via Equilibrium-Augmented Learning

ICLR 2025poster

When optimizing transportation systems, anticipating traffic flows is a central element. Yet, computing such traffic equilibria remains computationally expensive. Against this background, we introduce a novel combinatorial optimization augmented neural network pipeline that allows for fast and accur…

2024

CF-OPT: Counterfactual Explanations for Structured Prediction

ICML 2024poster

Optimization layers in deep neural networks have enjoyed a growing popularity in structured learning, improving the state of the art on a variety of applications. Yet, these pipelines lack interpretability since they are made of two opaque layers: a highly non-linear prediction model, such as a deep…

2024

DistrictNet: Decision-aware learning for geographical districting

NeurIPS 2024poster

Districting is a complex combinatorial problem that consists in partitioning a geographical area into small districts. In logistics, it is a major strategic decision determining operating costs for several years. Solving districting problems using traditional methods is intractable even for small ge…

2024

Predicting Lagrangian Multipliers for Mixed Integer Linear Programs

ICML 2024poster

Lagrangian Relaxation stands among the most efficient approaches for solving Mixed Integer Linear Programs (MILPs) with difficult constraints. Given any duals for these constraints, called Lagrangian Multipliers (LMs), it returns a bound on the optimal value of the MILP, and Lagrangian methods seek…

Cited by 4SourcePDFScholar
2023

Explainable Data-Driven Optimization: From Context to Decision and Back Again

ICML 2023poster

Data-driven optimization uses contextual information and machine learning algorithms to find solutions to decision problems with uncertain parameters. While a vast body of work is dedicated to interpreting machine learning models in the classification setting, explaining decision pipelines involving…