LGITMLApr 5, 2022

Pareto-optimal clustering with the primal deterministic information bottleneck

arXiv:2204.02489v24 citationsh-index: 86
AI Analysis

This work addresses the fundamental compression-clustering trade-off for machine learning practitioners, offering a novel algorithmic approach that is incremental but provides practical improvements.

The authors tackled the trade-off between representation fidelity and size in clustering by optimizing the Deterministic Information Bottleneck (DIB) objective, introducing a primal formulation that yields a richer Pareto frontier than previous methods and developing an algorithm to map it efficiently with polynomial scaling despite a super-exponential search space.

At the heart of both lossy compression and clustering is a trade-off between the fidelity and size of the learned representation. Our goal is to map out and study the Pareto frontier that quantifies this trade-off. We focus on the optimization of the Deterministic Information Bottleneck (DIB) objective over the space of hard clusterings. To this end, we introduce the primal DIB problem, which we show results in a much richer frontier than its previously studied Lagrangian relaxation when optimized over discrete search spaces. We present an algorithm for mapping out the Pareto frontier of the primal DIB trade-off that is also applicable to other two-objective clustering problems. We study general properties of the Pareto frontier, and we give both analytic and numerical evidence for logarithmic sparsity of the frontier in general. We provide evidence that our algorithm has polynomial scaling despite the super-exponential search space, and additionally, we propose a modification to the algorithm that can be used where sampling noise is expected to be significant. Finally, we use our algorithm to map the DIB frontier of three different tasks: compressing the English alphabet, extracting informative color classes from natural images, and compressing a group theory-inspired dataset, revealing interesting features of frontier, and demonstrating how the structure of the frontier can be used for model selection with a focus on points previously hidden by the cloak of the convex hull.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes