paper-with-me

Papers

Promoting Generalization for Exact Solvers via Adversarial Instance Augmentation

2023-10-22 · Haoyang Liu, Yufei Kuang, Jie Wang, Xijun Li, Yongdong Zhang, Feng Wu

Machine learning has been successfully applied to improve the efficiency of Mixed-Integer Linear Programming (MILP) solvers. However, the learning-based solvers often suffer from severe performance degradation on unseen MILP instances -- especially on large-scale instances from a perturbed environment -- due to the limited diversity of training distributions. To tackle this problem, we propose a novel approach, which is called Adversarial Instance Augmentation and does not require to know the problem type for new instance generation, to promote data diversity for learning-based branching modules in the branch-and-bound (B&B) Solvers (AdaSolver). We use the bipartite graph representations for MILP instances and obtain various perturbed instances to regularize the solver by augmenting the graph structures with a learned augmentation policy. The major technical contribution of AdaSolver is that we formulate the non-differentiable instance augmentation as a contextual bandit problem and adversarially train the learning-based solver and augmentation policy, enabling efficient gradient-based training of the augmentation policy. To the best of our knowledge, AdaSolver is the first general and effective framework for understanding and improving the generalization of both imitation-learning-based (IL-based) and reinforcement-learning-based (RL-based) B&B solvers. Extensive experiments demonstrate that by producing various augmented instances, AdaSolver leads to a remarkable efficiency improvement across various distributions.

📄 PDF Abstract BibTeX arXiv:2310.14161

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityImitation Learning

Similar Papers 제목 키워드 기반

Generalization of Neural Combinatorial Solvers Through the Lens of Adversarial Robustness

2021-10-21 · ICLR 2022 4 · Simon Geisler, Johanna Sommer, Jan Schuchardt, Aleksandar Bojchevski 외

End-to-end (geometric) deep learning has seen first successes in approximating the solution of combinatorial optimization problems. However, generating data in the realm of NP-hard/-complete tasks brings practical and th…

Adversarial RobustnessCombinatorial Optimization

Projecting Latent RL Actions: Towards Generalizable and Scalable Graph Combinatorial Optimization

2026-05-19 · Franco Terranova, Guillermo Bernardez, Albert Cabellos-Aparicio, Nina Miolane 외 arxiv

Graph combinatorial optimization (GCO) has attracted growing interest, as many NP-hard problems naturally admit graph formulations, yet their combinatorial explosion renders exact methods computationally intractable. Rec…

Reinforcement Learning

Anytime Behavior of Inexact TSP Solvers and Perspectives for Automated Algorithm Selection

2020-05-27 · Jakob Bossek, Pascal Kerschke, Heike Trautmann

The Traveling-Salesperson-Problem (TSP) is arguably one of the best-known NP-hard combinatorial optimization problems. The two sophisticated heuristic solvers LKH and EAX and respective (restart) variants manage to calcu…

BenchmarkingCombinatorial Optimization

Learning Branching Heuristics for Propositional Model Counting

2020-07-07 · Pashootan Vaezipoor, Gil Lederman, Yuhuai Wu, Chris J. Maddison 외

Propositional model counting, or #SAT, is the problem of computing the number of satisfying assignments of a Boolean formula. Many problems from different application areas, including many discrete probabilistic inferenc…

model

Solving the Clustered Traveling Salesman Problem via TSP methods

2020-07-10 · Yongliang Lu, Jin-Kao Hao, Qinghua Wu

The Clustered Traveling Salesman Problem (CTSP) is a variant of the popular Traveling Salesman Problem (TSP) arising from a number of real-life applications. In this work, we explore a transformation approach that solves…

Traveling Salesman Problem