+ All Categories
Home > Documents > Dynamic Occlusion Analysis in Optical Flow Fields

Dynamic Occlusion Analysis in Optical Flow Fields

Date post: 31-Dec-2015
Category:
Upload: rosamund-jeremiah
View: 39 times
Download: 3 times
Share this document with a friend
Description:
CSE 668, Animate Vision Principles for 3D Image Sequences CSE Department, SUNY Buffalo [email protected]. Dynamic Occlusion Analysis in Optical Flow Fields. http://www.wps.cn/index.php?mod=template&app=wpp&id=256&type=browser&O=g&page=2. Optical Flow field:. - PowerPoint PPT Presentation
Popular Tags:
25
CSE 668, Animate Vision Principles for 3D Image Sequences CSE Department, SUNY Buffalo [email protected] Dynamic Occlusion Analysis in Optical Flow Fields http://www.wps.cn/index.php? mod=template&app=wpp&id=256&type=browser&O=g&page=2
Transcript
Page 1: Dynamic Occlusion Analysis in Optical Flow Fields

CSE 668, Animate Vision Principles for 3D Image SequencesCSE Department, SUNY [email protected]

Dynamic Occlusion Analysis in Optical Flow Fields

http://www.wps.cn/index.php?mod=template&app=wpp&id=256&type=browser&O=g&page=2

Page 2: Dynamic Occlusion Analysis in Optical Flow Fields

Optical Flow field:Optical Flow Field: An optical flow field specifies the velocity of the image of points on a sensor plane due to the motion of the sensor and/or visible objects.

The picture is from Beauchemin and Barron, ” The Computation of Optical Flow”,N6A 5B7,1995

Page 3: Dynamic Occlusion Analysis in Optical Flow Fields

Discontinuity:

If a sensor is moving through a static scene, a discontinuity in optical flow occurs only if there is a discontinuity in the distance from the sensor to the visible surfaces on either side of the flow boundary.

Page 4: Dynamic Occlusion Analysis in Optical Flow Fields

The goal we want to achieve:We want to use optical flow to locate dynamic occlusion boundaries in an image sequence.

Page 5: Dynamic Occlusion Analysis in Optical Flow Fields

Algorithm stated from Thompson, Kathleen and Berzins :

Main idea: Derive an edge detection sensitive to changes in flow fields likely to be associated with occlusion. In this algorithm, they developed an operator for finding occlusion boundaries in optical flow fields.

There are two main parts:

Boundary detection

Identifying occluding surface

Page 6: Dynamic Occlusion Analysis in Optical Flow Fields

Part 1:Boundary DetectionTwo criteria:Sensitivity to rapid spatial change in one or both of the magnitude and direction of flow.Operation over a sufficiently large neighborhood to reduce sensitivity to noise in computed flow fields.

So they based on the zero-crossing detectors method of Marr and Hildreth which was put forward in the “Theory of edge detection”, in Proc. Roy. Soc. London, vol. B-207, 1980,pp. 187-217.

Page 7: Dynamic Occlusion Analysis in Optical Flow Fields

Zero-crossing detectors:Step1: Smooth the field using a symmetrical Gaussian kernel.Step2: Compute the Laplacian of the smoothed function.Step3: Look for directional zero crossings of the resulting function.

Under a set of relatively weak assumptions, these zero-crossings can be shown to correspond to points of most rapid change in some direction in the original function!

IG*2

Page 8: Dynamic Occlusion Analysis in Optical Flow Fields

The improving algorithm:Main point:An edge can be defined as a peak in the first directional derivation. At the edge, the second directional derivative has zero crossings in almost all directions, but the preferred direction is normal to the locus of the zero crossings, which is the same as the direction where the zero crossing is steepest for linearly varying fields. So we can get this conclusion:

For vector images such as optical flow fields, the directional derivatives are vector valued and we want the magnitude of the first directional derivative to have a peak!

Page 9: Dynamic Occlusion Analysis in Optical Flow Fields

Main Algorithm:Let V be a twice continuously differentiable vector field, let N be an open neighborhood containing the origin such that V/y is constant on N, let L be the intersection of N and the y axis, and let u be a unit vector.Then the magnitude of the directional derivative in the u direction is

Page 10: Dynamic Occlusion Analysis in Optical Flow Fields

The partial derivative of this quantity can be simplified as follows:

since V/y is constant on N. For the same reason, and . Therefore, has a zero crossing wheneverdoes. But has an extremum in the x direction wheneverhas a zero crossing.

02

2

V

VV 22

2

2|| uVx

VVuux2)(

2|| uV 2|| uVx

Page 11: Dynamic Occlusion Analysis in Optical Flow Fields

These are two examples of this technique applied to real images are shown below.

The picture is from Thompson, Kathleen, Berzins, “Dynamic Occlusion Analysis in Optical Flow Fields”.

Page 12: Dynamic Occlusion Analysis in Optical Flow Fields

Part 2: Identifying Occluding SurfacesPrerequisite:At a flow boundary, the side having the larger magnitude of flow will be closed, and thus will be occluding the father surface. Surfaces corresponding to regions on opposite sides if a boundary may move in arbitrary and unrelated ways.

Conclusion:By considering the flow values on either side of the boundary and the manner in which the boundary itself changes over time, it is usually possible to find which side of the boundary corresponds to the occluding surface, although the depth to the surfaces on either side cannot be determined.

Page 13: Dynamic Occlusion Analysis in Optical Flow Fields

Principle:The image of the occluding contour moves with the image of the occluding surface. Shown on the figure are the optical flow of points on each surface and the flow of points on the image of the boundary.

Page 14: Dynamic Occlusion Analysis in Optical Flow Fields

Now we can state the basic principle more precisely:Choose a coordinate system in the image plane with the origin at a particular boundary point and the x axis oriented normal to the boundary contour, with x > 0 for the occluding surface. The camera points in the z direction, and the image plane is at z = 0. Let be the x component of optical flow at the point (x,y). Let be the x component of the flow of the boundary itself at the origin. Then, for rigid objects,

),( yxf x bf

)0,0()0,(lim0

xxx

b fxff

This equation specifies a purely local constraint and, as the limit is taken from only one side of the boundary, is dependent on flow values on a single surface.

Page 15: Dynamic Occlusion Analysis in Optical Flow Fields

When developing an algorithm for actually identifying the occluding surface at a detected boundary, we can first start by assuming only translational motion is occurring, and ignoring the rotation. According to , we need only look at the flow at the edge point and immediately to either side to determine which side corresponds to the occluding surface.

But, is it practical precise?

)0,0()0,(lim0

xxx

b fxff

Page 16: Dynamic Occlusion Analysis in Optical Flow Fields

A simple binary decision test:We will use a coordinate system with its origin at the location of some particular boundary point at a time , we consider only , the projection of flow onto the x axis. In this new coordinate system, positive velocity values will correspond to motion to the right.

We have two cases here:

0t

xflow

Page 17: Dynamic Occlusion Analysis in Optical Flow Fields

Case1:The two possible velocity functions are convolved with a Gaussian blurring kernel.Given the step function:

Page 18: Dynamic Occlusion Analysis in Optical Flow Fields

Case2:The Laplacian of these functions in the direction perpendicular to the edge is equal to the second derivative.The step function for case 2 is –s(x), where s(x) and u(x) are defined above

At some time , will have shifted right or left, depending upon whether the edge moves with the surface moving to the right or left.

1t )('' xh

Page 19: Dynamic Occlusion Analysis in Optical Flow Fields

Specific Algorithm:First: Optical flow fields are obtained and approximation to the Laplacians of Gaussian blurred versions of these flow fields are calculated.Second: Edge points are found in the first flow fields by searching for vector reversals in the Laplacian of the field.Third: Find the appropriate offset to add to the edge location to find P.Fourth: The direction perpendicular to the edge point is estimated.

There is an example of this technique applied to an image sequence shown below.

Page 20: Dynamic Occlusion Analysis in Optical Flow Fields

The picture is from Thompson, Kathleen, Berzins, “Dynamic Occlusion Analysis in Optical Flow Fields”.

Page 21: Dynamic Occlusion Analysis in Optical Flow Fields

The shortcoming of dynamic occlusion analysis:Motion-based boundary detection is sensitive only to depth discontinuities and/or object boundaries.Significant edges will not be detected unless there is perceived motion between the surfaces in either side.

Page 22: Dynamic Occlusion Analysis in Optical Flow Fields

The idea of Improving:

In the first part of the dynamic occlusion analysis algorithm, we can also use the intensity-based edge detection which is proposed by Witkin to detect the edge points. Then all the detected edge points are of direct significance to the interpretation of object shape. We can compare the two methods then we choose the more obvious and has better effect one to use it into the part2, identifying occluding surfaces.

Page 23: Dynamic Occlusion Analysis in Optical Flow Fields

Intensity-based edge detection: Using basic continuity and independence properties of scenes and images, signatures were deduced for each of several edge types expressed in terms of correlational properties of the image intensities in the neighborhood of the edge. This procedure’s ability to discriminate occluding contours from cast shadow boundaries was demonstrated for cases where line junction cues are absent from the image.

Page 24: Dynamic Occlusion Analysis in Optical Flow Fields

Goal:The minimum goal: Use matlab to test my idea and verify if it can get high accuracy of occlusion detection.

If there still has time, I will devote myself to deal with the other problem of the algorithm.

Page 25: Dynamic Occlusion Analysis in Optical Flow Fields

http://www.wps.cn/index.php?mod=template&app=wpp&id=256&type=browser&O=g&page=2


Recommended