1 / 25

VC Dimension – definition and impossibility result

VC Dimension – definition and impossibility result. Lecturer: Yishay Mansour Eran Nir and Ido Trivizki. VC Dimension – Lecture Overview. PAC Model – Review VC dimension – motivation Definitions Some examples of geometric concepts Sample size lower bounds More examples.

rhoda
Download Presentation

VC Dimension – definition and impossibility result

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. VC Dimension – definition and impossibility result Lecturer: Yishay Mansour Eran Nir and Ido Trivizki

  2. VC Dimension – Lecture Overview • PAC Model – Review • VC dimension – motivation • Definitions • Some examples of geometric concepts • Sample size lower bounds • More examples

  3. The PAC Model - Review • A fixed, unknown distribution D from which the examples are chosen independently. • The target concept is a computable function • Our goal – finding h such that: • - accuracy parameter; - confidence parameter. • An algorithm A learns a family of concepts C if for any and any distribution D , A outputs a function such that .

  4. VC Dimension - Motivation • Question: How many examples does a learning algorithm need? • For PAC and a finite concept class C we proved: • We would like to be able to handle infinite concept classes – VC Dimensions will provide us a substitute to for infinite concept classes.

  5. VC Dimension - Definitions • Given a concept class C defined over the instance space X, let • The projection of C on S isall the possible functions that C induces on S : • A concept class C shatters S if In other words: a class shatters a set if every possible function on the set is in the class.

  6. VC Dimension – Definitions Cont. VCdim (Vapnik-Chervonenkis dimension) of C: • The maximum size of a set shattered by C: • If a maximum value doesn’t exist then • For a finite class C:

  7. VC Dimension – Examples • In order to show that the VCdim of a class is d we have to show: • : find some shattered set of size d. • : show that no set of size d+1 is shattered

  8. VC Dimension – Examples: Half Lines (C1) • The concepts are for where:

  9. VC Dimension – Examples: Half Lines (C1) Cont. Claim: • : , , thus . • : for any set of size 2 there is an assignment which is not in the concept class: for the assignment which lets x be 1 and y be 0 is impossible.

  10. VC Dimension – Examples: Linear halfspaces (C2) • The concepts are where for let . are lines in the plane where positive points above or on the line, and negative points are below.

  11. VC Dimension – Examples: Linear halfspaces (C2) Cont. Claim: • : Any three points that are not collinear can be shattered. • : No set of four points can be shattered: Generally: Half spaces in have VCdim of .

  12. VC Dimension – Examples: Axis-aligned rectangles in the plane (C3) • Positive examples are points inside the rectangle, and negative examples are points outside the rectangle.

  13. VC Dimension – Examples: Axis-aligned rectangles in the plane (C3) Claim: • : a for points set in the following shape can be shattered:

  14. VC Dimension – Examples: Axis-aligned rectangles in the plane (C3) Claim: • : Given a set of five points in the plane, there must be some point that is neither the extreme left, right, top or bottom point of the five. If we label this non-extermal point negative and the remaining four extermal points positive, no rectangle can satisfy the assignment.

  15. VC Dimension – Examples: A finite union of intervals (C4) • For any set of points we could cover the positive points by choosing the intervals small enough so

  16. VC Dimension – Examples: Convex Polygons on the plane (C5) • Points inside the convex polygon are positive and outside are negative. • There is no bound on the number of edges. • Claim:

  17. VC Dimension – Examples: Convex Polygons on the plane (C5) Proof: • For every labeling of d points on the circle perimeter, there exists that is consistent with the labeling. • This is a polygon which includes all the positive examples and none of the negative. Thus the group of points is shuttered. • This holds for every d, and so

  18. Sample Size Lower Bounds • Goal: we want to show that for a concept class with a finite VCdimd there is a function m of such that if we sample less than points, any PAC learning algorithm would fail. • Theorem: If a concept class C has VCdimd+1 then:

  19. Sample Size Lower Bounds - Proof • For contradiction: let such that C shatters T (possible because ). • Let D(x)be • Chooserandomly so that it’s

  20. Sample Size Lower Bounds – Proof Cont. • is in C because C shatters T. • Claim: if we sample less than points out of then the error is at least . • Proof: Let RARE be • Sample size: the expected number of points we sample from RARE is at most • Error: • This implies that with probability of at least 0.5 we sample at most points of RARE and thus have error of at least .

  21. VC Dimension – Examples: Parity (C6) • Let . The concept class is where . • Claim: • : Let . For any bits assignment for the vectors we choose the set . We get: and so is shattered. • : There are parity functions, thus

  22. VC Dimension – Examples: OR of n literals (C7) • Let . The concept class is • Claim: • : use n unit vectors (see prev. proof). • : • Use ELIM algorithm to show . • Show the (n+1) vector cannot be assigned 1, thus no set of (n+1) vectors can be shuttered.

  23. Radon Theorem • Definitions: • Convex Set: A is convex if for every the line connecting is in A. • Convex Hull: The Convex Hull of S is the smallest convex set which contains all the points of S. We denote it as conv(S). • Theorem (Radon): • Let E be a set of d+2 points in . There is a subset S of E such that .

  24. VC Dimension – Examples: Hyper-Planes (C8) • The concept class assigns 1 to a point if it’s above or on a corresponding hyper-plane, 0 otherwise. • Claim: • : use n unit vectors and the zero vector to form a n+1 set that can be shuttered. • : use Radon theorem (next page)

  25. VC Dimension – Examples: Hyper-Planes (C8) Cont. • Assume a set of size d+2 points can be shattered. • Use Radon Theorem to find S such that • Assume there is a separating hyper-plane that classifies points in S as ‘1’, points not in S as 0. • No way to classify points in .

More Related