paper-with-me

홈 › Papers

Cluster Analysis with Resampling for Validation and Exploration (CARVE)

2026-05-29 · Kai R. Wycik, Tiffany M. Tang, Tarek M. Zikry, Genevera I. Allen arxiv

Clustering is widely used across the sciences as the foundation for downstream data-driven scientific discoveries. However, clustering results are highly sensitive to the choice of algorithm, preprocessing, and the number of clusters $k$, producing scientific claims that are often not reproducible. The current state of the art for validating clustering solutions consists of clustering validation indices (CVIs) such as Silhouette, Davies-Bouldin, and Calinski-Harabasz, which rely on geometric assumptions that break down on the heavy-tailed, high-dimensional, and nonlinearly structured data encountered in biomedical research. Resampling-based alternatives - grounded in the ideas of clustering stability and generalizability - have been proposed but remain scattered across specialized tools with no unified, accessible software. We fill this gap with CARVE (Cluster Analysis with Resampling for Validation and Exploration), an open-source Python and R package that jointly evaluates multiple clustering algorithms and hyperparameters, returning stability and generalizability diagnostics at the global, cluster, and sample level together with principled selection rules and consensus-based cluster labels. Across six synthetic benchmarks CARVE consistently recovers near-optimal clusterings where classical indices degrade substantially. On experimental genomics and proteomics data sets, CARVE recovers finer biological structure when classical CVIs collapse entirely. CARVE is available with a scikit-learn-compatible Python API and an analogous R interface compatible with Seurat workflows.

📄 PDF Abstract BibTeX arXiv:2606.00327

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Cross-validation of matching correlation analysis by resampling matching weights

2015-03-29 · Hidetoshi Shimodaira

The strength of association between a pair of data vectors is represented by a nonnegative real number, called matching weight. For dimensionality reduction, we consider a linear transformation of data vectors, and defin…

Dimensionality ReductionGraph Embedding

Selecting the number of clusters, clustering models, and algorithms. A unifying approach based on the quadratic discriminant score

2021-11-03 · Luca Coraggio, Pietro Coretto

Cluster analysis requires many decisions: the clustering method and the implied reference model, the number of clusters and, often, several hyper-parameters and algorithms' tunings. In practice, one produces several part…

Clustering

Futility Analysis in the Cross-Validation of Machine Learning Models

2014-05-27 · Max Kuhn

Many machine learning models have important structural tuning parameters that cannot be directly estimated from the data. The common tactic for setting these parameters is to use resampling methods, such as cross--valida…

BIG-bench Machine Learning

Network cross-validation by edge sampling

2016-12-14 · Tianxi Li, Elizaveta Levina, Ji Zhu

While many statistical models and methods are now available for network analysis, resampling network data remains a challenging problem. Cross-validation is a useful general tool for model selection and parameter tuning,…

Model Selection

Predicting class-imbalanced business risk using resampling, regularization, and model ensembling algorithms

2019-03-13 · Yan Wang, Xuelei Sherry Ni

We aim at developing and improving the imbalanced business risk modeling via jointly using proper evaluation criteria, resampling, cross-validation, classifier regularization, and ensembling techniques. Area Under the Re…