SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
Ancestral Causal Inference
Sara Magliacane, Tom Claassen, Joris M. Mooij
s.magliacane@uva.nl
5th December, 2016
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 1 / 16
Part I
Introduction
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 2 / 16
Causal inference: learning causal relations from data
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 3 / 16
Causal inference: learning causal relations from data
Definition
X causes Y (X Y ) = intervening upon (changing) X changes Y
We can represent causal relations with a causal DAG (hidden vars):
X Y E.g. X = Smoking, Y = Cancer
Causal inference = structure learning of the causal DAG
Traditionally, causal relations are inferred from interventions.
Sometimes, interventions are unethical, unfeasible or too expensive
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 3 / 16
Causal inference from observational and experimental data
Holy Grail of Causal Inference
Learn as much causal structure as possible from observations,
integrating background knowledge and experimental data.
Constraint-based causal discovery: use statistical independences to
express constraints over possible causal models
Intuition: Under certain assumptions, independences in the data
correspond with d-separations in a causal DAG
Issues:
1 Vulnerability to errors in statistical independence tests
2 No estimation of confidence in the causal predictions
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 4 / 16
Causal inference as an optimization problem (e.g. HEJ)
Weighted list of statistical independence results: I = {(ij , wj )}:
E.g. I = { (Y ⊥⊥ Z | X, 0.2), (Y ⊥⊥ X, 0.1)}
For any possible causal structure C, we define the loss function:
Loss(C, I) :=
(ij ,wj )∈I: ij is not satisfied in C
wj
“ij is not satisfied in C” = defined by causal reasoning rules
Causal inference = Find causal structure minimizing loss function
C∗
= arg min
C∈C
Loss(C, I)
Problem: Scalability
HEJ [Hyttinen et al., 2014]
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 5 / 16
Part II
Ancestral Causal Inference
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 6 / 16
A more coarse grained representation
Can we improve scalability of the most accurate state-of-the-art
method (HEJ)?
Ancestral Causal Inference: Main Idea
Instead of representing direct causal relations use a more
coarse-grained representation of causal information, e.g., an
ancestral structure (a set of “indirect” causal relations).
X Y Z
Ancestral structures reduce drastically search space
For 7 variables: 2.3 × 1015 → 6 × 106
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 7 / 16
Causal inference as an optimization problem (Reprise)
Weighted list of inputs: I = {(ij , wj )}:
E.g. I = { (Y ⊥⊥ Z | X, 0.2), (Y ⊥⊥ X, 0.1)}, (U Z, 0.8) }
Any consistent weighting scheme, e.g. frequentist, Bayesian
For any possible ancestral structure C, we define the loss function:
Loss(C, I) :=
(ij ,wj )∈I: ij is not satisfied in C
wj
Here: “ij is not satisfied in C” = defined by ancestral reasoning rules
Causal inference = Find ancestral structure minimizing loss function
C∗
= arg min
C∈C
Loss(C, I)
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 8 / 16
Ancestral reasoning rules: Example
ACI rules: 7 ancestral reasoning rules that given (in)dependences
constrain possible (non) ancestral relations
Example
For X, Y , W disjoint (sets of) variables:
(X ⊥⊥ Y | W ) ∧ (X W ) =⇒ X Y
X ⊥⊥ Y | W = “X is independent of Y given a set of variables W ”
∧ “and”
X W = “X does not cause any variable in the set W ”
=⇒ = “then”
X Y = “X does not cause Y ”
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 9 / 16
A method for scoring causal predictions
Score the confidence in a predicted statement s (e.g. X Y ) as:
C(f ) = min
C∈C
Loss(C, I + (¬s, ∞))
− min
C∈C
Loss(C, I + (s, ∞))
≈ MAP approximation of the log-odds ratio of s
Asymptotically consistent, when consistent input weights
Can be used with any method that solves an optimization problem
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 10 / 16
Part III
Evaluation
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 11 / 16
Simulated data accuracy: example Precision Recall curve
Recall
0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
Precision
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
HEJ (c=1)
ACI (c=1)
CFCI
FCI
ACI is as accurate as HEJ + our scoring method
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 12 / 16
Simulated data execution time
ACI is orders of magnitude faster than HEJ
The difference grows exponentially in the number of variables
HEJ is not feasible for more than 8 variables
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 13 / 16
Application: Reconstructing a Protein Signalling Network
Raf
Mek
Erk
Akt
JNK
PIP3
PLCg
PIP2
PKC
PKA
p38
Black edges = overlap
Consistent with score-based method [Mooij and Heskes, 2013]
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 14 / 16
Conclusion
Ancestral Causal Discovery (ACI), a causal discovery method as
accurate as the state-of-the-art but much more scalable
A method for scoring causal relations by confidence
Source code: http://github.com/caus-am/aci
Paper: [Magliacane et al., 2016]
Poster: WIML, 1.30pm - 2.30pm, poster 3
Poster: NIPS, Tuesday 6pm - 9.30pm, poster 81
Talk on extensions of ACI at “What If?” NIPS workshop, Saturday
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 15 / 16
References I
Hyttinen, A., Eberhardt, F., and J¨arvisalo, M. (2014).
Constraint-based causal discovery: Conflict resolution with Answer Set Programming.
In UAI.
Magliacane, S., Claassen, T., and Mooij, J. M. (2016).
Ancestral causal inference.
In NIPS.
Mooij, J. M. and Heskes, T. (2013).
Cyclic causal discovery from continuous equilibrium data.
In Nicholson, A. and Smyth, P., editors, UAI, pages 431–439. AUAI Press.
Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 16 / 16

