paper-with-me

Papers

USCO-Solver: Solving Undetermined Stochastic Combinatorial Optimization Problems

2021-07-15 · NeurIPS 2021 12 · Guangmo Tong

Real-world decision-making systems are often subject to uncertainties that have to be resolved through observational data. Therefore, we are frequently confronted with combinatorial optimization problems of which the objective function is unknown and thus has to be debunked using empirical evidence. In contrast to the common practice that relies on a learning-and-optimization strategy, we consider the regression between combinatorial spaces, aiming to infer high-quality optimization solutions from samples of input-solution pairs -- without the need to learn the objective function. Our main deliverable is a universal solver that is able to handle abstract undetermined stochastic combinatorial optimization problems. For learning foundations, we present learning-error analysis under the PAC-Bayesian framework using a new margin-based analysis. In empirical studies, we demonstrate our design using proof-of-concept experiments, and compare it with other methods that are potentially applicable. Overall, we obtain highly encouraging experimental results for several classic combinatorial problems on both synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2107.07508

Code (1)

cdslabamotong/USCO-Solver pytorch

Tasks

Combinatorial OptimizationDecision Making

Similar Papers 제목 키워드 기반

DIFUSCO: Graph-based Diffusion Solvers for Combinatorial Optimization

2023-02-16 · NeurIPS 2023 11 · Zhiqing Sun, Yiming Yang

Neural network-based Combinatorial Optimization (CO) methods have shown promising results in solving various NP-complete (NPC) problems without relying on hand-crafted domain knowledge. This paper broadens the current sc…

Combinatorial OptimizationDenoisingTraveling Salesman Problem

A Denoising Diffusion-Based Evolutionary Algorithm Framework: Application to the Maximum Independent Set Problem

2025-10-08 · Joan Salvà Soler, Günther R. Raidl arxiv

Denoising diffusion models (DDMs) offer a promising generative approach for combinatorial optimization, yet they often lack the robust exploration capabilities of traditional metaheuristics like evolutionary algorithms (…

The Machine Learning for Combinatorial Optimization Competition (ML4CO): Results and Insights

2022-03-04 · Maxime Gasse, Quentin Cappart, Jonas Charfreitag, Laurent Charlin 외

Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from re…

BIG-bench Machine LearningCombinatorial Optimization

Differentiable Initialization-Accelerated CPU-GPU Hybrid Combinatorial Scheduling

2026-03-30 · Mingju Liu, Jiaqi Yin, Alvaro Velasquez, Cunxi Yu arxiv

This paper presents a hybrid CPU-GPU framework for solving combinatorial scheduling problems formulated as Integer Linear Programming (ILP). While scheduling underpins many optimization tasks in computing systems, solvin…

AlphaMapleSAT: An MCTS-based Cube-and-Conquer SAT Solver for Hard Combinatorial Problems

2024-01-24 · Piyush Jha, Zhengyu Li, Zhengyang Lu, Curtis Bright 외

This paper introduces AlphaMapleSAT, a novel Monte Carlo Tree Search (MCTS) based Cube-and-Conquer (CnC) SAT solving method aimed at efficiently solving challenging combinatorial problems. Despite the tremendous success …

Heuristic Search