Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
COUNTERFACTUAL MEASURE FOR MEDICAL DIAGNOSIS
Document Type and Number:
WIPO Patent Application WO/2020/174252
Kind Code:
A1
Abstract:
A method for providing a computer implemented medical diagnosis, the method comprising: receiving an input from a user comprising at least one symptom of the user; providing the at least one symptom as an input to a medical model, the medical model being retrieved from memory, the medical model comprising: a probabilistic graphical model comprising probability distributions and relationships between symptoms and diseases, performing inference on the probabilistic graphical model to obtain a prediction of the probability that the user has that disease; and outputting an indication that the user has a disease from the Bayesian inference, wherein the inference is performed using a counterfactual measure.

Inventors:
RICHENS JONATHAN GEORGE (GB)
LEE CIARÁN MARK (GB)
JOHRI SAURABH (GB)
Application Number:
PCT/GB2020/050490
Publication Date:
September 03, 2020
Filing Date:
February 28, 2020
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
BABYLON PARTNERS LTD (GB)
International Classes:
G16H50/30
Domestic Patent References:
WO2016094330A22016-06-16
WO2016097886A12016-06-23
Foreign References:
US20110137847A12011-06-09
US20070288418A12007-12-13
Attorney, Agent or Firm:
GRANLEESE, Rhian Jane (GB)
Download PDF:
Claims:
CLAIMS:

1. A method for providing a computer implemented medical diagnosis, the method comprising:

receiving an input from a user comprising at least one symptom of the user;

providing the at least one symptom as an input to a medical model, the medical model being retrieved from memory, the medical model comprising: a probabilistic graphical model comprising probability distributions and relationships between symptoms and diseases;

performing inference on the probabilistic graphical model to obtain a prediction of the probability that the user has that disease; and

outputting an indication that the user has a disease from the Bayesian inference, wherein the inference is performed using a counterfactual measure.

2. A method according to claim 1, wherein the counterfactual measure is the expected disablement.

3. A method according to claim 1, wherein the probabilistic graphical model is a NoisyOr model.

4. A method according to claim 1, wherein the counterfactual measure is the expected disablement and the probabilistic graphical model is a NoisyOr model.

5. A method according to any preceding claim, wherein performing inference comprises using a discriminative model pre-trained to approximate the probabilistic graphical model, the discriminative model being trained using samples from said probabilistic graphical model;

deriving estimates, from the discriminative model, that the user has a disease;

performing approximate inference on the probabilistic graphical model to obtain an indication that the user has that disease using the estimate from the discriminative model.

6. A method according to claim 1, wherein the results of predictions of the diseases from the probabilistic graphical model are ranked using the counterfactual measure.

7. A method according to any preceding claim wherein the probabilistic graphical model is a twin network.

8. A method according to claim 1, wherein probabilistic graphical model is a twin network, and the counterfactual measure is the expected disablement.

9. A method according to claim 1, wherein probabilistic graphical model is a twin network, the counterfactual measure is the expected disablement and the probabilistic graphical model is a NoisyOr model.

10. A system for providing a computer implemented medical diagnosis, the system comprising a processor and a memory, the processor being adapted to:

receive an input from a user comprising at least one symptom of the user;

provide the at least one symptom as an input to a medical model, the medical model being retrieved from memory, the medical model comprising:

a probabilistic graphical model being stored in memory comprising probability distributions and relationships between symptoms and diseases,

perform inference on the probabilistic graphical model to obtain a prediction of the probability that the user has that disease; and

output an indication that the user has a disease from the Bayesian inference,

wherein the inference is performed using a counterfactual measure.

11. A non-transitory carrier medium carrying computer readable instructions being adapted to cause a computer to run the method recited in claim 1.

12. A method of forming a twin model that is a graphical representation for computing a counterfactual measure for medical diagnosis, the method comprising:

receiving a set of data;

creating a first graphical representation from the set of data, the first graphical representation comprising a plurality of first nodes indicating symptoms, risk factors and diseases, the first graphical representation indicating a relationship between the symptoms, the risk factors and the diseases;

creating a second graphical representation, wherein the second graphical representation is a copy of the first graphical representation, the second graphical representation comprising a plurality of second nodes indicating the symptoms, the risk factors and the diseases;

combining the first graphical representation and the second graphical representation to create said twin model; and setting an intervention node of the plurality of second nodes in the twin model to a value so that inference can be performed on the twin model to obtain a prediction of the probability that a user of the model has a specified disease.

13. A method according to claim 12 wherein each node in the plurality of first nodes is associated with a latent variable, the method further comprising:

linking the first graphical representation and the second graphical representation by sharing the latent variables of each node of the plurality of first nodes with a corresponding node in the plurality of second nodes.

14. A method according to claim 12 or 13, wherein the first graphical representation and the second graphical representation are probabilistic graphical models.

15. A method according to claim 12 or 13, wherein the first graphical representation and the second graphical representation are NoisyOr models.

16. A method according to claim 12 further comprising:

merging a node from the plurality of first nodes with its corresponding node in the plurality of second nodes so as to simplify the twin model.

17. A method according to claim 13 further comprising:

merging a node from the plurality of first nodes with its corresponding node in the plurality of second nodes so as to simplify the twin model.

18. A method according to claim 17, after setting the intervention node of the plurality of second nodes in the twin model to a value, the method further comprising:

when a node from the plurality of second nodes has identical latent variables and identical parent nodes as its corresponding node in the plurality of first nodes, merging the node with its corresponding node so as to simplify the twin model.

Description:
Counterfactual Measure for Medical Diagnosis

FIELD

Embodiments described herein relate to methods and systems for diagnosis using counterfactual measures.

BACKGROUND

Historically there has been much work towards designing algorithms that can perform medical diagnosis, with models containing hundreds of diseases and symptoms. Recently, there has been renewed hope that these algorithms could eventually surpass the accuracy of human doctors. To achieve this, it is necessary to consider how human doctors perform diagnosis. Given the symptoms presented by the patient and/or relevant knowledge of their background (such as age), a doctor attempts to determine the disease or diseases that are the most likely underlying cause of the symptoms presented. This approach is in contrast to the standard method used for algorithmic diagnosis, which involves ranking diseases by their posterior probabilities given the evidence presented, which is referred to as posterior ranking.

BRIEF DESCRIPTION OF THE FIGURES

Figure 1 is a schematic of a system in accordance with an embodiment;

Figure 2 is a diagram of a probabilistic graphical model of the type that can be used with the system of figure 1;

Figure 3 is a diagram of a PGM for explaining the counterfactual diagnosis method in accordance with an embodiment;

