Iterative Causal Segmentation: Filling the Gap between Market Segmentation and Marketing Strategy
Kaihua Ding, Jingsong Cui, Mohammad Soltani, Jing Jin
TL;DR
The paper tackles the gap between market segmentation and causal marketing strategy by addressing the tightly coupled relationship between segmentation and causal uplift. It introduces Iterative Causal Segmentation, a joint convergence framework that alternates between estimating uplift via causal methods and updating segmentation, with convergence defined by minimal segment movement relative to ATE-driven variance. Key formulations include the Average Treatment Effect ($ATE = E(Y^{A=1}) - E(Y^{A=0})$) and the Conditional Average Treatment Effect ($\text{CATE}(X) = E(Y^{A=1}|X) - E(Y^{A=0}|X)$), and a causal graph that guides confounder control. The method is validated on Uber CausalML data, demonstrating that segmentation driven by CATE yields superior uplift performance compared to propensity-score or KMeans baselines, and providing explainability through SHAP alongside sensitivity analyses via Qini curves. The work offers a principled, exclusivity-backed approach with practical implications for targeted marketing and uplift optimization in tightly coupled segmentation settings.
Abstract
The field of causal Machine Learning (ML) has made significant strides in recent years. Notable breakthroughs include methods such as meta learners (arXiv:1706.03461v6) and heterogeneous doubly robust estimators (arXiv:2004.14497) introduced in the last five years. Despite these advancements, the field still faces challenges, particularly in managing tightly coupled systems where both the causal treatment variable and a confounding covariate must serve as key decision-making indicators. This scenario is common in applications of causal ML for marketing, such as marketing segmentation and incremental marketing uplift. In this work, we present our formally proven algorithm, iterative causal segmentation, to address this issue.
