paper-with-me

홈 › Papers

Superclustering by finding statistically significant separable groups of optimal gaussian clusters

2023-09-05 · Oleg I. Berngardt

The paper presents the algorithm for clustering a dataset by grouping the optimal, from the point of view of the BIC criterion, number of Gaussian clusters into the optimal, from the point of view of their statistical separability, superclusters. The algorithm consists of three stages: representation of the dataset as a mixture of Gaussian distributions - clusters, which number is determined based on the minimum of the BIC criterion; using the Mahalanobis distance, to estimate the distances between the clusters and cluster sizes; combining the resulting clusters into superclusters using the DBSCAN method by finding its hyperparameter (maximum distance) providing maximum value of introduced matrix quality criterion at maximum number of superclusters. The matrix quality criterion corresponds to the proportion of statistically significant separated superclusters among all found superclusters. The algorithm has only one hyperparameter - statistical significance level, and automatically detects optimal number and shape of superclusters based of statistical hypothesis testing approach. The algorithm demonstrates a good results on test datasets in noise and noiseless situations. An essential advantage of the algorithm is its ability to predict correct supercluster for new data based on already trained clusterer and perform soft (fuzzy) clustering. The disadvantages of the algorithm are: its low speed and stochastic nature of the final clustering. It requires a sufficiently large dataset for clustering, which is typical for many statistical methods.

📄 PDF Abstract BibTeX arXiv:2309.02623

Code (1)

berng/GMSDB 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

The non-overlapping statistical approximation to overlapping group lasso

2022-11-16 · Mingyu Qi, Tianxi Li

Group lasso is a commonly used regularization method in statistical learning in which parameters are eliminated from the model according to predefined groups. However, when the groups overlap, optimizing the group lasso …

Exploiting Redundancy: Separable Group Convolutional Networks on Lie Groups

2021-10-25 · David M. Knigge, David W. Romero, Erik J. Bekkers

Group convolutional neural networks (G-CNNs) have been shown to increase parameter efficiency and model accuracy by incorporating geometric inductive biases. In this work, we investigate the properties of representations…

Computational EfficiencyRotated MNIST

Finding Subgroups with Significant Treatment Effects

2021-03-12 · Jann Spiess, Vasilis Syrgkanis, Victor Yaneng Wang

Researchers often run resource-intensive randomized controlled trials (RCTs) to estimate the causal effects of interventions on outcomes of interest. Yet these outcomes are often noisy, and estimated overall effects can …

Analysing race and sex bias in brain age prediction

2023-09-19 · Carolina Piçarra, Ben Glocker

Brain age prediction from MRI has become a popular imaging biomarker associated with a wide range of neuropathologies. The datasets used for training, however, are often skewed and imbalanced regarding demographics, pote…

Dimensionality ReductionPrediction

Detecting Statistically Significant Fairness Violations in Recidivism Forecasting Algorithms

2025-09-18 · Animesh Joshi arxiv

Machine learning algorithms are increasingly deployed in critical domains such as finance, healthcare, and criminal justice [1]. The increasing popularity of algorithmic decision-making has stimulated interest in algorit…

Causal Inference