Approximating Pareto Frontiers in Stochastic Multi-Objective Optimization via Hashing and Randomization

arXiv cs.LG / 4/2/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper targets stochastic multi-objective optimization (SMOO), where finding the Pareto frontier becomes computationally intractable due to probabilistic inference requirements like posterior marginals and expectations.
  • It proposes XOR-SMOO, which uses hashing and randomization to compute a \u000egamma-approximate Pareto frontier with high probability, relying on SAT-oracle queries only a poly-log number of times in both \u000egamma and \u000delta.
  • The method provides a tight constant-factor approximation guarantee: the returned frontier is only a multiplicative factor \u000egamma below the true frontier, rather than suffering from arbitrarily loose approximations.
  • The authors report experiments on real-world road network strengthening and supply chain design, showing improved objective values, better coverage of optimal solutions, and more uniform distribution of found solutions compared with several baselines.
  • By converting a #P-hard SMOO setting into one solvable via SAT-oracle access while retaining reliable approximation guarantees, the work aims to make SMOO solvers more practical for uncertain decision-making.

Abstract

Stochastic Multi-Objective Optimization (SMOO) is critical for decision-making trading off multiple potentially conflicting objectives in uncertain environments. SMOO aims at identifying the Pareto frontier, which contains all mutually non-dominating decisions. The problem is highly intractable due to the embedded probabilistic inference, such as computing the marginal, posterior probabilities, or expectations. Existing methods, such as scalarization, sample average approximation, and evolutionary algorithms, either offer arbitrarily loose approximations or may incur prohibitive computational costs. We propose XOR-SMOO, a novel algorithm that with probability 1-\delta, obtains \gamma-approximate Pareto frontiers (\gamma>1) for SMOO by querying an SAT oracle poly-log times in \gamma and \delta. A \gamma-approximate Pareto frontier is only below the true frontier by a fixed, multiplicative factor \gamma. Thus, XOR-SMOO solves highly intractable SMOO problems (\#P-hard) with only queries to SAT oracles while obtaining tight, constant factor approximation guarantees. Experiments on real-world road network strengthening and supply chain design problems demonstrate that XOR-SMOO outperforms several baselines in identifying Pareto frontiers that have higher objective values, better coverage of the optimal solutions, and the solutions found are more evenly distributed. Overall, XOR-SMOO significantly enhanced the practicality and reliability of SMOO solvers.