Figure 4(a) is a diagram for explaining a twin network;

Figure 4(b) is a diagram for explaining a twin network;

Figure 4(c) is a diagram for explaining a twin network;

Figure 5(a) is a diagram for explaining a twin network;

Figure 5(b) is a diagram for explaining a twin network;

Figure 5(c) is a diagram for explaining a twin network;

Figure 5(d) is a diagram for explaining a twin network;

Figure 5(e) is a diagram for explaining a twin network; Figure 6 is a plot showing a comparison of results for counterfactual ranking against posterior ranking;

Figure 7 is a table showing a comparison of results for counterfactual ranking, posterior ranking and doctor ranking;

Figure 8 is a flow chart depicting a method in accordance with an embodiment;

Figure 9 is a flow chart showing a method in accordance with a further embodiment and

Figure 10 is a schematic of a system in accordance with an embodiment.

DETAILED DESCRIPTION

In an embodiment, a method for providing a computer implemented medical diagnosis, the method comprising:

receiving an input from a user comprising at least one symptom of the user;

providing the at least one symptom as an input to a medical model, the medical model being retrieved from memory, the medical model comprising:

a probabilistic graphical model comprising probability distributions and relationships between symptoms and diseases;

performing inference on the probabilistic graphical model to obtain a prediction of the probability that the user has that disease; and

outputting an indication that the user has a disease from the Bayesian inference, wherein the inference is performed using a counterfactual measure.

The disclosed system provides an improvement to computer functionality by allowing computer performance of a function not previously performed by a computer. Specifically, the disclosed system provides for a diagnosis system that can provide counterfactual diagnosis that can provide better accuracy in diagnosis. Also, some of the embodiments allows a computationally more efficient diagnosis.

Although, medical diagnosis is exemplified in the description, the method can be applied to any diagnostic problem.

In one embodiment, the counterfactual measure is the expected disablement In a further embodiment, the probabilistic graphical model is a NoisyOr model. In a further embodiment, the counterfactual measure is the expected disablement and the probabilistic graphical model is a NoisyOr model. This combination allows a closed form solution that only requires knowledge of the observational statistics, as is the case for posterior ranking.

In a yet further embodiment, approximate inference techniques are used, for example, importance sampling. In a yet further embodiment, performing inference comprises using a discriminative model pre-trained to approximate the probabilistic graphical model, the discriminative model being trained using samples from said probabilistic graphical model;

deriving estimates, from the discriminative model, that the user has a disease;

performing approximate inference on the probabilistic graphical model to obtain an indication that the user has that disease using the estimate from the discriminative model.

In a further embodiment, the results of predictions of the diseases from the probabilistic graphical model are ranked using the counterfactual measure.

In a further embodiment, the probabilistic graphical model may be a so-called a twin network. The use of a twin network reduces computing counterfactual statements to performing Bayesian inference on an associated causal model.

In a further embodiment, the probabilistic graphical model is a twin network, and the counterfactual measure is the expected disablement. In a further embodiment, the probabilistic graphical model is a twin network, the counterfactual measure is the expected disablement and the probabilistic graphical model is a NoisyOr model.

In a further embodiment, a system for providing a computer implemented medical diagnosis is provided, the system comprising a processor and a memory, the processor being adapted to:

receive an input from a user comprising at least one symptom of the user;

provide the at least one symptom as an input to a medical model, the medical model being retrieved from memory, the medical model comprising: a probabilistic graphical model being stored in memory comprising probability distributions and relationships between symptoms and diseases;

perform inference on the probabilistic graphical model to obtain a prediction of the probability that the user has that disease; and

output an indication that the user has a disease from the Bayesian inference,

wherein the inference is performed using a counterfactual measure. In a further embodiment, a method of forming a twin model that is a graphical representation for computing a counterfactual measure for medical diagnosis is provided. The method comprising: receiving a set of data; creating a first graphical representation from the set of data, the first graphical representation comprising a plurality of first nodes indicating symptoms, risk factors and diseases, the first graphical representation indicating a relationship between the symptoms, the risk factors and the diseases; creating a second graphical representation, wherein the second graphical representation is a copy of the first graphical representation, the second graphical representation comprising a plurality of second nodes indicating the symptoms, the risk factors and the diseases; combining the first graphical representation and the second graphical representation to create said twin model; and setting an intervention node of the plurality of second nodes in the twin model to a value so that inference can be performed on the twin model to obtain a prediction of the probability that a user of the model has a specified disease.

This approach massively amortizes the standard inference cost of calculating counterfactuals by abduction, action and prediction, which would otherwise be intractable for large clinical diagnostic models (CDMs).

In a yet further embodiment, each node in the plurality of first nodes is associated with a latent variable, and the method further comprises: linking the first graphical representation and the second graphical representation by sharing the latent variables of each node of the plurality of first nodes with a corresponding node in the plurality of second nodes.

In a yet further embodiment, the first graphical representation and the second graphical representation are probabilistic graphical models.

In a yet further embodiment, the first graphical representation and the second graphical representation are NoisyOr models.

In a yet further embodiment, the method further comprises: merging a node from the plurality of first nodes with its corresponding node in the plurality of second nodes so as to simplify the twin model. In a yet further embodiment, the method further comprises: merging a node from the plurality of first nodes with its corresponding node in the plurality of second nodes so as to simplify the twin model.

In a yet further embodiment, after setting the intervention node of the plurality of second nodes in the twin model to a value, the method further comprises: when a node from the plurality of second nodes has identical latent variables and identical parent nodes as its corresponding node in the plurality of first nodes, merging the node with its corresponding node so as to simplify the twin model.

Figure 1 is a schematic of a diagnostic system. In one embodiment, a user 1 communicates with the system via a mobile phone 3. However, any device could be used, which is capable of communicating information over a computer network, for example, a laptop, tablet computer, information point, fixed computer etc.

The mobile phone 3 will communicate with interface 5. Interface 5 has 2 primary functions, the first function 7 is to take the words uttered by the user and turn them into a form that can be understood by the inference engine 11. The second function 9 is to take the output of the inference engine 11 and to send this back to the user's mobile phone 3.

