Skip to main content
QUICK REVIEW

[論文レビュー] An Empirical Analysis of Fairness Notions under Differential Privacy

Anderson Santana de Oliveira, Caelin Kaplan|arXiv (Cornell University)|Feb 6, 2023
Privacy-Preserving Technologies in Data被引用数 8
ひとこと要約

The paper empirically studies how selecting model architectures optimized for DP-SGD affects fairness notions (demographic parity, equalized odds, predictive parity) across real fairness datasets, finding that DP can reduce disparities or negligibly impact fairness while maintaining utility.

ABSTRACT

Recent works have shown that selecting an optimal model architecture suited to the differential privacy setting is necessary to achieve the best possible utility for a given privacy budget using differentially private stochastic gradient descent (DP-SGD)(Tramer and Boneh 2020; Cheng et al. 2022). In light of these findings, we empirically analyse how different fairness notions, belonging to distinct classes of statistical fairness criteria (independence, separation and sufficiency), are impacted when one selects a model architecture suitable for DP-SGD, optimized for utility. Using standard datasets from ML fairness literature, we show using a rigorous experimental protocol, that by selecting the optimal model architecture for DP-SGD, the differences across groups concerning the relevant fairness metrics (demographic parity, equalized odds and predictive parity) more often decrease or are negligibly impacted, compared to the non-private baseline, for which optimal model architecture has also been selected to maximize utility. These findings challenge the understanding that differential privacy will necessarily exacerbate unfairness in deep learning models trained on biased datasets.

研究の動機と目的

  • DP-SGD が保護属性を含むデータセット全体の公正性概念にどのような影響を与えるかを調査する。
  • DP対応アーキテクチャの最適化がグループ間の格差を緩和するか、あるいは悪化させるかを評価する。
  • プライベート訓練と非プライベート訓練の下でユーティリティ(ROC AUC)を最大化しつつ公正性指標を比較する。
  • 複数の保護グループと交差を含むML公正性文学で用いられるデータセットを使用する。

提案手法

  • DP-SGD を備えた設定可能なフィードフォワードネットワークを構成し、ROC AUC を最大化する総当たりハイパーパラメータ探索を行う。
  • 5-fold クロスバリデーションとホールドアウトテストセット評価を実施する。
  • Baseline+DP および Best DP Model 設定に対して総プライバシー予算 epsilon ≈ 27 の DP-SGD を適用する。
  • 対立クラスからの3つの公正性概念を評価する:Demographic parity(独立)、Equalized odds(分離)、Predictive parity(十分性)。
  • 保護属性のすべてのサブグループの交差におけるピーク格差を分析する。
  • 設定ごとに平均 ± 標準偏差として10回の訓練実行の結果を報告する。

実験結果

リサーチクエスチョン

  • RQ1DP-SGD で最適化されたアーキテクチャを選択すると、非プライベートベースラインと比較して公正性の格差が減少するか。
  • RQ2最適化されたアーキテクチャを持つ DP-SGD モデルは、非プライベートモデルと比べてユーティリティを維持または向上させつつ公正性に対して異なる影響を与えるか。
  • RQ3複数の実世界データセットにおいて、人口統計的パリティ、等化オッズ、予測的パリティの格差は差分プライバシー下でどう振る舞うか。

主な発見

DatasetOverall AUC (Baseline)Overall AUC (Baseline+DP)Overall AUC (Best DP Model)AUC difference (Baseline vs Best DP)Demographic parity difference (Baseline)Demographic parity difference (Best DP Model)Equalized odds difference (Baseline)Equalized odds difference (Best DP Model)Precision difference (Baseline)Precision difference (Best DP Model)
ACS Emp.0.8837 ± 0.00110.8110 ± 0.00620.8702 ± 0.00130.3401 ± 0.08750.4383 ± 0.08050.3154 ± 0.03590.5884 ± 0.13600.2874 ± 0.05340.5534 ± 0.09980.2968 ± 0.0674
ACS Inc.0.8878 ± 0.00110.8155 ± 0.00450.8820 ± 0.00080.2546 ± 0.05690.4223 ± 0.06130.2556 ± 0.04900.4360 ± 0.07800.3756 ± 0.00190.3550 ± 0.05180.4032 ± 0.0271
LSAC0.8343 ± 0.00290.7755 ± 0.01250.7962 ± 0.00770.0435 ± 0.00560.3064 ± 0.06530.1687 ± 0.01510.2548 ± 0.08620.1975 ± 0.07220.1688 ± 0.04850.2197 ± 0.0082
Adult0.9056 ± 0.00110.8476 ± 0.00730.9005 ± 0.00090.1264 ± 0.02490.2750 ± 0.01550.2375 ± 0.02070.7845 ± 0.04920.8000 ± 0.00000.9400 ± 0.09660.8000 ± 0.000
Compas0.6895 ± 0.00410.5349 ± 0.03590.6863 ± 0.00300.1162 ± 0.02730.5101 ± 0.02090.3694 ± 0.02300.5592 ± 0.04760.3726 ± 0.03750.3347 ± 0.07490.3168 ± 0.0467
  • Best DP architectures は非プライベートベースラインと比較して、複数の公正性概念の格差を低減することが多い。
  • DP-SGD は Baseline に比べてユーティリティ(ROC AUC)を維持またはほぼ同等に保ちながら、いくつかのデータセットでグループ間格差を緩和する。
  • ACS Employment、ACS Income、LSAC、Adult、COMPAS のデータセット全体で、DP 訓練モデルは非プライベートの counterparts より格差の違いが低い、あるいは同等であることが多い。
  • Baseline+DP(最適化されていない DP)は一般にユーティリティと公正性の両方の指標を低下させる一方で、Best DP Model(アーキテクチャ探索を伴う DP)は公正性の格差を改善する。
  • 格差低減の大幅な改善は ACS Employment および ACS Income データセットで観察され、Adult は DP 下でも格差の低減が見られるが悪化は見られない; COMPAS は パターンが変動して敏感である。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。