Causal Inference

Estimation of Single and Synergistic Treatment Effects under Multiple Treatments with Deep Neural Networks

Abstract The simultaneous application of multiple treatments is increasingly common in many fields, such as healthcare and marketing. In such scenarios, it is important to estimate not only the effect of each single treatment effect, but also the synergistic treatment effects that arise from combinations of treatments. Previous studies have proposed methods that combine a variational autoencoder with a task embedding network, which captures treatment similarities for multi-treatment causal inference. These methods assume the presence of unobserved covariates and regard observed data as proxies for those unobserved covariates. As a result, they may still learn unnecessary latent variables even when the covariates are observed. This model misspecification can lead to misleading estimates of causal effects. To address this issue, we propose a novel deep learning framework that simultaneously captures both single and synergistic treatment effects and mitigates selection bias, using a task embedding network and a representation learning network with the balancing penalty. The task embedding network ensures that similar treatments yield similar representations and outcomes, improving the estimation of both single and synergistic effects. The representation learning network with the balancing penalty directly learns representations from observed covariates and controls distributional differences across treatment patterns using Integral Probability Metrics, thereby reducing the risk of model misspecification due to erroneous latent structures. We evaluate our method using multiple simulation datasets and compare its performance with existing baselines. Our method consistently outperforms baselines by reducing estimation errors in both single and synergistic treatment effects across settings.

Aug 4, 2025

Causal Inference under Threshold Manipulation: A Bayesian Mixture Approach

Abstract Many marketing applications, including credit card incentive programs, offer rewards to customers exceeding specific spending thresholds to encourage increased consumption. Quantifying the causal effect of these thresholds on customers is crucial for effective marketing strategy design. While regression discontinuity design is a common method for such causal inference tasks, its assumptions can be violated when customers, aware of the thresholds, strategically manipulate their spending to qualify for the rewards. To address this issue, we propose a novel framework for estimating the causal effect of thresholds on customers under their manipulation. The core idea is to model the observed spending distribution as a mixture of two distributions: one representing customers strategically affected by the threshold and the other representing those unaffected. To fit the mixture model, we adopt a Bayesian approach, which enables valid causal effect estimation with proper uncertainty quantification. Furthermore, we extend this framework to a hierarchical Bayesian setting to estimate heterogeneous causal effects across customer subgroups, allowing for stable inference even with small subgroup sample sizes. We demonstrate the effectiveness of our proposed methods through simulation studies and show that our proposed framework yields more accurate estimates of the causal effect of thresholds on customers compared to naive regression discontinuity design methods.

Aug 4, 2025

Wald-Differences-in-Differences Estimation without Individual-Level Treatment Data

Abstract In-store advertising, such as digital signage and in-store posters, is a crucial advertising method that influences customer purchasing behavior. While their effectiveness is typically evaluated by displaying ads on a store-by-store basis and comparing the purchasing behavior of those exposed to ads with those who are not, obtaining ad exposure data for individual customers is costly, making it challenging to conduct accurate causal inference with individual-level treatment variables. A common approach to address this issue is to perform causal inference considering non-compliance, setting visitors to stores implementing an ad campaign as the treatment group and similar customers who have visited comparable stores as the control group. In this setting, a popular estimator is the ratio of two Differences-in-Differences (DID) estimates: one for the outcome variable and another for the treatment variable. However, previous study assume that the DID estimate for the treatment variable is known from public data, which is not always the case. To overcome this limitation, we propose a method to estimate causal effects by utilizing the fact that, for binary treatment variables, the DID estimate of the treatment variable represents the change in the proportion of compliers in the treatment group. Our method leverages a Gaussian Mixture Model to estimate the proportion. This approach allows for the estimation of the treatment effect on the compliers even in advertising strategies where ad exposure data for individual customers is unavailable.

Mar 4, 2025