In some embodiments, Natural Language Processing (NLP) is used in the interface 5. NLP helps computers interpret, understand, and then use everyday human language and language patterns. It breaks both speech and text down into shorter components and interprets these more manageable blocks to understand what each individual component means and how it contributes to the overall meaning, linking the occurrence of medical terms to the Knowledge Graph. Through NLP it is possible to transcribe consultations, summarise clinical records and chat with users in a more natural, human way. However, simply understanding how users express their symptoms and risk factors is not enough to identify and provide reasons about the underlying set of diseases. For this, the inference engine 11 is used. The inference engine is a powerful set of machine learning systems, capable of reasoning on a space of >100s of billions of combinations of symptoms, diseases and risk factors, per second, to suggest possible underlying conditions. The inference engine can provide reasoning efficiently, at scale, to bring healthcare to millions. In an embodiment, the Knowledge Graph 13 is a large structured medical knowledge base. It captures human knowledge on modern medicine encoded for machines. This is used to allows the above components to speak to each other. The Knowledge Graph keeps track of the meaning behind medical terminology across different medical systems and different languages.

In an embodiment, the patient data is stored using a so-called user graph 15.

Clinical diagnostic models (CDMs) can be probabilistic graphical models (PGMs) that model hundreds of diseases, risk factors (the causes of diseases), and symptoms, as binary nodes.

Figure 2 is a depiction of a graphical model of the type used in the system of figure 1.

The graphical model provides a natural framework for expressing probabilistic relationships between random variables, to facilitate causal modelling and decision making. In the model of figure 2, when applied to diagnosis, D stands for diagnosis, S for symptom and RF for Risk Factor. Three layers: risk factors, diseases and symptoms. Risk factors causes (with some probability) influence other risk factors and diseases, diseases causes (again, with some probability) other diseases and symptoms. There are prior probabilities and conditional marginals that describe the "strength" (probability) of connections. In embodiments, noisy-OR and noisy-MAX modelling assumptions are used.

Most widely used is the noisy-or assumption, as it closely fits the belief about how diseases develop, and allows large PGMs to be efficiently learned and stored. For a variable Y with parents X 1 , . . . ,X N , noisy-or assumes that Y= 1 if any of its parents activate it. A parent X i activates its child if i) the parent is 'on', X i = 1, and ii) the activation succeeds, with an independent probability of failure l Xi , Y - Further details of the noisy-or model are provided below.

In this simplified specific example, the model is used in the field of diagnosis. In the first layer, there are three nodes S 1 , S 2 and S 3 , in the second layer there are three nodes D 1 , D 2 and D 3 and in the third layer, there are two nodes RF 1 , RF 2 and RF 3 .

In the graphical model of figure 2, each arrow indicates a dependency. For example, D 1 depends on RF 1 and RF 2 . D 2 depends on RF 2 , RF 3 and D 1 . Further relationships are possible. In the graphical model shown, each node is only dependent on a node or nodes from a different layer. However, nodes may be dependent on other nodes within the same layer. In an embodiment, the graphical model of figure 2 is a Bayesian Network or probabilistic graphical model "PGM". In this Bayesian Network (or PGM), the network represents a set of random variables and their conditional dependencies via a directed acyclic graph. Thus, in the network of figure 2, given full (or partial) evidence over symptoms S 1 , S 2 and S 3 and risk factors RF 1 , RF 2 and RF 3 the network can be used to represent the probabilities of various diseases D 1 , D 2 , and D 3 .

Causal knowledge is crucial for effective reasoning in many areas of science and medicine. This is due to the fact that causal relations, unlike correlations, allow one analyse the consequences of interventions and treatments. When performing a primary diagnosis, a clinician aims to explain a patients presented symptoms by determining the most likely underlying diseases causing them. Despite this, all previous approaches to Machine Learning assisted diagnosis, including both model- based Bayesian and Deep Learning approaches, fail to incorporate causal knowledge in the diagnosis procedure. The embodiments described herein detail a new diagnostic method based on counterfactual inference, which captures the causal aspect of diagnosis overlooked by previous approaches. Whilst previous approaches fail to match human doctors, the counterfactual method achieves expert clinical accuracy.

The embodiments described herein are largely concerned with the PGM. Specifically, methods are presented which instead of using posterior ranking, a counterfactual measure is instead used and inference is performed on this.

Structural causal models (SCMs) can represent variables as functions of their direct causes, along with an unobserved 'noise' variable that is responsible for their randomness.

To understand the differences, a background on PGMs will be given:

Definition 1. A structural causal model (SCM) specifies:

1. a set of independent latent variables distributed according to

2. a set of observed variables ;

3. a directed acyclic graph G, called the causal structure of the model, whose nodes are the variables

4. a collection of functions such that every observed variable is a function of its

parents together with a latent‘noise’ term

where /¾ denotes the parent nodes of the 1 th observed variable from G.

The latent noise term appearing in each f i can be suppressed into by enforcing the

convention that every observed node has an independent latent variable as a parent in G without loss of generality. This convention is adopted throughout the following.

As every observed variable has an independent latent variable as a parent, the distribution over latents induces a distribution over observed variables through the functions F.

That is

As P(U) factorises over each element of U, the joint distribution over every node in G factors into conditional distributions for each variable given its parents ·

Hence, once all exogenous latent variables are marginalized over, an SCM describes a Bayesian network. Any Bayesian network can be constructed in this manner from some underlying SCM. Conversely, SCMs can be viewed as a refinement of Bayesian networks to include the details of the underlying generative functions - a redundant feature in Bayesian networks when calculating observational probabilities but vital for calculating counterfactuals.

In order to formally define a counterfactual query, a "do-operator,” an interventional primitive is first defined. Consider a SCM with functions F. The effect of intervention do (X = x) in this model corresponds to creating a new SCM with functions F X= x, formed by deleting from F

all functions F corresponding to members of the set X and replacing them with the set of constant functions X= x. That is, the do-operator forces variables to take certain values, regardless of the original causal mechanism. Probabilities involving the do-operator, such as

corresponds to evaluating ordinary probabilities in the SCM with functions F x , in this case P (Y = y).

Counterfactual queries tell us the probability that certain outcomes would have occurred had some precondition been different. Given some observations e = e, the likelihood is calculated that a different outcome e = e ' (counter to the facts of e = e) would have been observed given that some hypothetical intervention do(T = t ) had taken place. Here do(T = t ) is used to denote the intervention to fix variable T = t as defined by Pearl's calculus of interventions [27]. This counterfactual is summarised by the probability

Counterfactuals allow the quantification of the causal affect of hypothetical interventions on latent variables. For example, it could be asked what is the likelihood that a symptom would not be present, given that the symptom is observed and a disease D, in some unknown state, was treated. This is determined by the counterfactual probability . If D = T is likely to

be causing S= T, i.e. the disease is a good causal explanation of the symptom, then this probability will be high. On the other hand, disease hypotheses that are likely given the symptoms but a poor causal explanation will result in low probabilities.

Definition 2 (Counterfactual). Let X and Y be two subsets of variables in V. The counterfactual sentence "Y would be y (in situation U), had X been x", is the solution Y= y of the set of equations F x , succinctly denoted Y x (U) = y.

As with observed variables in Definition 1, the latent distribution P(U) allows one to define the probabilities of counterfactual statements.

It is possible to implement an algorithmic procedure for computing arbitrary counterfactual queries. First, the distribution over latents is updated to account for the observed evidence. Second, the do-operator is applied. Third, the new causal model created by the application of the do- operator in the previous step is combined with the updated latent distribution to compute the counterfactual query..

The above steps can be summarised as follows (where £ denotes the set of real evidence):

(1) (abduction) The distribution of the exogenous latent variables P (u) is updated to obtain

(2) (action) Apply the do-operation to the variables in set X, replacing the equations

with

(3) (prediction). Use the modified model to compute the probability of Y = y.

The first step, updating the distribution over latents and storing the resulting probabilities, requires a large amount of computational resources and memory— especially as conditioning on evidence induces correlations between initially uncorrelated latents. Moreover, as this step has to be repeated for every new counterfactual query, such computational resources are continually required. Therefore, the first step, updating the exogenous latents, is intractable for large models with significant tree- width such as diagnostic networks.

In an embodiment, it is possible to avoid this computationally expensive step by reducing the computing of counterfactual statements to performing Bayesian inference on an associated causal model, known as a twin network.

The twin network method employs two interlinked networks, one representing the real world and the other the counterfactual world being queried. These two networks are identical in structure and share the same latent variables— as the latents are not modified by interventions on the observed variables. The observable variables from the original model are duplicated and labeled distinctly, as they may obtain different values in the real and counterfactual models. After the counterfactual world undergoes the desired intervention, computing a counterfactual statement in the original model is reduced to performing Bayesian inference in the twin network, as the variables in the real and counterfactual worlds can be explicitly compared. The construction of twin networks is discussed further below. In Pearl, J. 2018. Theoretical impediments to machine learning with seven sparks from the causal revolution. arXiv preprint arXiv:1801.04016), Pearl refers to a "hierarchy” of queries that can be asked about probabilistic models: associative/ observational, causal, and counterfactual.

Associative queries lie at the first level of the hierarchy, allowing us only to ask purely

observational or "what happened” questions.

This is the domain of Bayesian networks and statistics. Causal queries lie at the second level and concern asking interventional, or "what if”, questions, formalised using the ^-operator. At the top of the hierarchy are counterfactual, or "why”, questions. These allow us to ask causal questions about hypothetical interventions, whilst taking into account real evidence— often in apparent contradiction to our desired interventions.

Consider the question "I have not taken an Asprin, A = false. If I had, would my headache H have gone away?”.

This query can be written as p(H A = true = false | A = false) where H A = a is‘the value of H if A had taken value a’.

Note that the evidence state, A= true, differs from the hypothetical intervention state  = false— a feature that cannot be represented by any purely causal or observational question. Although we posit a different hypothetical state  = true to the evidence state A = false, the evidence state is still relevant as it provides information about other variables in our model, such as confounding influences between A and H. It is this feature that separates counterfactual queries from causal queries

Diagnosis - Posterior ranking

Diagnosis can be performed using a CDM by posterior ranking. Given a patients observed risk- factors R and symptoms S, the posteriors of all model diseases are computed, , and

the most likely diseases returned as a differential. Other factors may be used as well as the posterior likelihood in constructing the final differential, such as disease cruelly, but the posteriors are the key ingredient supplied by the CDM.

Bayesian networks represent arguably the best method for performing algorithmic diagnosis— as they are interpretable and can model a very large number of diseases simultaneously. The next section will explain how they are used to perform diagnosis via the ranking of disease posteriors given evidence, and give examples of where this approach fails to capture the true diagnostic procedure.

Figure 3 depicts a typical three-layer Bayesian network used for diagnosis. The top layer is populated by risk factor nodes, such as smoking or a family history of heart disease, representing variables that have a direct causal influence on the diseases. The diseases are found in the middle layer with the bottom layer corresponding to symptoms. For each disease, its children are the symptoms caused by that disease.

The top layer nodes are risk factors, which represent population variables, such as smoking and fitness, that have causal influences on diseases— which constitute the middle layer of nodes. The bottom layer correspond to symptoms, which are caused by underlying diseases. Thick wires highlight back-door paths between diseases D 1 , D 2 and D K

Figure 3 is just an example of one network. Simpler diagnostic networks can been employed, such as Bayesian networks which have no risk factor layer and stipulate no correlations between diseases. Networks with greater topological complexity can also be considered, such as those exhibiting disease-disease connections— allowing for inter-disease causal effects.

For the Diagnosis is performed on three-layer networks as follows.

A patient supplies evidence which may include known risk factors, symptoms and possibly some known diseases.

These evidence states are denoted as D obs ; R obs ; S obs - These observations are then applied to the network, and candidate (latent) diseases are ranked by their posteriors. That is, candidate diseases are ranked

such that

This ranked list of diseases is then used to construct a diagnosis differential, a ranked list of diseases that should be tested for. This can be done in many ways, such as simply choosing the top Wmost likely diseases, or grading diseases in terms of cruelly to the patient and returning the top N for each cruelty grading. Regardless of how these diseases are ranked, the posterior ranking is the primitive ingredient of such differentials.

This approach correctly identifies the most likely diseases given the evidence. However, this is not necessarily what a doctor does when diagnosing a patient A doctor seeks to diagnose the disease which they believe to be the underlying cause of the presented evidence. In certain cases, the most likely disease given the evidence does not correspond to the underlying cause of the evidence. If the task of diagnosis is to determine the disease which should be treated in order to reduce or remove the presented symptoms, then outputting the most likely disease will in some cases systematically return the wrong ordering of candidate diseases to treat.

The three-layer CDMs as shown in Figure 3 have a richer probabilistic structure than the two layer BN20 networks, which model only diseases and symptoms, and make unphysical assumptions such as disease priors being independent. Whilst this additional structure makes these newer models far more accurate than their predecessors, unobserved risk factors result in confounding between diseases, leading to spurious conclusions being drawn if one relies solely on observational statistics (see below).

Confounding: Latent risk factors allow for back-door paths between diseases (e.g. the thick edges in Figure 3.). This can lead to diseases that have little or nothing to do with the presented symptoms being ranked highly in the differential due to their large posterior correlation with the symptoms through backdoor paths.

In the example DAG depicted in Figure 3, consider the case where S 2 ; S 4 ; S 5 = true and all other symptoms are un-evidenced, that is = false. Disease D 2 is a parent of all of the evidenced symptoms and could constitute the most likely cause of the underlying symptoms (depending on the details of the model). Disease D 1 is a parent of S 2 only— it cannot constitute a causal explanation for symptoms S 4 and S 5 , whereas disease D K is a parent of none of the evidenced symptoms. Clearly, D K should be disregarded as it cannot

