next up previous contents
Next: Discussion: Up: Reconstructability Analysis (RA) Previous: Model Evaluation:

Search through Model-Space:

Now we know how to evaluate one model. How do we iterate through the model space? ``To make the search through the set of reconstruction hypotheses of a given overall system orderly and efficient, it is essential that the set be ordered by a relation of refinement.'' [14, pp. 167-168]. All possible models can be partially ordered by a complexity-refinement lattice, where refinement means simplification, and coarsening ``complexification''. The ``top'' of this lattice (the most complex) is the overall relation, whose structure could be denoted by the model $M=\{ V\}$. The ``bottom'' (the most simple) is the model in which all variables occur in separate subrelations, $M=\left\{ \{x_1\},\{x_2\},\ldots,\{x_n\} \right\}\:$. In this lattice every model M can be simplified in two ways:

In a ``C-refinement'' the connection of a variable-pair is broken. The two variables xi and xj are assumed to be independent and separated in each subrelation. As an example assume the following model of the variable-space $V=\{x_1,x_2, x_3,x_4,x_5,x_6\}$:

\begin{displaymath}M=\left\{\; \{x_1,x_2,x_4,x_6\},\;\{x_2,x_3,x_4,x_5\},\;\{x_1,x_2,x_4,x_5\},\;
\{x_2,x_4,x_5,x_6\} \;\right\} \end{displaymath}

The following C-refinements are possible:

\begin{displaymath}\begin{array}{r@{\quad}r@{\quad}r@{\quad}r@{\quad}r}
(x_1,x_...
...2,x_5) & & & \\
(x_1,x_6) & (x_2,x_6) & & & \\
\end{array} \end{displaymath}

Let's choose to break the connection between the variable-pair (x4,x5). Every subsystem which doesn't contain this pair is automatically part of our refinement (refined model), in this example, only $\{x_1,x_2,x_4,x_6\}$. All remaining subsystems are replaced by their complete cover of sub-subsystems of complexity one less:

\begin{displaymath}\{x_2,x_3,x_4,x_5\} \longrightarrow \underline{\{x_2,x_3,x_4\...
...derline{\{x_2,x_3,x_5\}},\;
\{x_2,x_4,x_5\},\;\{x_3,x_4,x_5\} \end{displaymath}


\begin{displaymath}\{x_1,x_2,x_4,x_5\} \longrightarrow \{x_1,x_2,x_4\},\;
\underline{\{x_1,x_2,x_5\}},\;
\{x_1,x_4,x_5\},\;\{x_2,x_4,x_5\} \end{displaymath}


\begin{displaymath}\{x_2,x_4,x_5,x_6\} \longrightarrow \{x_2,x_4,x_5\},\;\{x_2,x_4,x_6\},\;
\underline{\{x_2,x_5,x_6\}},\;
\{x_4,x_5,x_6\} \end{displaymath}

Then all sub-subsystems which contain the chosen variable-pair are removed. Furthermore all sub-subsystems which are redundant or part of any other element in the refinement are removed. In our case only the underlined sub-subsystems remain: $\{x_1,x_2,x_4\}$ and $\{x_2,x_4,x_6\}$ are removed because they are already contained in $\{x_1,x_2,x_4,x_6\}$, and the others because they contain the pair (x4,x5).

The final refined model after breaking the variable-pair (x4,x5) is:

\begin{displaymath}M'=\left\{\; \{x_1,x_2,x_4,x_6\},\;\{x_2,x_3,x_4\},\;\{x_2,x_3,x_5\},\;
\{x_1,x_2,x_5\},\;\{x_2,x_5,x_6\} \;\right\} \end{displaymath}

The following is the complete C-refinement-lattice for an overall relation with only 3 variables:

\begin{displaymath}\{\;\{x_1,x_2,x_3\}\;\} \end{displaymath}


\begin{displaymath}\{\;\{x_1,x_2\},\;\{x_3\}\;\}\quad \{\;\{x_1,x_3\},\;\{x_2\}\;\}\quad
\{\;\{x_1\},\;\{x_2,x_3\}\;\} \end{displaymath}


\begin{displaymath}\{\;\{x_1\},\;\{x_2\},\;\{x_3\}\;\} \end{displaymath}

The second form of simplification is called ``G-Refinement''. In this more general refinement (it includes C-refinements indirectly by the use of several G-refinements) no direct links between variable pairs are broken. Instead one subsystem is replaced with all its sub-subsystems of complexity one less after removing redundant relations. In this way the combined effects of all variables in one relation are eliminated.

If, for example, only a specific combination of several variables triggers a medical condition, then this effect can only be represented in a relation containing all these variables together. After a G-refinement all variables still stay connected but not in the same relation and the model cannot represent the complex interaction of all variables.

As an example let us G-refine $\{x_1,x_2,x_4,x_6\}$ in our model:

\begin{displaymath}M'=\left\{\; \{x_1,x_2,x_4,x_6\},\;\{x_2,x_3,x_4\},\;\{x_2,x_3,x_5\},\;
\{x_1,x_2,x_5\},\;\{x_2,x_5,x_6\} \;\right\} \end{displaymath}

First we replace $\{x_1,x_2,x_4,x_6\}$ by its sub-systems of complexity one less:

\begin{displaymath}\{x_1,x_2,x_4,x_6\} \longrightarrow \underline{\{x_1,x_2,x_4\...
...;
\underline{\{x_1,x_4,x_6\}},\;
\underline{\{x_2,x_4,x_6\}} \end{displaymath}

All sub-subsystems contain non redundant inforamation, therefore they are all added to our refined model M'':

\begin{displaymath}M''=\{\; \{x_2,x_3,x_4\},\;\{x_2,x_3,x_5\},\;
\{x_1,x_2,x_5\},\;\{x_2,x_5,x_6\},\;
\{x_1,x_2,x_4\}, \end{displaymath}


\begin{displaymath}\;\{x_1,x_2,x_6\},\;\{x_1,x_4,x_6\},\;\{x_2,x_4,x_6\} \;\} \end{displaymath}

In theory we now have an algorithm (G-refinements) to enumerate all models and test them sequentially. In practise this is only possible for really small relations, as the number of models ``explodes'' with increasing number of variables [14, pg. 168]. For 3 variables there are only 9 possible models, but for 6 variables the number of models is estimated to be about 7 million.

This is the reason for using two different kinds of refinements. The more restrictive C-refinements can be used as "global search", while we look into the general G-refinements for local adjustments.

The procedure of global and local search is supported by several results that ``observed ... that reconstruction hypotheses have a tendency to naturally cluster into good and bad ones, i.e. into hypothesis with small and large distances'' [14, pg. 171]. Because of this ``natural clustering'' it is possible to search the enormous model space more effectively. We only need to look for ``interesting'' models in the neighborhood of already good models. One used strategy is to start with the original most complex model, refine it and test the resulting reconstruction hypothesis. From these models choose either the best, the best k, or the best p percent of the models for further refinement. Iterating this strategy down to the most simple model we get a pretty good idea about ``interesting'' models. If we only used C-refinements for the iteration we can use G-refinements to improve our ``local refinement search'' on these models.

Also mathematical optimization methods and Genetic Algorithms may be used for searching the model space. For these methods we either define a quality measure as a combination of complexity and accuracy or we only search a specific complexity level at a time and use the accuracy as quality measure (or fitness function). For Genetic Algorithms it also needs to be investigated how to encode models in character strings.


next up previous contents
Next: Discussion: Up: Reconstructability Analysis (RA) Previous: Model Evaluation:
Thomas Prang
1998-06-07