A simple classifier - PowerPoint PPT Presentation

About This Presentation
Title:

A simple classifier

Description:

Adds a 'ridge' term that has the effect of 'smoothing' the weights ... 3. Train with the Winnow update rule. AdaBoost for Feature Selection ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 7
Provided by: mpl1
Learn more at: https://cseweb.ucsd.edu
Category:

less

Transcript and Presenter's Notes

Title: A simple classifier


1
A simple classifier
  • Ridge regression
  • A variation on standard linear regression
  • Adds a ridge term that has the effect of
  • smoothing the weights
  • Equivalent to training a linear network with
    weight decay.

2
A Strong ClassifierSNoW Sparse Network of
Winnows
  • Roth et al. 2000 Currently best reported face
    detector
  • 1. Turn each pixel into a sparse, binary vector
  • 2. Activation sign( )
  • 3. Train with the Winnow update rule

3
AdaBoost for Feature Selection
  • Viola and Jones (2001) used AdaBoost as a feature
    selection method
  • For each round of AdaBoost
  • For each patch, train a classifier using only
    that one patch.
  • Select the best one as the classifier for this
    round
  • reweight distribution based on that classifier.

4
Results
5
AdaBoost consistently improves performance
6
AdaBoost consistently improves performance
Write a Comment
User Comments (0)
About PowerShow.com