possibly be a cause of the symptoms. However its posterior can be very high due to the back-door paths that it shares with D 1 and D 2 .

Furthermore, if diseases like D 1 and D 2 are rare diseases such as cancer, with small priors and relatively small posteriors, D K can have a large enough posterior (or even prior) to make it impossible to discern rare but relevant diseases like D 1 D 2 from common, irrelevant diseases like D K Likewise the posterior weight of D 1 derives from a mixture of causative correlations with S 2 and backdoor correlations from sharing multiple risk-factor parents with D 2 . Typically, it would be unlikely that D 1 is a good candidate disease for diagnosis, but it is simple to construct scenarios whereby .

Counterfactual ranking

In an embodiment, the counterfactual measure proposed— will be termed expected disablement— and is designed to rank diseases based on how well they explain the symptoms presented. As there are often multiple underlying diseases, it is too stringent to ask that all reported positive symptoms would disappear if it were not for a single disease (for example, if this disease is not a parent of one of these symptoms, the probability of disablement evaluates to 0). On the other hand, disease explanations that can explain as many symptoms as possible are favoured. To accommodate these two characteristics, the proposed measure takes the form of an expectation value.

Definition 3 (Expected disablement). The expected disablement of a disease D k with respect to evidence e is the number of "on” symptoms would be expected to be switched off if there was an intervention to‘cure’ D k , given e

Where S + = {s Î S obs s. t. s = 1} , S_ = {s Î S obs s. t. s = 0} and e = {S obs , D obs , R obs }. Here for notational connivance a superscript * is added to denote the counterfactual variable.

The expected disablement has three incredibly desirable properties that, mark it out as an important diagnostic measure.

Theorem 1 (Expected disablement decomposition). The expected

disablement can be written as

By Theorem 1, the expected disablement is an expectation value over the set of positively evidenced symptoms that are children of a given node, weighted by the‘causal effect’ of D k on its children, and posterior of the disease given the evidence. It thus has the following three desirable properties.

1. Diseases with low posteriors are ranked low

2. Diseases that explain many symptoms are ranked higher than diseases that explain fewer symptoms:

3. Diseases with low 'causal effect' on the symptoms are ranked low:

where

The Causal approx of expected disablement:

this can be calculated without needing to know the functions

Next noisy-or models, a specific class of SCMs for Bernoulli variables that are widely employed as clinical diagnostic models, are defined. The noisy-or assumption states that a variable Y is the Boolean OR of its parents X 1 ,X 2 , . . . ,X n , where the inclusion or exclusion of each causal parent in the OR function is decided by an independent probability or 'noise' term. The standard approach to defining noisy-or is to present the conditional independence constraints generated by the noisy-or assumption.

where p(7 = 0 | only(X i = 1)) is the probability that 7 = 0 conditioned on all of its (endogenous) parents being 'off (X j = 0) except for X i alone. We denote p(Y = 0 | only( X i = 1)) = l Xi ,Y by convention.

The utility of this assumption is that it reduces the number of parameters needed to specify a noisy- or network to O(N) where N is the number of directed edges in the network. All that is needed to specify a noisy-or network are the single variable marginals p(X i = 1) and, for each directed edge AΊ Yj , a single l l Xi ,j .or this reason, noisy-or has been a standard assumption in Bayesian diagnostic networks, which are typically large and densely connected and so could not be efficiently learned and stored without additional assumptions on the conditional probabilities. The noisy-or assumption for SCMs is now defined.

Definition 4 (Noisy-OR SCM). A Noisy-OR network is an SCM of Bernoulli variables, where for any variable Ywith parents Pa(Y) = {X 1 ; : : : ; X N } the following conditions hold

1. Y is the logical OR of its parents, where for each parent X 1 there is a Bernoulli variable U whose state determines whether the parent is included in the OR function, or if it is ignored

1.e. Y = 1 if any parent is on, x i = 1, and is not ignored, u i = where‘bar’ denotes the negation of u i ).

2. The probability of ignoring the state of a given parent variable is independent of whether any of the other parents have been ignored

3. For every node Y their is a parent‘leak node’ L Y that is singly connected to Y and is always‘on’, with a probability of ignoring given by l Ly

The inclusion of assumption 3 is a convention (a leak node is just a parent L for which p( L = 1) = 1). The leak node represents the probability that 7 = 1, even if . For example, the leak

nodes allow the situation that a disease spontaneously occurs to be modelled, even if all risk factors that are modelled are absent, or that a symptom occurs but none of the diseases that are modelled have caused it. Let us briefly consider the physical justification for the noisy-or assumption in modelling disease/symptom relationships, given Definition 4.

First, consider the assumption (1), that the generative function is a Boolean OR. This is equivalent to assuming that diseases or risk-factors never‘destructively interfere’. If D 1 is activating symptom S, and so is D 2 , then this joint activation never cancels out to yield S = F . If two diseases are both activating a symptom, then the symptom is activated. Assumption 2 is also well justified in the clinical context. It states that a given disease (if present) has a fixed likelihood of activating a symptom, independent of the presence or absence of any other disease.

The above Noisy-OR assumptions allow great simplification of the model complexity, but also are fairly representative of how diseases/symptoms are expected to respond to their parent risk factors/diseases. For example, a symptom will be present if one parent disease, or another parent disease, is present Furthermore, it is reasonable to expect that the probability that a symptom does not manifest, even if a parent disease is present, is (typically) independent of whether or not another disease is present

Noisy-OR models are simple to learn from observational statistics. The latent priors, along with the single-variable priors, constitute all of the parameters needed to specify a Noisy-OR model. The following standard notation is used for the latent variable probabilities.

Given the conditional probability distributions for single parent-child pairs, determining these latent priors (and hence fitting a Noisy-OR model) is a computationally simple task.

Theorem 2 (Learning Noisy-OR models). Lambdas can be calculated from pairwise conditional probability tables as

As Noisy-OR models can be learned from single and two-variable statistics alone, they are particularly appealing for learning diagnostic models from epidemiological data, which usually comes in the form of double-blind studies involving small sets of variables.

As noisy-or models are typically presented as Bayesian networks, the above definition of noisy-or is non-standard. Below it is shown that the SCM definition yields the Bayesian network definition, (3).

Theorem 3 (Noisy-or CPT). The conditional probability distribution of a child Y given its parents { X 1 , . . . ,X n } and obeying Definition 14 is given by

