paper-with-me

홈 › Papers

Sanitized Clustering against Confounding Bias

2023-11-02 · Yinghua Yao, Yuangang Pan, Jing Li, Ivor W. Tsang, Xin Yao

Real-world datasets inevitably contain biases that arise from different sources or conditions during data collection. Consequently, such inconsistency itself acts as a confounding factor that disturbs the cluster analysis. Existing methods eliminate the biases by projecting data onto the orthogonal complement of the subspace expanded by the confounding factor before clustering. Therein, the interested clustering factor and the confounding factor are coarsely considered in the raw feature space, where the correlation between the data and the confounding factor is ideally assumed to be linear for convenient solutions. These approaches are thus limited in scope as the data in real applications is usually complex and non-linearly correlated with the confounding factor. This paper presents a new clustering framework named Sanitized Clustering Against confounding Bias (SCAB), which removes the confounding factor in the semantic latent space of complex data through a non-linear dependence measure. To be specific, we eliminate the bias information in the latent space by minimizing the mutual information between the confounding factor and the latent representation delivered by Variational Auto-Encoder (VAE). Meanwhile, a clustering module is introduced to cluster over the purified latent representations. Extensive experiments on complex datasets demonstrate that our SCAB achieves a significant gain in clustering performance by removing the confounding bias. The code is available at \url{https://github.com/EvaFlower/SCAB}.

📄 PDF Abstract BibTeX arXiv:2311.01252

Code (1)

evaflower/scab 공식 구현 pytorch

Tasks

Clustering

Similar Papers 제목 키워드 기반

Latent Adversarial Debiasing: Mitigating Collider Bias in Deep Neural Networks

2020-11-19 · Luke Darlow, Stanisław Jastrzębski, Amos Storkey

Collider bias is a harmful form of sample selection bias that neural networks are ill-equipped to handle. This bias manifests itself when the underlying causal signal is strongly correlated with other confounding signals…

Selection bias

Disentangled Latent Representation Learning for Tackling the Confounding M-Bias Problem in Causal Inference

2023-12-08 · Debo Cheng, Yang Xie, Ziqi Xu, Jiuyong Li 외

In causal inference, it is a fundamental task to estimate the causal effect from observational data. However, latent confounders pose major challenges in causal inference in observational data, for example, confounding b…

Causal InferenceRepresentation Learning

How Far are We from Solving Pedestrian Detection?

2016-02-03 · CVPR 2016 6 · Shanshan Zhang, Rodrigo Benenson, Mohamed Omran, Jan Hosang 외

Encouraged by the recent progress in pedestrian detection, we investigate the gap between current state-of-the-art methods and the "perfect single frame detector". We enable our analysis by creating a human baseline for …

ClusteringPedestrian Detection

An AI-enabled Bias-Free Respiratory Disease Diagnosis Model using Cough Audio: A Case Study for COVID-19

2024-01-04 · Tabish Saeed, Aneeqa Ijaz, Ismail Sadiq, Haneya N. Qureshi 외

Cough-based diagnosis for Respiratory Diseases (RDs) using Artificial Intelligence (AI) has attracted considerable attention, yet many existing studies overlook confounding variables in their predictive models. These var…

Generative Adversarial Network

De-confounding Representation Learning for Counterfactual Inference on Continuous Treatment via Generative Adversarial Network

2023-07-24 · Yonghe Zhao, Qiang Huang, Haolong Zeng, Yun Pen 외

Counterfactual inference for continuous rather than binary treatment variables is more common in real-world causal inference tasks. While there are already some sample reweighting methods based on Marginal Structural Mod…

Causal InferencecounterfactualCounterfactual InferenceGenerative Adversarial Network+1