• 沒有找到結果。

Monte Carlo Integration II

N/A
N/A
Protected

Academic year: 2022

Share "Monte Carlo Integration II"

Copied!
63
0
0

加載中.... (立即查看全文)

全文

(1)

Monte Carlo Integration II

Digital Image Synthesisg g y Yung-Yu Chuang

with slides by Pat Hanrahan and Torsten Moller

(2)

variance = noise in the image

without variance reduction with variance reductionwith variance reduction

Same amount of computation for rendering this scene with glossy reflection

(3)

Variance reduction

• Efficiency measure for an estimator

Efficiency 11

Variance Cost

 

• Although we call them variance reduction techniques, they are actually techniques to q , y y q increase efficiency

– Stratified samplingp g – Importance sampling

(4)

Russian roulette

• Assume that we want to estimate the following direct lighting integral

direct lighting integral

i i

i d

i o r

o

o p f p L p d

L ( ,)

( ,,) ( ,) | cos|

• The Monte Carlo estimator is

N f ( p, , i )Ld ( p, i ) | cos i |

1    

Si t i th h d i tl if

i i

i i

d i

o r

p

p L

p f

N 1 ( )

| cos

| ) ,

( )

, ,

( 1

• Since tracing the shadow ray is very costly, if we somewhat know that the contribution is

ll ld lik t ki t i small anyway, we would like to skip tracing.

• For example, we could skip tracing rays if | cosi | or is small enough.fr ( p,o,i )

(5)

Russian roulette

• However, we can’t just ignore them since the estimate will be consistently under-estimated estimate will be consistently under-estimated otherwise.

• Russian roulette makes it possible to skip tracing

• Russian roulette makes it possible to skip tracing rays when the integrand’s value is low while still computing the correct value on average

computing the correct value on average.

(6)

Russian roulette

• Select some termination probability q,



 

otherwise

' 1

c F q q

qc

F

c otherwise

] ] [

) [ 1

( ]

'

[ E F qc qc E F

q F

E   

 

R i l tt ill t ll i i b t

] 1 [

) 1

( ]

[ qc E F

q q F

E   

 

 

• Russian roulette will actually increase variance, but improve efficiency if q is chosen so that samples that are likely to make a small contribution are skipped (if are likely to make a small contribution are skipped. (if same number of samples are taken, RR could be worse.

However, since RR could be faster, we could increase number of samples)

(7)

Careful sample placement

• Carefully place samples to less likely to miss important features of the integrand

important features of the integrand

• Stratified sampling: the domain [0,1]s is split i t t t S S hi h di j i t d into strata S1..Sk which are disjoint and

completely cover the domain.

k

j i

S

Si j

k i s

i

S [0,1]

1

i

i v

S |

|

vi 1



 

 0 otherwise ) if

( 1v i

i

S x x

p i

0 otherwise

(8)

Stratified sampling

k i i

s v

I N

V 1 2

ˆ ]

[

i

i i

s] N 1

[

k v

k v I

I

V 1 2 ( )2

ˆ ]

[

 

i

i i i

i i

ns v v I

I N V

1 1

) (

]

[

Thus, the variance can only be reduced by using stratified sampling.

(9)

Stratified sampling

without stratified sampling with stratified sampling

(10)

Bias

• Another approach to reduce variance is to introduce bias into the computation

introduce bias into the computation.

E[F] f (x)dx

• Example: estimate the mean of a set of random numbers Xi over [0..1].

unbiased estimator variance (N1

N X -1) unbiased estimator variance (N )

bi d ti t i (N 2)

i

Xi

N 1

biased estimator variance (N1 max( , ,..., ) -2)

2 1

2

1 X X N

X

(11)

Pixel reconstruction

w x f x dx I ( ) ( )

N

• Biased estimator

(but less variance)

 

N

i N

i i i

b w X

X f

X I 1w

) (

) (

) ˆ (

(but less variance)

i1w(Xi )

N w X f X

( ) ( )

• Unbiased estimator

h i h if PDF f h i

c

i i i

u Np

X f

X

Iˆ

1w( ) ( )

where pc is the uniform PDF of choosing Xi X

f X w E I

E N

i i i

u] 1

[ ( ) ( )]

[ ˆ

1

dx x f x w dx

p x f x w Np f

N

i i i

c u

  

1 ( ) ( ) ( ) ( )

)]

( ) (

[ ]

[ 1

dx x f x w dx

p x f x

Npc

 

i w c

( ) ( ) ( ) ( )

1

(12)

Importance sampling

• The Monte Carlo estimator

N f (X )

1

N

i i

i

N p X

X f

F N

1 ( )

) (

1

converges more quickly if the distribution p(x) is similar to f(x). The basic idea is to concentrate f( ) on where the integrand value is high to

compute an accurate estimate more efficiently.p y

• So long as the random variables are sampled from a distribution that is similar in shape to from a distribution that is similar in shape to the integrand, variance is reduced.

(13)

Informal argument

• Since we can choose p(x) arbitrarily, let’s

choose it so that p(x) f(x) That is p(x)=cf(x) To choose it so that p(x)f(x). That is, p(x)=cf(x). To make p(x) a pdf, we have to choose c so that

1

dx x

c f

) (

1

• Thus, for each sample Xi, we have

f x dx X

f i

) 1 (

) (

Since c is a constant, the variance is zero!

f x dx c

X

p i ( )

) (

• This is an ideal case. If we can evaluate c, we won’t use Monte Carlo. However, if we know p(x), p( ) has a similar shape to f(x), variance decreases.

(14)

Importance sampling

• Bad distribution could hurt variance.

4

0

8 xdx

I

method Sampling function

variance Samples needed for standard error of 0.008

importance (6-x)/16 56.8/N 887,500

importance 1/4 21.3/N 332,812

importance (x+2)/16 6 4/N 98 432

importance (x+2)/16 6.4/N 98,432

importance x/8 0 1

stratified 1/4 21.3/N3 70

(15)

Importance sampling

• Fortunately, it is not too hard to find good

sampling distributions for importance sampling sampling distributions for importance sampling for many integration problems in graphics.

F l i th i t d i

• For example, in many cases, the integrand is the product of more than one function. It is

ft diffi lt t t df i il t th often difficult construct a pdf similar to the

product, but sampling along one multiplicand is ft h l f l

often helpful.

θ )

( )

( L d

s2

f f ( p, ω

o

, ω

i

) L

i

( p, ω

i

) cos θ

i

d ω

i

(16)

Multiple importance sampling

i i

i d

i o r

o

o p f p L p d

L ( ,)

( ,,) ( ,) | cos|

• If we sample based on either L or f, it often performs poorly.

performs poorly.

• Consider a near-mirror BRDF illuminated by an area light where L’s distribution is used to draw area light where L s distribution is used to draw samples. (It is better to sample by f.)

Consider a diffuse BRDF and a small light source

• Consider a diffuse BRDF and a small light source.

If we sample according to f, it will lead to a larger variance than sampling by L

larger variance than sampling by L.

• It does not work by averaging two together dd

since variance is additive.

(17)

Multiple importance sampling

• To estimate , MIS draws nf samples according to p and n samples to p The Monte

f (x)g(x)dx

according to pf and ng samples to pg, The Monte Carlo estimator given by MIS is

g

f n

j g j

i g j j

g n

i f i

i f

i i

f p Y

Y w Y g Y f n

X p

X w

X g X f

n 1 1 ( )

) ( )

( ) 1 (

) (

) ( )

( ) 1 (

• Balance heuristic v.s. power heuristic

s

s p x

x n

w ( )

)

(

ns ps x

x w

)

) (

(

i i i

s s

s x n p x

w ( ) ( )

i

i i

s x n p x

w

) ) (

(

(18)

Multiple importance sampling

• Assume a sample X is drawn from pf where pf(X) is small thus f(X) is small if p matches f If

is small, thus f(X) is small if pf matches f. If, unfortunately, g(X) is large, then standard

importance sampling gives a large value f (X )g(X ) importance sampling gives a large value

• However, with the balance heuristic, the t ib ti f X ill b

) (

) ( ) (

X p

g f

f

contribution of X will be

) ) (

( ) ) (

( )

( )

(X g X w X f X g X n p X

f f f f

)

( ) (

) ( )

( )

( )

(

n X g X f

X p

n X

p n X

p X

p

f

g g f

f f

f

) ( )

(

) ( ) (

X p

n X

p n

g f

g g f

f

f

(19)

Importance sampling

(20)

Multiple importance sampling

(21)

Monte Carlo for rendering equation

 ) ω p,

(

o

L

o

L

e

( p , ω

o

)

f ( p, ω

o

, ω

i

) L

i

( p, ω

i

) cos θ

i

d ω

i

• Importance sampling: sample ωi according to BxDF f and L (especially for light sources)

• If don’t know anything about f and L, then use cosine-weighted sampling of hemisphere to find g p g p a sampled ωi

(22)

Sampling reflection functions

Spectrum BxDF::Sample_f(const Vector &wo,

Vector *wi, float u1, float u2, float *pdf){

Vector wi, float u1, float u2, float pdf){

*wi = CosineSampleHemisphere(u1, u2);

if (wo.z < 0.) wi->z *= -1.f;( ) ;

*pdf = Pdf(wo, *wi);

return f(wo, *wi);

}

For those who modified Sample_f, Pdf must be changed di l

accordingly

float BxDF::Pdf(Vector &wo, Vector &wi) {

t S H i h ( i) ?

return SameHemisphere(wo, wi) ?

fabsf(wi.z) * INV_PI : 0.f;

} Pdf() i f l f lti l i t li g } Pdf() is useful for multiple importance sampling.

(23)

Sampling microfacet model

geometric attenuation G

microfacet distribution D Fresnel reflection F

Too complicated to sample according to f, sample D instead. It is often effective since D accounts for most variation for f.

(24)

Sampling microfacet model

Spectrum Microfacet::Sample_f(const Vector &wo, Vector *wi, float u1, float u2, float *pdf) { distribution->Sample_f(wo, wi, u1, u2, pdf);

if (!SameHemisphere(wo, *wi)) return Spectrum(0 f);

return Spectrum(0.f);

return f(wo, *wi);

}

float Microfacet::Pdf(const Vector &wo, const Vector &wi) const {

if (!SameHemisphere(wo, wi)) return 0.f;

if (!SameHemisphere(wo, wi)) return 0.f;

return distribution->Pdf(wo, wi);

}

(25)

Sampling Blinn microfacet model

• Blinn distribution: e

h h

D e (cos )

2 ) 2

(cos  

• Generate ωh according to the above function

2 

1 1

cos 

h

e

ωh

C t t

2 

2

h

ωo ωh ω

i

• Convert ωh to ωi

h h

o o

i

   

i

 

o

 2 ( (

o

h

) )

h

(26)

Sampling Blinn microfacet model

• Convert half-angle PDF to incoming-angle PDF, that is change from a density in term of ω to that is, change from a density in term of ωh to one in terms of ωi

transformation ) ( )

(

1

x d p

y dy

py x

method

y dx

(27)

Sampling anisotropic microfacet model

• Anisotropic model (after Ashikhmin and Shirley) for the first quadrant of the unit hemisphere

for the first quadrant of the unit hemisphere

 ) ( 1 )( 1 ) ( )

cos2 sin2

(

h

e e

h

n

ex ey

D ( 

h

)  ( e

x

 1 )( e

y

 1 ) ( 

h

n )

D  

(28)

Estimate reflectance

Spectrum BxDF::rho(Vector &w, int nS, float *S)

{ if (!S) { hd ( )

f ( ,i) | cosi | di

S=(float *)alloca(2*nS*sizeof(float));

LatinHypercube(S, nS, 2);

r o i i i o

hd f d

( ) ( , ) | cos |

N f ( ) | cos |

1

}

Spectrum r = 0.;

for (int i = 0; i < nS; ++i) {

i i

i i

o r

p f

N 1 ( )

| cos

| ) ,

( 1

( ; ; ) {

Vector wi;

float pdf = 0.f;

Spectrum f=Sample f(w &wi S[2*i] S[2*i+1] &pdf);

Spectrum f=Sample_f(w,&wi,S[2 i],S[2 i+1],&pdf);

if (pdf > 0.) r += f * fabsf(wi.z) / pdf;

}

return r / nS;

return r / nS;

}

(29)

Estimate reflectance

Spectrum BxDF::rho(int nS, float *S) const

{ if (!S) { hh 1



f ( ) | cos cos | d d

S = (float *)alloca(4 * nS * sizeof(float));

LatinHypercube(S, nS, 4);

 



r o i i o i o

hh f d d

( , ) | cos cos |

N f ( ' '')| ' '' |

1

1

}

Spectrum r = 0.;

for (int i = 0; i < nS; ++i) {

N

i i i

i i

i i r

p p

f

N 1 ( ') ( '')

| cos cos

| ) ,

( 1

1

( ; ; ) {

Vector wo, wi;

wo = UniformSampleHemisphere(S[4*i], S[4*i+1]);

float pdf o = INV TWOPI pdf i = 0 f;

float pdf_o = INV_TWOPI, pdf_i = 0.f;

Spectrum f

=Sample_f(wo,&wi,S[4*i+2],S[4*i+3],&pdf_i);

if (pdf i > 0 ) if (pdf_i > 0.)

r += f * fabsf(wi.z * wo.z) / (pdf_o * pdf_i);

}

/ ( * S) return r / (M_PI*nS);

}

(30)

Sampling BSDF (mixture of BxDFs)

• We would like to sample from the density that is the sum of individual densities

is the sum of individual densities

• Difficult. Instead, uniformly sample one , y p

component and use it for importance sampling.

However, f and Pdf returns the sum.,

• Three uniform random numbers are used, the first one determines which BxDF to be sampled first one determines which BxDF to be sampled (uniformly sampled) and then sample that BxDF using the other two random numbers

using the other two random numbers

(31)

Sampling light sources

• Direct illumination from light sources makes an

important contribution, so it is crucial to be able to important contribution, so it is crucial to be able to generates

– Sp: samples directions from a point p to the lightSp: samples directions from a point p to the light – Sr: random rays from the light source (for

bidirectional light transport algorithms such as g p g bidirectional path tracing and photon mapping)

small sphere light diff BRDF

small sphere light diffuse BRDF

(32)

Lights

• Essential data members:

T f Li htT W ld W ldT Li ht – Transform LightToWorld, WorldToLight;

– int nSamples;

l f returns wi and radiance due to the light

• Essential functions:

– Spectrum Sample_L(Point &p, Vector *wi,

) E ti ll l MC

g assuming visibility=1; initializes vis

VisibilityTester *vis);

– bool IsDeltaLight();

Essentially a one-sample MC Estimator. Not returning pdf.

p

wi

(33)

Interface

virtual Spectrum Sample_L(const Point &p,

float u1, float u2, Vector *wi, float *pdf, float u1, float u2, Vector wi, float pdf, VisibilityTester *vis) const = 0;

virtual float Pdf(const Point &p,

W d ’t h

( p,

const Vector &wi) const = 0;

virtual Spectrum Sample_L(… Normal &n, …) {

We don’t have

normals for volume.

_

return Sample_L(p, u1, u2, wi, pdf, vis);

} If we know normal, we could add consine falloff to better sample L.

virtual float Pdf(… Normal &n, …) { return Pdf(p, wi);

}

virtual Spectrum Sample_L(const Scene *scene, fl t 1 fl t 2 fl t 3 fl t 4

Default (simply forwarding to the one without normal).

float u1, float u2, float u3, float u4,

Ray *ray, float *pdf) const = 0;Rays leaving lights

(34)

Point lights

• Sp: delta distribution, treat similar to specular BxDF

BxDF

• Sr: sampling of a uniform sphere

(35)

Point lights

Spectrum Sample_L(const Point &p, float u1, float u2, Vector *wi, float *pdf, VisibilityTester *vis)

{

*pdf = 1.f;

return Sample_L(p, wi, visibility);

delta function }

float Pdf(Point &, Vector &) const {

{

return 0.;

}

Spectrum Sample L(Scene *scene float u1 float u2 for almost any direction, pdf is 0

Spectrum Sample_L(Scene scene, float u1, float u2, float u3, float u4, Ray *ray, float *pdf) const {

ray >o = lightPos;

ray->o = lightPos;

ray->d = UniformSampleSphere(u1, u2);

*pdf = UniformSpherePdf();

i

return Intensity;

}

(36)

Spotlights

• Sp: the same as a point light

S li f (i h f ll ff)

• Sr: sampling of a cone (ignore the falloff)

cone over

)

( c

p() p(,)  csin over[0,θ ][0,2]

p p(,) csin over [0,θmax] [0,2]

 

2 ' sin 2 (1 cosmax)

1 c d d c 2 (1 cos )

) sin ,

(

 

p

0 0 2(1cosmax)

2

1

sin )

1 ( 2 ) sin

(

d

p

0 2(1 cosmax) 1 cosmax

' sin 1 cos '

)

(

d

P 1 cos (1 ) cos

01 cos max 1 cos max

)

(

d P

| ) ( , ) 1

( p

p P( |')

' 1 d '

max 1

1) cos

1 (

cos 2

| ) ( ) 2

(

p p

0

2 2

) 2

|' (

d

P 22

(37)

Spotlights

Spectrum Sample_L(Point &p, float u1, float u2, Vector *wi, float *pdf, VisibilityTester *vis) {

*pdf = 1.f;

return Sample_L(p, wi, visibility);

}

float Pdf(const Point &, const Vector &) { return 0.; }

{ ; }

Spectrum Sample_L(Scene *scene, float u1, float u2, float u3 float u4 Ray *ray float *pdf)

float u3, float u4, Ray ray, float pdf) {

ray->o = lightPos;

Vector v = UniformSampleCone(u1 u2 cosTotalWidth);

Vector v = UniformSampleCone(u1, u2,cosTotalWidth);

ray->d = LightToWorld(v);

*pdf = UniformConePdf(cosTotalWidth);

i * ll ff( d)

return Intensity * Falloff(ray->d);

}

(38)

Projection lights and goniophotometric lights

• Ignore spatial variance; sampling routines are essentially the same as spot lights and point essentially the same as spot lights and point lights

(39)

Directional lights

• Sp: no need to sample

S i l di k f h di

• Sr: create a virtual disk of the same radius as scene’s bounding sphere and then sample the di k if l

disk uniformly.

(40)

Directional lights

Spectrum Sample_L(Scene *scene, float u1, float u2, float u3, float u4, Ray *ray, float *pdf) const {

Point worldCenter;

float worldRadius;

scene->WorldBound().BoundingSphere(&worldCenter,

&worldRadius);

Vector v1, v2;, ;

CoordinateSystem(lightDir, &v1, &v2);

float d1, d2;

ConcentricSampleDisk(u1 u2 &d1 &d2);

ConcentricSampleDisk(u1, u2, &d1, &d2);

Point Pdisk =

worldCenter + worldRadius * (d1*v1 + d2*v2);

ray >o = Pdisk + worldRadius * lightDir;

ray->o = Pdisk + worldRadius * lightDir;

ray->d = -lightDir;

*pdf = 1.f / (M_PI * worldRadius * worldRadius);

return L;

}

(41)

Area lights

• Defined by shapes

Add h li f ti f h

• Add shape sampling functions for Shape

• Sp: uses a density with respect to solid angle from the point p

Point Shape::Sample(Point &P, float u1, float u2, Normal *Ns)

• Sr: generates points on the shape according to a density with respect to surface area

Point Shape::Sample(float u1, float u2, Normal *Ns)

• virtual float Shape::Pdf(Point &Pshape) { return 1.f / Area(); }

(42)

Area light sampling method

• Most of work is done by Shape.

Spectrum Sample L(Point &p Normal &n float u1 Spectrum Sample_L(Point &p, Normal &n, float u1,

float u2, Vector *wi, float *pdf,

VisibilityTester *visibility) const {y y) { Normal ns;

Point ps = shape->Sample(p, u1, u2, &ns);

*wi = Normalize(ps - p);

*pdf = shape->Pdf(p, *wi);

visibility >SetSegment(p ps);

visibility->SetSegment(p, ps);

return L(ps, ns, -*wi);

}

float Pdf(Point &p, Normal &N, Vector &wi) const { return shape->Pdf(p, wi);

}

(43)

Area light sampling method

Spectrum Sample_L(Scene *scene, float u1, float u2, float u3, float u4, Ray *ray, float *pdf) const , , y y, p ) {

Normal ns;

ray->o = shape->Sample(u1, u2, &ns);

ray->d = UniformSampleSphere(u3, u4);

if (Dot(ray >d ns) < 0 ) ray >d *= 1;

if (Dot(ray->d, ns) < 0.) ray->d *= -1;

*pdf = shape->Pdf(ray->o) * INV_TWOPI;

return L(ray->o, ns, ray->d);( y , , y ) }

(44)

Sampling spheres

• Only consider full spheres

Point Sample(float u1, float u2, Normal *ns) {

{

Point p = Point(0,0,0) + radius *

( 1 2) UniformSampleSphere(u1, u2);

*ns = Normalize(ObjectToWorld(

Normal(p.x, p.y, p.z)));

if (reverseOrientation) *ns *= -1.f;

return ObjectToWorld(p);

}

(45)

Sampling spheres

r c

r

θ 2

 r

θ cos 1

p c

r

p

(46)

Sampling spheres

Point Sample(Point &p, float u1, float u2, Normal *ns) {) {

// Compute coordinate system

Point c = ObjectToWorld(Point(0,0,0));

Vector wc = Normalize(c - p);

Vector wcX, wcY;

CoordinateSystem(wc &wcX &wcY);

CoordinateSystem(wc, &wcX, &wcY);

// Sample uniformly if p is inside if (DistanceSquared(p, c) q p,

- radius*radius < 1e-4f) return Sample(u1, u2, ns);

// l if l i id b d d

// Sample uniformly inside subtended cone float cosThetaMax = sqrtf(max(0.f,

1 - radius*radius/DistanceSquared(p c)));

1 radius*radius/DistanceSquared(p,c)));

(47)

Sampling spheres

DifferentialGeometry dgSphere;

float thit;

Point ps;

Ray r(p, UniformSampleCone(u1, u2, cosThetaMax, wcX, wcY, wc));

if (!Intersect(r, &thit, &dgSphere)) { ps = c - radius * wc; It’s unexpected

ps = c - radius * wc;

} else {

ps = r(thit);

It s unexpected.

p }

*ns = Normal(Normalize(ps - c));

if ( i i ) * * 1 f

if (reverseOrientation) *ns *= -1.f;

return ps;

} }

(48)

Infinite area lights

• Essentially an infinitely large sphere that surrounds the entire scene

surrounds the entire scene

• Sp:

normal given: cosine weighted sampling – normal given: cosine weighted sampling – otherwise: uniform spherical sampling

does not take directional radiance distribution – does not take directional radiance distribution

into account

• Sr:

• Sr:

– Uniformly sample two points p1 and p2 on the sphere – Use pUse p11 as the origin and pas the origin and p22-pp11 as the directionas the direction

– It can be shown that p2-p1 is uniformly distributed (Li et. al. 2003)

(49)

Infinite area lights

Spectrum Sample_L(Scene *scene, float u1, float u2, float u3, float u4, Ray *ray, float *pdf) const {

Point wC; float wR;

scene->WorldBound().BoundingSphere(&wC, &wR);

wR *= 1.01f;

Point p1 = wC + wR * UniformSampleSphere(u1, u2);

Point p2 = wC + wR * UniformSampleSphere(u3, u4);p p p ( , );

ray->o = p1;

ray->d = Normalize(p2-p1);

p1 p2

Vector to center = Normalize(worldCenter p1);

Vector to_center = Normalize(worldCenter - p1);

float costheta = AbsDot(to_center,ray->d);

*pdf = costheta / ((4.f * M_PI * wR * wR));

( iff i l( d))

return Le(RayDifferential(ray->o, -ray->d));

}

(50)

Sampling lights

• Structured Importance Sampling of Environment Maps SIGGRAPH 2003

Maps, SIGGRAPH 2003

irradiance binary visibility irradiance

Infinite area light; easy to evaluate

(51)

Importance metric

illumination of a region

b

L

a

L     

 ( , )

• Illumination-based importance sampling (a=1

solid angle of a region

• Illumination based importance sampling (a 1, b=0)

• Area based stratified sampling (a=0 b=1)

• Area-based stratified sampling (a=0, b=1)

(52)

Variance in visibility

• After testing over 10 visibility maps, they found that variance in visibility is proportional to the that variance in visibility is proportional to the square root of solid angle (if it is small)



2

     

 

S T

V ,    3 

parameter typically

• Thus they empirically define the importance as

3 T

visibility map parameter typically between 0.02 and 0.6

• Thus, they empirically define the importance as

min  

14

  L , L min ,

0

 

4

L L

set as 0.01 set as 0.01

(53)

Hierarchical thresholding

1 ,....,

0

 

i i d

t

i

standard deviation of d=6

the illumination mapp

)

(

 

L

4 / 1 0 0

4  ( ,

)  

L L

i

t t

) ,

(

 

j iC i iC i

j

j L

j

td td1

Nd

1

Nd4

 j

j N

N

(54)

Hierarchical stratification

(55)

Results

(56)

Sampling BRDF

http://www.cs.virginia.edu/~jdl/papers/brdfsamp/lawrence_sig04.ppt

(57)

Sampling product

• Wavelet Importance Sampling: Efficiently Evaluating Products of Complex Functions Evaluating Products of Complex Functions, SIGGRAPH 2005.

(58)

Sampling product

(59)

Wavelet decomposition

(60)

Sample warping

(61)

Results

(62)

Results

(63)

Results

參考文獻

相關文件

Students read the adapted version of the fable “The Lion and the Mouse” to learn to be grateful and the English saying of wisdom “One good turn deserves another.” Teachers

Population: the form of the distribution is assumed known, but the parameter(s) which determines the distribution is unknown.. Sample: Draw a set of random sample from the

Now, nearly all of the current flows through wire S since it has a much lower resistance than the light bulb. The light bulb does not glow because the current flowing through it

which can be used (i) to test specific assumptions about the distribution of speed and accuracy in a population of test takers and (ii) to iteratively build a structural

Then, it is easy to see that there are 9 problems for which the iterative numbers of the algorithm using ψ α,θ,p in the case of θ = 1 and p = 3 are less than the one of the

• But Monte Carlo simulation can be modified to price American options with small biases..

• Thresholded image gradients are sampled over 16x16 array of locations in scale space. • Create array of orientation

• Thresholded image gradients are sampled over 16x16 array of locations in scale space. • Create array of