IJCAI 2023poster2 citations

Neural Capacitated Clustering

Jonas K. Falkner, Lars Schmidt-Thieme

Abstract

Recent work on deep clustering has found new promising methods also for constrained clustering problems. Their typically pairwise constraints often can be used to guide the partitioning of the data. Many problems however, feature cluster-level constraints, e.g. the Capacitated Clustering Problem (CCP), where each point has a weight and the total weight sum of all points in each cluster is bounded by a prescribed capacity. In this paper we propose a new method for the CCP, Neural Capacited Clustering, that learns a neural network to predict the assignment probabilities of points to cluster centers from a data set of optimal or near optimal past solutions of other problem instances. During inference, the resulting scores are then used in an iterative k-means like procedure to refine the assignment under capacity constraints. In our experiments on artificial data and two real world datasets our approach outperforms several state-of-the-art mathematical and heuristic solvers from the literature. Moreover, we apply our method in the context of a cluster-first-route-second approach to the Capacitated Vehicle Routing Problem (CVRP) and show competitive results on the well-known Uchoa benchmark.

Machine Learning: ML: ClusteringConstraint Satisfaction and Optimization: CSO: ApplicationsMachine Learning: ML: Geometric learning
BibTeX
@inproceedings{ijcai2023p410,
  title     = {Neural Capacitated Clustering},
  author    = {Falkner, Jonas K. and Schmidt-Thieme, Lars},
  booktitle = {Proceedings of the Thirty-Second International Joint Conference on
               Artificial Intelligence, {IJCAI-23}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Edith Elkind},
  pages     = {3686--3694},
  year      = {2023},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2023/410},
  url       = {https://doi.org/10.24963/ijcai.2023/410},
}
Neural Capacitated Clustering · IJCAI 2023