@poster{2463,
  title = {Efficient Approximations for Support Vector Classifiers},
  abstract = {In face detection, support vector machines (SVM) and neural networks (NN) have been shown
  to outperform most other classication methods. While both approaches are learning-based,
  there are distinct advantages and drawbacks to each method: NNs are difcult to design and
  train but can lead to very small and efcient classiers. In comparison, SVM model selection
  and training is rather straightforward, and, more importantly, guaranteed to converge to
  a globally optimal (in the sense of training errors) solution. Unfortunately, SVM classiers
  tend to have large representations which are inappropriate for time-critical image processing
  applications.
  In this work, we examine various existing and new methods for simplifying support vector
  decision rules. Our goal is to obtain efcient classiers (as with NNs) while keeping the numerical
  and statistical advantages of SVMs. For a given SVM solution, we compute a cascade
  of approximations with increasing complexities. Each classier is tuned so that the detection
  rate is near 100%. At run-time, the rst (simplest) detector is evaluated on the whole image.
  Then, any subsequent classier is applied only to those positions that have been classied as
  positive throughout all previous stages. The false positive rate at the end equals that of the
  last (i.e. most complex) detector. In contrast, since many image positions are discarded by
  lower-complexity classiers, the average computation time per patch decreases signicantly
  compared to the time needed for evaluating the highest-complexity classier alone.},
  volume = {7},
  pages = {68},
  organization = {Max-Planck-Gesellschaft},
  institution = {MPI for Biological Cybernetics},
  school = {Biologische Kybernetik},
  month = feb,
  year = {2004},
  author = {Kienzle, W. and Franz, MO.},
  month_numeric = {2}
}
