SlideShare une entreprise Scribd logo
1  sur  32
Télécharger pour lire hors ligne
The Independence of
Fairness-Aware Classifiers
Toshihiro Kamishima*, Shotaro Akaho*, Hideki Asoh*, and Jun Sakuma**
*National Institute of Advanced Industrial Science and Technology (AIST), Japan
**University of Tsukuba, Japan; and Japan Science and Technology Agency

IEEE International Workshop on Privacy Aspects of Data Mining (PADM)
@ Dallas, USA, Dec. 7, 2013

START

1
Introduction
[Romei+ 13]

Fairness-aware Data Mining
data analysis taking into account potential issues of
fairness, discrimination, neutrality, or independence

Fairness-aware Classification
One of a major task of fairness-aware data mining
A problem of learning a classifier that predicts a class as
accurately as possible under the fairness constraints from
potentially unfair data

✤ We use the term “fairness-aware” instead of “discrimination-aware,” because
the word “discrimination” means classification in the ML context, and this
technique applicable to tasks other than avoiding discriminative decisions
2
Introduction
Calders & Verwer’s 2-naive-Bayes (CV2NB)
is very simple, but highly effective
Other fairness-aware classifiers are equally accurate,
but less fairer

Why the CV2NB method performed better:
model bias
deterministic decision rule

Based on our findings, we discuss how to improve our method
3
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
Connection with PPDM, Calders & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
4
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
connection with PPDM, & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
5
Prevention of Unfairness
[Sweeney 13]

An suspicious placement keyword-matching advertisement
Advertisements indicating arrest records were more frequently
displayed for names that are more popular among individuals of
African descent than those of European descent
African descent names

European descent names

