Research
A Causal Markov Condition for Value
Overview Research area: Causal inference, decision theory and utility theory, with connections to reinforcement learning and influence diagrams. The paper is listed under stat.ML. Technical level: Adv
- arXiv
- 2607.16717
- Published
- 2026-07-18
- Authors
- Olav Benjamin Vassend
AI summary
Overview
Research area: Causal inference, decision theory and utility theory, with connections to reinforcement learning and influence diagrams. The paper is listed under stat.ML.
Technical level: Advanced. The work is a formal, proof-based contribution (definitions, theorems, semi-graphoid axioms, d-separation/v-separation, induction proofs) rather than an empirical study. No datasets, benchmarks, or numerical experiments are reported.
Scope: In one sentence, the paper proposes and formalizes a "value Causal Markov Condition" (v-CMC) that links causal DAGs to utility functions, and shows that it yields equivalents of standard causal-inference results in the value setting, including a causal generalization of Bellman recursion.
What This Paper Is About
Causal inference has the Causal Markov Condition (CMC), which says that a probability distribution compatible with a causal DAG must respect the conditional independencies the graph implies. The paper argues that no analogous principle exists for utility: standard Expected Utility Theory treats a utility function as a faithful encoding of whatever preferences an agent happens to have, under the slogan "de gustibus non est disputandum" (there is no arguing about taste).
The paper's central thesis is that causal assumptions often can and should guide judgments about which utility dependencies are appropriate. It illustrates this with a headache pill: the utility of taking the pill plausibly depends on whether one has a headache, but would (and should) become independent of the headache if one learned the pill has no causal effect. The goal is to formulate a principled principle — the v-CMC — that tells us which value independencies an agent's preferences should exhibit to be compatible with causal information, and to develop its mathematical foundations.
Key Contributions
-
Proposes the value Causal Markov Condition (v-CMC) — a causal independence principle for value, formulated locally as: for any set of non-ancestors $N \subset \mathrm{NA}(X_i)$, $X_i \perp!!\perp_u N \mid \mathrm{Ch}(X_i)$. Notably, the v-CMC has children play the screening-off role, whereas the probabilistic CMC uses parents. A compatibility criterion is given for DAG–utility pairs $(G,u)$ under a "value sufficiency" condition.
-
Establishes a probability–value duality and proves equivalence of three v-CMC formulations. The paper gives a translation key (independence ↔ value independence; parents ↔ children; non-descendants ↔ non-ancestors; common cause ↔ common effect; parent-closed ↔ child-closed; $p(A|B) = p(A,B)/p(B)$ ↔ $u(A|B) = u(A,B) - u(B)$), and defines local, global, and decomposition versions of the v-CMC, proving them equivalent.
-
Defines v-separation and proves it is sound and complete for conditional value independence, as the exact dual of d-separation.
-
Derives a Bellman-type recursion as a special case of the v-CMC, generalizing standard Bellman recursion from linear chains to causal DAGs, and develops algorithms for causally structured utility elicitation and construction of canonical influence diagrams.
Main Findings
-
Conditional value independence is a semi-graphoid. Using the subtractive definition of conditional value $u(x \mid y) := u(x,y) - u(y)$, and imposing a "conditional consistency" constraint, the paper proves (Theorem 1) that conditional value independence obeys all the semi-graphoid axioms, in the sense of Pearl and Paz (1987).
-
The subtractive definition is essentially forced. Theorem 2 (Affine Invariance of Conditional Value) shows that if conditional utility is a differentiable function $f$ of $u(x,y)$ and $u(y)$, increasing in $u(x,y)$, and invariant to positive affine transformations, then $f$ must be the arithmetic difference $f(J,M) = k(J-M)$.
-
The v-CMC can be justified from decision-theoretic assumptions. Theorem 3 shows that if a utility function has the child-mediation property (Definition 7), obeys utility modularity (Definition 8), and has the CDT property (Definition 9), then it obeys the local v-CMC. These are described as widely applicable sufficient conditions, not necessary ones.
-
All three v-CMC formulations are equivalent. Theorem 4 proves Local v-CMC ⟺ Global v-CMC and Local v-CMC ⟺ Decomposition v-CMC. The decomposition version yields a causally based GAI (generalized additive independence) decomposition.
-
v-separation is sound and complete. Theorem 5 shows soundness (v-separation implies conditional value independence for all value functions obeying the decomposition v-CMC) and completeness (non-v-separation implies there exists a witnessing value function).
-
Bellman recursion is a special case. Theorem 6 gives $u(V_i) = \sum_{W \in P_i} u(W \mid \mathrm{Ch}(W)) + u(V_{i-1})$. On a linear order $W_0 \leftarrow W_1 \leftarrow \cdots \leftarrow W_n$ where $u(W \mid \mathrm{Ch}(W))$ is invariant to the values of $\mathrm{Ch}(W)$, this reduces to the finite-horizon Bellman recursion $u(V_i) = r(W_i) + u(V_{i-1})$. The paper notes when the standard decomposition fails: (1) if $u(W \mid \mathrm{Ch}(W))$ depends on $\mathrm{Ch}(W)$, the result is a strict generalization; and (2) if the DAG is not value sufficient, the Bellman-style decomposition need not hold.
-
Value sufficiency is a dual modeling assumption. Value sufficiency requires that for any two variables, all shared causal effects are included in the graph. The paper argues this is implicitly assumed in all decision-making, and gives a medical example (orange juice and medication interacting to produce a side effect) to show that violating it should change utilities.
-
The v-CMC is deliberately weak on ancestors. The paper notes it does not require ancestors to be screened off — a strict consequentialist might argue causal history should be irrelevant once a state occurs, but the v-CMC permits causal history to influence valuation.
-
Scope limitation is explicit. The v-CMC concerns variables that can stand in causal relationships; abstract propositions such as "Utilitarianism is true" are said to fall outside its scope.
Methodology in Plain English
The paper is a conceptual and mathematical work. The author sets up a general, framework-neutral definition of a utility function $u$ defined on a collection of variable sets $S \subseteq \mathcal{P}(V)$ for a causal DAG $G = (V,E)$, with utilities unique up to positive affine transformations on a common scale.
The core methodological move is duality. The author observes that probability "flows downstream" (from causes to effects) while value "flows upstream" (from effects to causes), because a cause is more valuable insofar as it produces better effects. This suggests swapping the roles of parents and children, descendants and ancestors, and common causes and common effects. A translation table turns each standard causal-inference concept into its value counterpart, and the author then proves that these translated principles hold. For example, the completeness half of the v-separation theorem is proved by taking a strictly positive probability distribution satisfying factorization on the reversed graph and mapping it to a value function via $u = \log P$. The Bellman result follows by partitioning nodes according to their "height" (longest directed path to a leaf) into child-closed subgraphs and applying the decomposition v-CMC.
No empirical evaluation, simulation, or dataset is used. The development is purely formal, supported by proofs in the appendix.
Why This Matters
Impact on research. The paper supplies a missing counterpart to the probabilistic CMC on the value side, and claims to provide a common causal framework applicable across Multi-Attribute Utility Theory, reinforcement learning, and influence diagrams. It positions itself as complementary to — not competing with — existing graphical utility work such as CP-nets, UCP-nets, GAI networks, and conditional-utility-independence networks, which encode preference structure rather than causal structure. It also claims to justify why influence diagrams may assume additive value decompositions, and to give a principled constraint for the ill-posed inverse reinforcement learning problem.
Real-world applications (from the paper's own framing):
- Medical decision-making, illustrated by the antibiotic example: whether to give or withhold an antibiotic, with symptom relief, adverse reaction, length of stay, patient welfare, diagnostics, infection severity, and risk factors. The v-CMC predicts when risk factors become value-irrelevant once outcomes are conditioned on.
- Economic and political decision problems, which the paper lists alongside medical ones as contexts where the value of an intervention should not depend on causally irrelevant factors.
- Modular transfer across contexts: the decomposition identifies which local utility terms must be revised and which can be transferred unchanged when causal assumptions change.
- Automated influence-diagram construction from causal information, and causally structured utility elicitation.
Industry relevance. The paper is theoretical, so it reports no deployed systems, products, or performance figures. Its relevance is to teams applying multi-attribute utility assessment, decision-analytic influence diagrams, and reinforcement learning/off-policy or inverse RL, where it offers a principled way to decide which utility dependencies should be modeled and which can be assumed to vanish. Any specific industrial deployment is not reported in the paper.
Future Directions
-
From value recursion to expected-value recursion. The paper states that combining the probabilistic CMC with the v-CMC and taking expectations yields a recursion for expected values. The author explicitly omits the details, calling this a straightforward extension, so it is left open for full development.
-
Full characterization of the v-CMC's scope. The paper says a full discussion of its scope is beyond the paper, and that the CDT-based conditions are sufficient rather than necessary. Determining the broader set of conditions under which the v-CMC holds is raised as an open question.
-
Causally structured utility elicitation. Section 7.2 begins to develop an elicitation procedure based on the recursion, but the paper content is truncated at that point; the algorithm's details, guarantees, and evaluation are not reported.
-
Canonical influence-diagram construction and modular updating. The abstract promises algorithms for constructing influence diagrams and for modular transfer and updating of utility information across causal contexts; the paper content provided does not report implementation, complexity, or empirical validation of these algorithms.
Target Audience
The paper is aimed at researchers and graduate students in causal inference, decision theory, utility theory, and reinforcement learning who are comfortable with DAGs, d-separation, semi-graphoid axioms, and formal proofs. It will be most useful to decision analysts and multi-attribute utility practitioners looking for causal foundations for graphical utility models, to influence-diagram and probabilistic graphical model researchers, and to reinforcement learning theorists interested in normative justifications of Bellman-style decompositions and constraints for inverse reinforcement learning. Readers seeking empirical results, benchmarks, or implementation studies will not find them here.
Authors’ abstract
This paper proposes a causal independence principle for value -- the value Causal Markov Condition (v-CMC) -- and develops the conceptual and mathematical foundations of a "causal value theory" linking causality and utility. After motivating a local formulation of the v-CMC, we introduce a probability-value duality that translates standard causal-inference results into the value setting. In particular, we formulate local, global, and decomposition versions of the v-CMC and prove their equivalence. We also define v-separation and show that it is sound and complete for conditional value independence. Furthermore, we derive a Bellman-type recursion as a special case of the v-CMC, thereby generalizing standard Bellman recursion from linear chains to causal DAGs. Finally, we show how the v-CMC supports modular transfer and updating of utility information across causal contexts and develop algorithms for causally structured utility elicitation and canonical influence-diagram construction.