Algorithms for Graph-Constrained Coalition Formation in the Real World
Filippo Bistaffa, Alessandro Farinelli, Jes\'us Cerquides, Juan A., Rodr\'iguez-Aguilar, Sarvapali D. Ramchurn

TL;DR
This paper introduces a novel graph-constrained coalition formation algorithm that models the problem with edge contraction, enabling efficient, parallel, anytime solutions for large-scale systems with real-world applications.
Contribution
It presents a new representation for GCCF using edge contraction, an efficient anytime algorithm (CFSS), and demonstrates significant speedups and scalability in real-world scenarios.
Findings
CFSS is up to 10,000 times faster than previous methods.
Parallelization improves speed by approximately 9.44 times on 12 cores.
First approach providing anytime solutions with guarantees for systems over 2700 agents.
Abstract
Coalition formation typically involves the coming together of multiple, heterogeneous, agents to achieve both their individual and collective goals. In this paper, we focus on a special case of coalition formation known as Graph-Constrained Coalition Formation (GCCF) whereby a network connecting the agents constrains the formation of coalitions. We focus on this type of problem given that in many real-world applications, agents may be connected by a communication network or only trust certain peers in their social network. We propose a novel representation of this problem based on the concept of edge contraction, which allows us to model the search space induced by the GCCF problem as a rooted tree. Then, we propose an anytime solution algorithm (CFSS), which is particularly efficient when applied to a general class of characteristic functions called functions. Moreover, we show…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGame Theory and Voting Systems · Auction Theory and Applications · Complexity and Algorithms in Graphs