Proof. For Y = 0, the negation of y, denoted is given by

The CPT is calculated from the structural equations by marginalizing over the latents. i.e. all latent states that yield Y = 0 are summed over. Equivalently, it is possible to marginalize over all exogenous latent states multiplied by the above Boolean function, which is 1 if the condition Y = 0 is met, and 0 otherwise.

This is identical to the noisy-or cpt (3).

Next, the expected disablement for Noisy-OR models will be derived. Above, there is a discussion of Pearl's algorithmic procedure for computing the probability of arbitrary counterfactuals.

The first step of this procedure, updating the distribution over latents and storing the resulting probabilities, requires a large amount of computational resources and memory. As this step has to be repeated for every new counterfactual query, the computational overheads can be quite costly. To overcome this, a twin network can be used.

Twin Networks: Twin networks are constructed by taking two copies of the original PGM (e.g. SCM), one to represent real variables and another to represent their counterfactual states. The two copies are linked by sharing exogenous latent variables (in the case of noisy-or, these are the noise terms u i ) between corresponding nodes. The counterfactual is then computed by applying a do-operation on the counterfactual graph and using belief propagation on the resulting model.

The construction of the twin network is illustrated in Figures 4 and 5.

Figure 4 shows a simple example. Figure 4(a) shows a structural causal model for two observed variables X, Y and their exogenous latents u X ,u Y . Figure 4 (b) illustrates the construction of the twin network, with X*,Y* representing the counterfactual states of X,Y. Figure 4(c) shows the twin network under a hypothetical intervention setting do(X* = F). The counterfactual P(Y* |7,do(X* = F )) is calculated from (c) using standard belief propagation.

Figure 5 shows another example of how a twin network is formed. Figure 5 (a) shows the original PGM/SCM. In this example, the PGM has a directed acyclic graph structure, and comprises a feed forward, three layer network. The top layer nodes represent risk factors Ri...Rn. The second layer nodes represent diseases D 1 ...D M · The third layer nodes represent symptoms 5)...5L. This model assumes no directed edges between nodes belonging to the same layer.

To construct the twin network, first the SCM as shown in Figure 5(a) is copied so that there are two networks as shown in Figure 5(b). In Figure 5(b) the network on the left will encode the real evidence in a counterfactual query. This network is referred to as the‘real’ graph.

The network on the right in Figure 5(b) will take the hypothetical interventions and will yield the hypothetical observations. This network is referred to as the‘hypothetical’ graph.

Pairs of copied variables are referred to as dual nodes. The nodes on the hypothetical graph denoted X* where ATs the corresponding‘dual’ node on the real graph. For example, in Figure 5(b) R 1 and R* are dual nodes. Also, D 1 and D* are dual nodes.

The twin network of Figure 5 (b) is constructed such that each node on the real graph shares its exogenous latent with its dual node, so u * x = u Xi . These shared exogenous latents are depicted as dashed lines in Figure 5 (b) to (e).

A disease node is selected in the hypothetical graph to perform the intervention on. In the example shown in Figure 5 (b), the disease node D is selected in the hypothetical graph to perform the intervention on.

Blue circles indicate observations, whereas red circles indicate interventions.

Applying the do-operation do( D* = 0 ) to the hypothetical disease node D* cuts any directed edges doing into D* and fixes D* = 0, as shown in Figure 5 (d) below. Once the hypothetical intervention has been applied, it is possible to greatly simplify the twin network graph structure via node merging. In SCM’s a node is fully determined given an instantation of all of its parents and its exogenous latent. Hence, if two nodes have identical exogenous latents and parents, they are copies of each other and can be merged into a single node.

By convention, when dual nodes are merged there is a mapping X* ® X (dropping the asterisk). Dual nodes which share no ancestors that have been intervened upon can therefore be merged.

As interventions are not performed on the risk factor nodes, all , R* i ) are merged (as shown in Figure 5(d). Note that for the sake of clarity the exogenous latents for risk factors are not depicted in Figure 5 (c)-(d).

Alternatively, because the risk factor nodes (R i , R* i ) are not children of the intervention node (D*2 which is a disease node), the risk factor nodes (R i , R* i ) can be merged before applying the intervention, as shown in Figure 5 (c).

Following this, all corresponding real/hypothetical disease nodes that have no interventions ancestors can be merged, as their latents and parents are identical (shown in Figure 5 (d)).

Finally, any symptoms that are not children of the disease that has been intervened upon can be merged, as again their latent and all of their parent variables are identical. In Figure 5 (d), only has any evidence applied to it. As the symptoms are at the bottom of the graph, if they are un- evidenced they can be removed (this is true for all graphical models when doing inference). So only S and its dua S* 1 remain.

The resulting twin network is depicted in Figure 5 (e). In Figure 5(e), D M is shown as being greyed out. This is because it is not a parent of any of the symptoms. Thus, just like the symptoms that were removed as described above, it is at the bottom of the network and unevidenced. So it is superfluous to the task of inference and hence can be removed it. This is the case for all nodes that are not parents pf the symptoms.

Counterfactuals are then computed from the posteriors on this twin network. For example in Figure 5(e), the counterfactual is given by p ·

This approach massively amortizes the standard inference cost of calculating counterfactuals by abduction, action and prediction, which would otherwise be intractable for large clinical diagnostic models (CDMs).

Noisy-or twin networks

A noisy-or SCM (for example that described above) can be used to derive the conditional probability tables (CPTs) on the twin network. The only CPTs that differ from the original noisy-or SCM are those for unmerged dual symptom nodes (i.e. children of the intervention node DK ). In one embodiment, the diagnostic twin network is feed-forward and as such the disease layer forms a Markov blanket for the symptoms layer, d-separating dual symptom pairs from each other. As a result, the CPTs for dual symptoms and their parent diseases alone are derived.

Lemma 1: For a given symptom S and its hypothetical dual S*, with parent diseases D and under the hypothetical intervention do(D*k = 0), the joint conditional distribution on the twin network is given by

where is the set of diseases that are not intervened on.

The proof for the above Lemma can be found in the Annex.

When comparing counterfactual and posterior diagnosis, improved diagnostic accuracy should not come at the expense of greater computational cost. To overcome this issue, a closed form expression is now derived for the expected disablement in Noisy-OR diagnostic networks that only requires knowledge of the observational statistics, as is the case for posterior ranking.

Lemma 1 reduces the counterfactual query to an observational query on the original noisy-or network, with some simple adjustments to the conditional probabilities. We want to evaluate the expected disablement of the hypothetical intervention do(D * k = 0), which is defined as where the sum enumerates over all possible S, the hypothetical symptom states that are consistent with the real evidence e and the intervention do(D k = 0). S ± denote the positive/negative symptoms in the evidence set S. The intervention do(D k = 0) can never switch on symptoms, so one need only enumerate over hypothetical symptoms states where as these are the only counterfactual states with non-zero weight. From this it also follows that for all

Expressing the counterfactual (17) as a query on the twin network, the positive/negative symptoms on the hypothetical graph are denoted as S* ± . The counterfactual posterior in (17) is represented on the twin network as

Theorem 4 (Noisy-OR expected disablement). The expected disablement of intervention can be written

Alternatively, the theorem can be expressed as follows:

For the noisy-or networks described above, the expected disablement of disease is given by

The proof for the above equation can be found in the Annex.

Note that as all common causes in the three-layer Noisy-OR diagnostic network are observed, the probability can be identified in terms of purely observational

probabilities via the Backdoor criterion (Pearl, J. 2009. Causality (2nd edition). Cambridge University Press). Experimentally comparing counterfactual and posterior diagnosis

Existing algorithms fail to incorporate causal knowledge in the diagnostic process. The counterfactual diagnosis measure captures this causal information.

To evaluate the effectiveness of our counterfactual diagnostic measure, a comparison of the diagnostic precision for the described CDM using posterior ranking and expected disablement ranking of diseases is performed.

The following definition of diagnosis is taken: the determination of the diseases that are most likely to be causing the observed symptoms. We devise a minimal criteria for desirable diagnostic measures to reflect this definition; ®) M(Dk ) ® 0 smoothly as P(Dk = T | E) ® 0 (consistency), ii) M(Dk ) = 0 for diseases that are not ancestors of any positive symptoms and therefore cannot constitute causal explanations for and observed symptoms (causality), and iii) diseases that explain a greater number of positive symptoms should be ranked highly (simplicity). From this criteria counterfactual diagnostic measure is selected as the expected disablementE(Dk ),

