paper-with-me

Papers

Model Explanations with Differential Privacy

2020-06-16 · Neel Patel, Reza Shokri, Yair Zick

Black-box machine learning models are used in critical decision-making domains, giving rise to several calls for more algorithmic transparency. The drawback is that model explanations can leak information about the training data and the explanation data used to generate them, thus undermining data privacy. To address this issue, we propose differentially private algorithms to construct feature-based model explanations. We design an adaptive differentially private gradient descent algorithm, that finds the minimal privacy budget required to produce accurate explanations. It reduces the overall privacy loss on explanation data, by adaptively reusing past differentially private explanations. It also amplifies the privacy guarantees with respect to the training data. We evaluate the implications of differentially private models and our privacy mechanisms on the quality of model explanations.

📄 PDF Abstract BibTeX arXiv:2006.09129

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingmodel

Similar Papers 제목 키워드 기반

Contrastive Explainable Clustering with Differential Privacy

2024-06-07 · Dung Nguyen, Ariel Vetzler, Sarit Kraus, Anil Vullikanti

This paper presents a novel approach to Explainable AI (XAI) that combines contrastive explanations with differential privacy for clustering algorithms. Focusing on k-median and k-means problems, we calculate contrastive…

ClusteringPrivacy Preserving

ReconXF: Graph Reconstruction Attack via Public Feature Explanations on Privatized Node Features and Labels

2025-06-02 · Rishi Raj Sahoo, Rucha Bhalchandra Joshi, Subhankar Mishra

Graph Neural Networks (GNNs) achieve high performance across many applications but function as black-box models, limiting their use in critical domains like healthcare and criminal justice. Explainability methods address…

DenoisingGraph ReconstructionReconstruction Attack

Explanations Leak: Membership Inference with Differential Privacy and Active Learning Defense

2026-02-03 · Fatima Ezzeddine, Osama Zammar, Silvia Giordano, Omran Ayoub arxiv

Counterfactual explanations (CFs) are increasingly integrated into Machine Learning as a Service (MLaaS) systems to improve transparency; however, ML models deployed via APIs are already vulnerable to privacy attacks suc…

Model extractionActive Learning

Considerations on the Theory of Training Models with Differential Privacy

2023-03-08 · Marten van Dijk, Phuong Ha Nguyen

In federated learning collaborative learning takes place by a set of clients who each want to remain in control of how their local training data is used, in particular, how can each client's local training data remain pr…

Federated Learning

Differential Privacy for Anomaly Detection: Analyzing the Trade-off Between Privacy and Explainability

2024-04-09 · Fatima Ezzeddine, Mirna Saad, Omran Ayoub, Davide Andreoletti 외

Anomaly detection (AD), also referred to as outlier detection, is a statistical process aimed at identifying observations within a dataset that significantly deviate from the expected pattern of the majority of the data.…

Anomaly DetectionOutlier Detection