Located:
Arrested?
This situation is simply due to the optimization of click-through
rate, and no information about users’ race was used
Such unfair decisions can be prevented by FADM techniques
6
Recommendation Neutrality
[TED Talk by Eli Pariser, http://www.filterbubble.com/]

The Filter Bubble Problem
Pariser posed a concern that personalization technologies narrow and
bias the topics of information provided to people
Friend recommendation list in the Facebook
To fit for Pariser’s preference, conservative people are eliminated
from his recommendation list, while this fact is not noticed to him

FADM technologies are useful for providing neutral information
7
Ignoring Uninteresting Information
[Gondek+ 04]

non-redundant clustering : find clusters that are as independent
from a given uninteresting partition as possible
a conditional information bottleneck method,
which is a variant of an information bottleneck method
clustering facial images
Simple clustering methods find two clusters:
one contains only faces, and the other
contains faces with shoulders
Data analysts consider this clustering is
useless and uninteresting
By ignoring this uninteresting information,
more useful male and female clusters could
be obtained
Uninteresting information can be excluded by FADM techniques
8
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
connection with PPDM, & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
9
Basic Notations

objective variable

a result of serious decision
ex., whether or not to allow credit

S

sensitive feature

socially sensitive information
ex., gender or religion

X

non-sensitive feature vector

Y

all features other than a sensitive feature
non-sensitive, but may correlate with S

10
Fairness in Data Mining
Fairness in Data Mining
Sensitive information does not influence the target value

red-lining effect: Everyone inclines to eliminate a sensitive
feature from calculations, but this action is insufficient
Non-sensitive features that correlate with sensitive features
also contains sensitive information
	

Y and S are merely conditionally independent: Y ? S | X
?

A sensitive feature and a target variable
must be unconditionally independent Y ? S
?
11
Fairness-aware Classification
True Distribution

Estimated Distribution

Pr[Y, X, S]

ˆ
Pr[Y, X, S; ⇥]

approximate

=

=

Pr[Y |X, S] Pr[X, S]

ˆ
ˆ
Pr[Y |X, S; ⇥] Pr[X, S]

fairness
constraint

sample

learn

D = {yi , xi , si }

fairness
constraint

Data Set learn
†

Pr [Y, X, S]

Fair True Distribution

=

=
Pr† [Y |X, S] Pr[X, S]

ˆ † [Y, X, S; ⇥]
Pr
ˆ
ˆ
approximate Pr† [Y |X, S; ⇥] Pr[X, S]
Fair Estimated Dist.
12
Fairness-aware Classification
the space of distributions
fairness-aware classification: Pr[Y, X, S]
find a fair model that approximates
a true distribution instead of a fair
true distribution under the fairness
constraints
We want to approximate
fair true distribution, but
samples from this
distribution cannot be
obtained, because
samples from real world
are potentially unfair

model sub-space

ˆ
Pr[Y, X, S; ⇥]

ˆ
Pr[Y, X, S; ⇥⇤ ]

Pr† [Y, X, S]

ˆ
Pr† [Y, X, S; ⇥⇤ ]

fair sub-space

Y ? S
?

13
Privacy-Preserving Data Mining
Fairness in Data Mining
the independence between an objective Y and a sensitive feature S

from the information theoretic perspective,
mutual information between Y and S is zero

from the viewpoint of privacy-preservation,
protection of sensitive information when an objective variable is exposed
Different points from PPDM
introducing randomness is occasionally inappropriate for severe
decisions, such as job application
disclosure of identity isn’t problematic in FADM, generally
14
Calders-Verwer’s 2-Naive-Bayes
[Calders+ 10]

Unfair decisions are modeled by introducing
the dependence of X on S as well as on Y
Naive Bayes

Calders-Verwer Two
Naive Bayes (CV2NB)

Y

Y

S

X

S and X are conditionally
independent given Y

S

X

non-sensitive features in X are
conditionally independent
given Y and S

✤ It is as if two naive Bayes classifiers are learned depending on each value of the
sensitive feature; that is why this method was named by the 2-naive-Bayes
15
Calders-Verwer’s 2-Naive-Bayes
[Calders+ 10]

parameters are initialized by the corresponding sample distributions

	


Q ˆ
ˆ
ˆ
Pr[Y, X, S] = Pr[Y, S] i Pr[Xi |Y, S]

ˆ
Pr[Y, S] is modified so as to improve the fairness

ˆ
estimated model Pr[Y, S]

fair

ˆ † [Y, S]
fair estimated model Pr
ˆ
keep the updated marginal distribution close to the Pr[Y ]

while Pr[Y=1 | S=1] - Pr[Y=1 | S=0] > 0

if # of data classified as “1” < # of “1” samples in original data then


 increase Pr[Y=1, S=0], decrease Pr[Y=0, S=0]
	
else


 increase Pr[Y=0, S=1], decrease Pr[Y=1, S=1]
	
reclassify samples using updated model Pr[Y, S]
update the joint distribution so that its fairness is enhanced
16
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
connection with PPDM, Calders & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
17
Hypothetical Fair-factorization
Hypothetical Fair-factorization
A modeling technique to make a classifier fair

Y
S

X

In a classification model, a sensitive feature
and a target variable are decoupled
A graphical model of a fair-factorized classifier
By this technique, a sensitive feature and a
target variable become statistically independent

Hypothetical Fair-factorization naive Bayes (HFFNB)
A fair-factorization technique is applied to a naive Bayes model

Q ˆ † (k)
ˆ
ˆ
ˆ
Pr [Y, X, S] = Pr [Y ]Pr [S] k Pr [X |Y, S]
†

†

†

Under the ML or MAP principle, model parameters can be
derived by simply counting training examples
18
Connection with the ROC Decision Rule
[Kamiran+ 12]

In a non-fairized case, a new object (x, s) is classified into class 1, if

ˆ
Pr[Y =1|x, s]

1/2 ⌘ p

Kamiran et al.’s ROC decision rule
A fair classifier is built by changing the decision boundary, p,
according as the value of sensitive feature

The HFFNB method is equivalent to changing decision boundary, p, to
ˆ
ˆ
Prr[Y |S](1 Pr[Y ])
0
p =
ˆ
ˆ
ˆ
ˆ
Pr[Y ] + Pr[Y |S] 2Pr[Y ]Pr[Y |S]
(Elkan’s theorem regarding cost-sensitive learning)
The HFFNB can be considered as a special case of the ROC method

19
CV2NB vs HFFNB
The CV2NB and HFFNB methods are compared
in their accuracy and fairness
Accuracy
The larger value indicates
more accurate prediction

HFFNB
CV2NB

Unfairness
(Normalized Prejudice Index)
The larger value indicates
unfairer prediction

Accuracy
0.828
0.828

Unfairness
1.52×10-2
6.89×10-6

The HFFNB method is equally accurate as the CV2NB method,
but it made much unfairer prediction

WHY?
20
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
connection with PPDM, Calders & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
21
Why Did the HFFNB Method Fail?
HFFNB method
explicitly imposed the fairness
constraint to the model

CV2NB method
The fairness of the model is
enhanced by the post
processing

Though both models are designed so as to enhance the fairness,
the CV2NB method constantly learns much fairer model

Two reasons why these modeled independences are damaged
Model Bias: the difference between model and true distributions
Deterministic Decision Rule: class labels are not probabilistically
generated, but are deterministically chosen by the decision rule
22
Model Bias
In a hypothetically Fair-factorized model, data are assumed to be
generated according to the estimated distribution

ˆ
ˆ
ˆ
Pr[Y ]Pr[S]Pr[X|Y, S]

Input objects are firstly generated from a true distribution,
then the object is labeled according to the estimated distribution
estimated

ˆ
Pr[Y |X, S] Pr[X, S]

true

These two distributions are diverged, especially if model bias is high
23
Model Bias
Synthetic Data
Data are truly generated from a naive Bayes model
Model bias is controlled by the number of features
Changes of the NPI (fairness)

HFFNB

1.02×10-1

1.10×10-1

1.28×10-1

CV2NB

5.68×10-4

9.60×10-2

1.28×10-1

high bias

low bias

As the decrease of model biases,
the differences between two methods in their fairness decreases
The divergence between estimated and true distributions due to
a model bias damages the fairness in classification
24
Deterministic Decision Rule
In a hypothetically Fair-factorized model, labels are assumed to be
generated probabilistically according to the distribution:

ˆ
Pr[Y |X, S]
Predicted labels are generated by this deterministic decision rule:

y ⇤ = arg

max

y2Dom(Y )

ˆ
Pr[Y |X, S]

Labels generated by these two processes do not agree generally
25
Deterministic Decision Rule
simple classification model: one binary label and one binary feature
ˆ
class distribution is uniform: Pr[Y =1] = 0.5
Y* is deterministically determined: Y ⇤ = arg max Pr[Y |X]
changing parameters: Pr[X=1|Y=1] and Pr[X=1|Y=0]
E[Y ⇤ ]
1.0

E[Y*]

E[Y*] = E[Y]
0.5

E[Y]
0.0

1.0

1.0

Pr[X=1|Y =1]

0.5
0.5
0.0

Pr[X=1|Y =0]

E[Y*] and E[Y] do not agree generally
26
Outline
Applications of Fairness-aware Data Mining
prevention of unfairness, information-neutral recommendation, ignoring
uninteresting information

Fairness-aware Classification
basic notations, fairness in data mining, fairness-aware classification,
connection with PPDM, Calders & Verwer’s 2-naive-Bayes

Hypothetical Fair-factorization Naive Bayes
hypothetical fair-factorization naive Bayes (HFFNB), Connection with other
methods, experimental results

Why Did the HFFNB Method Fail?
model bias, deterministic decision rule

How to Modify the HFFNB Method
actual fair-factorization method, experimental results

Conclusion
27
Actual Fair-factorization
The reason why the HFFNB failed is the ignorance of the influence of
a model bias and a deterministic decision rule

Actual Fair-factorization
A class and a sensitive features are decoupled not over the
estimated distribution, but over the actual distribution
As the hypothetical fair-factorization, a class label and a sensitive
feature are made statistically independent
ˆ
We consider not the estimated distribution,	Pr[Y, X, S], but the
ˆ
actual distribution, Pr[Y |X, S] Pr[X, S]
As a class label, we adopt a deterministically decided labels
28
Actual Fair-factorization naive Bayes
Actual Fair-factorization naive Bayes (AFFNB)
An actual fair-factorization technique is applied to a naive Bayes
model
model bias
The multiplication of a true distribution, Pr[Y |X, S] Pr[X, S], is
	ˆ
P
ˆ
approximated by a sample mean,(1/|D|) (x,s)2D Pr[Y |X=x, S=s]
deterministic decision rule

Instead of using a distribution of class labels, we count up the number
of deterministically decided class labels
Y* and S are made independent
under the constraint that the marginal distribution of Y* and S equal to
the corresponding sample distribution
29
CV2NB and AFFNB
The CV2NB and AFFNB methods are compared
in their accuracy and fairness

AFFNB
CV2NB

Accuracy
0.828
0.828

Unfairness
5.43×10-6
6.89×10-6

CV2NB and AFFNB are equally accurate as well as equally fair

The superiority of the CV2NB method is considering the
independence not over the estimated distribution, but over the
actual distribution of a class label and a sensitive feature
30
Conclusion
Contributions
After reviewing a fairness-aware classification task, we focus on why
the CV2NB method can attain fairer results than other methods
We theoretically and empirically show the reason by comparing a
simple alternative naive-Bayes modified by a hypothetical fairfactorization technique
Based on our findings, we developed a modified version, an actual
fair-factorization technique, and show that this technique drastically
improved the performance
Future Work
We plan to apply our actual fair-factorization technique in order to
modify other classification methods, such as logistic regression or a
support vector machine
31
Program Codes and Data Sets
Fairness-aware Data Mining
http://www.kamishima.net/fadm
Information-neutral Recommender System
http://www.kamishima.net/inrs
Acknowledgements
This work is supported by MEXT/JSPS KAKENHI Grant Number
16700157, 21500154, 23240043, 24500194, and 25540094.

32

Contenu connexe

Tendances

Alleviating Privacy Attacks Using Causal Models
Alleviating Privacy Attacks Using Causal ModelsAlleviating Privacy Attacks Using Causal Models
Alleviating Privacy Attacks Using Causal ModelsAmit Sharma
 
Lecture 4: NBERMetrics
Lecture 4: NBERMetricsLecture 4: NBERMetrics
Lecture 4: NBERMetricsNBER
 
Instance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksInstance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksITIIIndustries
 
Machine Learning and Causal Inference
Machine Learning and Causal InferenceMachine Learning and Causal Inference
Machine Learning and Causal InferenceNBER
 
Stated preference methods and analysis
Stated preference methods and analysisStated preference methods and analysis
Stated preference methods and analysisHabet Madoyan
 
Module 6: Ensemble Algorithms
Module 6:  Ensemble AlgorithmsModule 6:  Ensemble Algorithms
Module 6: Ensemble AlgorithmsSara Hooker
 
Dowhy: An end-to-end library for causal inference
Dowhy: An end-to-end library for causal inferenceDowhy: An end-to-end library for causal inference
Dowhy: An end-to-end library for causal inferenceAmit Sharma
 
Collaboration with Statistician? 矩陣視覺化於探索式資料分析
Collaboration with Statistician? 矩陣視覺化於探索式資料分析Collaboration with Statistician? 矩陣視覺化於探索式資料分析
Collaboration with Statistician? 矩陣視覺化於探索式資料分析台灣資料科學年會
 
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)台灣資料科學年會
 
Module 2: Machine Learning Deep Dive
Module 2:  Machine Learning Deep DiveModule 2:  Machine Learning Deep Dive
Module 2: Machine Learning Deep DiveSara Hooker
 
Summer 07-mfin7011-tang1922
Summer 07-mfin7011-tang1922Summer 07-mfin7011-tang1922
Summer 07-mfin7011-tang1922stone55
 
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...Sri Ambati
 
A General Framework for Accurate and Fast Regression by Data Summarization in...
A General Framework for Accurate and Fast Regression by Data Summarization in...A General Framework for Accurate and Fast Regression by Data Summarization in...
A General Framework for Accurate and Fast Regression by Data Summarization in...Yao Wu
 

Tendances (20)

Recommendation Independence
Recommendation IndependenceRecommendation Independence
Recommendation Independence
 
Malhotra21
Malhotra21Malhotra21
Malhotra21
 
Alleviating Privacy Attacks Using Causal Models
Alleviating Privacy Attacks Using Causal ModelsAlleviating Privacy Attacks Using Causal Models
Alleviating Privacy Attacks Using Causal Models
 
Malhotra03
Malhotra03Malhotra03
Malhotra03
 
Lecture 4: NBERMetrics
Lecture 4: NBERMetricsLecture 4: NBERMetrics
Lecture 4: NBERMetrics
 
