Coalition Structure Generation Utilizing Graphical Representation of Partition Function Games

Abstract

Forming effective coalition is a central research challenge in AI and multi-agent systems. The Coalition Structure Generation (CSG) problem is well-known as one of major research topics in coalitional games. The CSG problem is to partition a set of agents into coalitions so that the sum of utilities is maximized. This paper studies a CSG problem for partition function games (PFGs), where the value of a coalition differs depending on the formation of other coalitions generated by non-member agents. Traditionally, in PFGs, the input of a coalitional game is a black-box function called a partition function that maps an embedded coalition (a coalition and the coalition structure) to its value. Recently, a novel concise representation scheme called the Partition Decision Trees (PDTs) has been proposed. The PDTs is a graphical representation based on multiple rules. In this paper, we propose new algorithms that can solve a CSG problem by utilizing PDTs representation. More specifically, we modify PDTs representation to effectively handle negative value rules and apply the depth-first branch and bound algorithm. We experimentally show that our algorithm can solve a CSG problem well.

Cite

Text

Nomoto et al. "Coalition Structure Generation Utilizing Graphical Representation of Partition Function Games." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.11113

Markdown

[Nomoto et al. "Coalition Structure Generation Utilizing Graphical Representation of Partition Function Games." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/nomoto2017aaai-coalition/) doi:10.1609/AAAI.V31I1.11113

BibTeX

@inproceedings{nomoto2017aaai-coalition,
  title     = {{Coalition Structure Generation Utilizing Graphical Representation of Partition Function Games}},
  author    = {Nomoto, Kazuki and Sakurai, Yuko and Yokoo, Makoto},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {4977-4978},
  doi       = {10.1609/AAAI.V31I1.11113},
  url       = {https://mlanthology.org/aaai/2017/nomoto2017aaai-coalition/}
}