nonparametric density estimation intro parzen windowsrita/ml_course/lectures_old/... · 2012. 4....

41
Nonparametric Density Estimation Intro Parzen Windows Parzen Windows

Upload: others

Post on 16-Sep-2020

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Nonparametric Density EstimationIntro

Parzen Windows Parzen Windows

Page 2: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Non-Parametric Methods

� Neither probability distribution nor discriminant function is known� Happens quite often

� All we have is labeled data

a lot is known”easier”

salmon salmonsalmonbass

little is known“harder”

� Estimate the probability distribution from the labeled data

Page 3: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

NonParametric Techniques: Introduction

� In previous lectures we assumed that either 1. someone gives us the density p(x|c j)

� In pattern recognition applications this never happens

2. someone gives us p(x|θθθθc j)� Does happen sometimes, but� Does happen sometimes, but

� we are likely to suspect whether the given p(x|θθθθ) models the data well

� Most parametric densities are unimodal (have a single local maximum), whereas many practical problems involve multi-modal densities

Page 4: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

NonParametric Techniques: Introduction

� Nonparametric procedures can be used with arbitrary distributions and without any assumption about the forms of the underlying densities

� There are two types of nonparametric methods:� There are two types of nonparametric methods:� Parzen windows

� Estimate likelihood p(x | c j )

� Nearest Neighbors� Bypass likelihood and go directly to posterior estimation

P(c j | x)

Page 5: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

NonParametric Techniques: Introduction� Nonparametric techniques attempt to estimate the

underlying density functions from the training data� Idea: the more data in a region, the larger is the density

function

p(x)

[[[[ ]]]] (((( ))))∫∫∫∫ℜℜℜℜ

====ℜℜℜℜ∈∈∈∈ dxxfXPr

p(x)

salmon length x

Page 6: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

NonParametric Techniques: Introduction

� How can we approximate and ? [[[[ ]]]]1XPr ℜℜℜℜ∈∈∈∈

� and [[[[ ]]]]206

XPr 1 ≈≈≈≈ℜℜℜℜ∈∈∈∈ [[[[ ]]]]206

XPr 2 ≈≈≈≈ℜℜℜℜ∈∈∈∈

� Should the density curves above R R R R 1 and R R R R 2 be equally high? � No, since R R R R 1 is smaller than R R R R 2

[[[[ ]]]]2XPr ℜℜℜℜ∈∈∈∈

[[[[ ]]]] (((( ))))∫∫∫∫ℜℜℜℜ

====ℜℜℜℜ∈∈∈∈ dxxfXPr

� No, since R R R R 1 is smaller than R R R R 2

p(x)

salmon length x1ℜℜℜℜ2ℜℜℜℜ

[[[[ ]]]] (((( )))) (((( )))) [[[[ ]]]]21 XPrdxxfdxxfXPr21

ℜℜℜℜ∈∈∈∈====≈≈≈≈====ℜℜℜℜ∈∈∈∈ ∫∫∫∫∫∫∫∫ℜℜℜℜℜℜℜℜ

� To get density, normalize by region size

Page 7: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

NonParametric Techniques: Introduction

� Assuming f(x) is basically flat inside R,R,R,R,

[[[[ ]]]] (((( ))))∫∫∫∫ℜℜℜℜ

====ℜℜℜℜ∈∈∈∈ dyyfXPr≈≈≈≈ℜℜℜℜ

samplesof#totalinsamplesof# (((( )))) (((( ))))ℜℜℜℜ∗∗∗∗≈≈≈≈ Volumexf

� Thus, density at a point x inside R,R,R,R, can be approximatedapproximated

(((( ))))(((( ))))ℜℜℜℜ

ℜℜℜℜ≈≈≈≈

Volume1

samplesof#totalinsamplesof#

xf

� Now let’s derive this formula more formally

Page 8: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Binomial Random Variable� Let us flip a coin n times (each one is called “trial”)

� Probability of head ρρρρ, probability of tail is 1-ρρρρ� Binomial random variable K counts the number of

heads in n trials

(((( )))) (((( )))) knk

knkKP −−−−−−−−

