paper-with-me

Papers

Privacy-Preserving Algorithmic Recourse

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

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 be used as a means of single-step recourse - are vulnerable to privacy issues, putting an individuals' privacy at risk. Providing a sequential multi-step path for recourse can amplify this risk. Furthermore, simply adding noise to recourse paths found from existing methods can impact the realism and actionability of the path for an end-user. In this work, we address privacy issues when generating realistic recourse paths based on instance-based counterfactual explanations, and provide PrivRecourse: an end-to-end privacy preserving pipeline that can provide realistic recourse paths. PrivRecourse uses differentially private (DP) clustering to represent non-overlapping subsets of the private dataset. These DP cluster centers are then used to generate recourse paths by forming a graph with cluster centers as the nodes, so that we can generate realistic - feasible and actionable - recourse paths. We empirically evaluate our approach on finance datasets and compare it to simply adding noise to data instances, and to using DP synthetic data, to generate the graph. We observe that PrivRecourse can provide paths that are private and realistic.

📄 PDF Abstract BibTeX arXiv:2311.14137

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualPrivacy Preserving

Similar Papers 제목 키워드 기반

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…

Counterfactual Explanations via Locally-guided Sequential Algorithmic Recourse

2023-09-08 · Edward A. Small, Jeffrey N. Clark, Christopher J. McWilliams, Kacper Sokol 외

Counterfactuals operationalised through algorithmic recourse have become a powerful tool to make artificial intelligence systems explainable. Conceptually, given an individual classified as y -- the factual -- we seek ac…

counterfactual

Framing Algorithmic Recourse for Anomaly Detection

2022-06-29 · Debanjan Datta, Feng Chen, Naren Ramakrishnan

The problem of algorithmic recourse has been explored for supervised machine learning models, to provide more interpretable, transparent and robust outcomes from decision support systems. An unexplored area is that of al…

Anomaly DetectionDecoder

A survey of algorithmic recourse: definitions, formulations, solutions, and prospects

2020-10-08 · Amir-Hossein Karimi, Gilles Barthe, Bernhard Schölkopf, Isabel Valera

Machine learning is increasingly used to inform decision-making in sensitive situations where decisions have consequential effects on individuals' lives. In these settings, in addition to requiring models to be accurate …

Decision MakingFairnessSurvey

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

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

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…