paper-with-me

Papers

Global Optimization for Cardinality-constrained Minimum Sum-of-Squares Clustering via Semidefinite Programming

2022-09-19 · Veronica Piccialli, Antonio M. Sudoso

The minimum sum-of-squares clustering (MSSC), or k-means type clustering, has been recently extended to exploit prior knowledge on the cardinality of each cluster. Such knowledge is used to increase performance as well as solution quality. In this paper, we propose a global optimization approach based on the branch-and-cut technique to solve the cardinality-constrained MSSC. For the lower bound routine, we use the semidefinite programming (SDP) relaxation recently proposed by Rujeerapaiboon et al. [SIAM J. Optim. 29(2), 1211-1239, (2019)]. However, this relaxation can be used in a branch-and-cut method only for small-size instances. Therefore, we derive a new SDP relaxation that scales better with the instance size and the number of clusters. In both cases, we strengthen the bound by adding polyhedral cuts. Benefiting from a tailored branching strategy which enforces pairwise constraints, we reduce the complexity of the problems arising in the children nodes. For the upper bound, instead, we present a local search procedure that exploits the solution of the SDP relaxation solved at each node. Computational results show that the proposed algorithm globally solves, for the first time, real-world instances of size 10 times larger than those solved by state-of-the-art exact methods.

📄 PDF Abstract BibTeX arXiv:2209.08901

Code (1)

antoniosudoso/cc-sos-sdp 공식 구현

Tasks

Clusteringglobal-optimization

Similar Papers 제목 키워드 기반

An Exact Algorithm for Semi-supervised Minimum Sum-of-Squares Clustering

2021-11-30 · Veronica Piccialli, Anna Russo Russo, Antonio M. Sudoso

The minimum sum-of-squares clustering (MSSC), or k-means type clustering, is traditionally considered an unsupervised learning task. In recent years, the use of background knowledge to improve the cluster quality and pro…

ClusteringConstrained Clusteringglobal-optimization

Newton-MR: Inexact Newton Method With Minimum Residual Sub-problem Solver

2018-09-30 · Fred Roosta, Yang Liu, Peng Xu, Michael W. Mahoney

We consider a variant of inexact Newton Method, called Newton-MR, in which the least-squares sub-problems are solved approximately using Minimum Residual method. By construction, Newton-MR can be readily applied for unco…

Dynamic Submodular Maximization

2020-12-01 · NeurIPS 2020 12 · Morteza Monemizadeh

One of the basic primitives in the class of submodular optimization problems is the submodular maximization under a cardinality constraint. Here we are given a ground set $V$ that is endowed with a monotone submodular fu…

ClusteringCombinatorial OptimizationFeature CompressionRecommendation Systems+1

A Unified Framework of Bundle Adjustment and Feature Matching for High-Resolution Satellite Images

2021-07-01 · Xiao Ling, Xu Huang, Rongjun Qin

Bundle adjustment (BA) is a technique for refining sensor orientations of satellite images, while adjustment accuracy is correlated with feature matching results. Feature match-ing often contains high uncertainties in we…

Entropy-Constrained Training of Deep Neural Networks

2018-12-18 · Simon Wiedemann, Arturo Marban, Klaus-Robert Müller, Wojciech Samek

We propose a general framework for neural network compression that is motivated by the Minimum Description Length (MDL) principle. For that we first derive an expression for the entropy of a neural network, which measure…

Neural Network Compression