======== ρρρρρρρρ 1

� Mean is (((( )))) ρρρρnKE ====

� Variance is (((( )))) (((( ))))ρρρρρρρρ −−−−==== 1var nK

(((( ))))!!!

knkn

kn

−−−−====

where

k

Page 9: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Density Estimation: Basic Issues� From the definition of a density function, probability

ρρρρ that a vector x will fall in region RRRR is:

[[[[ ]]]] ∫∫∫∫ℜℜℜℜ

====ℜℜℜℜ∈∈∈∈==== 'dx)'x(pxPrρρρρ

� Suppose we have samples x1, x2,…, xn drawn from the distribution p(x). The probability that k points fall the distribution p(x). The probability that k points fall in RRRR is then given by binomial distribution:

[[[[ ]]]] )1( Pr knk

knkK −−−−−−−−

======== ρρρρρρρρ

� Suppose that k points fall in RRRR, we can use MLE to estimate the value of ρρρρ . The likelihood function is

(((( )))) )1( |,...,1knk

n knxxp −−−−−−−−

==== ρρρρρρρρρρρρ

Page 10: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Density Estimation: Basic Issues(((( )))) )1( |,...,1

knkn k

nxxp −−−−−−−−

==== ρρρρρρρρρρρρ

� This likelihood function is maximized at ρ ρ ρ ρ = nk

� Thus the MLE is ˆnk

====ρρρρ

� Assume that p(x) is continuous and that the region RRRRis so small that p(x) is approximately constant in RRRR

p(x)∫∫∫∫ℜℜℜℜ

≅≅≅≅ Vxpdxxp )(')'(

� Recall from the previous slide: ∫∫∫∫ℜℜℜℜ

==== ')'( dxxpρρρρ

� x is in RRRR and V is the volume of RRRR

(((( ))))V

n/kxp ≈≈≈≈� Thus p(x) can be approximated:

p(x)

RRRR

x

Page 11: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Density Estimation: Basic Issues

(((( ))))V

n/kxp ≈≈≈≈

x is inside some region RRRR

V = volume of RRRRn=total number of samplesk = number of samples inside RRRR

RRRR

x

� This is exactly what we had before:

� Our estimate will always be the average of true density over RRRR

RRRR

(((( ))))V

n/kxp ≈≈≈≈

Vρρρρ̂

====V

dxxp∫∫∫∫ℜℜℜℜ≈≈≈≈

')'(

� Ideally, p(x) should be constant inside RRRR

Page 12: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Density Estimation: Histogram

(((( ))))V

n/kxp ≈≈≈≈

p(l)10

190

6190

0 10 20 30 40 50

R R R R 2R R R R 1 R R R R 3

1

190

(((( ))))1019/6

xp ==== (((( ))))3019/3

xp ==== (((( ))))10

19/10xp ====

� If regions RRRR i‘s do not overlap, we have a histogram

Page 13: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

� We have made two approximations

Density Estimation: Accuracy(((( ))))

Vn/k

xp ≈≈≈≈� How accurate is density approximation ?

ˆnk

====ρρρρ1.

∫∫∫∫ℜℜℜℜ

≅≅≅≅ Vxpdxxp )(')'(2.

� as n increases, this estimate becomes more accurate

� as RRRR grows smaller, the estimate becomes more accurate � as RRRR grows smaller, the estimate becomes more accurate

� As we shrink RRRR we have to make sure it contains samples, otherwise our estimated p(x) = 0 for all x in RRRR

� Thus in theory, if we have an unlimited number of samples, we get convergence as we simultaneously increase the number of samples n, and shrink region R R R R , but not too much so that R R R R still contains a lot of samples

Page 14: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

� In practice, the number of samples is always fixed

Density Estimation: Accuracy(((( ))))

Vn/k

xp ≈≈≈≈

� Thus the only available option to increase the accuracy is by decreasing the size of R R R R (V gets smaller)smaller)� If V is too small, p(x)=0 for most x, because most

regions will have no samples� Thus have to find a compromise for V

� not too small so that it has enough samples� but also not too large so that p(x) is

approximately constant inside V

Page 15: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Density Estimation: Two Approaches

(((( ))))V

n/kxp ≈≈≈≈

1.2. k-Nearest Neighbors

1. Parzen Windows: � Choose a fixed value for volume V

and determine the corresponding kfrom the data

2. k-Nearest Neighbors� Choose a fixed value for k and

determine the corresponding volume V from the data

� Under appropriate conditions and as number of samples goes to infinity, both methods can be shown to converge to the true p(x)

Page 16: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

� To estimate the density at point x, simply center the region RRRR at x, count the number of samples in RRRR ,

(((( ))))V

n/kxp ≈≈≈≈

x is inside some region RRRR

V = volume of RRRRn=total number of samplesk = number of samples inside RRRR

region RRRR at x, count the number of samples in RRRR , and substitute everything in our formula

RRRR

x (((( ))))10

6/3xp ≈≈≈≈

Page 17: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

� Let us assume that the region R R R R is a d-dimensional hypercube with side length h thus it’s volume is hd

� In Parzen-window approach to estimate densities we fix the size and shape of region R R R R

RRRRRRRR

2 dimensions

h

RRRR

3 dimensions

hRRRR

1 dimension

h

Page 18: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

� Let u=[u1, u2,…, ud] and define a window function

====≤≤≤≤====

otherwise0

d , 1,...j u 1(u) j 2

1ϕϕϕϕ

ϕϕϕϕ is 1 inside

u

ϕϕϕϕ(u)

1

1 dimension

1/2

1/2

ϕϕϕϕ is 1 inside

ϕϕϕϕ is 0 outside

2 dimensions

u1

u2

Page 19: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

RRRRx

� Recall we have d-dimensional samples x1, x2,…, xn . Let xij be the jth coordinate of sample xi .Then

====≤≤≤≤

====otherwise 0

d , 1,...j x-x 1)

x-x(

ijji 2h

hϕϕϕϕ

u 2

1≤ju

0 otherwise

1 if x i is inside the hypercube with width h and centered at x

hRRRR

x

x i

====)x-x

( i

hϕϕϕϕ

Page 20: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

� How do we count the total number of sample points x1, x2,…, xn which are inside the hypercube with side h and centered at x?

∑∑∑∑====

====

−−−−====

ni

i

i

hxx

k1

ϕϕϕϕ

n/k

� Thus we get the desired analytical expression for the estimate of density pϕϕϕϕ(x)

(((( ))))V

n/kxp ≈≈≈≈� Recall , V=hd

d

ini

1i

h

n/h

xx

)x(p

−−−−

====∑∑∑∑====

====

ϕϕϕϕ

ϕϕϕϕ

−−−−==== ∑∑∑∑

====

==== hxx

h1

n1 i

ni

1id ϕϕϕϕ

Page 21: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows

� Let’s make sure pϕϕϕϕ(x) is in fact a density

−−−−==== ∑∑∑∑

====

==== hxx

hnxp i

ni

id ϕϕϕϕϕϕϕϕ

1

11

)(

� xxp ∀∀∀∀≥≥≥≥ 0)(ϕϕϕϕ volume of hypercube

∫∫∫∫ ∑∑∑∑∫∫∫∫

−−−−====

====

====

dxh

xxhn

dxxp ini

id ϕϕϕϕϕϕϕϕ

1

11

)(� ∑∑∑∑∫∫∫∫====

====

−−−−====

ni

i

id dx

hxx

nh 1

1

ϕϕϕϕ

∑∑∑∑====

====

====ni

id h

hn 1

d 11

1====

Page 22: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Example in 1D

� Suppose we have 7 samples D={2,3,4,8,10,11,12}

−−−−==== ∑∑∑∑

====

==== hxx

hnxp i

ni

id ϕϕϕϕϕϕϕϕ

1

11

)(

� Let window width h=3, estimate density at x=1

x

pϕϕϕϕ(x)

1

211

� Let window width h=3, estimate density at x=1

−−−−==== ∑∑∑∑

====

==== 3x1

31

71

)1(p i7i

1i

ϕϕϕϕϕϕϕϕ

2/131

≤≤≤≤−−−− 2/132

>>>>−−−− 2/11 >>>>−−−−2/1

311

>>>>−−−−

[[[[ ]]]]211

0...001211

3x1

31

71

)1(p i7i

1i

====++++++++++++++++====

−−−−==== ∑∑∑∑

====

====

ϕϕϕϕϕϕϕϕ

−−−−++++++++

−−−−++++

−−−−++++

−−−−====

3121

...3

413

313

21211

ϕϕϕϕϕϕϕϕϕϕϕϕϕϕϕϕ

Page 23: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Sum of Functions

� Now let’s look at our density estimate pϕϕϕϕ(x) again:

−−−−====

−−−−==== ∑∑∑∑∑∑∑∑

====

====

====

==== hxx

nh1

hxx

h1

n1

)x(p ini

1id

ini

1id ϕϕϕϕϕϕϕϕϕϕϕϕ

1 inside square centered at x i 0 otherwise0 otherwise

� Thus pϕϕϕϕ(x) is just a sum of n “box like” functions

each of height dnh1

Page 24: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Example in 1D� Let’s come back to our example

� 7 samples D={2,3,4,8,10,11,12}, h=3

x

pϕϕϕϕ(x)

211

x

� To see what the function looks like, we need to generate 7 boxes and add them up

� The width is h=3 and the height is

211

nh1

d ====

Page 25: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Interpolation

� In essence, window function ϕϕϕϕ is used for interpolation: each sample x i contributes to the resulting density at xif x is close enough to x i

pϕϕϕϕ(x)

1

x211

Page 26: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Drawbacks of Hypercube ϕϕϕϕ� As long as sample point x i and x are in the same

hypercube, the contribution of x i to the density at x is constant, regardless of how close x i is to x

121 ====

−−−−====

−−−−h

xxh

xxϕϕϕϕϕϕϕϕ

x x2x1

� The resulting density pϕϕϕϕ(x) is not smooth, it has discontinuities

x

pϕϕϕϕ(x)

Page 27: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: general ϕϕϕϕ

� We can use a general window ϕϕϕϕ as long as the resulting pϕϕϕϕ(x) is a legitimate density, i.e.

−−−−==== ∑∑∑∑

====

==== hxx

hnxp i

ni

id ϕϕϕϕϕϕϕϕ

1

11

)(

1. 0)u(p ≥≥≥≥ϕϕϕϕ

� satisfied if (((( )))) 0u ≥≥≥≥ϕϕϕϕ

ϕϕϕϕ1111(u)1

ϕϕϕϕ2222(u)

� satisfied if (((( )))) 0u ≥≥≥≥ϕϕϕϕ

2. 1)( ====∫∫∫∫ dxxpϕϕϕϕ

� satisfied if (((( )))) 1====∫∫∫∫ duuϕϕϕϕ

u

(((( ))))∑∑∑∑∫∫∫∫====

====n

1i

dd duuh

nh1 ϕϕϕϕ∫∫∫∫∑∑∑∑∫∫∫∫

−−−−====

====

====

dxh

xxnh

1dx)x(p i

ni

1id ϕϕϕϕϕϕϕϕ 1====

hdxduthus,

hxx

utoscoordinatechange i ====−−−−

====

Page 28: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: general ϕϕϕϕ

� Notice that with the general window ϕϕϕϕ we are no longer counting the number of samples inside R R R R .

−−−−==== ∑∑∑∑

====

==== hxx

hnxp i

ni

id ϕϕϕϕϕϕϕϕ

1

11

)(

� We are counting the weighted average of potentially every single sample point (although only those within distance h have any significant weight) ϕϕϕϕdistance h have any significant weight)

� With infinite number of samples, and appropriate conditions, it can still be shown that

(((( ))))xpxp n →→→→)(ϕϕϕϕ

ϕϕϕϕ

x

Page 29: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Gaussian ϕϕϕϕ

−−−−==== ∑∑∑∑

====

==== hxx

hnxp i

ni

id ϕϕϕϕϕϕϕϕ

1

11

)(

� A popular choice for ϕϕϕϕ is N(0,1) density

(((( )))) 2/2

21 ueu −−−−====ππππ

ϕϕϕϕϕϕϕϕ(u)

2ππππu

� Solves both drawbacks of the “box” window� Points x which are close to the sample point x i

receive higher weight� Resulting density pϕϕϕϕ(x) is smooth

Page 30: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Example with General ϕϕϕϕ� Let’s come back to our example

� 7 samples D={2,3,4,8,10,11,12}, h=1

(((( ))))∑∑∑∑====

====

−−−−====7i

1iixx

71

)x(p ϕϕϕϕϕϕϕϕ

� pϕϕϕϕ(x) is the sum of of 7 Gaussians, each centered at one of the sample points, and each scaled by 1/7

Page 31: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Did We Solve the Problem?

� We will vary the number of samples n and the window size h

� Let’s test if we solved the problem1. Draw samples from a known distribution2. Use our density approximation method and

compare with the true density

the window size h� We will play with 2 distributions

N(0,1) triangle and uniform mixture

Page 32: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: True Density N(0,1)

h1=1 h1=0.5 h1=0.1

n=1

n=10

Page 33: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

h1=1 h1=0.5 h1=0.1

n=100

Parzen Windows: True Density N(0,1)

∞=nnhhn /1=

Page 34: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: True density is Mixture of Uniform and Triangle

h1=1 h1=0.5 h1=0.2

n=1

n=16

Page 35: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

h1=1 h1=0.5

n=256

Parzen Windows: True density is Mixture of Uniform and Triangle

h1=0.2

∞=nnhhn /1=

Page 36: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Effect of Window Width h

� By choosing h we are guessing the region where density is approximately constant

� Without knowing anything about the distribution, it is really hard to guess were the density is approximately constant

p(x)p(x)

xh h

Page 37: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Effect of Window Width h

� If h is small, we superimpose n sharp pulses centered at the data� Each sample point x i influences too small range of x� Smoothed too little: the result will look noisy and not smooth

enough� If h is large, we superimpose broad slowly changing

functions, functions, � Each sample point x i influences too large range of x� Smoothed too much: the result looks oversmoothed or “out-

of-focus”� Finding the best h is challenging, and indeed no

single h may work well� May need to adapt h for different sample points

� However we can try to learn the best h to use from our labeled data

Page 38: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Learning window width h From Labeled Data� Divide labeled data into training set, validation set,

test set� For a range of different values of h (possibly using

binary search), construct density estimate p(x) using Parzen windows

� Test the classification performance on the validationset for each value of h you triedset for each value of h you tried

� For the final density estimate, choose h giving the smallest error on the validation set

� Now you can test the performance of the classifier on the test set� Notice we need validation set to find best parameter h, we

can’t use test set for this because test set cannot be used for training

� In general, need validation set if our classifier has some tunable parameters

Page 39: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

� In classifiers based on Parzen-window estimation:

�We estimate the densities for each category and classify a test point by the label corresponding to the maximum posterior

Parzen Windows: Classification Example

corresponding to the maximum posterior

� The decision region for a Parzen-window classifier depends upon the choice of window function as illustrated in the following figure

Page 40: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Classification Example

� For small enough window size h the classification on training data is perfect

� However decision boundaries are complex and this solution is not likely to generalize well to novel data

� For larger window size h, classification on training data is not perfect

� However decision boundaries are simpler and this solution is more likely to generalize well to novel data

Page 41: Nonparametric Density Estimation Intro Parzen Windowsrita/ml_course/lectures_old/... · 2012. 4. 29. · Density Estimation: Basic Issues From the definition of a density function,

Parzen Windows: Summary� Advantages

� Can be applied to the data from any distribution� In theory can be shown to converge as the number of

samples goes to infinity

� Disadvantages� Number of training data is limited in practice, and so

choosing the appropriate window size h is difficult� May need large number of samples for accurate

estimates� Computationally heavy, to classify one point we have to

compute a function which potentially depends on all samples

−−−−==== ∑∑∑∑

====

==== hxx

h1

n1)x(p i

ni

1id ϕϕϕϕϕϕϕϕ

� But we need a lot of samples for accurate density estimation!