Malhotra14
Malhotra14Malhotra14
Malhotra14
 
Instance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural NetworksInstance Selection and Optimization of Neural Networks
Instance Selection and Optimization of Neural Networks
 
Malhotra04
Malhotra04Malhotra04
Malhotra04
 
Machine Learning and Causal Inference
Machine Learning and Causal InferenceMachine Learning and Causal Inference
Machine Learning and Causal Inference
 
Malhotra05
Malhotra05Malhotra05
Malhotra05
 
Stated preference methods and analysis
Stated preference methods and analysisStated preference methods and analysis
Stated preference methods and analysis
 
Module 6: Ensemble Algorithms
Module 6:  Ensemble AlgorithmsModule 6:  Ensemble Algorithms
Module 6: Ensemble Algorithms
 
Dowhy: An end-to-end library for causal inference
Dowhy: An end-to-end library for causal inferenceDowhy: An end-to-end library for causal inference
Dowhy: An end-to-end library for causal inference
 
Collaboration with Statistician? 矩陣視覺化於探索式資料分析
Collaboration with Statistician? 矩陣視覺化於探索式資料分析Collaboration with Statistician? 矩陣視覺化於探索式資料分析
Collaboration with Statistician? 矩陣視覺化於探索式資料分析
 
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)
孔令傑 / 給工程師的統計學及資料分析 123 (2016/9/4)
 
Module 2: Machine Learning Deep Dive
Module 2:  Machine Learning Deep DiveModule 2:  Machine Learning Deep Dive
Module 2: Machine Learning Deep Dive
 
Summer 07-mfin7011-tang1922
Summer 07-mfin7011-tang1922Summer 07-mfin7011-tang1922
Summer 07-mfin7011-tang1922
 
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...
Scott Lundberg, Microsoft Research - Explainable Machine Learning with Shaple...
 
A General Framework for Accurate and Fast Regression by Data Summarization in...
A General Framework for Accurate and Fast Regression by Data Summarization in...A General Framework for Accurate and Fast Regression by Data Summarization in...
A General Framework for Accurate and Fast Regression by Data Summarization in...
 
Malhotra06
Malhotra06Malhotra06
Malhotra06
 

Similaire à The Independence of Fairness-aware Classifiers

machinelearning-191005133446.pdf
machinelearning-191005133446.pdfmachinelearning-191005133446.pdf
machinelearning-191005133446.pdfLellaLinton
 
Machine Learning: A Fast Review
Machine Learning: A Fast ReviewMachine Learning: A Fast Review
Machine Learning: A Fast ReviewAhmad Ali Abin
 
Outlier Detection Using Unsupervised Learning on High Dimensional Data
Outlier Detection Using Unsupervised Learning on High Dimensional DataOutlier Detection Using Unsupervised Learning on High Dimensional Data
Outlier Detection Using Unsupervised Learning on High Dimensional DataIJERA Editor
 
U5 a1 stages in the decision making process
U5 a1 stages in the decision making processU5 a1 stages in the decision making process
U5 a1 stages in the decision making processPeter R Breach
 
C0364012016
C0364012016C0364012016
C0364012016theijes
 
Statistical skepticism: How to use significance tests effectively
Statistical skepticism: How to use significance tests effectively Statistical skepticism: How to use significance tests effectively
Statistical skepticism: How to use significance tests effectively jemille6
 
Cyber Summit 2016: Privacy Issues in Big Data Sharing and Reuse
Cyber Summit 2016: Privacy Issues in Big Data Sharing and ReuseCyber Summit 2016: Privacy Issues in Big Data Sharing and Reuse
Cyber Summit 2016: Privacy Issues in Big Data Sharing and ReuseCybera Inc.
 
What is the impact of bias in data analysis, and how can it be mitigated.pdf
What is the impact of bias in data analysis, and how can it be mitigated.pdfWhat is the impact of bias in data analysis, and how can it be mitigated.pdf
What is the impact of bias in data analysis, and how can it be mitigated.pdfSoumodeep Nanee Kundu
 
Multiple Linear Regression Models in Outlier Detection
Multiple Linear Regression Models in Outlier Detection Multiple Linear Regression Models in Outlier Detection
Multiple Linear Regression Models in Outlier Detection IJORCS
 
Chapter 12. Outlier Detection.ppt
Chapter 12. Outlier Detection.pptChapter 12. Outlier Detection.ppt
Chapter 12. Outlier Detection.pptSubrata Kumer Paul
 
Study of Privacy Discrimination and Prevention in Data Mining
Study of Privacy Discrimination and Prevention in Data MiningStudy of Privacy Discrimination and Prevention in Data Mining
Study of Privacy Discrimination and Prevention in Data MiningIRJET Journal
 
