Pretrained Cost Model for Distributed Constraint Optimization Problems
Yanchen Deng, Shufeng Kong, Bo An

TL;DR
This paper introduces GAT-PCM, a pretrained graph attention network-based heuristic model for distributed constraint optimization problems, enabling effective, decentralized problem-solving across various algorithms and benchmarks.
Contribution
The paper proposes a novel graph-based representation and a pretrained GAT model for DCOPs, facilitating generalizable and decentralized heuristics for multiple search algorithms.
Findings
GAT-PCM significantly improves performance over state-of-the-art methods.
The decentralized embedding schema enables efficient distributed inference.
Extensive experiments validate the effectiveness of GAT-PCM across benchmarks.
Abstract
Distributed Constraint Optimization Problems (DCOPs) are an important subclass of combinatorial optimization problems, where information and controls are distributed among multiple autonomous agents. Previously, Machine Learning (ML) has been largely applied to solve combinatorial optimization problems by learning effective heuristics. However, existing ML-based heuristic methods are often not generalizable to different search algorithms. Most importantly, these methods usually require full knowledge about the problems to be solved, which are not suitable for distributed settings where centralization is not realistic due to geographical limitations or privacy concerns. To address the generality issue, we propose a novel directed acyclic graph representation schema for DCOPs and leverage the Graph Attention Networks (GATs) to embed graph representations. Our model, GAT-PCM, is then…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsConstraint Satisfaction and Optimization
