Skip to main content
QUICK REVIEW

[論文レビュー] What's in a Name? Reducing Bias in Bios without Access to Protected Attributes

Alexey Romanov, Maria De‐Arteaga|arXiv (Cornell University)|Apr 10, 2019
Ethics in Clinical Research参考文献 21被引用数 36
ひとこと要約

本論文は訓練時ペナルティを2つ提案する(CluCLとCoCL); これにより分類器が名前埋め込みと職業予測を結びつけることを抑制し、保護属性をデプロイ時に使用せずに人種と性別のバイアスを低減します。

ABSTRACT

There is a growing body of work that proposes methods for mitigating bias in machine learning systems. These methods typically rely on access to protected attributes such as race, gender, or age. However, this raises two significant challenges: (1) protected attributes may not be available or it may not be legal to use them, and (2) it is often desirable to simultaneously consider multiple protected attributes, as well as their intersections. In the context of mitigating bias in occupation classification, we propose a method for discouraging correlation between the predicted probability of an individual's true occupation and a word embedding of their name. This method leverages the societal biases that are encoded in word embeddings, eliminating the need for access to protected attributes. Crucially, it only requires access to individuals' names at training time and not at deployment time. We evaluate two variations of our proposed method using a large-scale dataset of online biographies. We find that both variations simultaneously reduce race and gender biases, with almost no reduction in the classifier's overall true positive rate.

研究の動機と目的

  • 保護属性なしで職業予測のバイアスを低減する動機づけ。
  • 名前埋め込みに埋め込まれた社会的バイアスを学習制約として活用。
  • 任意の分類器と互換性のある2つの損失ベースペナルティ(CluCLとCoCL)を導入。
  • 大規模なバイオデータセットでTPRの損失を最小限に抑えつつバイアスを示す。

提案手法

  • 名前を単語埋め込みで表現し、クラスタ間の予測職業確率を揃えるためにk-meansクラスタリング(CluCL)を適用。
  • 予測職業確率と名前埋め込み間の共分散を最小化する共分散制約損失(CoCL)を定義。
  • L_total = L + lambda * L_CL のように各損失を標準損失と組み合わせ、lambda がペナルティ強度を制御。
  • クラスタ間の格差や共分散を計算するために各クラス(職業)ごとに計算を適用し、クラス間で平均。
  • 重みの調整の解釈性のために単一層ニューラルネット分類器を使用。
  • クラス不均衡に対して加重クロスエントロピーを用いて評価し、race/gender間のバランスされたTPRとギャップを報告。

実験結果

リサーチクエスチョン

  • RQ1名前埋め込みは職業予測に伝播する人種と性別のバイアスを暗黙的に捉えるか。
  • RQ2予測と名前埋め込み間の相関を制約することで保護属性なしにバイアスを低減できるか。
  • RQ3CluCLとCoCLは全体的な分類器性能に大きな影響を与えずに人種と性別のバイアスを低減できるか。
  • RQ4オリジナルのBiosとスクラブドBiosなど異なる名前利用データセットで、また人工的な名前実験で方法はどう機能するか。
  • RQ5訓練時だけ名前ベースの代理を用いて複数のバイアス(交差バイアスを含む)を緩和することは可能か。

主な発見

MethodλBalanced TPRGap_g_RMSGap_r_RMSGap_g_maxGap_r_max
None00.7880.1730.0510.5110.121
CluCL10.7840.1680.0480.4940.120
CluCL20.7810.1650.0470.4860.114
CoCL10.7850.1680.0480.5070.109
CoCL20.7790.1690.0480.5120.116
MethodλBalanced TPRGap_g_RMSGap_r_RMSGap_g_maxGap_r_max
None00.7850.1110.0490.3850.123
CluCL10.7820.1070.0480.3830.112
CluCL20.7780.1120.0460.3950.109
CoCL10.7800.1090.0470.3880.117
CoCL20.7750.1080.0460.3870.109
MethodλBalanced TPRGap_g_RMSGap_r_RMSGap_g_maxGap_r_max
None00.0?0.0?0.0490.3850.123
CluCL10.?0.1090.0480.3830.112
CluCL20.?0.1120.0460.3950.107
CoCL10.?0.1090.0470.3880.117
CoCL20.?0.1080.0460.3870.109
  • CluCLとCoCLの両方が職業予測における人種と性別のバイアスを低減。
  • Adultデータセットでは、CoCL λ=2 により RMS 人種ギャップが0.12から0.08へ、RMS 性別ギャップが0.299から0.163へ低下し、 balanced TPR は約0.5%低下。
  • Adultデータセットでは、CluCL λ=2 により RMS 人種ギャップが0.085、RMS 性別ギャップが0.165へ低下し、 balanced TPR は約1.0%低下。
  • Biosデータセットでは、CoCL λ=2 により RMS 人種ギャップが0.046、RMS 性別ギャップが0.109(原データ)へ低下、balanced TPR は設定に応じて約0.0〜0.5%変化。
  • Biosのスクラブドデータセットでは、名前/代名詞の除去により両手法ともバイアスを減らす効果は小さくなる。
  • λを大きくすると一般にバイアスは低減するが balanced TPR へ影響もある。λが約6程度の範囲で、TPRの損失が控えめな範囲で著しいバイアス低減を達成。

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

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

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

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