Support Vector Machines

Similar documents
Support Vector Machines

Introduction to Support Vector Machines

DM6 Support Vector Machines

Data Mining: Concepts and Techniques. Chapter 9 Classification: Support Vector Machines. Support Vector Machines (SVMs)

CSE 417T: Introduction to Machine Learning. Lecture 22: The Kernel Trick. Henry Chai 11/15/18

Linear methods for supervised learning

LECTURE 5: DUAL PROBLEMS AND KERNELS. * Most of the slides in this lecture are from

All lecture slides will be available at CSC2515_Winter15.html

Support vector machines

Data Analysis 3. Support Vector Machines. Jan Platoš October 30, 2017

Support Vector Machines

Kernels + K-Means Introduction to Machine Learning. Matt Gormley Lecture 29 April 25, 2018

Support Vector Machines

.. Spring 2017 CSC 566 Advanced Data Mining Alexander Dekhtyar..

Introduction to Machine Learning

Non-Bayesian Classifiers Part II: Linear Discriminants and Support Vector Machines

SUPPORT VECTOR MACHINES

Support Vector Machines.

A Short SVM (Support Vector Machine) Tutorial

Lecture 7: Support Vector Machine

Support vector machine (II): non-linear SVM. LING 572 Fei Xia

Classification by Support Vector Machines

SUPPORT VECTOR MACHINES

Chakra Chennubhotla and David Koes

Classification by Support Vector Machines

Support Vector Machines. James McInerney Adapted from slides by Nakul Verma

COMS 4771 Support Vector Machines. Nakul Verma

Robot Learning. There are generally three types of robot learning: Learning from data. Learning by demonstration. Reinforcement learning

Support Vector Machines

Support Vector Machines (a brief introduction) Adrian Bevan.

Module 4. Non-linear machine learning econometrics: Support Vector Machine

Support Vector Machines.

Generative and discriminative classification techniques

Kernel Methods & Support Vector Machines

Neural Networks. CE-725: Statistical Pattern Recognition Sharif University of Technology Spring Soleymani

Support Vector Machines

More on Learning. Neural Nets Support Vectors Machines Unsupervised Learning (Clustering) K-Means Expectation-Maximization

Data mining with Support Vector Machine

5 Learning hypothesis classes (16 points)

9. Support Vector Machines. The linearly separable case: hard-margin SVMs. The linearly separable case: hard-margin SVMs. Learning objectives

Optimal Separating Hyperplane and the Support Vector Machine. Volker Tresp Summer 2018

Basis Functions. Volker Tresp Summer 2017

Parallel & Scalable Machine Learning Introduction to Machine Learning Algorithms

12 Classification using Support Vector Machines

Lab 2: Support vector machines

Feature scaling in support vector data description

10. Support Vector Machines

Support Vector Machines

Learning via Optimization

Support Vector Machines and their Applications

Kernel Methods. Chapter 9 of A Course in Machine Learning by Hal Daumé III. Conversion to beamer by Fabrizio Riguzzi

Supervised Learning (contd) Linear Separation. Mausam (based on slides by UW-AI faculty)

Classification by Support Vector Machines

Classification by Nearest Shrunken Centroids and Support Vector Machines

DECISION-TREE-BASED MULTICLASS SUPPORT VECTOR MACHINES. Fumitake Takahashi, Shigeo Abe

Lecture 9: Support Vector Machines

Kernel SVM. Course: Machine Learning MAHDI YAZDIAN-DEHKORDI FALL 2017

Chap.12 Kernel methods [Book, Chap.7]

Machine Learning for NLP

Support Vector Machines + Classification for IR

Naïve Bayes for text classification

Perceptron Learning Algorithm

Feature Extractors. CS 188: Artificial Intelligence Fall Some (Vague) Biology. The Binary Perceptron. Binary Decision Rule.

A Novel Technique for Sub-pixel Image Classification Based on Support Vector Machine

Support vector machines

CHAPTER IX Radial Basis Function Networks

Overview Citation. ML Introduction. Overview Schedule. ML Intro Dataset. Introduction to Semi-Supervised Learning Review 10/4/2010

CPSC 340: Machine Learning and Data Mining. More Linear Classifiers Fall 2017

HW2 due on Thursday. Face Recognition: Dimensionality Reduction. Biometrics CSE 190 Lecture 11. Perceptron Revisited: Linear Separators

Introduction to object recognition. Slides adapted from Fei-Fei Li, Rob Fergus, Antonio Torralba, and others

Mathematical Themes in Economics, Machine Learning, and Bioinformatics

Perceptron Learning Algorithm (PLA)

Content-based image and video analysis. Machine learning

Basis Functions. Volker Tresp Summer 2016

Lab 2: Support Vector Machines

Large-Scale Lasso and Elastic-Net Regularized Generalized Linear Models

CS570: Introduction to Data Mining

Instance-based Learning

Natural Language Processing

CSE 5526: Introduction to Neural Networks Radial Basis Function (RBF) Networks

LOGISTIC REGRESSION FOR MULTIPLE CLASSES

Support Vector Machines

More on Classification: Support Vector Machine

CSE 573: Artificial Intelligence Autumn 2010

Performance Measures

CS 559: Machine Learning Fundamentals and Applications 9 th Set of Notes

Support Vector Machines for Face Recognition

Support Vector Machines

Machine Learning. Topic 5: Linear Discriminants. Bryan Pardo, EECS 349 Machine Learning, 2013

Behavioral Data Mining. Lecture 10 Kernel methods and SVMs

One-class Problems and Outlier Detection. 陶卿 中国科学院自动化研究所

Ensembles. An ensemble is a set of classifiers whose combined results give the final decision. test feature vector

ADVANCED CLASSIFICATION TECHNIQUES

SUPPORT VECTOR MACHINE ACTIVE LEARNING

Practice EXAM: SPRING 2012 CS 6375 INSTRUCTOR: VIBHAV GOGATE

Classification Lecture Notes cse352. Neural Networks. Professor Anita Wasilewska

Constrained optimization

Lecture 10: Support Vector Machines and their Applications

Face Recognition using SURF Features and SVM Classifier

CS 229 Midterm Review

Transcription:

Support Vector Machines RBF-networks Support Vector Machines Good Decision Boundary Optimization Problem Soft margin Hyperplane Non-linear Decision Boundary Kernel-Trick Approximation Accurancy Overtraining 1

2

