Scaling Large Learning Problems with Hard Parallel Mixtures

Download

R. Collobert and Y. Bengio and S. Bengio. Scaling Large Learning Problems with Hard Parallel Mixtures International Journal on Pattern Recognition and Artificial Intelligence (IJPRAI), vol. 17, no. 3, pp. 349--365, 2003.

Abstract

A challenge for statistical learning is to deal with large data sets, e.g. in data mining. The training time of ordinary Support Vector Machines is at least quadratic, which raises a serious research challenge if we want to deal with data sets of millions of examples. We propose a ``hard parallelizable mixture'' methodology which yields significantly reduced training time through modularization and parallelization: the training data is iteratively partitioned by a ``gater'' model in such a way that it becomes easy to learn an ``expert'' model separately in each region of the partition. A probabilistic extension and the use of a set of generative models allows representing the gater so that all pieces of the model are locally trained. For SVMs, time complexity appears empirically to locally grow linearly with the number of examples, while generalization performance can be enhanced. For the probabilistic version of the algorithm, the iterative algorithm provably goes down in a cost function that is an upper bound on the negative log-likelihood.

BibTeX

@article{collobert:2003,
  author = {R. Collobert and Y. Bengio and S. Bengio},
  title = {Scaling Large Learning Problems with Hard Parallel Mixtures},
  journal = {International Journal on Pattern Recognition and Artificial Intelligence ({IJPRAI})},
  volume = 17,
  number = 3,
  pages = {349--365},
  year = 2003
}

Notes

The aim was to use a divide-and-conquer method to break up the SVM complexity and solve large scale classification tasks. While these mixtures do work, they are unfortunately quite difficult to tune, because of the additional hyper-parameters involved in the architecture.

This paper has been originally presented at the International Workshop on Pattern Recognition with Support Vector Machines (SVM'2002).

The original paper, with less experiments and without probabilistic mixtures, has been published in NIPS.

A variant, including more experiments than the NIPS version has been published in Neural Computation.


Last modified on Tue Apr 15 14:38:28 2008