paper-with-me

Papers

Integer Programming Relaxations for Integrated Clustering and Outlier Detection

2014-03-06 · Lionel Ott, Linsey Pang, Fabio Ramos, David Howe, Sanjay Chawla

In this paper we present methods for exemplar based clustering with outlier selection based on the facility location formulation. Given a distance function and the number of outliers to be found, the methods automatically determine the number of clusters and outliers. We formulate the problem as an integer program to which we present relaxations that allow for solutions that scale to large data sets. The advantages of combining clustering and outlier selection include: (i) the resulting clusters tend to be compact and semantically coherent (ii) the clusters are more robust against data perturbations and (iii) the outliers are contextualised by the clusters and more interpretable, i.e. it is easier to distinguish between outliers which are the result of data errors from those that may be indicative of a new pattern emergent in the data. We present and contrast three relaxations to the integer program formulation: (i) a linear programming formulation (LP) (ii) an extension of affinity propagation to outlier detection (APOC) and (iii) a Lagrangian duality based formulation (LD). Evaluation on synthetic as well as real data shows the quality and scalability of these different methods.

📄 PDF Abstract BibTeX arXiv:1403.1329

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringOutlier Detection

Similar Papers 제목 키워드 기반

Size Matters: Cardinality-Constrained Clustering and Outlier Detection via Conic Optimization

2017-05-22 · Napat Rujeerapaiboon, Kilian Schindler, Daniel Kuhn, Wolfram Wiesemann

Plain vanilla K-means clustering has proven to be successful in practice, yet it suffers from outlier sensitivity and may produce highly unbalanced clusters. To mitigate both shortcomings, we formulate a joint outlier de…

ClusteringConstrained ClusteringOutlier Detection

Convex and Scalable Weakly Labeled SVMs

2013-03-06 · Yu-Feng Li, Ivor W. Tsang, James T. Kwok, Zhi-Hua Zhou

In this paper, we study the problem of learning from weakly labeled data, where labels of the training examples are incomplete. This includes, for example, (i) semi-supervised learning where labels are partially known; (…

ClusteringInformation RetrievalRetrieval

Federated K-Means Clustering via Dual Decomposition-based Distributed Optimization

2023-07-25 · Vassilios Yfantis, Achim Wagner, Martin Ruskowski

The use of distributed optimization in machine learning can be motivated either by the resulting preservation of privacy or the increase in computational efficiency. On the one hand, training data might be stored across …

ClusteringComputational EfficiencyDistributed Optimization

Mixed-Integer Programming for Change-point Detection

2026-02-12 · Apoorva Narula, Santanu S. Dey, Yao Xie arxiv

We present a new mixed-integer programming (MIP) approach for offline multiple change-point detection by casting the problem as a globally optimal piecewise linear (PWL) fitting problem. Our main contribution is a family…

Learning Binary Trees via Sparse Relaxation

2020-09-28 · Valentina Zantedeschi, Matt Kusner, Vlad Niculae

One of the most classical problems in machine learning is how to learn binary trees that split data into meaningful partitions. From classification/regression via decision trees to hierarchical clustering, binary trees a…

Clusteringregression