Classification with No Direct Discrimination
Classification with No Direct DiscriminationClassification with No Direct Discrimination
Classification with No Direct DiscriminationEditor IJCATR
 
A Comparative Study on Privacy Preserving Datamining Techniques
A Comparative Study on Privacy Preserving Datamining  TechniquesA Comparative Study on Privacy Preserving Datamining  Techniques
A Comparative Study on Privacy Preserving Datamining TechniquesIJMER
 
Information Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slidesInformation Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slidesDaniel Valcarce
 

Similaire à The Independence of Fairness-aware Classifiers (20)

12 outlier
12 outlier12 outlier
12 outlier
 
machinelearning-191005133446.pdf
machinelearning-191005133446.pdfmachinelearning-191005133446.pdf
machinelearning-191005133446.pdf
 
Machine Learning: A Fast Review
Machine Learning: A Fast ReviewMachine Learning: A Fast Review
Machine Learning: A Fast Review
 
angle based outlier de
angle based outlier deangle based outlier de
angle based outlier de
 
Kdd08 abod
Kdd08 abodKdd08 abod
Kdd08 abod
 
Fuzzy soft set theory
Fuzzy soft set theoryFuzzy soft set theory
Fuzzy soft set theory
 
Outlier Detection Using Unsupervised Learning on High Dimensional Data
Outlier Detection Using Unsupervised Learning on High Dimensional DataOutlier Detection Using Unsupervised Learning on High Dimensional Data
Outlier Detection Using Unsupervised Learning on High Dimensional Data
 
U5 a1 stages in the decision making process
U5 a1 stages in the decision making processU5 a1 stages in the decision making process
U5 a1 stages in the decision making process
 
C0364012016
C0364012016C0364012016
C0364012016
 
Statistical skepticism: How to use significance tests effectively
Statistical skepticism: How to use significance tests effectively Statistical skepticism: How to use significance tests effectively
Statistical skepticism: How to use significance tests effectively
 
Cyber Summit 2016: Privacy Issues in Big Data Sharing and Reuse
Cyber Summit 2016: Privacy Issues in Big Data Sharing and ReuseCyber Summit 2016: Privacy Issues in Big Data Sharing and Reuse
Cyber Summit 2016: Privacy Issues in Big Data Sharing and Reuse
 
What is the impact of bias in data analysis, and how can it be mitigated.pdf
What is the impact of bias in data analysis, and how can it be mitigated.pdfWhat is the impact of bias in data analysis, and how can it be mitigated.pdf
What is the impact of bias in data analysis, and how can it be mitigated.pdf
 
Multiple Linear Regression Models in Outlier Detection
Multiple Linear Regression Models in Outlier Detection Multiple Linear Regression Models in Outlier Detection
Multiple Linear Regression Models in Outlier Detection
 
Chapter 12. Outlier Detection.ppt
Chapter 12. Outlier Detection.pptChapter 12. Outlier Detection.ppt
Chapter 12. Outlier Detection.ppt
 
Chapter 12 outlier
Chapter 12 outlierChapter 12 outlier
Chapter 12 outlier
 
Study of Privacy Discrimination and Prevention in Data Mining
Study of Privacy Discrimination and Prevention in Data MiningStudy of Privacy Discrimination and Prevention in Data Mining
Study of Privacy Discrimination and Prevention in Data Mining
 
Classification with No Direct Discrimination
Classification with No Direct DiscriminationClassification with No Direct Discrimination
Classification with No Direct Discrimination
 
A Comparative Study on Privacy Preserving Datamining Techniques
A Comparative Study on Privacy Preserving Datamining  TechniquesA Comparative Study on Privacy Preserving Datamining  Techniques
A Comparative Study on Privacy Preserving Datamining Techniques
 
J046065457
J046065457J046065457
J046065457
 
Information Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slidesInformation Retrieval Models for Recommender Systems - PhD slides
Information Retrieval Models for Recommender Systems - PhD slides
 

Plus de Toshihiro Kamishima

RecSys2018論文読み会 資料
RecSys2018論文読み会 資料RecSys2018論文読み会 資料
RecSys2018論文読み会 資料Toshihiro Kamishima
 
機械学習研究でのPythonの利用
機械学習研究でのPythonの利用機械学習研究でのPythonの利用
機械学習研究でのPythonの利用Toshihiro Kamishima
 
科学技術計算関連Pythonパッケージの概要
科学技術計算関連Pythonパッケージの概要科学技術計算関連Pythonパッケージの概要
科学技術計算関連Pythonパッケージの概要Toshihiro Kamishima
 
PyMCがあれば,ベイズ推定でもう泣いたりなんかしない
PyMCがあれば,ベイズ推定でもう泣いたりなんかしないPyMCがあれば,ベイズ推定でもう泣いたりなんかしない
PyMCがあれば,ベイズ推定でもう泣いたりなんかしないToshihiro Kamishima
 
Absolute and Relative Clustering
Absolute and Relative ClusteringAbsolute and Relative Clustering
Absolute and Relative ClusteringToshihiro Kamishima
 
Enhancement of the Neutrality in Recommendation
Enhancement of the Neutrality in RecommendationEnhancement of the Neutrality in Recommendation
Enhancement of the Neutrality in RecommendationToshihiro Kamishima
 
OpenOpt の線形計画で圧縮センシング
OpenOpt の線形計画で圧縮センシングOpenOpt の線形計画で圧縮センシング
OpenOpt の線形計画で圧縮センシングToshihiro Kamishima
 