Gaussian response function Each hidden layer unit computes 2 "D i 2# h i = e 2 x = an input vector u = weight vector of hidden layer neuron i D 2 i = ( x r " u r i ) T ( x r " u r i ) Location of centers u The location of the receptive field is critical Apply clustering to the training set each determined cluster center would correspond to a center u of a receptive field of a hidden neuron 3

Determining σ Following heuristic will perform well in practice For each hidden layer neuron, find the RMS distance between u i and the center of its N nearest neighbors c j % N 2 ( Assign this value to σ i RMS = 1 n ' n " $ ' u k # ' i= k ' & $ l=1 N c lk * * * * ) The output neuron produces the linear weighted sum o = n # i= 0 The weights have to be adopted (LMS) w i " h i "w i = #(t $ o)x i 4

Why does a RBF network work? The hidden layer applies a nonlinear transformation from the input space to the hidden space In the hidden space a linear discrimination can be performed Support Vector Machines Linear machine Constructs a hyperplane as the decision surface in such a way that the margin of separation between positive and negative examples is maximized Good generalization performance Support vector learning algorithm may construct following three learning machines Polynominal learning machines Radial-Basis functions networks Two-layer perceptrons 5

Two Class Problem: Linear Separable Case Class 1 Class 2 Many decision boundaries can separate these two classes Which one should we choose? Example of Bad Decision Boundaries Class 2 Class 2 Class 1 Class 1 6

Good Decision Boundary: Margin Should Be Large The decision boundary should be as far away from the data of both classes as possible We should maximize the margin, m Class 2 w/ w * (x1-x2) = 2/ w Class 1 m g( x r ) = w r r T x + b r r x = x r w P + r w r g( r x ) = r w T r x P + b + r g( r x ) = r r w r w w r r w T 7

g( r x ) = r w T r x ± b = ±1 for d = ±1 # 1 r = g(r x ) w r = % w r $ %" 1 & w r m = 2r = 2 w r if d =1 if d = "1 The Optimization Problem Let {x 1,..., x n } be our data set and let y i {1,-1} be the class label of x i The decision boundary should classify all points correctly A constrained optimization problem 8

The Optimization Problem Introduce Lagrange multipliers α, Lagrange function: N 1 2 L( w, b, #) = w!" 2 # i i= 1 ( y [ w x + b]! 1) Minimized with respect to w and b i T i The Optimization Problem We can transform the problem to its dual This is a quadratic programming (QP) problem Global maximum of a i can always be found w can be recovered by 9

A Geometrical Interpretation a 8 =0.6 a 10 =0 Class 2 a 5 =0 a 4 =0 a 9 =0 Class 1 a 3 =0 a 6 =1.4 a 7 =0 a 2 =0 a 1 =0.8 How About Not Linearly Separable We allow error x i in classification Class 2 Class 1 10

Soft Margin Hyperplane Define x i =0 if there is no error for x i x i are just slack variables in optimization theory We want to minimize C : tradeoff parameter between error and margin The optimization problem becomes The Optimization Problem The dual of the problem is w is also recovered as The only difference with the linear separable case is that there is an upper bound C on a i Once again, a QP solver can be used to find a i 11

Extension to Non-linear Decision Boundary Key idea: transform x i to a higher dimensional space to make life easier Input space: the space x i are in Feature space: the space of f (x i ) after transformation Why transform? Linear operation in the feature space is equivalent to non-linear operation in input space The classification task can be easier with a proper transformation. Example: XOR Extension to Non-linear Decision Boundary Possible problem of the transformation High computation burden and hard to get a good estimate SVM solves these two issues simultaneously Kernel tricks for efficient computation Minimize w 2 can lead to a good classifier Input space f (.) Feature space 12

Example Transformation Define the kernel function K (x,y) as Consider the following transformation The inner product can be computed by K without going through the map f (.) Kernel Trick The relationship between the kernel function K and the mapping f (.) is This is known as the kernel trick In practice, we specify K, thereby specifying f (.) indirectly, instead of choosing f (.) Intuitively, K (x,y) represents our desired notion of similarity between data x and y and this is from our prior knowledge K (x,y) needs to satisfy a technical condition (Mercer condition) in order for f (.) to exist 13

Examples of Kernel Functions Polynomial kernel with degree d Radial basis function kernel with width s Closely related to radial basis function neural networks Sigmoid with parameter k and q It does not satisfy the Mercer condition on all k and q Research on different kernel functions in different applications is very active 14

Multi-class Classification SVM is basically a two-class classifier One can change the QP formulation to allow multi-class classification More commonly, the data set is divided into two parts intelligently in different ways and a separate SVM is trained for each way of division Multi-class classification is done by combining the output of all the SVM classifiers Majority rule Error correcting code Directed acyclic graph Conclusion SVM is a useful alternative to neural networks Two key concepts of SVM: maximize the margin and the kernel trick Many active research is taking place on areas related to SVM Many SVM implementations are available on the web for you to try on your data set! 15

Measuring Approximation Accuracy Comparing its output with correct values Mean squared Error F(w) of the network D={(x 1,t 1 ),(x 2,t 2 ),..,(x d,t d ),..,(x m,t m )} F( w r ) = 1 m m # d =1 r t d " r o d 2 16

RBF-networks Support Vector Machines Good Decision Boundary Optimization Problem Soft margin Hyperplane Non-linear Decision Boundary Kernel-Trick Approximation Accurancy Overtraining 17

Bibliography Simon Haykin, Neural Networks, Secend edition Prentice Hall, 1999 18