paper-with-me

Papers

Dynamic Visualization and Fast Computation for Convex Clustering via Algorithmic Regularization

2019-01-06 · Michael Weylandt, John Nagorski, Genevera I. Allen

Convex clustering is a promising new approach to the classical problem of clustering, combining strong performance in empirical studies with rigorous theoretical foundations. Despite these advantages, convex clustering has not been widely adopted, due to its computationally intensive nature and its lack of compelling visualizations. To address these impediments, we introduce Algorithmic Regularization, an innovative technique for obtaining high-quality estimates of regularization paths using an iterative one-step approximation scheme. We justify our approach with a novel theoretical result, guaranteeing global convergence of the approximate path to the exact solution under easily-checked non-data-dependent assumptions. The application of algorithmic regularization to convex clustering yields the Convex Clustering via Algorithmic Regularization Paths (CARP) algorithm for computing the clustering solution path. On example data sets from genomics and text analysis, CARP delivers over a 100-fold speed-up over existing methods, while attaining a finer approximation grid than standard methods. Furthermore, CARP enables improved visualization of clustering solutions: the fine solution grid returned by CARP can be used to construct a convex clustering-based dendrogram, as well as forming the basis of a dynamic path-wise visualization based on modern web technologies. Our methods are implemented in the open-source R package clustRviz, available at https://github.com/DataSlingers/clustRviz.

📄 PDF Abstract BibTeX arXiv:1901.01477

Code (1)

DataSlingers/clustRviz 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Tree-Guided $L_1$-Convex Clustering

2025-03-31 · Bingyuan Zhang, Yoshikazu Terada

Convex clustering is a modern clustering framework that guarantees globally optimal solutions and performs comparably to other advanced clustering methods. However, obtaining a complete dendrogram (clusterpath) for large…

ClusteringComputational EfficiencyDistributed Computing

An Efficient Smoothing Proximal Gradient Algorithm for Convex Clustering

2020-06-22 · Xin Zhou, Chunlei Du, Xiaodong Cai

Cluster analysis organizes data into sensible groupings and is one of fundamental modes of understanding and learning. The widely used K-means and hierarchical clustering methods can be dramatically suboptimal due to loc…

Clustering

A Scalable Approach to Clustering Embedding Projections

2025-04-09 · Donghao Ren, Fred Hohman, Dominik Moritz

Interactive visualization of embedding projections is a useful technique for understanding data and evaluating machine learning models. Labeling data within these visualizations is critical for interpretation, as labels …

ClusteringDensity Estimation

Fast dynamic time warping and clustering in C++

2023-07-10 · Volkan Kumtepeli, Rebecca Perriment, David A. Howey

We present an approach for computationally efficient dynamic time warping (DTW) and clustering of time-series data. The method frames the dynamic warping of time series datasets as an optimisation problem solved using dy…

ClusteringDynamic Time WarpingTime Series

A Geometric Approach to Archetypal Analysis via Sparse Projections

2020-01-01 · ICML 2020 1 · Vinayak Abrol, Pulkit Sharma

Archetypal analysis (AA) aims to extract patterns using self-expressive decomposition of data as convex combinations of extremal points (on the convex hull) of the data. This work presents a computationally efficient gre…

Data Visualization