paper-with-me

Papers

Curriculum learning for multilevel budgeted combinatorial problems

2020-07-07 · NeurIPS 2020 12 · Adel Nabli, Margarida Carvalho

Learning heuristics for combinatorial optimization problems through graph neural networks have recently shown promising results on some classic NP-hard problems. These are single-level optimization problems with only one player. Multilevel combinatorial optimization problems are their generalization, encompassing situations with multiple players taking decisions sequentially. By framing them in a multi-agent reinforcement learning setting, we devise a value-based method to learn to solve multilevel budgeted combinatorial problems involving two players in a zero-sum game over a graph. Our framework is based on a simple curriculum: if an agent knows how to estimate the value of instances with budgets up to $B$, then solving instances with budget $B+1$ can be done in polynomial time regardless of the direction of the optimization by checking the value of every possible afterstate. Thus, in a bottom-up approach, we generate datasets of heuristically solved instances with increasingly larger budgets to train our agent. We report results close to optimality on graphs up to $100$ nodes and a $185 \times$ speedup on average compared to the quickest exact solver known for the Multilevel Critical Node problem, a max-min-max trilevel problem that has been shown to be at least $\Sigma_2^p$-hard.

📄 PDF Abstract BibTeX arXiv:2007.03151

Code (1)

AdelNabli/MCN 공식 구현 pytorch

Tasks

Combinatorial OptimizationMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Understanding Curriculum Learning in Policy Optimization for Online Combinatorial Optimization

2022-02-11 · Runlong Zhou, Zelin He, Yuandong Tian, Yi Wu 외

Over the recent years, reinforcement learning (RL) starts to show promising results in tackling combinatorial optimization (CO) problems, in particular when coupled with curriculum learning to facilitate training. Despit…

Combinatorial OptimizationReinforcement Learning (RL)

Evaluating Curriculum Learning Strategies in Neural Combinatorial Optimization

2020-11-12 · NeurIPS Workshop LMCA 2020 12 · Michal Lisicki, Arash Afkanpour, Graham W. Taylor

Neural combinatorial optimization (NCO) aims at designing problem-independent and efficient neural network-based strategies for solving combinatorial problems. The field recently experienced growth by successfully adapti…

Combinatorial OptimizationEfficient Neural NetworkMachine TranslationTranslation

Exploiting Structure of Uncertainty for Efficient Matroid Semi-Bandits

2019-02-11 · Pierre Perrault, Vianney Perchet, Michal Valko

We improve the efficiency of algorithms for stochastic \emph{combinatorial semi-bandits}. In most interesting problems, state-of-the-art algorithms take advantage of structural properties of rewards, such as \emph{indepe…

MPFlow: Learning Budgeted Max-Flow Optimization on the Lightning Network with Deep Graph Reinforcement Learning

2026-07-09 · Harrison Rush, Vincent Davis, Simone Antonelli, Vikash Singh 외 arxiv

We address liquidity placement in the Bitcoin Lightning Network (LN): given a fixed budget, which channels should a node open to maximize its routing capacity? We cast this as a budget-constrained combinatorial optimizat…

Reinforcement Learning

Budgeted Combinatorial Multi-Armed Bandits

2022-02-08 · Debojit Das, Shweta Jain, Sujit Gujar

We consider a budgeted combinatorial multi-armed bandit setting where, in every round, the algorithm selects a super-arm consisting of one or more arms. The goal is to minimize the total expected regret after all rounds …

Multi-Armed Bandits