paper-with-me

Papers

Neural Capacitated Clustering

2023-02-10 · Jonas K. Falkner, Lars Schmidt-Thieme

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.

📄 PDF Abstract BibTeX arXiv:2302.05134

Code (1)

jokofa/ncc 공식 구현 pytorch

Tasks

ClusteringConstrained ClusteringDeep Clustering

Similar Papers 제목 키워드 기반

Fair-Capacitated Clustering

2021-04-25 · Tai Le Quy, Arjun Roy, Gunnar Friege, Eirini Ntoutsi

Traditionally, clustering algorithms focus on partitioning the data into groups of similar instances. The similarity objective, however, is not sufficient in applications where a fair-representation of the groups in term…

ClusteringFairness

Clustering Heuristics for Robust Energy Capacitated Vehicle Routing Problem (ECVRP)

2024-03-20 · Mark Pustilnik, Francesco Borrelli

The paper presents an approach to solving the Robust Energy Capacitated Vehicle Routing Problem (RECVRP), focusing on electric vehicles and their limited battery capacity. A finite number of customers, each with their ow…

Clustering

OD-DEAL: Dynamic Expert-Guided Adversarial Learning with Online Decomposition for Scalable Capacitated Vehicle Routing

2026-01-31 · Dongbin Jiao, Zisheng Chen, Xianyi Wang, Jintao Shi 외 arxiv

Solving large-scale capacitated vehicle routing problems (CVRP) is hindered by the high complexity of heuristics and the limited generalization of neural solvers on massive graphs. We propose OD-DEAL, an adversarial lear…

Knowledge Distillation

Towards a connection between the capacitated vehicle routing problem and the constrained centroid-based clustering

2024-03-20 · Abdelhakim Abdellaoui, Loubna Benabbou, Issmail El Hallaoui

Efficiently solving a vehicle routing problem (VRP) in a practical runtime is a critical challenge for delivery management companies. This paper explores both a theoretical and experimental connection between the Capacit…

ClusteringTraveling Salesman Problem

A Polynomial-Time Approximation for Pairwise Fair $k$-Median Clustering

2024-05-16 · Sayan Bandyapadhyay, Eden Chlamtáč, Zachary Friggstad, Mahya Jamshidian 외

In this work, we study pairwise fair clustering with $\ell \ge 2$ groups, where for every cluster $C$ and every group $i \in [\ell]$, the number of points in $C$ from group $i$ must be at most $t$ times the number of poi…

ClusteringFairness