paper-with-me

홈 › Papers

BQ-NCO: Bisimulation Quotienting for Efficient Neural Combinatorial Optimization

2023-01-09 · NeurIPS 2023 11 · Darko Drakulic, Sofia Michel, Florian Mai, Arnaud Sors, Jean-Marc Andreoli

Despite the success of neural-based combinatorial optimization methods for end-to-end heuristic learning, out-of-distribution generalization remains a challenge. In this paper, we present a novel formulation of Combinatorial Optimization Problems (COPs) as Markov Decision Processes (MDPs) that effectively leverages common symmetries of COPs to improve out-of-distribution robustness. Starting from a direct MDP formulation of a constructive method, we introduce a generic way to reduce the state space, based on Bisimulation Quotienting (BQ) in MDPs. Then, for COPs with a recursive nature, we specialize the bisimulation and show how the reduced state exploits the symmetries of these problems and facilitates MDP solving. Our approach is principled and we prove that an optimal policy for the proposed BQ-MDP actually solves the associated COPs. We illustrate our approach on five classical problems: the Euclidean and Asymmetric Traveling Salesman, Capacitated Vehicle Routing, Orienteering and Knapsack Problems. Furthermore, for each problem, we introduce a simple attention-based policy network for the BQ-MDPs, which we train by imitation of (near) optimal solutions of small instances from a single distribution. We obtain new state-of-the-art results for the five COPs on both synthetic and realistic benchmarks. Notably, in contrast to most existing neural approaches, our learned policies show excellent generalization performance to much larger instances than seen during training, without any additional search procedure.

📄 PDF Abstract BibTeX arXiv:2301.03313

Code (2)

ddrakulic/bqnco 공식 구현
naver/bq-nco pytorch

Tasks

Combinatorial OptimizationOut-of-Distribution Generalization

Similar Papers 제목 키워드 기반

Approximate Policy Iteration with Bisimulation Metrics

2022-02-06 · Mete Kemertas, Allan Jepson

Bisimulation metrics define a distance measure between states of a Markov decision process (MDP) based on a comparison of reward sequences. Due to this property they provide theoretical guarantees in value function appro…

Continuous ControlRepresentation Learning

Bisimulations for Neural Network Reduction

2021-10-07 · Pavithra Prabhakar

We present a notion of bisimulation that induces a reduced network which is semantically equivalent to the given neural network. We provide a minimization algorithm to construct the smallest bisimulation equivalent netwo…

Bisimulation metric for Model Predictive Control

2024-10-06 · Yutaka Shimizu, Masayoshi Tomizuka

Model-based reinforcement learning has shown promise for improving sample efficiency and decision-making in complex environments. However, existing methods face challenges in training stability, robustness to noise, and …

Computational Efficiencycontinuous-controlContinuous ControlDecision Making+3

Approximate Bisimulation Relations for Neural Networks and Application to Assured Neural Network Compression

2022-02-02 · Weiming Xiang, Zhongzhu Shao

In this paper, we propose a concept of approximate bisimulation relation for feedforward neural networks. In the framework of approximate bisimulation relation, a novel neural network merging method is developed to compu…

Neural Network CompressionRelation

Learning Not to Optimize: Physics-Informed Action-Space Reshaping for Intent-Based Network Control

2026-08-02 · Zuyuan Zhang, Vaneet Aggarwal, Tian Lan arxiv

Modern network policy control maps intent to sequential placement-control decisions. Bellman-style policy optimization primarily asks which action to optimize, while constraints are commonly handled through penalty, barr…