Weitere ähnliche Inhalte

Andere mochten auch

NIPS2010: optimization algorithms in machine learning
NIPS2010: optimization algorithms in machine learningNIPS2010: optimization algorithms in machine learning
NIPS2010: optimization algorithms in machine learning
zukun
 
Alexis Ohanian talks about the early days of reddit at Mass Challenge
Alexis Ohanian talks about the early days of reddit at Mass ChallengeAlexis Ohanian talks about the early days of reddit at Mass Challenge
Alexis Ohanian talks about the early days of reddit at Mass Challenge
Alexis Ohanian
 
Research project ppt
Research project pptResearch project ppt
Research project ppt
John McKeown
 

Andere mochten auch (9)

ISWC 2012 "Efficient execution of top-k SPARQL queries"
ISWC 2012 "Efficient execution of top-k SPARQL queries"ISWC 2012 "Efficient execution of top-k SPARQL queries"
ISWC 2012 "Efficient execution of top-k SPARQL queries"
 
ISWC DC poster "Reconstructing Provenance"
ISWC DC poster "Reconstructing Provenance"ISWC DC poster "Reconstructing Provenance"
ISWC DC poster "Reconstructing Provenance"
 
Formal Maps and their Algebra
Formal Maps and their AlgebraFormal Maps and their Algebra
Formal Maps and their Algebra
 
Trust Models for RDF Data: Semantics and Complexity - AAAI2015
Trust Models for RDF Data: Semantics and Complexity - AAAI2015Trust Models for RDF Data: Semantics and Complexity - AAAI2015
Trust Models for RDF Data: Semantics and Complexity - AAAI2015
 
NIPS2010: optimization algorithms in machine learning
NIPS2010: optimization algorithms in machine learningNIPS2010: optimization algorithms in machine learning
NIPS2010: optimization algorithms in machine learning
 
Alexis Ohanian talks about the early days of reddit at Mass Challenge
Alexis Ohanian talks about the early days of reddit at Mass ChallengeAlexis Ohanian talks about the early days of reddit at Mass Challenge
Alexis Ohanian talks about the early days of reddit at Mass Challenge
 
NIPS 2016 Overview and Deep Learning Topics
NIPS 2016 Overview and Deep Learning Topics  NIPS 2016 Overview and Deep Learning Topics
NIPS 2016 Overview and Deep Learning Topics
 
Research project ppt
Research project pptResearch project ppt
Research project ppt
 
HR / Talent Analytics
HR / Talent AnalyticsHR / Talent Analytics
HR / Talent Analytics
 

Kürzlich hochgeladen

Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
PirithiRaju
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
PirithiRaju
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
RizalinePalanog2
 

Kürzlich hochgeladen (20)

Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
High Profile 🔝 8250077686 📞 Call Girls Service in GTB Nagar🍑
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
module for grade 9 for distance learning
module for grade 9 for distance learningmodule for grade 9 for distance learning
module for grade 9 for distance learning
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 

