paper-with-me

Papers

Causal Effect Regularization: Automated Detection and Removal of Spurious Attributes

2023-06-19 · Abhinav Kumar, Amit Deshpande, Amit Sharma

In many classification datasets, the task labels are spuriously correlated with some input attributes. Classifiers trained on such datasets often rely on these attributes for prediction, especially when the spurious correlation is high, and thus fail to generalize whenever there is a shift in the attributes' correlation at deployment. If we assume that the spurious attributes are known a priori, several methods have been proposed to learn a classifier that is invariant to the specified attributes. However, in real-world data, information about spurious attributes is typically unavailable. Therefore, we propose a method to automatically identify spurious attributes by estimating their causal effect on the label and then use a regularization objective to mitigate the classifier's reliance on them. Compared to a recent method for identifying spurious attributes, we find that our method is more accurate in removing the attribute from the learned model, especially when spurious correlation is high. Specifically, across synthetic, semi-synthetic, and real-world datasets, our method shows significant improvement in a metric used to quantify the dependence of a classifier on spurious attributes ($\Delta$Prob), while obtaining better or similar accuracy. In addition, our method mitigates the reliance on spurious attributes even under noisy estimation of causal effects. To explain the empirical robustness of our method, we create a simple linear classification task with two sets of attributes: causal and spurious. We prove that our method only requires that the ranking of estimated causal effects is correct across attributes to select the correct classifier.

📄 PDF Abstract BibTeX arXiv:2306.11072

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Causal Effect Regularization: Automated Detection and Removal of Spurious Correlations

2023-09-21 · NeurIPS 2023 11

In many classification datasets, the task labels are spuriously correlated with some input attributes. Classifiers trained on such datasets often rely on these attributes for prediction, especially when the spurious corr…

Causally motivated Shortcut Removal Using Auxiliary Labels

2021-05-13 · Maggie Makar, Ben Packer, Dan Moldovan, Davis Blalock 외

Shortcut learning, in which models make use of easy-to-represent but unstable associations, is a major failure mode for robust machine learning. We study a flexible, causally-motivated approach to training robust predict…

Causal InferenceDisentanglementFairness

Towards an Automated Image De-fencing Algorithm Using Sparsity

2016-12-10 · Sankaraganesh Jonna, Krishna K. Nakka, Rajiv R. Sahay

Conventional approaches to image de-fencing suffer from non-robust fence detection and are limited to processing images of static scenes. In this position paper, we propose an automatic de-fencing algorithm for images of…

Motion EstimationPosition

BeyondMasks: Evaluating Causal and Physical Consistency in Video Object Removal

2026-08-20 · Yigit Ekin, Enes Sanli, Aykut Erdem, Erkut Erdem 외 arxiv

Recent advances in generative video models have significantly improved visual realism in video object removal, yet evaluation protocols still focus on masked region fidelity, treating removal as local inpainting. In real…

An Empirical Study of Automated Mislabel Detection in Real World Vision Datasets

2023-12-02 · Maya Srikanth, Jeremy Irvin, Brian Wesley Hill, Felipe Godoy 외

Major advancements in computer vision can primarily be attributed to the use of labeled datasets. However, acquiring labels for datasets often results in errors which can harm model performance. Recent works have propose…

Benchmarking