paper-with-me

홈 › Papers

Deep Counterfactual Networks with Propensity-Dropout

2017-06-19 · Ahmed M. Alaa, Michael Weisz, Mihaela van der Schaar

We propose a novel approach for inferring the individualized causal effects of a treatment (intervention) from observational data. Our approach conceptualizes causal inference as a multitask learning problem; we model a subject's potential outcomes using a deep multitask network with a set of shared layers among the factual and counterfactual outcomes, and a set of outcome-specific layers. The impact of selection bias in the observational data is alleviated via a propensity-dropout regularization scheme, in which the network is thinned for every training example via a dropout probability that depends on the associated propensity score. The network is trained in alternating phases, where in each phase we use the training examples of one of the two potential outcomes (treated and control populations) to update the weights of the shared layers and the respective outcome-specific layers. Experiments conducted on data based on a real-world observational study show that our algorithm outperforms the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:1706.05966

Code (1)

Shantanu48114860/Deep-Counterfactual-Networks-with-Propensity-Dropout pytorch

Tasks

Causal InferencecounterfactualSelection bias

Methods 이 논문이 사용한 방법론

Causal inference Causal inference is the process of drawing a conclusion about a causal connection based on the conditions of the occurrence of an effect. The main difference between causal…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Double Robust Representation Learning for Counterfactual Prediction

2020-10-15 · Shuxi Zeng, Serge Assaad, Chenyang Tao, Shounak Datta 외

Causal inference, or counterfactual prediction, is central to decision making in healthcare, policy and social sciences. To de-bias causal estimators with high-dimensional data in observational studies, recent advances s…

Causal InferencecounterfactualDecision MakingPrediction+1

Counterfactual Risk Minimization with IPS-Weighted BPR and Self-Normalized Evaluation in Recommender Systems

2025-08-30 · Rahul Raja, Arpita Vats arxiv

Learning and evaluating recommender systems from logged implicit feedback is challenging due to exposure bias. While inverse propensity scoring (IPS) corrects this bias, it often suffers from high variance and instabilit…

Counterfactual Learning to Rank using Heterogeneous Treatment Effect Estimation

2020-07-19 · Mucun Tian, Chun Guo, Vito Ostuni, Zhen Zhu

Learning-to-Rank (LTR) models trained from implicit feedback (e.g. clicks) suffer from inherent biases. A well-known one is the position bias -- documents in top positions are more likely to receive clicks due in part to…

counterfactualHeterogeneous Treatment Effect EstimationLearning-To-RankPosition

Counterfactual Learning for Machine Translation: Degeneracies and Solutions

2017-11-23 · Carolin Lawrence, Pratik Gajane, Stefan Riezler

Counterfactual learning is a natural scenario to improve web-based machine translation services by offline learning from feedback logged during user interactions. In order to avoid the risk of showing inferior translatio…

counterfactualMachine TranslationTranslation

Counterfactual Risk Minimization: Learning from Logged Bandit Feedback

2015-02-09 · Adith Swaminathan, Thorsten Joachims

We develop a learning principle and an efficient algorithm for batch learning from logged bandit feedback. This learning setting is ubiquitous in online systems (e.g., ad placement, web search, recommendation), where an …

counterfactualMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION