Hierarchical Decomposition Framework for Feasibility-Hard Combinatorial Optimization

Abstract

Combinatorial optimization (CO) is a widely-applied method for addressing a variety of real-world optimization problems. However, due to the NP-hard nature of these problems, complex problem-specific heuristics are often required to tackle them at real-world scales. Neural combinatorial optimization has emerged as an effective approach to tackle CO problems, but it often requires the pre-computed optimal solution or a hand-designed process to ensure the model to generate a feasible solution, which may not be available in many real-world CO problems. We propose the hierarchical combinatorial optimizer (HCO) that does not rely on such restrictive assumptions. HCO decomposes the given CO problem into multiple sub-problems on different scales with smaller search spaces, where each sub-problem can be optimized separately and their solutions can be combined to compose the entire solution. Our experiments demonstrate that this hierarchical decomposition facilitates more efficient learning and stronger generalization capabilities, outperforming traditional heuristic and mathematical optimization algorithms.

Cite

Text

Ko et al. "Hierarchical Decomposition Framework for Feasibility-Hard Combinatorial Optimization." ICML 2023 Workshops: SODS, 2023.

Markdown

[Ko et al. "Hierarchical Decomposition Framework for Feasibility-Hard Combinatorial Optimization." ICML 2023 Workshops: SODS, 2023.](https://mlanthology.org/icmlw/2023/ko2023icmlw-hierarchical/)

BibTeX

@inproceedings{ko2023icmlw-hierarchical,
  title     = {{Hierarchical Decomposition Framework for Feasibility-Hard Combinatorial Optimization}},
  author    = {Ko, Hanbum and Kim, Minu and Jeong, Han-Seul and Hong, Sunghoon and Yoon, Deunsol and Park, Youngjoon and Lim, Woohyung and Lee, Honglak and Lee, Moontae and Lee, Kanghoon and Lim, Sungbin and Sohn, Sungryull},
  booktitle = {ICML 2023 Workshops: SODS},
  year      = {2023},
  url       = {https://mlanthology.org/icmlw/2023/ko2023icmlw-hierarchical/}
}