paper-with-me

Papers

Accurate, Explainable, and Private Models: Providing Recourse While Minimizing Training Data Leakage

2023-08-08 · Catherine Huang, Chelse Swoopes, Christina Xiao, Jiaqi Ma, Himabindu Lakkaraju

Machine learning models are increasingly utilized across impactful domains to predict individual outcomes. As such, many models provide algorithmic recourse to individuals who receive negative outcomes. However, recourse can be leveraged by adversaries to disclose private information. This work presents the first attempt at mitigating such attacks. We present two novel methods to generate differentially private recourse: Differentially Private Model (DPM) and Laplace Recourse (LR). Using logistic regression classifiers and real world and synthetic datasets, we find that DPM and LR perform well in reducing what an adversary can infer, especially at low FPR. When training dataset size is large enough, we find particular success in preventing privacy leakage while maintaining model and recourse accuracy with our novel LR method.

📄 PDF Abstract BibTeX arXiv:2308.04341

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Privacy-Preserving Algorithmic Recourse

2023-11-23 · Sikha Pentyala, Shubham Sharma, Sanjay Kariyappa, Freddy Lecue 외

When individuals are subject to adverse outcomes from machine learning models, providing a recourse path to help achieve a positive outcome is desirable. Recent work has shown that counterfactual explanations - which can…

counterfactualPrivacy Preserving

On the Privacy Risks of Algorithmic Recourse

2022-11-10 · Martin Pawelczyk, Himabindu Lakkaraju, Seth Neel

As predictive models are increasingly being employed to make consequential decisions, there is a growing emphasis on developing techniques that can provide algorithmic recourse to affected individuals. While such recours…

Incentives to Offer Algorithmic Recourse

2023-01-27 · Matthew Olckers, Toby Walsh

Due to the importance of artificial intelligence (AI) in a variety of high-stakes decisions, such as loan approval, job hiring, and criminal bail, researchers in Explainable AI (XAI) have developed algorithms to provide …

Explainable Artificial Intelligence (XAI)

The Risks of Recourse in Binary Classification

2023-06-01 · Hidde Fokkema, Damien Garreau, Tim van Erven

Algorithmic recourse provides explanations that help users overturn an unfavorable decision by a machine learning system. But so far very little attention has been paid to whether providing recourse is beneficial or not.…

Binary ClassificationClassification

To Give or Not to Give? The Impacts of Strategically Withheld Recourse

2025-04-08 · Yatong Chen, Andrew Estornell, Yevgeniy Vorobeychik, Yang Liu

Individuals often aim to reverse undesired outcomes in interactions with automated systems, like loan denials, by either implementing system-recommended actions (recourse), or manipulating their features. While providing…