Pythonによる機械学習実験の管理
Pythonによる機械学習実験の管理Pythonによる機械学習実験の管理
Pythonによる機械学習実験の管理Toshihiro Kamishima
 

Plus de Toshihiro Kamishima (12)

RecSys2018論文読み会 資料
RecSys2018論文読み会 資料RecSys2018論文読み会 資料
RecSys2018論文読み会 資料
 
WSDM2018読み会 資料
WSDM2018読み会 資料WSDM2018読み会 資料
WSDM2018読み会 資料
 
機械学習研究でのPythonの利用
機械学習研究でのPythonの利用機械学習研究でのPythonの利用
機械学習研究でのPythonの利用
 
KDD2016勉強会 資料
KDD2016勉強会 資料KDD2016勉強会 資料
KDD2016勉強会 資料
 
科学技術計算関連Pythonパッケージの概要
科学技術計算関連Pythonパッケージの概要科学技術計算関連Pythonパッケージの概要
科学技術計算関連Pythonパッケージの概要
 
WSDM2016勉強会 資料
WSDM2016勉強会 資料WSDM2016勉強会 資料
WSDM2016勉強会 資料
 
ICML2015読み会 資料
ICML2015読み会 資料ICML2015読み会 資料
ICML2015読み会 資料
 
PyMCがあれば,ベイズ推定でもう泣いたりなんかしない
PyMCがあれば,ベイズ推定でもう泣いたりなんかしないPyMCがあれば,ベイズ推定でもう泣いたりなんかしない
PyMCがあれば,ベイズ推定でもう泣いたりなんかしない
 
Absolute and Relative Clustering
Absolute and Relative ClusteringAbsolute and Relative Clustering
Absolute and Relative Clustering
 
Enhancement of the Neutrality in Recommendation
Enhancement of the Neutrality in RecommendationEnhancement of the Neutrality in Recommendation
Enhancement of the Neutrality in Recommendation
 
OpenOpt の線形計画で圧縮センシング
OpenOpt の線形計画で圧縮センシングOpenOpt の線形計画で圧縮センシング
OpenOpt の線形計画で圧縮センシング
 
Pythonによる機械学習実験の管理
Pythonによる機械学習実験の管理Pythonによる機械学習実験の管理
Pythonによる機械学習実験の管理
 

Dernier

Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...ssuserf63bd7
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Seán Kennedy
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesTimothy Spann
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxAleenaJamil4
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxellehsormae
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024Timothy Spann
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 

Dernier (20)

Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
 
detection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptxdetection and classification of knee osteoarthritis.pptx
detection and classification of knee osteoarthritis.pptx
 
Vision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptxVision, Mission, Goals and Objectives ppt..pptx
Vision, Mission, Goals and Objectives ppt..pptx
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
April 2024 - NLIT Cloudera Real-Time LLM Streaming 2024
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 