where E is the total evidence state, S+ denotes the set of positive symptom evidence, S' is a counterfactual symptom state with S'+= (S Î S' |S = T }. The expected disablement is the number of symptoms that one would expect to nullify, had one intervened to cure disease D k .

The performance of the diagnostic measure are tested against a set of 600 clinical vignettes. These vignettes are produced by a panel of expert medical professionals, and contain a single ground- truth disease, a collection of symptoms and risk factors, and basic demographic information such as age and gender.

The symptom and risk factor evidence are selected by the expert panel to represent the evidence that could typically be presented to a doctor by a patient who has the vignette disease. Approximately half of the vignettes attempt to model rare diseases, whereas the other half model diseases of high incidence. The task of the diagnostic algorithm is to return a differential of N diseases ranked in terms of their likelihood given the evidence on

each vignette. The same diagnostic model is used for evaluating each measure. This model is a Noisy-OR model containing 1300 nodes, constructed using expert knowledge and epidemiological data (Razzaki, S.; Baker, A.; Perov, Y.; Middleton, K.; Baxter, J.; Mullarkey, D.; Sangar, D.; Taliercio, M.; Butt, M.; Majeed, A.; et al. 2018. A comparative study of artificial intelligence and human doctors for the purpose of triage and diagnosis. arXiv preprint arXiv:1806.10698. ).

As a simple test of diagnostic accuracy, the accuracy of the top-N differential for posterior and counterfactual ranking were compared, with respect to the ground truth disease. The

accuracy is defined as the probability that the ground truth disease is within a differential of size N, for N= 1; : : 20.

Given a differential where where is the chosen ranking measure, the accuracy of the ranking is simply calculated as the probability of the inclusion of the ground-truth disease

Figure 6 shows the top-N accuracy of a Noisy-OR test model as calculated on 750 vignettes. As half of vignettes cover rare diseases, for which the ground truth disease should typically not be at the top of the ranking, rankings of N >5 are focussed upon.

The top line represents the accuracy of differentials of size N for the counterfactual ranking, given by , and likewise for the lower line and posterior ranking .

In this regime, using the counterfactual ranking approximately halves the error rate of the diagnosis compared to posterior ranking.

The two diagnostic measures are compared to the diagnoses of human doctors. For each case-card a diagnosis is gathered from four expert doctors, who are given each case card with the model disease masked and asked to provide a list of possible model diseases ranked from very likely to unlikely. All diseases that at least one doctor flagged as likely are combined, and

this is used as the‘ground truth’ optimal diagnosis, as it represents the outcome of a 4th opinion expert consultation. For each doctor their precision is measured as the average fraction of the ground truth diseases for each case card that they predicted as likely, and likewise for the clinical diagnostic model (CDM) with M(Dk , E) ³ 0.3. Whilst this approach has an inherent bias towards doctors, as their assessment define the ground truth, it is necessary in order to model the inherent diagnostic uncertainty. Results are presented in the table of Figure 7. In general, the single limiting factor of counterfactual diagnosis is the requirement that the full structural causal model be known in order to compute the expected disablement Indeed, in purely observational graphical diagnostic models, where the generative functions are unknown, the expected disablement may not be identifiable. However, there is a halfway house between posterior and full counterfactual diagnosis, given by interventional queries from the second level of the causal hierarchy. A simplified version of the quantity envisaged is as follows:

As all common causes in a three-layer Noisy-OR diagnostic network are observed, the above quantity can be identified in terms of purely observational probabilities via the Backdoor criterion, assuming the graphical structure of the network is known.

The above counterfactual diagnosis method can be used with any of the known approximate inference techniques, for example, Importance Sampling. The above inference technique can also be used with inference techniques described in Douglas et al "A Universal Marginalizer for Amortized Inference in Generative Models" arXiv:1711.00695vl [cs.LG] 2 Nov 2017.

Figure 8 is a flow chart depicting an embodiment of the counterfactual diagnosis method. In step S801, data is received. This data can be epidemiological data, expert knowledge, data from research studies or other data. A PGM, or SCM, is created (S802). The SCM may be a noisy-or SCM. A copy of the SCM is made in S803.

In step S804, the twin network is created using the original SCM from S802 and the copy from S803. Once the twin model is created, the hypothetical intervention can be applied (S805). Next, the twin network can be simplified through merging nodes (S806).

The twin network can then be used in the computation of counterfactuals (S807).

In step S808, the resultant PGM is then used for triage, diagnosis etc. For, example, this can be as described with reference to Figure 9.

In step S901 of figure 9, the user inputs the phrase, for example, "I have a rash" into, for example, the mobile telephone of figure 1. This phrase is then passed to system and used to determine a counterfactual query (S902). The counterfactual query is then computed (S903) on the PGM through by identifying a node in the PGM that relates to the user's query. The PGM then outputs the probabilities that each modelled disease is causing the rash (S904).

The system may also determine further questions that will allow the possible causes for the user's symptoms to be narrowed (S905).

While it will be appreciated that the above embodiments are applicable to any computing system, an example computing system is illustrated in Figure 10, which provides means capable of putting an embodiment, as described herein, into effect. As illustrated, the computing system 500 comprises a processor 501 coupled to a mass storage unit 503 and accessing a working memory 505. As illustrated, a counterfactual diagnosis model 513 is represented as software products stored in working memory 505. However, it will be appreciated that elements of the counterfactual diagnosis model 513, may, for convenience, be stored in the mass storage unit 503. Depending on the use, the counterfactual diagnosis model 513 may be used with a chatbot, to provide a response to a user question that requires the survival analysis model.

Usual procedures for the loading of software into memory and the storage of data in the mass storage unit 503 apply. The processor 501 also accesses, via bus 509, an input/output interface 511 that is configured to receive data from and output data to an external system (e.g. an external network or a user input or output device). The input/output interface 511 may be a single component or may be divided into a separate input interface and a separate output interface.

Thus, execution of the counterfactual diagnosis model 513 by the processor 501 will cause embodiments as described herein to be implemented.

The counterfactual diagnosis model 513 can be embedded in original equipment, or can be provided, as a whole or in part, after manufacture. For instance, the counterfactual diagnosis model 513 can be introduced, as a whole, as a computer program product, which may be in the form of a download, or to be introduced via a computer program storage medium, such as an optical disk. Alternatively, modifications to existing causal discovery model software can be made by an update, or plug-in, to provide features of the above described embodiment.

The computing system 500 may be an end-user system that receives inputs from a user (e.g. via a keyboard) and retrieves a response to a query using counterfactual diagnosis model 513 adapted to produce the user query in a suitable form. Alternatively, the system may be a server that receives input over a network and determines a response. Either way, the use of the counterfactual diagnosis model 513 may be used to determine appropriate responses to user queries, as discussed with regard to Figure 1.

Implementations of the subject matter and the operations described in this specification can be realized in digital electronic circuitry, or in computer software, firmware, or hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Implementations of the subject matter described in this specification can be realized using one or more computer programs, i.e., one or more modules of computer program instructions, encoded on computer storage medium for execution by, or to control the operation of, data processing apparatus. Alternatively or in addition, the program instructions can be encoded on an artificially-generated propagated signal, e.g., a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to suitable receiver apparatus for execution by a data processing apparatus. A computer storage medium can be, or be included in, a computer-readable storage device, a computer-readable storage substrate, a random or serial access memory array or device, or a combination of one or more of them. Moreover, while a computer storage medium is not a propagated signal, a computer storage medium can be a source or destination of computer program instructions encoded in an artificially-generated propagated signal. The computer storage medium can also be, or be included in, one or more separate physical components or media (e.g., multiple CDs, disks, or other storage devices).

In the above embodiments, a purely directed causal discovery algorithm is converted into one that can also detect latent common causes. The modified algorithm is tested extensively on synthetic and real datasets. In the experiments explained above, the modified algorithm maintained the performance of the original algorithm on the directed datasets and allowed algorithms that originally could not detect latent causes to uncover them in both synthetic and real data.

While certain embodiments have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the inventions. Indeed the novel methods and systems described herein may be embodied in a variety of other forms; furthermore, various omissions, substitutions and changes in the form of methods and systems described herein may be made without departing from the spirit of the inventions. The accompanying claims and their equivalents are intended to cover such forms of modifications as would fall within the scope and spirit of the inventions. ANNEX

Proof of Lemma 1

For a givers gymjitom $ a:ad its hypothetical dual S*, with parent diseases P snd under the hypothetical mtervention ¾¾>{ £¾ - Of. the joint condition^ distribution on the twin network is given hr

where is the set of diseases that: are not

intervened on.

First note that for this marginal distribution the intervention do( D *k = 0) is equivalent to setting the evidence D *k = 0 as we specify the frill Markov blanket of ( , s*). Let us denote D\ k as the set of parents of ( , s*) not including the intervention node D *k or its dual D k . We then need to compute the conditional probability

The simplest way to calculate these conditional probabilities is by marginalization, i.e. we calculate and and use these to construct all joint states. For S i = 0, the generative functions are given by

First we compute the joint state.

Next, we caicniate the single-symptom conditionals

. We can

now express the joint epd over dual symptom pairs, using the identities

As we are always intervening to switch off diseases, and therefore as expected (switching off a disease will never switch on a symptom). This simplifies: our expression for the conditional distribution to

This then simplifies to

We have arrived at; expressions for the cpifs over diml sviapiams in terms of cpt's on the real graph. and hence our eonterfactual query can be computed on the real graph alone. The third term m simplified conditionals, , is identical to zero unless the free is in the state D k = 1 in the real graph . Using the definition of noisy-or def eq noisy or to give

we recover

where d k is the instantiation of D k on the real graph. The term d(d k - ) can be thought of as fixing the observation D k = 1 on the real graph. Finally, form the definition of the noisy-or cpt we have that

Proof of Theorem 4 (Noisy-OR expected disablement)

For the noisy-or networks described in Appendix A.1-A.4, the expected disablement of disease D VA given by

where

From the above disctission, the nois-zero contributioiia to the expected disablement are

Applying Bayes rule, and noting the the real evidence states are not children of the intervention node D* gives

Furthermore, by applying the inclusion-exclusion principle [8], we can expand this sum over the subsets to give an expression the right hand side of lil eq where all counterfactual variables are in the zero state

Let us nmv consider tire probabilities . We can express these as marginalizations over the disease layer, , which d-separate dual symptom pairs from each-other

Note that the only Q in lil eq 2 that are not multiplied by a factor of zero have

is always present. Marginalizing over k and simplifying gives Substituting this into lil eq 2 gives

(27)

Finally, noting that for any , therefore the expectation can be reduced to one over ail subsets of positively evidenced symptoms that me children of The final expression for the expected disablement is

where and we have applied the chain rule to j¾.

Before proceeding, we can simplify exp dis significantly.

Next, we can expand the joint state using the inclusion /exclusion principle [58j, expressing it as margianls over 0 states

We with to count the number of occurrences of the marginal in partial sum. Clearly. A varies over all subsets of S + . For fixed A valid C that generate .A varies over all subsets of Therefore, in partial sum, the coefficient

(31)

we recover

(32)




 
Previous Patent: FILTER CARTRIDGE AND CASING

Next Patent: HEART VALVE