Ancestral Causal Inference - WIML 2016 @ NIPS

  • 1. Ancestral Causal Inference Sara Magliacane, Tom Claassen, Joris M. Mooij s.magliacane@uva.nl 5th December, 2016 Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 1 / 16
  • 2. Part I Introduction Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 2 / 16
  • 3. Causal inference: learning causal relations from data Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 3 / 16
  • 4. Causal inference: learning causal relations from data Definition X causes Y (X Y ) = intervening upon (changing) X changes Y We can represent causal relations with a causal DAG (hidden vars): X Y E.g. X = Smoking, Y = Cancer Causal inference = structure learning of the causal DAG Traditionally, causal relations are inferred from interventions. Sometimes, interventions are unethical, unfeasible or too expensive Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 3 / 16
  • 5. Causal inference from observational and experimental data Holy Grail of Causal Inference Learn as much causal structure as possible from observations, integrating background knowledge and experimental data. Constraint-based causal discovery: use statistical independences to express constraints over possible causal models Intuition: Under certain assumptions, independences in the data correspond with d-separations in a causal DAG Issues: 1 Vulnerability to errors in statistical independence tests 2 No estimation of confidence in the causal predictions Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 4 / 16
  • 6. Causal inference as an optimization problem (e.g. HEJ) Weighted list of statistical independence results: I = {(ij , wj )}: E.g. I = { (Y ⊥⊥ Z | X, 0.2), (Y ⊥⊥ X, 0.1)} For any possible causal structure C, we define the loss function: Loss(C, I) := (ij ,wj )∈I: ij is not satisfied in C wj “ij is not satisfied in C” = defined by causal reasoning rules Causal inference = Find causal structure minimizing loss function C∗ = arg min C∈C Loss(C, I) Problem: Scalability HEJ [Hyttinen et al., 2014] Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 5 / 16
  • 7. Part II Ancestral Causal Inference Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 6 / 16
  • 8. A more coarse grained representation Can we improve scalability of the most accurate state-of-the-art method (HEJ)? Ancestral Causal Inference: Main Idea Instead of representing direct causal relations use a more coarse-grained representation of causal information, e.g., an ancestral structure (a set of “indirect” causal relations). X Y Z Ancestral structures reduce drastically search space For 7 variables: 2.3 × 1015 → 6 × 106 Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 7 / 16
  • 9. Causal inference as an optimization problem (Reprise) Weighted list of inputs: I = {(ij , wj )}: E.g. I = { (Y ⊥⊥ Z | X, 0.2), (Y ⊥⊥ X, 0.1)}, (U Z, 0.8) } Any consistent weighting scheme, e.g. frequentist, Bayesian For any possible ancestral structure C, we define the loss function: Loss(C, I) := (ij ,wj )∈I: ij is not satisfied in C wj Here: “ij is not satisfied in C” = defined by ancestral reasoning rules Causal inference = Find ancestral structure minimizing loss function C∗ = arg min C∈C Loss(C, I) Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 8 / 16
  • 10. Ancestral reasoning rules: Example ACI rules: 7 ancestral reasoning rules that given (in)dependences constrain possible (non) ancestral relations Example For X, Y , W disjoint (sets of) variables: (X ⊥⊥ Y | W ) ∧ (X W ) =⇒ X Y X ⊥⊥ Y | W = “X is independent of Y given a set of variables W ” ∧ “and” X W = “X does not cause any variable in the set W ” =⇒ = “then” X Y = “X does not cause Y ” Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 9 / 16
  • 11. A method for scoring causal predictions Score the confidence in a predicted statement s (e.g. X Y ) as: C(f ) = min C∈C Loss(C, I + (¬s, ∞)) − min C∈C Loss(C, I + (s, ∞)) ≈ MAP approximation of the log-odds ratio of s Asymptotically consistent, when consistent input weights Can be used with any method that solves an optimization problem Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 10 / 16
  • 12. Part III Evaluation Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 11 / 16
  • 13. Simulated data accuracy: example Precision Recall curve Recall 0 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1 Precision 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 HEJ (c=1) ACI (c=1) CFCI FCI ACI is as accurate as HEJ + our scoring method Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 12 / 16
  • 14. Simulated data execution time ACI is orders of magnitude faster than HEJ The difference grows exponentially in the number of variables HEJ is not feasible for more than 8 variables Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 13 / 16
  • 15. Application: Reconstructing a Protein Signalling Network Raf Mek Erk Akt JNK PIP3 PLCg PIP2 PKC PKA p38 Black edges = overlap Consistent with score-based method [Mooij and Heskes, 2013] Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 14 / 16
  • 16. Conclusion Ancestral Causal Discovery (ACI), a causal discovery method as accurate as the state-of-the-art but much more scalable A method for scoring causal relations by confidence Source code: http://github.com/caus-am/aci Paper: [Magliacane et al., 2016] Poster: WIML, 1.30pm - 2.30pm, poster 3 Poster: NIPS, Tuesday 6pm - 9.30pm, poster 81 Talk on extensions of ACI at “What If?” NIPS workshop, Saturday Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 15 / 16
  • 17. References I Hyttinen, A., Eberhardt, F., and J¨arvisalo, M. (2014). Constraint-based causal discovery: Conflict resolution with Answer Set Programming. In UAI. Magliacane, S., Claassen, T., and Mooij, J. M. (2016). Ancestral causal inference. In NIPS. Mooij, J. M. and Heskes, T. (2013). Cyclic causal discovery from continuous equilibrium data. In Nicholson, A. and Smyth, P., editors, UAI, pages 431–439. AUAI Press. Sara Magliacane (VU, UvA) Ancestral Causal Inference 5-12-2016 16 / 16