The Independence of Fairness-aware Classifiers

  • 1. The Independence of Fairness-Aware Classifiers Toshihiro Kamishima*, Shotaro Akaho*, Hideki Asoh*, and Jun Sakuma** *National Institute of Advanced Industrial Science and Technology (AIST), Japan **University of Tsukuba, Japan; and Japan Science and Technology Agency IEEE International Workshop on Privacy Aspects of Data Mining (PADM) @ Dallas, USA, Dec. 7, 2013 START 1
  • 2. Introduction [Romei+ 13] Fairness-aware Data Mining data analysis taking into account potential issues of fairness, discrimination, neutrality, or independence Fairness-aware Classification One of a major task of fairness-aware data mining A problem of learning a classifier that predicts a class as accurately as possible under the fairness constraints from potentially unfair data ✤ We use the term “fairness-aware” instead of “discrimination-aware,” because the word “discrimination” means classification in the ML context, and this technique applicable to tasks other than avoiding discriminative decisions 2
  • 3. Introduction Calders & Verwer’s 2-naive-Bayes (CV2NB) is very simple, but highly effective Other fairness-aware classifiers are equally accurate, but less fairer Why the CV2NB method performed better: model bias deterministic decision rule Based on our findings, we discuss how to improve our method 3
  • 4. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, Connection with PPDM, Calders & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 4
  • 5. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, connection with PPDM, & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 5
  • 6. Prevention of Unfairness [Sweeney 13] An suspicious placement keyword-matching advertisement Advertisements indicating arrest records were more frequently displayed for names that are more popular among individuals of African descent than those of European descent African descent names European descent names Located: Arrested? This situation is simply due to the optimization of click-through rate, and no information about users’ race was used Such unfair decisions can be prevented by FADM techniques 6
  • 7. Recommendation Neutrality [TED Talk by Eli Pariser, http://www.filterbubble.com/] The Filter Bubble Problem Pariser posed a concern that personalization technologies narrow and bias the topics of information provided to people Friend recommendation list in the Facebook To fit for Pariser’s preference, conservative people are eliminated from his recommendation list, while this fact is not noticed to him FADM technologies are useful for providing neutral information 7
  • 8. Ignoring Uninteresting Information [Gondek+ 04] non-redundant clustering : find clusters that are as independent from a given uninteresting partition as possible a conditional information bottleneck method, which is a variant of an information bottleneck method clustering facial images Simple clustering methods find two clusters: one contains only faces, and the other contains faces with shoulders Data analysts consider this clustering is useless and uninteresting By ignoring this uninteresting information, more useful male and female clusters could be obtained Uninteresting information can be excluded by FADM techniques 8
  • 9. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, connection with PPDM, & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 9
  • 10. Basic Notations objective variable a result of serious decision ex., whether or not to allow credit S sensitive feature socially sensitive information ex., gender or religion X non-sensitive feature vector Y all features other than a sensitive feature non-sensitive, but may correlate with S 10
  • 11. Fairness in Data Mining Fairness in Data Mining Sensitive information does not influence the target value red-lining effect: Everyone inclines to eliminate a sensitive feature from calculations, but this action is insufficient Non-sensitive features that correlate with sensitive features also contains sensitive information Y and S are merely conditionally independent: Y ? S | X ? A sensitive feature and a target variable must be unconditionally independent Y ? S ? 11
  • 12. Fairness-aware Classification True Distribution Estimated Distribution Pr[Y, X, S] ˆ Pr[Y, X, S; ⇥] approximate = = Pr[Y |X, S] Pr[X, S] ˆ ˆ Pr[Y |X, S; ⇥] Pr[X, S] fairness constraint sample learn D = {yi , xi , si } fairness constraint Data Set learn † Pr [Y, X, S] Fair True Distribution = = Pr† [Y |X, S] Pr[X, S] ˆ † [Y, X, S; ⇥] Pr ˆ ˆ approximate Pr† [Y |X, S; ⇥] Pr[X, S] Fair Estimated Dist. 12
  • 13. Fairness-aware Classification the space of distributions fairness-aware classification: Pr[Y, X, S] find a fair model that approximates a true distribution instead of a fair true distribution under the fairness constraints We want to approximate fair true distribution, but samples from this distribution cannot be obtained, because samples from real world are potentially unfair model sub-space ˆ Pr[Y, X, S; ⇥] ˆ Pr[Y, X, S; ⇥⇤ ] Pr† [Y, X, S] ˆ Pr† [Y, X, S; ⇥⇤ ] fair sub-space Y ? S ? 13
  • 14. Privacy-Preserving Data Mining Fairness in Data Mining the independence between an objective Y and a sensitive feature S from the information theoretic perspective, mutual information between Y and S is zero from the viewpoint of privacy-preservation, protection of sensitive information when an objective variable is exposed Different points from PPDM introducing randomness is occasionally inappropriate for severe decisions, such as job application disclosure of identity isn’t problematic in FADM, generally 14
  • 15. Calders-Verwer’s 2-Naive-Bayes [Calders+ 10] Unfair decisions are modeled by introducing the dependence of X on S as well as on Y Naive Bayes Calders-Verwer Two Naive Bayes (CV2NB) Y Y S X S and X are conditionally independent given Y S X non-sensitive features in X are conditionally independent given Y and S ✤ It is as if two naive Bayes classifiers are learned depending on each value of the sensitive feature; that is why this method was named by the 2-naive-Bayes 15
  • 16. Calders-Verwer’s 2-Naive-Bayes [Calders+ 10] parameters are initialized by the corresponding sample distributions Q ˆ ˆ ˆ Pr[Y, X, S] = Pr[Y, S] i Pr[Xi |Y, S] ˆ Pr[Y, S] is modified so as to improve the fairness ˆ estimated model Pr[Y, S] fair ˆ † [Y, S] fair estimated model Pr ˆ keep the updated marginal distribution close to the Pr[Y ] while Pr[Y=1 | S=1] - Pr[Y=1 | S=0] > 0 if # of data classified as “1” < # of “1” samples in original data then increase Pr[Y=1, S=0], decrease Pr[Y=0, S=0] else increase Pr[Y=0, S=1], decrease Pr[Y=1, S=1] reclassify samples using updated model Pr[Y, S] update the joint distribution so that its fairness is enhanced 16
  • 17. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, connection with PPDM, Calders & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 17
  • 18. Hypothetical Fair-factorization Hypothetical Fair-factorization A modeling technique to make a classifier fair Y S X In a classification model, a sensitive feature and a target variable are decoupled A graphical model of a fair-factorized classifier By this technique, a sensitive feature and a target variable become statistically independent Hypothetical Fair-factorization naive Bayes (HFFNB) A fair-factorization technique is applied to a naive Bayes model Q ˆ † (k) ˆ ˆ ˆ Pr [Y, X, S] = Pr [Y ]Pr [S] k Pr [X |Y, S] † † † Under the ML or MAP principle, model parameters can be derived by simply counting training examples 18
  • 19. Connection with the ROC Decision Rule [Kamiran+ 12] In a non-fairized case, a new object (x, s) is classified into class 1, if ˆ Pr[Y =1|x, s] 1/2 ⌘ p Kamiran et al.’s ROC decision rule A fair classifier is built by changing the decision boundary, p, according as the value of sensitive feature The HFFNB method is equivalent to changing decision boundary, p, to ˆ ˆ Prr[Y |S](1 Pr[Y ]) 0 p = ˆ ˆ ˆ ˆ Pr[Y ] + Pr[Y |S] 2Pr[Y ]Pr[Y |S] (Elkan’s theorem regarding cost-sensitive learning) The HFFNB can be considered as a special case of the ROC method 19
  • 20. CV2NB vs HFFNB The CV2NB and HFFNB methods are compared in their accuracy and fairness Accuracy The larger value indicates more accurate prediction HFFNB CV2NB Unfairness (Normalized Prejudice Index) The larger value indicates unfairer prediction Accuracy 0.828 0.828 Unfairness 1.52×10-2 6.89×10-6 The HFFNB method is equally accurate as the CV2NB method, but it made much unfairer prediction WHY? 20
  • 21. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, connection with PPDM, Calders & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 21
  • 22. Why Did the HFFNB Method Fail? HFFNB method explicitly imposed the fairness constraint to the model CV2NB method The fairness of the model is enhanced by the post processing Though both models are designed so as to enhance the fairness, the CV2NB method constantly learns much fairer model Two reasons why these modeled independences are damaged Model Bias: the difference between model and true distributions Deterministic Decision Rule: class labels are not probabilistically generated, but are deterministically chosen by the decision rule 22
  • 23. Model Bias In a hypothetically Fair-factorized model, data are assumed to be generated according to the estimated distribution ˆ ˆ ˆ Pr[Y ]Pr[S]Pr[X|Y, S] Input objects are firstly generated from a true distribution, then the object is labeled according to the estimated distribution estimated ˆ Pr[Y |X, S] Pr[X, S] true These two distributions are diverged, especially if model bias is high 23
  • 24. Model Bias Synthetic Data Data are truly generated from a naive Bayes model Model bias is controlled by the number of features Changes of the NPI (fairness) HFFNB 1.02×10-1 1.10×10-1 1.28×10-1 CV2NB 5.68×10-4 9.60×10-2 1.28×10-1 high bias low bias As the decrease of model biases, the differences between two methods in their fairness decreases The divergence between estimated and true distributions due to a model bias damages the fairness in classification 24
  • 25. Deterministic Decision Rule In a hypothetically Fair-factorized model, labels are assumed to be generated probabilistically according to the distribution: ˆ Pr[Y |X, S] Predicted labels are generated by this deterministic decision rule: y ⇤ = arg max y2Dom(Y ) ˆ Pr[Y |X, S] Labels generated by these two processes do not agree generally 25
  • 26. Deterministic Decision Rule simple classification model: one binary label and one binary feature ˆ class distribution is uniform: Pr[Y =1] = 0.5 Y* is deterministically determined: Y ⇤ = arg max Pr[Y |X] changing parameters: Pr[X=1|Y=1] and Pr[X=1|Y=0] E[Y ⇤ ] 1.0 E[Y*] E[Y*] = E[Y] 0.5 E[Y] 0.0 1.0 1.0 Pr[X=1|Y =1] 0.5 0.5 0.0 Pr[X=1|Y =0] E[Y*] and E[Y] do not agree generally 26
  • 27. Outline Applications of Fairness-aware Data Mining prevention of unfairness, information-neutral recommendation, ignoring uninteresting information Fairness-aware Classification basic notations, fairness in data mining, fairness-aware classification, connection with PPDM, Calders & Verwer’s 2-naive-Bayes Hypothetical Fair-factorization Naive Bayes hypothetical fair-factorization naive Bayes (HFFNB), Connection with other methods, experimental results Why Did the HFFNB Method Fail? model bias, deterministic decision rule How to Modify the HFFNB Method actual fair-factorization method, experimental results Conclusion 27
  • 28. Actual Fair-factorization The reason why the HFFNB failed is the ignorance of the influence of a model bias and a deterministic decision rule Actual Fair-factorization A class and a sensitive features are decoupled not over the estimated distribution, but over the actual distribution As the hypothetical fair-factorization, a class label and a sensitive feature are made statistically independent ˆ We consider not the estimated distribution, Pr[Y, X, S], but the ˆ actual distribution, Pr[Y |X, S] Pr[X, S] As a class label, we adopt a deterministically decided labels 28
  • 29. Actual Fair-factorization naive Bayes Actual Fair-factorization naive Bayes (AFFNB) An actual fair-factorization technique is applied to a naive Bayes model model bias The multiplication of a true distribution, Pr[Y |X, S] Pr[X, S], is ˆ P ˆ approximated by a sample mean,(1/|D|) (x,s)2D Pr[Y |X=x, S=s] deterministic decision rule Instead of using a distribution of class labels, we count up the number of deterministically decided class labels Y* and S are made independent under the constraint that the marginal distribution of Y* and S equal to the corresponding sample distribution 29
  • 30. CV2NB and AFFNB The CV2NB and AFFNB methods are compared in their accuracy and fairness AFFNB CV2NB Accuracy 0.828 0.828 Unfairness 5.43×10-6 6.89×10-6 CV2NB and AFFNB are equally accurate as well as equally fair The superiority of the CV2NB method is considering the independence not over the estimated distribution, but over the actual distribution of a class label and a sensitive feature 30
  • 31. Conclusion Contributions After reviewing a fairness-aware classification task, we focus on why the CV2NB method can attain fairer results than other methods We theoretically and empirically show the reason by comparing a simple alternative naive-Bayes modified by a hypothetical fairfactorization technique Based on our findings, we developed a modified version, an actual fair-factorization technique, and show that this technique drastically improved the performance Future Work We plan to apply our actual fair-factorization technique in order to modify other classification methods, such as logistic regression or a support vector machine 31
  • 32. Program Codes and Data Sets Fairness-aware Data Mining http://www.kamishima.net/fadm Information-neutral Recommender System http://www.kamishima.net/inrs Acknowledgements This work is supported by MEXT/JSPS KAKENHI Grant Number 16700157, 21500154, 23240043, 24500194, and 25540094. 32