The Front-Door Criterion
A way to estimate a cause's effect even when you cannot measure the confounder that muddies the direct relationship, provided you can find a mediator that fully carries the effect and isn't itself confounded with the outcome.
Prerequisites: Directed Acyclic Graphs for Causality
The usual fix for confounding — a hidden third variable driving both a cause and an outcome — is to measure the confounder and adjust for it. The front-door criterion handles the harder case where the confounder exists but you cannot measure it at all, by routing around it through a mediator: a variable sitting on the causal path between cause and outcome that fully carries the effect you care about.
Imagine trying to measure whether a trading desk's use of a research tool () improves its P&L (), but desk skill is an unmeasured confounder pushing both. Suppose the tool works entirely by changing how much a trader checks a signal dashboard (), and nothing else links the tool to P&L. If skill affects P&L directly but does not affect dashboard-checking except through the tool, then you can estimate the tool's effect in two clean steps: estimate how the tool changes dashboard-checking (this comparison isn't confounded by skill, because skill doesn't touch except via ), then estimate how dashboard-checking changes P&L while adjusting for the tool itself (this step blocks the confounded path back through ). Combining those two unconfounded pieces recovers the tool's total effect on P&L without ever measuring skill.
The condition doing all the work is that must fully mediate the effect — no other route from to bypassing — and itself must not share an unmeasured confounder with . Both are strong, unverifiable assumptions about the causal structure, which is why the front-door criterion is mostly a proof that identification is possible in principle, and rarely a tool applied casually to messy trading data without a carefully argued mediator.
The front-door criterion identifies a causal effect through an unconfounded mediator when the direct cause-outcome relationship is confounded by something unmeasurable, but it requires the mediator to carry the entire effect and to be free of its own hidden confounding with the outcome — assumptions that are easy to state and hard to justify in practice.
Related concepts
Practice in interviews
Further reading
- Pearl, Causality, ch. 3