English

WeaveNet for Approximating Two-sided Matching Problems

Machine Learning 2023-10-20 v1

Abstract

Matching, a task to optimally assign limited resources under constraints, is a fundamental technology for society. The task potentially has various objectives, conditions, and constraints; however, the efficient neural network architecture for matching is underexplored. This paper proposes a novel graph neural network (GNN), \textit{WeaveNet}, designed for bipartite graphs. Since a bipartite graph is generally dense, general GNN architectures lose node-wise information by over-smoothing when deeply stacked. Such a phenomenon is undesirable for solving matching problems. WeaveNet avoids it by preserving edge-wise information while passing messages densely to reach a better solution. To evaluate the model, we approximated one of the \textit{strongly NP-hard} problems, \textit{fair stable matching}. Despite its inherent difficulties and the network's general purpose design, our model reached a comparative performance with state-of-the-art algorithms specially designed for stable matching for small numbers of agents.

Keywords

Cite

@article{arxiv.2310.12515,
  title  = {WeaveNet for Approximating Two-sided Matching Problems},
  author = {Shusaku Sone and Jiaxin Ma and Atsushi Hashimoto and Naoya Chiba and Yoshitaka Ushiku},
  journal= {arXiv preprint arXiv:2310.12515},
  year   = {2023}
}
R2 v1 2026-06-28T12:55:15.822Z