paper-with-me

홈 › Papers

Decorrelated Clustering with Data Selection Bias

2020-06-29 · Xiao Wang, Shaohua Fan, Kun Kuang, Chuan Shi, Jiawei Liu, Bai Wang

Most of existing clustering algorithms are proposed without considering the selection bias in data. In many real applications, however, one cannot guarantee the data is unbiased. Selection bias might bring the unexpected correlation between features and ignoring those unexpected correlations will hurt the performance of clustering algorithms. Therefore, how to remove those unexpected correlations induced by selection bias is extremely important yet largely unexplored for clustering. In this paper, we propose a novel Decorrelation regularized K-Means algorithm (DCKM) for clustering with data selection bias. Specifically, the decorrelation regularizer aims to learn the global sample weights which are capable of balancing the sample distribution, so as to remove unexpected correlations among features. Meanwhile, the learned weights are combined with k-means, which makes the reweighted k-means cluster on the inherent data distribution without unexpected correlation influence. Moreover, we derive the updating rules to effectively infer the parameters in DCKM. Extensive experiments results on real world datasets well demonstrate that our DCKM algorithm achieves significant performance gains, indicating the necessity of removing unexpected feature correlations induced by selection bias when clustering.

📄 PDF Abstract BibTeX arXiv:2006.15874

Code (1)

googlebaba/IJCAI2020-DCKM 공식 구현

Tasks

ClusteringSelection bias

Similar Papers 제목 키워드 기반

Decorrelated Double Q-learning

2020-06-12 · Gang Chen

Q-learning with value function approximation may have the poor performance because of overestimation bias and imprecise estimate. Specifically, overestimation bias is from the maximum operator over noise estimate, which …

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+3

Quantum-Assisted Optimal Rebalancing with Uncorrelated Asset Selection for Algorithmic Trading Walk-Forward QUBO Scheduling via QAOA

2026-03-04 · Abraham Itzhak Weinberg arxiv

We present a hybrid classical-quantum framework for portfolio construction and rebalancing. Asset selection is performed using Ledoit-Wolf shrinkage covariance estimation combined with hierarchical correlation clustering…

DeepLSS: breaking parameter degeneracies in large scale structure with deep learning analysis of combined probes

2022-03-17 · Tomasz Kacprzak, Janis Fluri

In classical cosmological analysis of large scale structure surveys with 2-pt functions, the parameter measurement precision is limited by several key degeneracies within the cosmology and astrophysics sectors. For cosmi…

Clustering

Failure-Proof Non-Contrastive Self-Supervised Learning

2024-10-07 · Emanuele Sansone, Tim Lebailly, Tinne Tuytelaars

We identify sufficient conditions to avoid known failure modes, including representation, dimensional, cluster and intracluster collapses, occurring in non-contrastive self-supervised learning. Based on these findings, w…

Inductive BiasSelf-Supervised Learning

$p$-value Adjustment for Monotonous, Unbiased, and Fast Clustering Comparison

2023-09-21 · NeurIPS 2023 11

Popular metrics for clustering comparison, like the Adjusted Rand Index and the Adjusted Mutual Information, are type II biased. The Standardized Mutual Information removes this bias but suffers from counterintuitive non…