paper-with-me

홈 › Papers

Unsupervised Learning for Combinatorial Optimization with Principled Objective Relaxation

2022-07-13 · Haoyu Wang, Nan Wu, Hang Yang, Cong Hao, Pan Li

Using machine learning to solve combinatorial optimization (CO) problems is challenging, especially when the data is unlabeled. This work proposes an unsupervised learning framework for CO problems. Our framework follows a standard relaxation-plus-rounding approach and adopts neural networks to parameterize the relaxed solutions so that simple back-propagation can train the model end-to-end. Our key contribution is the observation that if the relaxed objective satisfies entry-wise concavity, a low optimization loss guarantees the quality of the final integral solutions. This observation significantly broadens the applicability of the previous framework inspired by Erdos' probabilistic method. In particular, this observation can guide the design of objective models in applications where the objectives are not given explicitly while requiring being modeled in prior. We evaluate our framework by solving a synthetic graph optimization problem, and two real-world applications including resource allocation in circuit design and approximate computing. Our framework largely outperforms the baselines based on na\"{i}ve relaxation, reinforcement learning, and Gumbel-softmax tricks.

📄 PDF Abstract BibTeX arXiv:2207.05984

Code (1)

graph-com/co_proxydesign 공식 구현 pytorch

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

Controlling Continuous Relaxation for Combinatorial Optimization

2023-09-29 · Yuma Ichikawa

Unsupervised learning (UL)-based solvers for combinatorial optimization (CO) train a neural network that generates a soft solution by directly optimizing the CO objective using a continuous relaxation strategy. These sol…

Combinatorial OptimizationGraph Neural Network

Structure As Search: Unsupervised Permutation Learning for Combinatorial Optimization

2025-07-05 · Yimeng Min, Carla P. Gomes arxiv

We propose a non-autoregressive framework for the Travelling Salesman Problem where solutions emerge directly from learned permutations, without requiring explicit search. By applying a similarity transformation to Hamil…

Continuous Tensor Relaxation for Finding Diverse Solutions in Combinatorial Optimization Problems

2024-02-03 · Yuma Ichikawa, Hiroaki Iwashita

Finding the best solution is a common objective in combinatorial optimization (CO). In practice, directly handling constraints is often challenging, incorporating them into the objective function as the penalties. Howeve…

Combinatorial OptimizationRepresentation Learning

Scalable Combinatorial Bayesian Optimization with Tractable Statistical models

2020-08-18 · Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa

We study the problem of optimizing expensive blackbox functions over combinatorial spaces (e.g., sets, sequences, trees, and graphs). BOCS (Baptista and Poloczek, 2018) is a state-of-the-art Bayesian optimization method …

Bayesian Optimization

Smooth and Strong: MAP Inference with Linear Convergence

2015-12-01 · NeurIPS 2015 12 · Ofer Meshi, Mehrdad Mahdavi, Alex Schwing

Maximum a-posteriori (MAP) inference is an important task for many applications. Although the standard formulation gives rise to a hard combinatorial optimization problem, several effective approximations have been propo…

Combinatorial Optimization