next up previous contents
Next: Linear and Nonlinear Factor Up: No Title Previous: Definition of the Missing

Supervised Self-Organising Map

A self-organising map, which is used to reconstruct missing values, is called the Supervised SOM [5]. Model vectors lie in the same space as the data. Here we use a variant in which each data vector is matched to model vectors ignoring the values that are missing. In the learning phase, the winning model vector and its neighbours in the map are moved slightly towards the data vector ignoring the dimensions of the missing values again. Finally the reconstructions of the missing values are combinations of the values from the model vectors, which are weighted according to Gaussian kernels assigned to them:


 \begin{displaymath}\hat{\mathbf{x}}(t) =
\frac{\sum_{k}\mathbf{g}(\mathbf{x}(t...
...g}(\mathbf{x}(t),\mathbf{i}(t),\mathbf{m}_{k},\sigma^{2})}
\\
\end{displaymath} (1)


\begin{displaymath}\mathbf{g}(\mathbf{x},\mathbf{i},\mathbf{m},\sigma^{2}) \prop...
...{\mathbf{i}\cdot(\mathbf{x}-\mathbf{m})^{2}}{2\sigma^{2}}} \\
\end{displaymath} (2)

x(t) is a data vector and $\hat{\mathbf{x}}(t)$ its reconstruction. i(t) indicates which values are observed. mi is a model vector. Parameter $\sigma$ is called the width of the softening kernels. When $\sigma$ approaches zero, the reconstruction approaches the single winning model vector. The data set might contain missing values in each of the vectors, but the model vectors contain no missing values.

The reconstructions are restricted to convex combinations of the model vectors. This might be significant, when the true dimensionality of the data is large and most of the data is on the border: When a three dimensional ball loses 5 percent of its radius, it loses about 14 percent of its mass, but a 50 dimensional ball loses more than 92 percent of its mass.


  
Figure 1: Unsupervised learning can be used for supervised learning by considering the outputs of the test data as missing values.
\begin{figure}
\begin{center}
\epsfig{file=supunsup.eps,width=0.98\textwidth} \end{center} \end{figure}


next up previous contents
Next: Linear and Nonlinear Factor Up: No Title Previous: Definition of the Missing
Tapani Raiko
2001-09-26