Causality
See:
# Resources
- Causal Data Science Meeting - Home
- To Build Truly Intelligent Machines, Teach Them Cause and Effect
- Representing uncertain knowledge
- Reasoning over time
- Making decisions
- Causal Analysis Introduction - Examples in Python and PyMC
- Causal Python: Five Novel Causal Ideas At NeurIPS 2023 | by Aleksander Molak | Towards Data Science
- The Causal AI Revolution is Underway | causaLens
- Causality is one of the key missing ingredients that’s needed to unlock real progress in AI. This is fast becoming the consensus view, within academia and industry
- An appreciation of cause and effect is a necessary requirement for true intelligence
- Counterfactual analysis has enormous transformative potential beyond healthcare, not least for AI in finance and business
# Talks
- #TALK
Human-Guided Causal Discovery - getting out of the black box of correlation based ML - YouTube
- CausaLens - DecisionOS
- AI and data science with humans in the loop, more trustworthy
- Correlation-based ML is not enough, no reasoning or causality
- Predicting an outcome is not enough, we need to understand the underlying causal drivers
- #TALK Interview - Causal Reasoning, Counterfactuals, and the Path to AGI (Judea Pearl)
- #TALK Causality, Bernhard Schölkopf and Stefan Bauer, MLSS 2020:
- #TALK Yoshua Bengio Guest Talk - Towards Causal Representation Learning
- #TALK Lightning Talk: Deep Causal Learning - YouTube
- #TALK
UCL Seminar - What is Causal AI - YouTube
- How to infer a causal DAG?
- randomized controlled trial (RCT), AB tests
- causal discovery upon observational data
- apply domain knowledge and human context
- Causal discovery = Data + some human context
- Conditional independence based causal discovery methods: PC, FCI
- Estimating treatment effect (Do calculus)
- Instrumental variables
- Propensity score matching
- Doubly robust estimators
- backdoor/frontdoor adjustment criterion
- How to infer a causal DAG?
# Code
- #CODE Causalai (Salesforce) - A Fast and Scalable framework for Causal Analysis of Time Series and Tabular Data
- #CODE Causalml
- #CODE Causality - Tools for causal analysis
- #CODE CausalImpact (for R)
- #CODE tfcausalimpact - Google’s Causal Impact Algorithm Implemented on Top of TensorFlow Probability
# Courses
# References
- #PAPER Causal inference with multiple time series: principles and problems (2013)
- #PAPER Towards a Learning Theory of Cause-Effect Inference (Lopez-Paz 2015)
- #PAPER Unsupervised Discovery of El Nino Using Causal Feature Learning on Microlevel Climate Data (Chalupka 2016)
- #PAPER Comparative Benchmarking of Causal Discovery Techniques (Singh 2017)
- #PAPER A Physics-Based Approach to Unsupervised Discovery of Coherent Structures in Spatiotemporal Systems (Rupe 2017)
- #PAPER #REVIEW A Primer on Causal Analysis (2018)
- #PAPER DAGs with NO TEARS: Continuous Optimization for Structure Learning (Zheng 2018)
- #PAPER Local causal states and discrete coherent structures (Rupe 2018)
- #PAPER Learning Functional Causal Models with Generative Neural Networks (Goudet 2018)
- #PAPER Variable-lag Granger Causality for Time Series Analysis (2019)
- #PAPER Learning Sparse Nonparametric DAGs (Zheng 2020)
- #PAPER
When causal inference meets deep learning (Luo 2020)
- Learning causal relations, rather than correlations, is a fundamental problem in both statistical Machine Learning and computer sciences
- Bayesian networks (BNs) can capture causal relations, but learning such a network from data is NP-hard
- Recent work has made it possible to approximate this problem as a continuous optimization task that can be solved efficiently with well-established numerical techniques
- BNs encode the conditional independencies between variables using directed acyclic graphs (DAGs)
- #PAPER
Spacetime Autoencoders Using Local Causal States (Rupe 2020)
- #CODE https://github.com/adamrupe/spacetime_autoencoders
- Local causal states are latent representations that capture organized pattern and structure in complex spatiotemporal systems
- We expand their functionality, framing them as space-time autoencoders
- #PAPER Algorithms for Causal Reasoning in Probability Trees (Genewein 2020)
- #PAPER Off-the-shelf deep learning is not enough, and requires parsimony, Bayesianity, and causality (Vasudevan 2021)
- #PAPER Towards Causal Representation Learning (Schölkopf 2021)
- #PAPER Causal Machine Learning: A Survey and Open Problems (2022)
- #PAPER Salesforce CausalAI Library: A Fast and Scalable Framework for Causal Analysis of Time Series and Tabular Data (Arpit 2023)