1 / 6

A simple classifier

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. A “Strong” Classifier: SNoW– Sparse Network of Winnows.

lfoster
Download Presentation

A simple classifier

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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” Classifier:SNoW– 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

More Related