paper-with-me

Papers

A column generation algorithm with dynamic constraint aggregation for minimum sum-of-squares clustering

2024-10-08 · Antonio M. Sudoso, Daniel Aloise

The minimum sum-of-squares clustering problem (MSSC), also known as $k$-means clustering, refers to the problem of partitioning $n$ data points into $k$ clusters, with the objective of minimizing the total sum of squared Euclidean distances between each point and the center of its assigned cluster. We propose an efficient algorithm for solving large-scale MSSC instances, which combines column generation (CG) with dynamic constraint aggregation (DCA) to effectively reduce the number of constraints considered in the CG master problem. DCA was originally conceived to reduce degeneracy in set partitioning problems by utilizing an aggregated restricted master problem obtained from a partition of the set partitioning constraints into disjoint clusters. In this work, we explore the use of DCA within a CG algorithm for MSSC exact solution. Our method is fine-tuned by a series of ablation studies on DCA design choices, and is demonstrated to significantly outperform existing state-of-the-art exact approaches available in the literature.

📄 PDF Abstract BibTeX arXiv:2410.06187

Code (1)

antoniosudoso/mssc-dca 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Inexact Column Generation for Bayesian Network Structure Learning via Difference-of-Submodular Optimization

2025-05-16 · Yiran Yang, Rui Chen

In this paper, we consider a score-based Integer Programming (IP) approach for solving the Bayesian Network Structure Learning (BNSL) problem. State-of-the-art BNSL IP formulations suffer from the exponentially large num…

Column Generation for Interaction Coverage in Combinatorial Software Testing

2017-12-19 · Serdar Kadioglu

This paper proposes a novel column generation framework for combinatorial software testing. In particular, it combines Mathematical Programming and Constraint Programming in a hybrid decomposition to generate covering ar…

software testing

Efficient Column Generation for Cell Detection and Segmentation

2017-09-21 · Chong Zhang, Shaofei Wang, Miguel A. Gonzalez-Ballester, Julian Yarkony

We study the problem of instance segmentation in biological images with crowded and compact cells. We formulate this task as an integer program where variables correspond to cells and constraints enforce that cells do no…

Cell DetectionInstance SegmentationSegmentationSemantic Segmentation

Column Generation Using Domain-Independent Dynamic Programming

2025-10-16 · Ryo Kuroiwa, Edward Lam arxiv

Column generation and branch-and-price are leading methods for large-scale exact optimization. Column generation iterates between solving a master problem and a pricing problem. The master problem is a linear program, wh…

Tracking Objects with Higher Order Interactions using Delayed Column Generation

2015-12-08 · Shaofei Wang, Steffen Wolf, Charless Fowlkes, Julian Yarkony

We study the problem of multi-target tracking and data association in video. We formulate this in terms of selecting a subset of high-quality tracks subject to the constraint that no pair of selected tracks is associated…