Lagrangian Duality in SVM - University of Oxfordcvrg/Lagrangian_Duality.pdf · 2008-01-15 ·...

Post on 14-Apr-2020

3 views 0 download

transcript

1

Lagrangian Duality in SVMSrikumar RamalingamComputer Vision Reading Group

Oxford University11 Jan 2008

Slides taken fromhttp://www.stanford.edu/~boyd/cvxbook/

http://www.rpi.edu/~bennek/

2

Overview

Introduction• Convex Sets and functions

Lagrangian Duality

Duality in SVM

3

Affine sets, Convex Sets, Convex Hulls,Hyperplane, Halfspaces, AffineFunctions…

12

Convex functions, First order andsecond order conditions, preservingoperations…

23

Lagrangian Duality

63

Support Vector Machines (SVM)

Key Ideas:• “Maximize Margins”• “Do the Dual”• “Construct Kernels”

A methodology for inference based on Vapnik’sStatistical Learning Theory.

64

Best Linear Separator?

65

Best Linear Separator?

66

Best Linear Separator?

67

Find Closest Points in ConvexHulls

c

d

70

Best Linear Separator:Supporting Plane Method

71

Maximize margin usingquadratic program

72

Standard primal SVM 2-normformulation (Vapnik, 1996)

73

Linearly Inseparable Case

Convex Hulls Intersect!

Same argumentwon’t work.

76

Classical SVM (Vapnik 1996)

78

Thank You