AILGMay 14

Learning Scenario Reduction for Two-Stage Robust Optimization with Discrete Uncertainty

arXiv:2605.1449458.5
Predicted impact top 63% in AI · last 90 daysOriginality Highly original
AI Analysis

For researchers and practitioners in robust optimization, this work provides a scalable and generalizable method for scenario reduction, addressing a key bottleneck in solving two-stage robust optimization problems.

The paper tackles the computational challenge of scenario reduction in two-stage robust optimization with discrete uncertainty. It proposes PRISE, a problem-driven heuristic, and NeurPRISE, a neural surrogate that achieves 7-200x speedup over PRISE while maintaining competitive regret and strong zero-shot generalization.

Two-Stage Robust Optimization (2RO) with discrete uncertainty is challenging, often rendering exact solutions prohibitive. Scenario reduction alleviates this issue by selecting a small, representative subset of scenarios to enable tractable computation. However, existing methods are largely problem-agnostic, operating solely on the uncertainty set without consulting the feasible region or recourse structure. In this paper, we introduce PRISE, a problem-driven sequential lookahead heuristic that constructs reduced scenario sets by evaluating the marginal impact of each scenario. While PRISE yields high-quality scenario subsets, each selection step requires solving multiple subproblems, making it computationally expensive at scale. To address this, we propose NeurPRISE, a neural surrogate model built on a GNN-Transformer backbone that encodes the per-scenario structure via graph convolution and captures cross-scenario interactions through attention. NeurPRISE is trained via imitation learning with a gain-aware ranking objective, which distills marginal gain information from PRISE into a learned scoring function for scenario ranking and selection. Extensive results on three 2RO problems show that NeurPRISE consistently achieves competitive regret relative to comprehensive methods, maintains strong calability with varying numbers of scenarios, and delivers 7-200x speedup over PRISE. NeurPRISE also exhibits strong zero-shot generalization, effectively handling instances with larger problem scales (up to 5x), more scenarios (up to 4x), and distribution shifts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes