Hyper basis function network

Last updated

In machine learning, a Hyper basis function network, or HyperBF network, is a generalization of radial basis function (RBF) networks concept, where the Mahalanobis-like distance is used instead of the Euclidean distance measure. Hyper basis function networks were first introduced by Poggio and Girosi in the 1990 paper “Networks for Approximation and Learning”. [1] [2]

Contents

Network Architecture

The typical HyperBF network structure consists of a real input vector , a hidden layer of activation functions and a linear output layer. The output of the network is a scalar function of the input vector, , is given by

where is a number of neurons in the hidden layer, and are the center and weight of neuron . The activation function at the HyperBF network takes the following form

where is a positive definite matrix. Depending on the application, the following types of matrices are usually considered [3]

Training

Training HyperBF networks involves estimation of weights , shape and centers of neurons and . Poggio and Girosi (1990) describe the training method with moving centers and adaptable neuron shapes. The outline of the method is provided below.

Consider the quadratic loss of the network . The following conditions must be satisfied at the optimum:

, ,

where . Then in the gradient descent method the values of that minimize can be found as a stable fixed point of the following dynamic system:

, ,

where determines the rate of convergence.

Overall, training HyperBF networks can be computationally challenging. Moreover, the high degree of freedom of HyperBF leads to overfitting and poor generalization. However, HyperBF networks have an important advantage that a small number of neurons is enough for learning complex functions. [2]

References

  1. T. Poggio and F. Girosi (1990). "Networks for Approximation and Learning". Proc. IEEEVol. 78, No. 9:1481-1497.
  2. 1 2 R.N. Mahdi, E.C. Rouchka (2011). "Reduced HyperBF Networks: Regularization by Explicit Complexity Reduction and Scaled Rprop-Based Training". IEEE Transactions of Neural Networks2:673–686.
  3. F. Schwenker, H.A. Kestler and G. Palm (2001). "Three Learning Phases for Radial-Basis-Function Network" Neural Netw.14:439-458.