SIGMOD2025
Clustering with Set Outliers and Applications in Relational Clustering
Vaishali Surianarayanan, Neeraj Kumar, Stavros Sintos
1 citation
Abstract
We introduce and study the ๐-center clustering problem with set outliers, a natural and practical generalization of the classical ๐-center clustering with outliers. Instead of removing individual data points, our model allows discarding up to ๐ง subsets from a given family of candidate outlier sets H . More formally, given a metric space (๐, dist), where ๐ is a set of elements and dist a distance metric, a family of sets H โ 2 ๐ , and parameters ๐, ๐ง, the goal is to compute a set of ๐ centers ๐ โ ๐ and a family of ๐ง sets ๐ป โ H to minimize max ๐ โ๐( โโ๐ป โ) min ๐ โ๐ dist(๐, ๐ ) (clustering cost). This abstraction captures structured noise common in database applications, such as faulty data sources or corrupted records in data integration and sensor systems. We present the first approximation algorithms for this problem in both general and geometric settings. Our methods provide tri-criteria approximations: selecting up to 2๐ centers and 2๐ ๐ง outlier sets (where ๐ is the maximum number of sets that a point belongs to), while achieving constant-factor approximation in clustering cost. In geometric settings, we leverage range and BBD trees to achieve near-linear time algorithms. In many real applications ๐ = 1. In this case we further improve the running time of our algorithms by constructing small coresets. We also provide a hardness result for the general problem showing that it is unlikely to get any sublinear approximation on the clustering cost selecting less than ๐ โข ๐ง outlier sets. We demonstrate that this model naturally captures relational clustering with outliers. We define and study two new formulations: one where outliers are result tuples in a join, and another where outliers are input tuples whose removal affects the join output. We provide approximation algorithms for both, establishing a tight connection between robust clustering and relational query evaluation. CCS Concepts: โข Theory of computation โ Database theory; Data structures and algorithms for data management.