WO2000077734A2 - A multi-view approach to motion and stereo - Google Patents

A multi-view approach to motion and stereo Download PDF

Info

Publication number
WO2000077734A2
WO2000077734A2 PCT/US2000/015903 US0015903W WO0077734A2 WO 2000077734 A2 WO2000077734 A2 WO 2000077734A2 US 0015903 W US0015903 W US 0015903W WO 0077734 A2 WO0077734 A2 WO 0077734A2
Authority
WO
WIPO (PCT)
Prior art keywords
pixel
keyframe
motion
depth value
depth
Prior art date
Application number
PCT/US2000/015903
Other languages
French (fr)
Other versions
WO2000077734A3 (en
Inventor
Richard Szeliski
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to AU57311/00A priority Critical patent/AU5731100A/en
Publication of WO2000077734A2 publication Critical patent/WO2000077734A2/en
Publication of WO2000077734A3 publication Critical patent/WO2000077734A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/10Image acquisition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10004Still image; Photographic image
    • G06T2207/10012Stereo images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • G06T2207/10021Stereoscopic video; Stereoscopic image sequence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V2201/00Indexing scheme relating to image or video recognition or understanding
    • G06V2201/12Acquisition of 3D measurements of objects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N13/10Processing, recording or transmission of stereoscopic or multi-view image signals
    • H04N13/189Recording image signals; Reproducing recorded image signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N2013/0074Stereoscopic image analysis
    • H04N2013/0081Depth or disparity estimation from stereoscopic image signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N13/00Stereoscopic video systems; Multi-view video systems; Details thereof
    • H04N2013/0074Stereoscopic image analysis
    • H04N2013/0085Motion estimation from stereoscopic image signals

Definitions

  • the invention is related to a computer-implemented system and process for estimating a motion or depth map for multiple images of a 3D scene, and more particularly, to a system and process for estimating motion or depth maps for more than one image of the multiple images of the 3D scene.
  • Fig. 1 depicts a slice through a motion sequence spatio-temporal volume.
  • Other problems with 5 traditional approaches include dealing with untextured or regularly textured regions, and with viewpoint-dependent effects such as specularities or shading.
  • variable window sizes [10] or iterative evidence aggregation [14] can be used.
  • Sub-pixel disparities can be estimated by finding the analytic minimum of the local error surface [13] or using gradient-based
  • Another active area of research is the detection of parametric motions within image sequences [19, 3, 20].
  • the goal is to decompose the images 5 into sub-images, commonly referred to as layers, such that the pixels within each layer move with a parametric transformation.
  • the layers can be interpreted as planes in 3D being viewed by a moving camera, which results in fewer unknowns.
  • This representation facilitates reasoning about occlusions, permits the computation of accurate out-of-plane displacements, and enables the o modeling of mixed or transparent pixels [1 ].
  • initializing such an algorithm and determining the appropriate number of layers is not straightforward, and may require sophisticated optimization algorithms to resolve.
  • the present invention relates to a new approach to computing dense motion or depth estimates from multiple images that overcomes the problems of current depth and motion estimation methods. In general terms this is accomplished by associating a depth or motion map with each input image (or some subset of the images equal to or greater than two), rather that computing a single map for all the images. In addition, consistency between the estimates associated with different images is ensured by using a motion compatibility constraint and reasoning about occlusion relationships by computing pixel visibilities. This system of cross-checking estimates between images produces richer, more accurate, estimates for the desired motion and depth maps.
  • a preferred process according to the present invention involves using a multi-view framework that generates dense depth or motion estimates for the input images (or a subset thereof). This is accomplished by minimizing a three-part cost function, which consists of an intensity compatibility constraint, a motion or depth compatibility constraint, and a motion smoothness constraint.
  • the motion smoothness term uses the presence of color/brightness discontinuities to modify the probability of motion smoothness violations.
  • a visibility term is added to the intensity compatibility and motion/depth compatibility constraints to prevent the matching of pixels into areas that are occluded.
  • the cost function is computed in two phases. During an initializing phase, the motion or depth values for each image being examined are estimated independently.
  • the motion/depth compatibility term is ignored. In addition, no visibilities are computed and it is assumed all pixels are visible. Once an initial set of motion/depth estimates have been computed, the visibilities are computed and the motion/depth estimates recalculated using the visibility terms and the motion/depth compatibility constraint. The foregoing process can then be repeated several times using the revised motion/depth estimates from the previous iteration as the initializing estimates for the new iteration, to obtain better estimates of motion/depth and visibility.
  • a third application is as a low-level representation from which segmentation and layer extraction (or 3D model construction) can take place.
  • FIG. 1 is an image depicting a slice through a motion sequence spatio- temporal volume.
  • FIG. 2 is a diagram depicting a general purpose computing device constituting an exemplary system for implementing the present invention.
  • FIG. 3 is a block diagram of an overall process for estimating motion or depth values for each pixel of a collection of keyframe images according to the present invention.
  • FIG. 4 is a block diagram of a refinement process for accomplishing the estimation program modules of the overall process of Fig. 3 employing a multi- resolution, hierarchical approach.
  • FIGS. 5A through 5D are block diagrams of a process for accomplishing the initial estimates computation program module of the overall process of Fig. 3.
  • FIG. 6 is a block diagram of a refinement process for accomplishing the estimation program modules of the overall process of Fig. 3 employing an iterative approach.
  • FIGS. 7A through 7D are block diagrams of a process for accomplishing the final estimates computation program module of the overall process of Fig. 3.
  • FIGS. 8(a)-(l) are images depicting the results of various stages of the l o overall process of Fig. 3 as applied to a scene of a flower garden.
  • FIGS. 9(a)-(l) are images depicting the results of various stages of the overall process of Fig. 3 as applied to a scene of a computer graphics symposium.
  • Fig. 2 and the following discussion are intended to provide a brief, general 0 description of a suitable computing environment in which the invention may be implemented.
  • the invention will be described in the general context of computer-executable instructions, such as program modules, being executed by a personal computer.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like.
  • the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote memory storage
  • an exemplary system for implementing the invention includes a general purpose computing device in the form of a conventional personal computer 20, including a processing unit 21 , a system memory 22, and a system bus 23 that couples various system components including the system memory to the processing unit 21.
  • the system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • the system memory includes read only memory (ROM) 24 and random access memory (RAM) 25.
  • ROM read only memory
  • RAM random access memory
  • the personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • the hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical drive interface 34, respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 20.
  • a number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31 , ROM 24 or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37, and program data 38.
  • a user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42.
  • a camera 55 (such as a digital/electronic still or video camera, or film/photographic scanner) capable of capturing a sequence of images 56 can also be included as an input device to the personal computer 20.
  • the images 56 are input into the computer 20 via an appropriate camera interface 57.
  • This interface 57 is connected to the system bus 23, thereby allowing the images to be routed to and stored in the RAM 25, or one of the other data storage devices associated with the computer 20.
  • image data can be input into the computer 20 from any of the aforementioned computer-readable media as well, without requiring the use of the camera 55.
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus (USB).
  • a monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48.
  • personal computers typically include other peripheral output devices (not shown), such as speakers and printers.
  • the personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49.
  • the remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20, although only a memory storage device 50 has been illustrated in Fig. 2.
  • the logical connections depicted in Fig. 2 include a local area network (LAN) 51 and a wide area network (WAN) 52.
  • LAN local area network
  • WAN wide area network
  • the personal computer 20 When used in a LAN networking environment, the personal computer 20 is connected to the local network 51 through a network interface or adapter 53. When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the wide area network 52, such as the Internet.
  • the modem 54 which may be internal or external, is connected to the system bus 23 via the serial port interface 46.
  • program modules depicted relative to the personal computer 20, or portions thereof may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • the multi-view framework associated with the present invention is motivated by several requirements. These include the ability to accurately predict the appearance of novel views or in-between images and the ability to extract higher-level representations such as layered models or surface-based models. This is essentially accomplished by estimating a collection of motion or depth fields associated with multiple images, such that the aforementioned other views and images can be predicted based on the estimates.
  • the images I s are considered the keyframes (or key-views) for which a motion or depth estimate (either of which will be identified by the variable u » will be computed. It is noted that throughout this description the term motion/depth may be used as a short version of the phrase motion or depth.
  • Images I t , t € ⁇ /(s) are neighboring frames (or views), for which the corresponding pixel intensities (or colors) should agree.
  • the pixel coordinate x, corresponding to a given keyframe pixel ⁇ s with motion/depth u, can be computed according to a chosen motion model (Section 1.1 ).
  • the constants w st are the inter-frame weights which dictate how much neighboring frame t will contribute to the estimate of u,. Note that w st could be set to zero (0) for t g A (s) and the t e A/ (s) notation could be abandoned.
  • Corresponding pixel intensity or color differences are passed through a 5 robust penalty function p, which is discussed in more detail in Section 1.2.
  • p a 5 robust penalty function
  • each color channel can be passed separately through the robust penalty function.
  • a better approach would be to compute a reasonable color-space distance between pixels, and pass this through a robust penalty, since typically either all bands are affected by circumstances such as o occlusions or specularities, or none of them are affected.
  • Bergen et al. [2] present a variety of instantaneous (infinitessimal) motion models in a unified estimation framework.
  • Szeliski and Coughlan [17] present a similar set of motion models for finite (larger) motion.
  • two motion models are considered: constant flow 0 (uniform velocity), and rigid body motion.
  • the constant flow motion model assumes a (locally) constant velocity
  • This model is appropriate when processing regular video with a relatively small sliding window of analysis. It should also be noted that this model does not require constant flow throughout the whole video. Rather, it assumes that within the window t e A/(s), the constant flow model is a reasonably good approximation 0 to the true velocity.
  • the rigid motion model assumes that the camera is moving in a rigid scene or observing a single rigid moving object, but does not assume a uniform temporal sampling rate. In this model,
  • M te is a homography describing a global parametric motion
  • d s (x s ) is a per- pixel displacement that adds some motion towards the epipole e ts
  • P(x, y, z) (x/z, y/z) is the perspective projection operator.
  • the notation s will be used to indicate the unknown per-pixel motion parameter, even when it is actually a scalar displacement d s .
  • M ls is the homography corresponding to the plane at infinity. If all of the cameras live in the same plane with their optical axes perpendicular to the plane, d s is the inverse depth (sometimes called the disparity [10]) of a pixel.
  • Black and Rangarajan [4] provide a nice survey of robust statistics applied to image matching and image segmentation problems.
  • a contaminated Gaussian distribution which is a mixture of a Gaussian distribution and a uniform distribution is preferred.
  • CT measures the temporal flow (motion/depth) compatibility
  • Cs measures the flow smoothness.
  • the brightness compatibility term measures the degree of agreement in brightness or color between corresponding pixels
  • c ⁇ (x.) p r flu, (x.) - u, (x,)
  • the variance c ⁇ ⁇ 2 can be used to 0 account for drift in the velocities (acceleration).
  • the d s 's may actually be related by a projective transformation [16]. For a scene with object far enough away or for cameras arranged in a plane perpendicular to their optical axes, this is not a problem.
  • the value of the outlier probability is based on the brightness/color difference between neighboring pixels
  • this ⁇ function and the dependence of the outlier probability on the local intensity variation can be shown as follows. Assume the prior probability p D that two neighboring pixels straddle a motion discontinuity (i.e., that they live on different surfaces) is known. The distribution of the brightness or color differences between two neighboring pixels depends on the event D that they live on different surfaces, i.e., there are two distributions /?( (x) - (x')
  • is a threshold to account for errors in estimation and warping.
  • v is generally not commutative, e.g., v st (x s ) may not be the same as v ts (x t ), since x t may map to a different pixel x s ' if it is an occluder.
  • d,(x s ) - d s (x t ) should never be greater than ⁇ .
  • the flow compatibility constraint will ensure that this does not 0 occur. In the case of general 2-D flow, the situation is more complicated.
  • v st (x s ) is set to zero whenever the corresponding pixel x t is outside the boundaries of I, , i.e., x f ⁇ l t .
  • a preferred approach to computing the initial estimates of the motion/depth values for each pixel of a selected keyframe image is hierarchical, i.e., the matching can occur at any level in a multi-resolution pyramid, and results from coarser levels can be used to initialize estimates at a finer level.
  • Hierarchical matching both results in a more efficient process, since fewer pixels are examined at coarser levels, and usually results in better quality estimates, since a wider range of motions can be searched and a better local minimum can be found.
  • the preferred implementation of the hierarchical approach begins with identifying two or more keyframe images in a set of multiple images of the scene being characterized (step 400).
  • a multi-resolution pyramid is generated for every image in the image set in step 402.
  • step 404 the lowest resolution level of the multi-resolution pyramid for one of the keyframe images is selected.
  • the initial estimate for the motion/depth values associated with each pixel of the selected keyframe image is then computed (step 406).
  • a preferred process for accomplishing this task based on the previously described cost framework will be described shortly.
  • the next step 410 is to select the next higher resolution level of one of the keyframe images.
  • the initial estimates of the motion/depth values computed for the next lower resolution level of the newly selected keyframe image are first modified in step 412 to compensate for the increase in resolution.
  • the velocities are doubled when transferring to a finer level.
  • the global parameters M ts and e ts should be adjusted for each level.
  • step 414 the initial estimates for the motion/depth values associated with each pixel of the selected keyframe image are re-computed using these modified estimates as initializing values.
  • the re-computation procedure continues for each previously unselected keyframe image having the same resolution level as indicated in steps 416 and 418. After the per-pixel motion/depth value estimates are computed for each keyframe in a particular resolution level, it is determined whether remaining, higher resolution levels exist. If so, the re- computation procedure is repeated for each successively higher resolution level, preferably up to and including the highest level (step 420).
  • the motion/depth values estimated for each pixel of each keyframe image at the highest resolution level represent the desired initial estimates which will be used to initialize the aforementioned second phase of the overall estimation process.
  • step 500 a series of initial candidate motion/depth values are generated for each pixel of a selected keyframe, preferably using the aforementioned step-based correlation-style search process.
  • one of the candidate values could be zero (0) with the other candidate values representing progressively larger increments away from zero.
  • One or more images adjacent in time or viewpoint to the selected keyframe are identified and designated as neighboring images (step 502). It is noted that while the use of just one neighboring image is feasible, it is preferred that at least two neighboring images be identified for each keyframe. For example, if two neighboring images are employed, the input images captured at a time just before and just after the selected keyframe image, or images taken from viewpoints on either side of the keyframe image, would be appropriate choices. Further, it is believed that the accuracy of the motion/depth estimates would improve with the use of additional neighboring images, and so the use of more than two neighboring images is preferred.
  • step 504 one of the candidate motion/depth values is chosen (step 504)
  • one of the neighboring images is chosen (step 506).
  • step 508 the location of the pixel in the chosen neighboring image which corresponds to a pixel in the selected keyframe image is computed using the initializing motion/depth value assigned to the pixel.
  • the intensity or color of the so identified neighboring image pixel is also identified.
  • the intensity of the pixel is typically used when dealing with gray scale images. However, when color images are involved, it is preferred to identify another characteristic of the pixel. As indicated earlier, the process now being described could be repeated for each color channel.
  • an indicator of the difference between the intensity (or color) of the each respective neighboring image pixel and its corresponding keyframe image pixel is computed in step 510.
  • the indicator is preferably computed using a robust penalty function p ⁇ ( ⁇ I s (x s ) - I t ( ⁇ f )
  • the penalty function be based on a contaminated Gaussian distribution and generalized to 5 account for global bias and gain changes between images of the scene, as discussed previously.
  • an explicit correlation-style search over discrete motion hypothesis procedure is l o preferably implemented.
  • the correlation-style search we evaluate several motion or disparity hypotheses at once, and then locally pick the one which results in the lowest local cost function.
  • the local error function e st (x s , ⁇ s ) given in Equation (8) (the dependence on ⁇ s is made explicit).
  • Equation 510 for each pixel of the selected keyframe image (and which corresponds to the e s , (x,) term described previously in connection with Equations 7 and 8) amounts to a local error function in respect to each pixel of the selected keyframe.
  • these values of the local error function i.e., e st (x s , s )
  • e st (x s , s )
  • the first approach is to aggregate evidence spatially, using for example square windows (of potentially variable size) [10], convolution, pyramid-based smoothing [2], or non-linear diffusion [14].
  • a spatial convolution procedure was employed to spatially aggregate the aforementioned local error function
  • W(x) is an iterated separable ( ⁇ , ⁇ , ⁇ ) convolution kernel.
  • the reliability of the motion/depth estimates for each pixel of the selected keyframe can be improved by optionally aggregating the computed intensity (or color) difference indicator spatially, preferably via a spatial convolution process (step 512).
  • a weighting factor which is indicative of the degree to which the chosen neighboring image is to contribute to the estimation of motion/depth values in the selected keyframe image, is applied to the computed intensity (or color) difference indicator (or spatially aggregated indicator if applicable) of each pixel of the selected keyframe to produce a weighted indicator (step 514) for each pixel.
  • the process of generating a weighted indicator (i.e., steps 506-514) for each keyframe pixel is then repeated for all the remaining neighboring images as indicated in step 516. Once all the weighted indicators are generated, they are summed to produce an local intensity (or color) compatibility cost factor for the chosen pixel (step 518).
  • the foregoing process produces a local cost factor for each pixel of the keyframe based on the currently selected candidate motion/depth value.
  • the entire process i.e., steps 504 through 518, is then repeated for each remaining candidate motion/depth value as indicated in step 520. This results in a series of local cost factors for each pixel, each based on one of the candidate motion/depth values.
  • the lowest cost among the intensity (or color) compatibility cost factors for each pixel of the selected keyframe is identified and the motion/depth value associated with the lowest cost factor for a pixel is assigned as the initial estimated motion/depth value of that pixel.
  • a fractional motion/depth estimate can be computed for each pixel of the selected keyframe by fitting a quadratic cost function to the cost function values around the minimum and analytically computing the minimum of the quadratic function [13], as shown in optional step 524 in Fig. 5B.
  • the minimum cost hypothesis is used along with 5 of its 8 ( ⁇ 8 ) neighbors to fit the quadratic.
  • this fractional disparity fitting is disabled if the distance of the analytic minimum from the discrete minimum is more than a V* step.
  • the first step 600 in the process is to assign the number of iterations that are to be completed to produce the final estimates of the motion/depth values for each pixel of all the previously identified keyframes.
  • One of the keyframes is then selected (step 602), and estimates for the motion/depth values associated with each pixel of the selected keyframe image are computed using the previously computed initial values as initializing estimates (step 604).
  • step 606 the process ends at this point and the current motion/depth estimates become the final estimates (step 608). Otherwise, the process l o continues by first re-selecting one of the keyframes (step 610) and then recomputing the motion/depth estimates for each pixel of the selected keyframe image (step 612). However, this time the estimates are derived using the motion/depth values computed for the keyframe in the last iteration as initializing values, rather than the previously computed initial estimates. Once again, this re-
  • Figs. 7A-D a preferred implementation of the process for computing the estimates for the motion/depth values associated with each pixel of the selected keyframe image using the previously computed initial values as initializing estimates (see step 604 of Fig. 6) will be described. It is noted that an
  • the first step 700 of the process is to generate a series of candidate motion/depth values, including the initial estimates computed in the first phase of the process, for each pixel, preferably using the aforementioned step-based correlation-style search process.
  • step 702 one or more images adjacent in time or viewpoint to the selected keyframe image are identified and designated as neighboring images. As discussed in connection with Fig. 5A, while one or two images could be employed, it is preferred that more 5 than two images are used to improve the accuracy of the motion/depth estimates.
  • One of the candidate motion/depth values is then chosen for each pixel, starting with the initial estimate (step 704).
  • one of the neighboring images is chosen (step 706).
  • the next step 708, involves computing, for each pixel of the selected keyframe image, the location of the pixel in the chosen neighboring l o image which corresponds to a pixel in the selected keyframe image, using the initializing motion/depth value assigned to the keyframe pixel.
  • the intensity or color of the so identified neighboring image pixel is also identified. As stated previously, this can be accomplished via a warping procedure. It is next determined whether the chosen neighboring image is one of the unselected
  • step 710 the neighboring image is not a keyframe, then the motion/depth value of each of the neighboring image's pixels that corresponds to a pixel of the selected keyframe must be computed (step 712), since no previous estimates will exist. In general, this estimate is based on the current motion/depth estimate of the selected keyframe's pixels.
  • the 20 obtaining the estimate of the neighboring pixel's motion/depth value is to warp it, i.e., warp u, (xfa; u s )) ⁇ u ts [16]. If, however, the neighboring image is one of the keyframe images, then the previously estimated motion/depth value of the neighboring image's pixels can be employed in the steps that are to follow.
  • step 716 an indicator of the difference between the intensity (or color) of the visible pixel and that of the corresponding neighboring image pixel is computed.
  • a robust penalty function be employed jp>(
  • step 718 an indicator of the difference between the current estimated motion/depth value of the visible pixel in the selected keyframe image and that of its corresponding pixel in the chosen neighboring image is computed. It is preferred that a robust penalty function be employed ( ⁇ s ) - u, ( ⁇ ,)
  • the computed intensity (or color) difference indicator is next added to the motion/depth difference indicator to produce combined difference indicator (step 720) for each of the visible pixels.
  • These combined difference indicators (which essentially represent costs factors) are then employed to establish similar indicators for each of the pixels of the keyframe that were determined not to be visible. This is accomplished, as indicated in step 722 by using a conventional morphological fill operation.
  • the reliability of the current estimates can be improved by optionally aggregating the combined difference indicator spatially, preferably via a spatial convolution process as indicated by optional step 724.
  • a weighting factor associated with the chosen neighboring image is then applied to the combined difference indicator (or spatially aggregated combined indicator if applicable) to produce a combined weighted indicator (step 726).
  • the process of generating a combined weighted indicator is then repeated for all the remaining neighboring images as indicated in step 728. Once all the combined weighted indicators are generated, they are summed in step 730 for each pixel of the selected keyframe.
  • the other major approach to local ambiguity is the use of smoothness constraints [8].
  • the preferred smoothness constraint was generally described in Section 2.3.
  • the present process optionally uses this approach (as well as spatial aggregation) to improve the reliability of the motion/depth estimates.
  • this smoothness constraints was disabled when performing the initial estimate, but is in the present phase of the estimation process so as to reduce the amount of spatial aggregation. Note that for the smoothness constraint to be meaningful, f s (x s , ⁇ s ) should be evaluated with the neighboring values of u, set to their current (rather than hypothesized) values.
  • the spatially aggregated error function be summed for each temporal neighbor and then the smoothness term added to obtain a local cost function
  • step 732 in the estimation process is to choose a previously unselected pixel of the selected keyframe image.
  • step 734 a group of pixels (e.g., 4) in the selected keyframe image which are o physically adjacent to the chosen pixel are identified. These adjacent pixels are designated as neighboring pixels, and one of them is chosen (step 736).
  • a flow smoothness indicator representative of the difference between the chosen motion/depth value of the selected keyframe image pixel and the previously assigned value of the chosen neighboring pixel is computed in step 738.
  • This 5 flow smoothness indicator is also preferably computed using a robust penalty function p s (
  • a flow smoothness indicator is also computed for each of the remaining neighboring pixels in step 740. These indicators are then summed in step 742.
  • the summed flow smoothness indicator 0 associated with the chosen pixel are added to the pixel's summed combined weighted indicator to produce a combined cost.
  • This process of generating a combined cost i.e., steps 732 through 744) is repeated for each remaining pixel of the selected keyframe image that was previously determined to be visible, as indicated in step 746.
  • a combined cost has now been estimated for each 5 pixel in the selected keyframe.
  • the entire process i.e., steps 704 through 746) is repeated for each candidate motion/depth value associated with the chosen pixel as indicated in step 748.
  • the next step 750 of the process is to identify the lowest combined cost for each pixel from the aforementioned series of costs and to assign the associated motion/depth value as the estimated motion/depth value for the chosen pixel. In this way an estimated motion/depth map is created for the selected keyframe image.
  • a fractional estimate can optionally be computed for each pixel of a selected keyframe by fitting a quadratic cost function to the cost function values around the minimum and analytically computing the minimum of the quadratic function [13], as shown in step 752.
  • the minimum cost hypothesis is used along with 5 of its 8 ( ⁇ 8 ) neighbors to fit the quadratic, and the fractional disparity fitting is preferably disabled if the distance of the analytic minimum from the discrete minimum is more than a V ⁇ step.
  • the hierarchical approach to improving the estimates was used exclusively in estimating the initial motion/depth values.
  • the iterative approach to refining the estimates was used exclusively in estimating the final motion/depth values. It is believed that for most applications this scenario will produce rich, accurate results with the minimum processing cost.
  • the hierarchical and iterative approaches could be employed differently. In general, one or both of these approaches can be used in either the initial or final estimation phases of the process. It is noted that if both approaches are used within a single phase of the estimation process, the accuracy may be improved, however at the cost of increased processing time and increased memory requirements.
  • the hierarchical refinement approach progress from the lowest resolution level to the highest level, this need not be the case. If extreme accuracy is not required, the refinement procedure can be terminated at a resolution level below the highest. The estimates may not be as accurate if this option is taken, however processing time can be shortened.
  • the multi-view estimation process was described as sequentially computing the motion/depth values for each pixel of a keyframe. However, given sufficient processor resources and memory, it would be possible to speed up the estimation process by computing the motion/depth values for each pixel simultaneously.
  • FIGs. 8 and 9 show some representative results and illustrate some of the features of our process.
  • images (a-c) show the first, middle, and last image in the sequence (we used the first 4 even images from the flower garden sequence and 5 out of 40 images from the symposium sequence).
  • the depth maps estimated by the initial, independent analysis process (Section 3.1 ) are shown in images (e-g).
  • the final results of applying our multi-view estimation process (Section 3.2) with flow smoothness, flow compatibility, and visibility estimation are shown in images (i-k).
  • Image (d) in both Figures shows the results of warping one image based on the flow computed in another image. Displaying these warped images as the process progresses is a very useful way to debug the process and to assess the quality of the motion/depth estimates. Without visibility computation, image (d) shows how the pixels in occluded regions draw their colors somewhere from the foreground regions (e.g., the tree trunk in Fig. 8 and the people's heads in Fig. 9).
  • Images (h) and (i) show the warped images with invisible pixels flagged as black (the images were generated after the initial and final estimation stages, and hence correspond to the flow fields shown to their left). Notice how the process correctly labels most of the occluded pixels, especially after the final estimation. Notice, also, that some regions without texture such as the sky sometimes erroneously indicate occlusion. Using more smoothing or adding a check that occluder and occludees have different colors could be used to eliminate this problem (which is actually harmless, if we are using our matcher for view interpolation or motion prediction applications). 5.

Abstract

A system and process for computing motion or depth estimates from multiple images. This is generally accomplished by associating a depth or motion map with each input image (or some subset of the images equal or greater than two), rather that computing a single map for all the images as has been done in the past. This ensures consistency between the estimates associated with different images. More particularly, a three-part cost function is minimized, which consists of an intensity (or color) compatibility constraint (708 & 716), a motion/depth compatibility constraint (712 & 718), and a flow smoothness constraint (738). In addition, a visibility term is added to the intensity (or color) compatibility and motion/depth compatibility constraints (714 - 722) to prevent the matching of pixels into areas that are occluded.

Description

A MULTI-VIEW APPROACH TO MOTION AND STEREO
BACKGROUND OF THE INVENTION
Technical Field:
The invention is related to a computer-implemented system and process for estimating a motion or depth map for multiple images of a 3D scene, and more particularly, to a system and process for estimating motion or depth maps for more than one image of the multiple images of the 3D scene.
Background Art:
Stereo and motion have long been central research problems in computer vision. Early work was motivated by the desire to recover depth maps and coarse shape and motion models for robotics and object recognition applications. More recently, depth maps obtained from stereo (or alternately dense correspondence maps obtained from motion) have been combined with texture maps extracted from input images in order to create realistic 3-D scenes and environments for virtual reality and virtual studio applications. Similarly, these maps have been employed for motion-compensated prediction in video processing applications. Unfortunately, the quality and resolution of most of today's algorithms falls quite short of that demanded by these new applications, where even isolated errors in correspondence become readily visible when composited with synthetic graphical elements.
One of the most common errors made by these algorithms is a mis- estimation of depth or motion near occlusion boundaries. Traditional correspondence algorithms assume that every pixel has a corresponding pixel in all other images. Obviously, in occluded regions, this is not so. Furthermore, if only a single depth or motion map is used, it is impossible to predict the appearance of the scene in regions which are occluded. This point is illustrated in Fig. 1. Fig. 1 depicts a slice through a motion sequence spatio-temporal volume. A standard estimation algorithm only estimates the motion at the center frame designated by the (=>) symbol, and ignores other frames such as those designated by the (-») symbols. As can be seen some pixels that are occluded in the center frame are visible in some of the other frames. Other problems with 5 traditional approaches include dealing with untextured or regularly textured regions, and with viewpoint-dependent effects such as specularities or shading.
One popular approach to tackling these problems is to build a 3D volumetric model of the scene [15, 18]. The scene volume is discretized, often in l o terms of equal increments of disparity. The goal is then to find the voxels which lie on the surfaces of the objects in the scene. The benefits of such an approach include the equal and efficient treatment of a large number of images [5], the possibility of modeling occlusions [9], and the detection of mixed pixels at occlusion boundaries [18]. Unfortunately, discretizing space volumetrically
15 introduces a large number of degrees of freedom and leads to sampling and aliasing artifacts. To prevent a systematic "fattening" of depth layers near occlusion boundaries, variable window sizes [10] or iterative evidence aggregation [14] can be used. Sub-pixel disparities can be estimated by finding the analytic minimum of the local error surface [13] or using gradient-based
20 techniques [12], but this requires going back to a single depth/motion map representation.
Another active area of research is the detection of parametric motions within image sequences [19, 3, 20]. Here, the goal is to decompose the images 5 into sub-images, commonly referred to as layers, such that the pixels within each layer move with a parametric transformation. For rigid scenes, the layers can be interpreted as planes in 3D being viewed by a moving camera, which results in fewer unknowns. This representation facilitates reasoning about occlusions, permits the computation of accurate out-of-plane displacements, and enables the o modeling of mixed or transparent pixels [1 ]. Unfortunately, initializing such an algorithm and determining the appropriate number of layers is not straightforward, and may require sophisticated optimization algorithms to resolve.
Thus, all current correspondence algorithms have their limitations. Single depth or motion maps cannot represent occluded regions not visible in the reference image and usually have problems matching near discontinuities. Volumetric techniques have an excessively large number of degrees of freedom and have limited resolution, which can lead to sampling or aliasing artifacts. Layered motion and stereo algorithms require combinatorial search to determine the correct number of layers and cannot naturally handle true three-dimensional objects (they are better at representing "cutout" scenes). Furthermore, none of these approaches can easily model the variation of scene or object appearance with respect to the viewing position.
It is noted that in the preceding paragraphs, as well as in the remainder of this specification, the description refers to various individual publications identified by a numeric designator contained within a pair of brackets. For example, such a reference may be identified by reciting, "reference [1]" or simply "[1]". Multiple references will be identified by a pair of brackets containing more than one designator, for example, [15, 18]. A listing of the publications corresponding to each designator can be found at the end of the Detailed Description section.
DISCLOSURE OF THE INVENTION
The present invention relates to a new approach to computing dense motion or depth estimates from multiple images that overcomes the problems of current depth and motion estimation methods. In general terms this is accomplished by associating a depth or motion map with each input image (or some subset of the images equal to or greater than two), rather that computing a single map for all the images. In addition, consistency between the estimates associated with different images is ensured by using a motion compatibility constraint and reasoning about occlusion relationships by computing pixel visibilities. This system of cross-checking estimates between images produces richer, more accurate, estimates for the desired motion and depth maps.
More particularly, a preferred process according to the present invention involves using a multi-view framework that generates dense depth or motion estimates for the input images (or a subset thereof). This is accomplished by minimizing a three-part cost function, which consists of an intensity compatibility constraint, a motion or depth compatibility constraint, and a motion smoothness constraint. The motion smoothness term uses the presence of color/brightness discontinuities to modify the probability of motion smoothness violations. In addition, a visibility term is added to the intensity compatibility and motion/depth compatibility constraints to prevent the matching of pixels into areas that are occluded. In operation, the cost function is computed in two phases. During an initializing phase, the motion or depth values for each image being examined are estimated independently. Since there is not yet any motion/depth estimates for other frames to employ in the calculation, the motion/depth compatibility term is ignored. In addition, no visibilities are computed and it is assumed all pixels are visible. Once an initial set of motion/depth estimates have been computed, the visibilities are computed and the motion/depth estimates recalculated using the visibility terms and the motion/depth compatibility constraint. The foregoing process can then be repeated several times using the revised motion/depth estimates from the previous iteration as the initializing estimates for the new iteration, to obtain better estimates of motion/depth and visibility.
The foregoing new approach is motivated by several target applications. One application is view interpolation, where it is desired to generate novel views from a collection of images with associated depth maps. The use of multiple depth maps and images allows modeling partially occluded regions and to model view-dependent effects (such as specularities) by blending images taken from nearby viewpoints [6]. Another application is motion-compensated frame interpolation (e.g., for video compression, rate conversion, or de-interlacing), where the ability to predict bi-directionally (from both previous and future keyframes) yield better prediction results [11]. A third application is as a low-level representation from which segmentation and layer extraction (or 3D model construction) can take place.
In addition to the just described benefits, other advantages of the present invention will become apparent from the detailed description which follows hereinafter when taken in conjunction with the drawing figures which accompany it.
BRIEF DESCRIPTION OF THE DRAWINGS
The specific features, aspects, and advantages of the present invention will become better understood with regard to the following description, appended claims, and accompanying drawings where:
FIG. 1 is an image depicting a slice through a motion sequence spatio- temporal volume.
FIG. 2 is a diagram depicting a general purpose computing device constituting an exemplary system for implementing the present invention.
FIG. 3 is a block diagram of an overall process for estimating motion or depth values for each pixel of a collection of keyframe images according to the present invention.
FIG. 4 is a block diagram of a refinement process for accomplishing the estimation program modules of the overall process of Fig. 3 employing a multi- resolution, hierarchical approach.
FIGS. 5A through 5D are block diagrams of a process for accomplishing the initial estimates computation program module of the overall process of Fig. 3. FIG. 6 is a block diagram of a refinement process for accomplishing the estimation program modules of the overall process of Fig. 3 employing an iterative approach.
5
FIGS. 7A through 7D are block diagrams of a process for accomplishing the final estimates computation program module of the overall process of Fig. 3.
FIGS. 8(a)-(l) are images depicting the results of various stages of the l o overall process of Fig. 3 as applied to a scene of a flower garden.
FIGS. 9(a)-(l) are images depicting the results of various stages of the overall process of Fig. 3 as applied to a scene of a computer graphics symposium.
15
20 BEST MODES FOR CARRYING OUT THE INVENTION
In the following description of the preferred embodiments of the present invention, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration specific embodiments in which 5 the invention may be practiced. It is understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
Fig. 2 and the following discussion are intended to provide a brief, general 0 description of a suitable computing environment in which the invention may be implemented. Although not required, the invention will be described in the general context of computer-executable instructions, such as program modules, being executed by a personal computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
With reference to Fig. 2, an exemplary system for implementing the invention includes a general purpose computing device in the form of a conventional personal computer 20, including a processing unit 21 , a system memory 22, and a system bus 23 that couples various system components including the system memory to the processing unit 21. The system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory includes read only memory (ROM) 24 and random access memory (RAM) 25. A basic input/output system 26 (BIOS), containing the basic routine that helps to transfer information between elements within the personal computer 20, such as during start-up, is stored in ROM 24. The personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk, not shown, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media. The hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical drive interface 34, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 20. Although the exemplary environment described herein employs a hard disk, a removable magnetic disk 29 and a removable optical disk 31 , it should be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories (RAMs), read only memories (ROMs), and the like, may also be used in the exemplary operating environment.
A number of program modules may be stored on the hard disk, magnetic disk 29, optical disk 31 , ROM 24 or RAM 25, including an operating system 35, one or more application programs 36, other program modules 37, and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and pointing device 42. Of particular significance to the present invention, a camera 55 (such as a digital/electronic still or video camera, or film/photographic scanner) capable of capturing a sequence of images 56 can also be included as an input device to the personal computer 20. The images 56 are input into the computer 20 via an appropriate camera interface 57. This interface 57 is connected to the system bus 23, thereby allowing the images to be routed to and stored in the RAM 25, or one of the other data storage devices associated with the computer 20. However, it is noted that image data can be input into the computer 20 from any of the aforementioned computer-readable media as well, without requiring the use of the camera 55. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus (USB). A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor, personal computers typically include other peripheral output devices (not shown), such as speakers and printers. The personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49. The remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20, although only a memory storage device 50 has been illustrated in Fig. 2. The logical connections depicted in Fig. 2 include a local area network (LAN) 51 and a wide area network (WAN) 52. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
When used in a LAN networking environment, the personal computer 20 is connected to the local network 51 through a network interface or adapter 53. When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the wide area network 52, such as the Internet. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
The exemplary operating environment having now been discussed, the remaining part of this description section will be devoted to a description of the program modules embodying the invention and the testing of these modules.
1. The multi-view framework
As mentioned previously, the multi-view framework associated with the present invention is motivated by several requirements. These include the ability to accurately predict the appearance of novel views or in-between images and the ability to extract higher-level representations such as layered models or surface-based models. This is essentially accomplished by estimating a collection of motion or depth fields associated with multiple images, such that the aforementioned other views and images can be predicted based on the estimates.
Assume a given collection of images {I, (x,) } .where I, is the image at time or location t, and x, = (xt , yt) indexes pixels in image It. A simple way to formulate a multi-view matching criterion is
C({u,}) = ∑ ∑ wst ∑ p (Is (xs) - I,(xt)). (1 ) t e Λ (s)
The images Is are considered the keyframes (or key-views) for which a motion or depth estimate (either of which will be identified by the variable u » will be computed. It is noted that throughout this description the term motion/depth may be used as a short version of the phrase motion or depth.
The decision as to which images are keyframes is problem-voxel dependent, much like the selection of I and P frames in video compression [11]. For 3D view interpolation, one possible choice of keyframes would be a collection of characteristic views.
Images It, t € λ/(s) are neighboring frames (or views), for which the corresponding pixel intensities (or colors) should agree. The pixel coordinate x, corresponding to a given keyframe pixel \s with motion/depth u, can be computed according to a chosen motion model (Section 1.1 ). The constants wst are the inter-frame weights which dictate how much neighboring frame t will contribute to the estimate of u,. Note that wst could be set to zero (0) for t g A (s) and the t e A/ (s) notation could be abandoned.
Corresponding pixel intensity or color differences are passed through a 5 robust penalty function p, which is discussed in more detail in Section 1.2. In the case of color images, each color channel can be passed separately through the robust penalty function. However, a better approach would be to compute a reasonable color-space distance between pixels, and pass this through a robust penalty, since typically either all bands are affected by circumstances such as o occlusions or specularities, or none of them are affected.
1.1 Motion models
Given the basic matching criterion, a variety of motion models can be 5 used, depending on the imaging/acquisition setup and the problem at hand.
Bergen et al. [2] present a variety of instantaneous (infinitessimal) motion models in a unified estimation framework. Szeliski and Coughlan [17] present a similar set of motion models for finite (larger) motion. In the proposed process according to the present invention, two motion models are considered: constant flow 0 (uniform velocity), and rigid body motion.
The constant flow motion model assumes a (locally) constant velocity,
x, = x, + (t - s) u, (x,) (2) 5
This model is appropriate when processing regular video with a relatively small sliding window of analysis. It should also be noted that this model does not require constant flow throughout the whole video. Rather, it assumes that within the window t e A/(s), the constant flow model is a reasonably good approximation 0 to the true velocity. The rigid motion model assumes that the camera is moving in a rigid scene or observing a single rigid moving object, but does not assume a uniform temporal sampling rate. In this model,
x, = P(Mts xs + ets ds (xs)) (3)
where Mte is a homography describing a global parametric motion, ds(xs) is a per- pixel displacement that adds some motion towards the epipole ets, and P(x, y, z) = (x/z, y/z) is the perspective projection operator. In the remainder of this description, the notation s will be used to indicate the unknown per-pixel motion parameter, even when it is actually a scalar displacement ds.
For a calibrated camera, with intrinsic viewing matrix V,, we have M,s = \,RtRs A Vs - 1 and ets = V,R, (cs - c,), where R, is the camera's orientation and c, is its position in space. In this case, Mls is the homography corresponding to the plane at infinity. If all of the cameras live in the same plane with their optical axes perpendicular to the plane, ds is the inverse depth (sometimes called the disparity [10]) of a pixel. It is possible to estimate { Mto, ete} at the same time as ds (xs) [17], or these global parameters can be estimated ahead of time by tracking some feature points and doing a projective reconstruction of the camera ego-motion.
1.2 Robust penalty functions
In order to account for outliers among the pixel correspondences (e.g., because pixels might be occluded in some images), a robust matching criterion is preferably employed. Black and Rangarajan [4] provide a nice survey of robust statistics applied to image matching and image segmentation problems.
In the proposed process, a contaminated Gaussian distribution, which is a mixture of a Gaussian distribution and a uniform distribution is preferred. The probability function for this distribution is p(x; a, e) = Z ~l [(1 - e) exp (-x2 / (2σ2)) + e]. (4)
where σ in the standard deviation of the inlier process, e is the probability of 5 finding an outlier, and Z is a normalizing constant. The associated robust penalty function is the negative log likelihood,
ρ (x; σ, e) = -log ((l e) exp (-x2 / (2σ2)) + e). (5)
o The main motivation for using a contaminated Gaussian is to explicitly represent and reason about the inlier and outlier processes separately. Pixels which are more similar in color should have a higher penalty for motion/depth discontinuities. For example, in Section 2.3 a robust controlled smoothness constraint is proposed where the strength of the constraint depends on the 5 neighboring pixel color similarity. This is possible because pixel color similarity affects the outlier probability but not the inlier variance. Thus, using a contaminated Gaussian provides a principled way to incorporate these effects.
2. Optimization criteria 0
The actual cost function employed consists of three terms,
C = Q + Cτ + Cs , (6)
5 where measures the brightness (or intensity) compatibility, CT measures the temporal flow (motion/depth) compatibility, and Cs measures the flow smoothness. Below, we give more details on each of these three terms.
2.1 Brightness compatibility
The brightness compatibility term measures the degree of agreement in brightness or color between corresponding pixels,
C/ (W) = Σ ∑ w« ∑ vst (*.) es, (xs) (7) s t e Λ (s) xs
5 where
-2 eΛ (x.) = χ (Is (∑.) - fai *,) - βΛ; σr , €i) (8)
l o Compared with Equation (1 ), a visibility factor vst (xs) has been added, which encodes whether pixel x, is visible in image I, (Section 2.4). In addition, the robust penalty has been generalized to allow for a global bias (βif) and gain (γst) change.
15 2.2 Flow compatibility
The controlled flow compatibility constraint,
Cτ ( { Us} ) = ∑ Σ ws( ∑ vs/ (x,) csl (xs), (9) s t e Λl(s) xs
20
with
cΛ (x.) = pr flu, (x.) - u, (x,)|; σr " 2, er) (10) 5 enforces mutual consistency between motion/depth estimates at different neighboring keyframes.
For the constant flow motion model, the variance cτ ~2 can be used to 0 account for drift in the velocities (acceleration). For a rigid scene, no drift is expected. However, the ds's may actually be related by a projective transformation [16]. For a scene with object far enough away or for cameras arranged in a plane perpendicular to their optical axes, this is not a problem.
2.3 Flow smoothness
The final cost term we use is a controlled flow smoothness constraint,
Cs ({us}) = ∑ ∑ fs (xs), (11 )
S .
with
/, (x*) = Σ P ς (|u, (x) - u, (x')|; σi"2, Gs(x, X')). (12)
A/ (x) 4
The value of the outlier probability is based on the brightness/color difference between neighboring pixels
GS(x, x') = ψ (|/, (x) - E (x')|).
The form of this ψ function and the dependence of the outlier probability on the local intensity variation can be shown as follows. Assume the prior probability pD that two neighboring pixels straddle a motion discontinuity (i.e., that they live on different surfaces) is known. The distribution of the brightness or color differences between two neighboring pixels depends on the event D that they live on different surfaces, i.e., there are two distributions /?( (x) - (x')| D) and/?( (x) - Is (x )\D). These distributions can either be guessed (say as contaminated Gaussians, with the probability of outliers much higher in the case of Z ),or estimated from labeled image data.
Given these distributions and the prior probability pD , Bayes' Rule can be applied to calculate ψ (Is (x) - ls (x )) =p(D\ Is (x) - Is (x )). (This function will typically start at some small probability e0 for small color differences, and increase to a final value eϊfor large differences.) This posterior probability of a motion discontinuity can then be plugged in as the local value of es in the 5 controlled motion continuity constraint (12).
2.4 Determining visibility
It is believed that one of the most advantageous aspects of the multi-view o matching framework is the explicit use of visibility to prevent the matching of pixels into areas which are occluded. Visibility has heretofore never been used in the estimation of motion or depth maps.
When working with rigid motion and depth/disparity estimates, the visibility 5 computation is fairly straightforward. Consider two images, /, and I,. It is desired to compute vst (xs), i.e., whether pixel xs in image Is is visible at location x, in image /, . If xs is visible, the values of ds(xs) and dt(xt) should be the same. (See the discussion in Section 2.2 of how disparities may have to be re-mapped between images in certain camera configurations). If x., is occluded, then d,(xt) > 0 ds(xs) (assuming d = 0 at infinity and positive elsewhere in front of the camera). Therefore,
v„ (x,) = ((dt(xs) - ds(xt)) ≤ δ ), (13)
5 where δ is a threshold to account for errors in estimation and warping. Note that v is generally not commutative, e.g., vst (xs) may not be the same as vts (xt), since xt may map to a different pixel xs' if it is an occluder. In addition, since an occluder will not map to the same pixel as its occludee, d,(xs) - ds(xt) should never be greater than δ. The flow compatibility constraint will ensure that this does not 0 occur. In the case of general 2-D flow, the situation is more complicated. In general, it cannot be determined whether an occluding layer will be moving slower or faster than a pixel in a occluded layer. Therefore, the best that can be 5 done is to simply compare the flow estimates, and infer that a pixel may be invisible if the two velocities disagree,
vst (xs) = (|| uix,) - u,(xr)|| < δ ). (14)
l o Regardless of the motion model, vst (xs) is set to zero whenever the corresponding pixel xt is outside the boundaries of I, , i.e., xf ølt.
In cases where not all frames are keyframes, there may be images I, without associated u,. In this case, motion estimates can be warped from 15 neighboring keyframes using z-buffering to resolve ambiguities when several pixels map to the same destination. A more detailed explanation of such a warping algorithm is found in [16].
3. Estimation process
20
With the cost framework having been explained, the estimation process will now be described. In order to determine the best possible process characteristics and to compare different design choices and components, a general-purpose framework has been developed which combines ideas from 5 hierarchical estimation [2], correlation-style search [13, 10], and sub-pixel motion/disparity estimation [12, 13].
The process operates in two phases. Referring to Fig. 3, during an initialization phase, keyframe images are selected from the images of the scene 0 being characterized (step 300) and initial estimates of the per pixel motion/depth values are computed independently for each keyframe image (step 302). Since good estimates of the motion/depth values have not yet been computed for other frames, the flow compatibility term CT is ignored, and no visibilities are computed (i.e., vst = 1 ). In the second phase, the flow compatibility is enforced and the visibilities are computed based on the current collection of motion/depth estimates {us}. This allows for refined estimates of the motion/depth values to be computed for each keyframe (step 304).
3.1 Computing initial estimates
A preferred approach to computing the initial estimates of the motion/depth values for each pixel of a selected keyframe image is hierarchical, i.e., the matching can occur at any level in a multi-resolution pyramid, and results from coarser levels can be used to initialize estimates at a finer level. Hierarchical matching both results in a more efficient process, since fewer pixels are examined at coarser levels, and usually results in better quality estimates, since a wider range of motions can be searched and a better local minimum can be found.
Referring to Fig. 4, the preferred implementation of the hierarchical approach begins with identifying two or more keyframe images in a set of multiple images of the scene being characterized (step 400). A multi-resolution pyramid is generated for every image in the image set in step 402. Next, in step 404, the lowest resolution level of the multi-resolution pyramid for one of the keyframe images is selected. The initial estimate for the motion/depth values associated with each pixel of the selected keyframe image is then computed (step 406). A preferred process for accomplishing this task based on the previously described cost framework will be described shortly. Once the computations of the motion/depth values for each pixel of the selected keyframe image are completed, the process is repeated for all the remaining keyframes (step 408). When all the keyframes associated with the lowest resolution level have been processed, the next step 410 is to select the next higher resolution level of one of the keyframe images. The initial estimates of the motion/depth values computed for the next lower resolution level of the newly selected keyframe image are first modified in step 412 to compensate for the increase in resolution. In the case of 2-D flow, the velocities are doubled when transferring to a finer level. In addition, the global parameters Mts and ets should be adjusted for each level.
In step 414, the initial estimates for the motion/depth values associated with each pixel of the selected keyframe image are re-computed using these modified estimates as initializing values. A preferred process for accomplishing this task will also be described shortly. The re-computation procedure continues for each previously unselected keyframe image having the same resolution level as indicated in steps 416 and 418. After the per-pixel motion/depth value estimates are computed for each keyframe in a particular resolution level, it is determined whether remaining, higher resolution levels exist. If so, the re- computation procedure is repeated for each successively higher resolution level, preferably up to and including the highest level (step 420). The motion/depth values estimated for each pixel of each keyframe image at the highest resolution level represent the desired initial estimates which will be used to initialize the aforementioned second phase of the overall estimation process.
Referring now to Fig. 5A, a preferred implementation of the process for computing the initial estimates of the motion/depth values for each pixel of each keyframe image at the lowest resolution level will be described. As previously indicated, this process is based on the cost framework presented earlier. First, in step 500, a series of initial candidate motion/depth values are generated for each pixel of a selected keyframe, preferably using the aforementioned step-based correlation-style search process. For example, one of the candidate values could be zero (0) with the other candidate values representing progressively larger increments away from zero.
One or more images adjacent in time or viewpoint to the selected keyframe are identified and designated as neighboring images (step 502). It is noted that while the use of just one neighboring image is feasible, it is preferred that at least two neighboring images be identified for each keyframe. For example, if two neighboring images are employed, the input images captured at a time just before and just after the selected keyframe image, or images taken from viewpoints on either side of the keyframe image, would be appropriate choices. Further, it is believed that the accuracy of the motion/depth estimates would improve with the use of additional neighboring images, and so the use of more than two neighboring images is preferred.
Next, one of the candidate motion/depth values is chosen (step 504)
In addition, one of the neighboring images is chosen (step 506).
The process continues with the following steps (i.e., 508 through 518) being respectively performed for each pixel of the selected keyframe image. Specifically, in step 508, the location of the pixel in the chosen neighboring image which corresponds to a pixel in the selected keyframe image is computed using the initializing motion/depth value assigned to the pixel. The intensity or color of the so identified neighboring image pixel is also identified. The intensity of the pixel is typically used when dealing with gray scale images. However, when color images are involved, it is preferred to identify another characteristic of the pixel. As indicated earlier, the process now being described could be repeated for each color channel. However, it is believed that it would be possible to represent the color of the pixel via a combined factor, such as the so-called color-space of the pixel, because typically all bands are affected similarly between images. It will be assumed in the remainder of this description that the intensity or an appropriate combined indicator of pixel color is employed. One preferred way of accomplishing the foregoing task of identifying the intensity (or color) of a corresponding pixel in a neighboring image is to warp intensity or color estimates from the neighboring image, i.e. warp I, (x,(xs; us)) → I,s [16]. Once the intensity (or color) of each corresponding neighboring image pixel is identified, an indicator of the difference between the intensity (or color) of the each respective neighboring image pixel and its corresponding keyframe image pixel is computed in step 510. It will be recalled that the indicator is preferably computed using a robust penalty function pι(\Is (xs) - Itf)|). Further, it is preferred that the penalty function be based on a contaminated Gaussian distribution and generalized to 5 account for global bias and gain changes between images of the scene, as discussed previously.
To improve the estimates of the motion/depth values being computed, an explicit correlation-style search over discrete motion hypothesis procedure is l o preferably implemented. In the correlation-style search, we evaluate several motion or disparity hypotheses at once, and then locally pick the one which results in the lowest local cost function. To rank the hypotheses, we evaluate the local error function est (xs, ύs) given in Equation (8) (the dependence on ύs is made explicit). The flow hypotheses ύs are obtained from ύs = us + Δu ,where us is the
15 current estimate, Δu, = (t'S, jS), S is a step size, and = -N ... N j = -N ... N is a (2N + 1) x (2N+1) search window. For rigid motion, only a 1-D search window of size (2N+ 1) over possible lvalues is used. Furthermore, only non-negative disparities are ever evaluated, since negative disparities lie behind the viewer, assuming that Mst is the plane at infinity.
20
In other words, we take the current flow field us and add a fixed step in (u,v) before performing the re-sampling (warping) of image I, . This is similar to the iterative re-warping algorithms described in [2, 17], as opposed to algorithms based on shifting a square correlation window [12, 13, 10]. Note, however, that if 5 the initial (current) flow estimate is zero (0), the behavior of this part of the process is the same as that of a simple correlation window. The advantage of iterative warping is that it results in better matches (and hence, more accurate estimates) in regions with severe foreshortening or inhomogeneous motion.
30 It is noted that the intensity (or color) difference indicator computed in step
510 for each pixel of the selected keyframe image (and which corresponds to the es, (x,) term described previously in connection with Equations 7 and 8) amounts to a local error function in respect to each pixel of the selected keyframe. However, these values of the local error function, i.e., est (xs, s), may not be sufficient to reliably determine a winning ύs at each pixel. Traditionally, two approaches have been used to overcome this problem. These approaches can optionally be adopted in the present process to increase its reliability. The first approach is to aggregate evidence spatially, using for example square windows (of potentially variable size) [10], convolution, pyramid-based smoothing [2], or non-linear diffusion [14]. In tested embodiments of the present estimation process a spatial convolution procedure was employed to spatially aggregate the aforementioned local error function,
e„ (x„ ύs) = est (xs, ύs) * W(x), (15)
where W(x) is an iterated separable (\, \, \ ) convolution kernel. Thus, the reliability of the motion/depth estimates for each pixel of the selected keyframe can be improved by optionally aggregating the computed intensity (or color) difference indicator spatially, preferably via a spatial convolution process (step 512).
A weighting factor, which is indicative of the degree to which the chosen neighboring image is to contribute to the estimation of motion/depth values in the selected keyframe image, is applied to the computed intensity (or color) difference indicator (or spatially aggregated indicator if applicable) of each pixel of the selected keyframe to produce a weighted indicator (step 514) for each pixel. The process of generating a weighted indicator (i.e., steps 506-514) for each keyframe pixel is then repeated for all the remaining neighboring images as indicated in step 516. Once all the weighted indicators are generated, they are summed to produce an local intensity (or color) compatibility cost factor for the chosen pixel (step 518). The foregoing process produces a local cost factor for each pixel of the keyframe based on the currently selected candidate motion/depth value. The entire process (i.e., steps 504 through 518) is then repeated for each remaining candidate motion/depth value as indicated in step 520. This results in a series of local cost factors for each pixel, each based on one of the candidate motion/depth values.
In the next step 522, the lowest cost among the intensity (or color) compatibility cost factors for each pixel of the selected keyframe is identified and the motion/depth value associated with the lowest cost factor for a pixel is assigned as the initial estimated motion/depth value of that pixel.
While the initial estimates of the motion/depth values produced via the foregoing process are sufficient for many application, they can be improved even further if desired. To obtain motion estimates with better accuracy, a fractional motion/depth estimate can be computed for each pixel of the selected keyframe by fitting a quadratic cost function to the cost function values around the minimum and analytically computing the minimum of the quadratic function [13], as shown in optional step 524 in Fig. 5B. For 2-D flow, the minimum cost hypothesis is used along with 5 of its 8 (Λ 8) neighbors to fit the quadratic. However, it is preferred that this fractional disparity fitting is disabled if the distance of the analytic minimum from the discrete minimum is more than a V* step.
3.2 Multi-View Estimation
Once an initial set of motion estimates {u,}nave been computed , it is possible to compute the visibilities vsfxs) and add in the flow compatibility constraint CT . The final estimates of the motion/depth values are then generated. In general, it is preferred that the final estimates be computed as depicted in Fig. 6. The first step 600 in the process is to assign the number of iterations that are to be completed to produce the final estimates of the motion/depth values for each pixel of all the previously identified keyframes. One of the keyframes is then selected (step 602), and estimates for the motion/depth values associated with each pixel of the selected keyframe image are computed using the previously computed initial values as initializing estimates (step 604). A 5 preferred process for accomplishing this task based on the previously described cost framework will be described shortly. The estimation step is repeated for each of the keyframe images as indicated in step 606. If only one iteration is to be performed, the process ends at this point and the current motion/depth estimates become the final estimates (step 608). Otherwise, the process l o continues by first re-selecting one of the keyframes (step 610) and then recomputing the motion/depth estimates for each pixel of the selected keyframe image (step 612). However, this time the estimates are derived using the motion/depth values computed for the keyframe in the last iteration as initializing values, rather than the previously computed initial estimates. Once again, this re-
15 estimation process is repeated for each of the keyframes as indicated in steps 614 and 616. Once motion/depth estimates have been computed for each pixel of every keyframe image, the foregoing process (steps 610-616) is repeated for the assigned number of iterations (step 618). The results from the last iteration then designated as the final motion/depth estimates.
20
Referring now to Figs. 7A-D, a preferred implementation of the process for computing the estimates for the motion/depth values associated with each pixel of the selected keyframe image using the previously computed initial values as initializing estimates (see step 604 of Fig. 6) will be described. It is noted that an
25 identical procedure is used to re-compute the estimates in subsequent iterations, except that the estimates from the previous iteration are employed as initializing values rather than the initial estimates. It is also noted that the process is based on the cost framework described previously, and so is similar in many aspects to the process used to produce the initial estimates of the motion/depth values. As
30 depicted in Fig. 7A, the first step 700 of the process is to generate a series of candidate motion/depth values, including the initial estimates computed in the first phase of the process, for each pixel, preferably using the aforementioned step-based correlation-style search process. Next, in step 702, one or more images adjacent in time or viewpoint to the selected keyframe image are identified and designated as neighboring images. As discussed in connection with Fig. 5A, while one or two images could be employed, it is preferred that more 5 than two images are used to improve the accuracy of the motion/depth estimates. One of the candidate motion/depth values is then chosen for each pixel, starting with the initial estimate (step 704). In addition, one of the neighboring images is chosen (step 706). The next step 708, involves computing, for each pixel of the selected keyframe image, the location of the pixel in the chosen neighboring l o image which corresponds to a pixel in the selected keyframe image, using the initializing motion/depth value assigned to the keyframe pixel. The intensity or color of the so identified neighboring image pixel is also identified. As stated previously, this can be accomplished via a warping procedure. It is next determined whether the chosen neighboring image is one of the unselected
15 keyframes (step 710). If the neighboring image is not a keyframe, then the motion/depth value of each of the neighboring image's pixels that corresponds to a pixel of the selected keyframe must be computed (step 712), since no previous estimates will exist. In general, this estimate is based on the current motion/depth estimate of the selected keyframe's pixels. One preferred way of
20 obtaining the estimate of the neighboring pixel's motion/depth value is to warp it, i.e., warp u, (xfa; us)) → uts [16]. If, however, the neighboring image is one of the keyframe images, then the previously estimated motion/depth value of the neighboring image's pixels can be employed in the steps that are to follow.
25 The next step 714 in the estimation process is determine whether each pixel of the selected keyframe image is visible in the chosen neighboring image. For those pixels which are not visible in a given frame, i.e., vst(xs) = 0, what cost function should be assigned? This issue arises not only when performing multi- view estimation, but even in the initial independent motion estimation stage,
30 whenever pixels are mapped outside the boundaries of an image, i.e., x, ø It. One possibility is to not pay any penalty, i.e., to set est (xs, ύs) (and cst ) to 0 whenever vst(xs) = 0. Unfortunately, this encourages pixels near image borders to have large, outward-going flows. Another possibility is to set est (xs, ύs) = p(∞). Unfortunately, this encourages pixels near image borders to have inward- directed flows. The preferred solution is to use the visibility field vst as a mask for a morphological fill operation. In other words, entries in CL (XS, US) are replaced with their neighbors' values whenever v^x,) = 0. The preferred filling algorithm used is a variant of the multi-resolution push/pull algorithm described in [7]. Thus, if the filling algorithm is employed, the term v,r est should be replaced with an est term representing the filled error function in Equations 7 and 9.
Referring now to Fig. 7B, the following steps (i.e., 716 through 720) are performed for each pixel of the selected keyframe determined to be visible. Specifically, in step 716, an indicator of the difference between the intensity (or color) of the visible pixel and that of the corresponding neighboring image pixel is computed. As when computing the similar intensity (or color) difference indicator in connection with producing the initial estimates of the motion/depth values, it is preferred that a robust penalty function be employed jp>(|Λ (xs) - (χ,)|), and more particularly one based on a contaminated Gaussian distribution and generalized to account for global bias and gain changes between images of the scene. In step 718, an indicator of the difference between the current estimated motion/depth value of the visible pixel in the selected keyframe image and that of its corresponding pixel in the chosen neighboring image is computed. It is preferred that a robust penalty function be employed
Figure imgf000027_0001
s) - u, (χ,)|), to compute this motion/depth difference indicator as well. And, as with the intensity (or color) difference indicator, it is preferred that a the penalty function be based on a contaminated Gaussian distribution.
The computed intensity (or color) difference indicator is next added to the motion/depth difference indicator to produce combined difference indicator (step 720) for each of the visible pixels. These combined difference indicators (which essentially represent costs factors) are then employed to establish similar indicators for each of the pixels of the keyframe that were determined not to be visible. This is accomplished, as indicated in step 722 by using a conventional morphological fill operation.
As with the estimation of the initial motion/depth values, the reliability of the current estimates can be improved by optionally aggregating the combined difference indicator spatially, preferably via a spatial convolution process as indicated by optional step 724. A weighting factor associated with the chosen neighboring image is then applied to the combined difference indicator (or spatially aggregated combined indicator if applicable) to produce a combined weighted indicator (step 726). The process of generating a combined weighted indicator is then repeated for all the remaining neighboring images as indicated in step 728. Once all the combined weighted indicators are generated, they are summed in step 730 for each pixel of the selected keyframe.
The other major approach to local ambiguity is the use of smoothness constraints [8]. The preferred smoothness constraint was generally described in Section 2.3. The present process optionally uses this approach (as well as spatial aggregation) to improve the reliability of the motion/depth estimates. In the preferred implementation, this smoothness constraints was disabled when performing the initial estimate, but is in the present phase of the estimation process so as to reduce the amount of spatial aggregation. Note that for the smoothness constraint to be meaningful, fs (xs, ύs) should be evaluated with the neighboring values of u, set to their current (rather than hypothesized) values.
To find the best motion/depth hypothesis at each pixel, it is preferred that the spatially aggregated error function be summed for each temporal neighbor and then the smoothness term added to obtain a local cost function,
CL (XS, US) = Σ Wst st (Xs, Us) + fs (Xs, us), (16) t e Λ/(s)
Based on this set of cost estimates, , (xs, ύs), ύs e H, where H is the set of new motion hypotheses, the ύs with the lowest (best) cost at each pixel is chosen. 5 (This corresponds to the "winner-take-all" step of many stereo algorithms.)
Referring now to Fig. 7C, the next step 732 in the estimation process is to choose a previously unselected pixel of the selected keyframe image. Then, in step 734, a group of pixels (e.g., 4) in the selected keyframe image which are o physically adjacent to the chosen pixel are identified. These adjacent pixels are designated as neighboring pixels, and one of them is chosen (step 736). A flow smoothness indicator representative of the difference between the chosen motion/depth value of the selected keyframe image pixel and the previously assigned value of the chosen neighboring pixel is computed in step 738. This 5 flow smoothness indicator is also preferably computed using a robust penalty function ps (| u x) - u,(χ')|, and more particularly, one based on a contaminated Gaussian distribution. A flow smoothness indicator is also computed for each of the remaining neighboring pixels in step 740. These indicators are then summed in step 742. In the next step 74, the summed flow smoothness indicator 0 associated with the chosen pixel are added to the pixel's summed combined weighted indicator to produce a combined cost. This process of generating a combined cost (i.e., steps 732 through 744) is repeated for each remaining pixel of the selected keyframe image that was previously determined to be visible, as indicated in step 746. Thus, a combined cost has now been estimated for each 5 pixel in the selected keyframe.
Once a combined cost has been established for each pixel in the keyframe, the entire process (i.e., steps 704 through 746) is repeated for each candidate motion/depth value associated with the chosen pixel as indicated in step 748. This results in a series of combined cost values for each pixel, each based on one of the candidate motion/depth values. Referring now to Fig, 7D, the next step 750 of the process is to identify the lowest combined cost for each pixel from the aforementioned series of costs and to assign the associated motion/depth value as the estimated motion/depth value for the chosen pixel. In this way an estimated motion/depth map is created for the selected keyframe image.
As with the initial estimates of the motion/depth values, improved accuracy can be obtained by employing a fractional motion/depth estimation procedure. Referring to Fig 7D, a fractional estimate can optionally be computed for each pixel of a selected keyframe by fitting a quadratic cost function to the cost function values around the minimum and analytically computing the minimum of the quadratic function [13], as shown in step 752. Here again, for 2-D flow, the minimum cost hypothesis is used along with 5 of its 8 (Λ 8) neighbors to fit the quadratic, and the fractional disparity fitting is preferably disabled if the distance of the analytic minimum from the discrete minimum is more than a V∑ step.
In the foregoing description of the initial and final phases of the multi-view estimation process, the hierarchical approach to improving the estimates was used exclusively in estimating the initial motion/depth values. Similarly, the iterative approach to refining the estimates was used exclusively in estimating the final motion/depth values. It is believed that for most applications this scenario will produce rich, accurate results with the minimum processing cost. However, if desired, the hierarchical and iterative approaches could be employed differently. In general, one or both of these approaches can be used in either the initial or final estimation phases of the process. It is noted that if both approaches are used within a single phase of the estimation process, the accuracy may be improved, however at the cost of increased processing time and increased memory requirements. Further, while it is preferred that the hierarchical refinement approach progress from the lowest resolution level to the highest level, this need not be the case. If extreme accuracy is not required, the refinement procedure can be terminated at a resolution level below the highest. The estimates may not be as accurate if this option is taken, however processing time can be shortened.
In addition, the multi-view estimation process was described as sequentially computing the motion/depth values for each pixel of a keyframe. However, given sufficient processor resources and memory, it would be possible to speed up the estimation process by computing the motion/depth values for each pixel simultaneously.
It is also noted that the process described in Section 3 deviated somewhat from the cost framework explained in Section 2. A strategy of sweeping through the keyframes was employed in the described process, rather than the global estimation proposed in the cost framework. Sweeping through the keyframes refers to the process of independently optimizing the motion/depth value estimates on a per pixel basis for each keyframe image in turn. Thus, the various cost factors computed for each individual pixel in a keyframe where not accumulated as suggested by the cost framework Equations 7, 9 and 11. Additionally, this accumulated cost for each keyframe was not summed to produce a global cost and then compared to other global costs computed using other candidate motion/depth values. It is believed the streamlined process described in Section 3 is easier to implement and requires less memory. However, if desired, the aforementioned global aspects of the cost framework can be implemented as well.
4. Experiments
We have applied our multi-view matching process to a number of image sequences, both where the camera motion is known (based on tracking points and computing structure from motion), and where the flow is uniform over time (video sequences). Figs. 8 and 9 show some representative results and illustrate some of the features of our process. In both sets of figures, images (a-c) show the first, middle, and last image in the sequence (we used the first 4 even images from the flower garden sequence and 5 out of 40 images from the symposium sequence). The depth maps estimated by the initial, independent analysis process (Section 3.1 ) are shown in images (e-g). The final results of applying our multi-view estimation process (Section 3.2) with flow smoothness, flow compatibility, and visibility estimation are shown in images (i-k). Notice the improved quality of the final estimates obtained with the multi-view estimation process, especially in regions that are partially occluded. For example, in Fig. 8, since the tree is moving from right to left, the occluded region is to the left of the tree in the first image, and to the right of the tree in the last one. Notice how the opposite edge of the trunk (where disocclusions are occurring) looks "crisp".
Image (d) in both Figures shows the results of warping one image based on the flow computed in another image. Displaying these warped images as the process progresses is a very useful way to debug the process and to assess the quality of the motion/depth estimates. Without visibility computation, image (d) shows how the pixels in occluded regions draw their colors somewhere from the foreground regions (e.g., the tree trunk in Fig. 8 and the people's heads in Fig. 9).
Images (h) and (i) show the warped images with invisible pixels flagged as black (the images were generated after the initial and final estimation stages, and hence correspond to the flow fields shown to their left). Notice how the process correctly labels most of the occluded pixels, especially after the final estimation. Notice, also, that some regions without texture such as the sky sometimes erroneously indicate occlusion. Using more smoothing or adding a check that occluder and occludees have different colors could be used to eliminate this problem (which is actually harmless, if we are using our matcher for view interpolation or motion prediction applications). 5. Other Approaches
While the invention has been described in detail by reference to the preferred embodiment described above, it is understood that variations and modifications thereof may be made without departing from the true spirit and scope of the invention. For example, it was discussed previously how the estimates of the motion/depth values could be improved by employing the step- based correlation-style search procedure. However, other procedures could also be implemented to produce the desired series of candidate motion/depth values. One such procedure involves the use of a Lucas-Kanade style gradient descent on the local cost function. In the gradient descent approach, derivatives of the terms in the local cost function are taken with respect to infinitessimal changes in both the horizontal and vertical motion components (for 2-D flow) or in disparity (rigid motion). Theses terms involve image gradients, differences between neighboring or corresponding flow estimates (for/, and c„), and derivatives of the robust functions [4]. Outer products of these derivatives would be taken and aggregated spatially and temporally, just as in the correlation-style search approach. Finally, a 2 x 2 linear system would be solved at each pixel to determine the local change in motion/depth. The details of these steps are omitted since they can be readily derived using the techniques described in [2, 17].
6. References [1] S. Baker, R. Szeliski, and P. Anandan. A layered approach to stereo reconstruction. In CVPR'98, pp. 434-441 , Santa Barbara, Junel 998.
[2] J. R. Bergen, P. Anandan, K. J. Hanna, and R. Hingorani. Hierarchical model-based motion estimation. In ECCV'92, pp. 237-252, Santa Margherita, May 1992. [3] M. J. Black and A. D. Jepson. Estimating optical flow in segmented images using variable-order parametric models with local deformations. IEEE Trans. Patt. Anal. Mach. Intel!., 18(10):972-986, October 1996.
[4] M. J. Black and A. Rangarajan. On the unification of line processes, outlier rejection, and robust statistics with applications in early vision. Intl. J. Comp. Vision, 19(1 ):57-91 , 1996.
[5] R. T. Collins. A space-sweep approach to true multi-image matching. In CVPR'96, pp. 358-363, San Francisco, June 1996.
[6] P. E. Debevec, C. J. Taylor, and J. Malik. Modeling and rendering architecture from photographs: A hybrid geometry- and image-based approach. Computer Graphics (SIGGRAPH'96), pp. 11-20, Augustl 996.
[7] S. J. Gortler, R. Grzeszczuk, R. Szeliski, and M. F. Cohen. The lumigraph. In Computer Graphics (SIGGRAPH'96) pp. 43-54, Au-gust1996.
[8] B. K. P. Horn and B. G. Schunck. Determining optical flow. Artificial Intelligence, 17:185-203, 1981.
[9] S. S. Intille and A. F. Bobick. Disparity-space images and large occlusion stereo. In ECCV'94, Stockholm, Sweden, May 1994. Springer- Verlag.
[10] T. Kanade and M. Okutomi. A stereo matching algorithm with an adaptive window: Theory and experiment. IEEE Trans. Patt. Anal. Mach. Intell., 16(9):920-932, Sept. 1994.
[11 ] D. Le Gall. MPEG: A video compression standard for multimedia applications. CACM, 34(4):44-58, April 1991.
[12] B. D. Lucas and T. Kanade. An iterative image registration technique with an application in stereo vision. In IJCAI-81, pp. 674-679, Vancouver, 1981.
[13] L. H. Matthies, R. Szeliski, and T. Kanade. Kalman filter-based algorithms for estimating depth from image sequences. Intl. J. Comp. Vision, 3:209-236, 1989.
[14] D. Scharstein and R. Szeliski. Stereo matching with nonlinear diffusion. Intl. J. Comp. Vision, 28(2): 155-174, July 1998.
[15] S. M. Seitz and C. M. Dyer. Photorealistic scene reconstrcution by space coloring. In CVPR'97, pp. 1067-1073, San Juan, PuertoRico, June 1997.
[16] J. Shade, S. Gortler, L.-W. He, and R. Szeliski. Layered depth images. In Computer Graphics (SIGGRAPH'98) Proceedings, pp. 231-242, Orlando, July 1998.
[17] R. Szeliski and J. Coughlan. Hierarchical spline-based image registration. Intl. J. Comp. Vision, 22(3): 199-218, March/April 1997.
[18] R. Szeliski and P. Golland. Stereo matching with transparency and matting. In ICCV'98, pp. 517-524, Bombay, January 1998.
[19] J. Y. A. Wang and E. H. Adelson. Layered representation for motion analysis. In CVPR'93, pp. 361-366, New York, New York, June 1993.
[20] Y. Weiss. Smoothness in layers: Motion segmentation using nonparametric mixture estimation. In CVPR'97, pp. 520-526, San Juan, Puerto Rico, June 1997.

Claims

1. A computer-implemented process for estimating motion or depth values for multiple images of a 3D scene, comprising using a computer to perform the following acts: inputting the multiple images of a the 3D scene; selecting at least two images from the multiple images, hereafter referred to as keyframes; estimating a motion or depth value for each pixel of each keyframe using motion or depth information from images neighboring the keyframe in viewpoint or time.
2. The process of Claim 1 , wherein the act of estimating comprises the acts of: computing initial estimates of the motion or depth value for each pixel of each keyframe; and computing final estimates of the motion or depth value for each pixel of each keyframe based on the initial estimates.
3. The process of Claim 2, wherein the act of computing the initial estimates for the pixels of a keyframe comprises the acts of,: identifying one or more images which are adjacent in time or viewpoint to the keyframe and designating each of said images as an neighboring image; generating a series of candidate motion or depth values for the pixel of the keyframe; for each candidate motion or depth value, computing an indictor for each neighboring image indicative of the difference between a desired characteristic exhibited by a pixel in the neighboring image which corresponds to a pixel of the keyframe and that exhibited by the keyframe's pixel, weighting the difference indicator for each neighboring image based on the degree to which the neighboring image will contribute to the estimation of the motion or depth values associated with the pixels of the keyframe to produce a weighted indicator, summing the weighted indicators associated with the neighboring images to produce a cost factor; identifying the lowest overall cost factor for each pixel of the keyframe among those produced with each candidate motion or depth value; and assigning the candidate motion or depth value corresponding to the lowest cost factor as the initial estimate of the motion or depth value for the associated pixel of the keyframe.
4. The process of Claim 3, wherein the series of candidate motion or depth values includes zero (0) as a baseline value.
5. The process of Claim 3, further comprising the act of aggregating the computed first indicator spatially prior to performing the act of applying a weighting factor to the first indicator.
6. The process of Claim 5, wherein the act of aggregating the computed first indicator spatially comprises the act of employing a spatial convolution process.
7. The process of Claim 3, further comprising, following the act of assigning the motion or depth value associated with the lowest cost factor as the initial estimate, performing the act of refining the initial estimate for the chosen pixel via a fractional motion or depth estimation process.
8. The process of Claim 3, wherein the act of identifying the desired characteristic comprises the act of identifying the intensity exhibited by the matching pixel.
9. The process of Claim 3, wherein the act of identifying the desired characteristic comprises the act of identifying the color exhibited by the matching pixel.
10. The process of Claim 3, wherein the act of computing the indictor comprises the act of employing a robust penalty function.
11. The process of Claim 10, wherein the robust penalty function is based on contaminated Gaussian distribution.
12. The process of Claim 10, wherein the robust penalty function is generalized to account for global bias and gain changes between the selected keyframe and the chosen neighboring image.
13. The process of Claim 3, wherein the act of generating a series of candidate motion or depth values comprises the act of employing a correlation- style search process.
14. The process of Claim 3, further comprising the act of aggregating the computed first indicator spatially prior to performing the act of applying a weighting factor to the first indicator.
15. The process of Claim 14, wherein the act of aggregating the computed first indicator spatially comprises the act of employing a spatial convolution process.
16. The process of Claim 2, further comprising the act of refining the initial estimate of the motion or depth value for a pixel of a keyframe via a multi- resolution estimation procedure, said multi-resolution estimation procedure comprising the acts of: creating a multi-resolution pyramid from each image of the 3D scene; computing an estimate of the motion or depth value for each pixel of a lowest resolution level of each keyframe; for each keyframe at a next higher resolution level, modifying the estimates of the motion or depth values computed for the keyframe at the next lower resolution level to compensate for the increase in resolution in the current keyframe resolution level, computing an estimate of the motion or depth value for each pixel of the keyframe at its current resolution level using the modified estimates as initializing values; repeating the modifying and second computing acts for each keyframe at a prescribed number of next higher resolution levels.
17. The process of Claim 16, wherein the last resolution level of the prescribed number of resolution levels corresponds to the highest resolution level of the multi-resolution pyramid for each keyframe.
18. The process of Claim 2, further comprising the act of refining the initial estimate of the motion or depth value for a pixel of a keyframe via an iterative procedure, said iterative procedure comprising the acts of: assigning a number of iterations to be completed to produce the refined estimate of the motion or depth value for the pixel of the keyframe; for the first iteration, computing a new estimate of the motion or depth value associated with the keyframe pixel using the previously computed initial estimate as an initializing value; for each subsequent iteration, if any, up to the assigned number, computing a new estimate of the motion or depth value associated with the keyframe pixel using the estimate of the motion or depth value computed in the last preceding iteration as an initializing value; and assigning the last computed motion or depth value as the refined initial estimate for the pixel of the keyframe.
19. The process of Claim 2, wherein the act of computing the final estimates for the pixels of a keyframe comprises the acts of: identifying one or more images which are adjacent in time or viewpoint to the keyframe and designating each of said images as a neighboring image; generating a series of candidate motion or depth values for the pixel of the keyframe using the previously computed initial estimate of the motion or depth value for the keyframe pixel as a baseline value; for each candidate motion or depth value, starting with the previously computed initial estimate of the motion or depth value for the keyframe pixel, computing an indictor for each neighboring image indicative of the difference between a desired characteristic exhibited by a pixel in the neighboring image which corresponds to a pixel of the keyframe and that exhibited by the keyframe's pixel, weighting the difference indicator for each neighboring image based on the degree to which the neighboring image will contribute to the estimation of the motion or depth values associated with the pixels of the keyframe to produce a weighted indicator, summing the weighted indicators associated with the neighboring images to produce a cost factor; identifying the lowest cost factor for each pixel of the keyframe among those produced with each candidate motion or depth value; and assigning the candidate motion or depth value corresponding to the lowest cost factor as the final estimate of the motion or depth value for the associated pixel of the keyframe.
20. The process of Claim 19, further comprising, performing the acts of: for each neighboring image whose pixels lack a previously estimated motion or depth value, estimating the motion or depth value of a pixel in each of the neighboring images that correspond to a keyframe pixel based on the previously computed estimate of the motion or depth for the keyframe pixel; determining for each neighboring image whether each keyframe pixel is visible in the neighboring image by comparing the similarity between the motion or depth value previously computed for a keyframe pixel and the motion or depth value associated with the corresponding pixel of the neighboring image, said keyframe pixel being visible in the neighboring image if the compared motion or depth values are similar within a prescribed error threshold; and whenever it is determined that a keyframe pixel is not visible in a neighboring image, employing other keyframe pixels in the vicinity of the pixel of interest for which the motion or depth value is being estimated to derive any pixel characteristic needed in estimating the motion or depth value for the keyframe pixel of interest, rather than using the characteristic actually exhibited by the pixel determined not to be visible.
21. The process of Claim 2, wherein the act of computing the final estimates for the pixels of a keyframe comprises the acts of: identifying one or more images which are adjacent in time or viewpoint to the keyframe and designating each of said images as a neighboring image; generating a series of candidate motion or depth values for the pixel of the keyframe using the previously computed initial estimate of the motion or depth value for the keyframe pixel as a baseline value; for each candidate motion or depth value, starting with the previously computed initial estimate of the motion or depth value for the keyframe pixel, for each neighboring image whose pixels lack a previously estimated motion or depth value, estimating the motion or depth value of a pixel in each of the neighboring images that correspond to a keyframe pixel based on the previously computed estimate of the motion or depth for the keyframe pixel, computing a first indictor for each neighboring image indicative of the difference between a desired characteristic exhibited by a pixel in the neighboring image which corresponds to a pixel of the keyframe and that exhibited by the keyframe's pixel, computing a second indictor for each neighboring image indicative of the difference between the motion or depth value previously estimated for a keyframe pixel and that of its corresponding pixel in the neighboring image, adding the first indicator and the second indicator associated with each keyframe pixel, respectively, for each neighboring image to produce a combined indicator, weighting the combined indicator for each neighboring image based on the degree to which the neighboring image will contribute to the estimation of the motion or depth values associated with the pixels of the keyframe to produce a combined weighted indicator, summing the combined weighted indicators associated with the neighboring images to produce a cost factor, identifying the lowest cost factor for each pixel of the keyframe among those produced using each candidate motion or depth value; and assigning the candidate motion or depth value corresponding to the lowest cost factor as the final estimate of the motion or depth value for the associated keyframe pixel.
22. The process of Claim 21 , further comprising, performing the acts of: determining for each neighboring image whether each keyframe pixel is visible in the neighboring image by comparing the similarity between the motion or depth value previously computed for a keyframe pixel and the motion or depth value associated with the corresponding pixel of the neighboring image, said keyframe pixel being visible in the neighboring image if the compared motion or depth values are similar within a prescribed error threshold; and whenever it is determined that a keyframe pixel is not visible in a neighboring image, employing other keyframe pixels in the vicinity of the pixel of interest for which the motion or depth value is being estimated to derive any pixel characteristic needed in estimating the motion or depth value for the keyframe pixel of interest, rather than using the characteristic actually exhibited by the pixel determined not to be visible.
23. The process of Claim 2, wherein the act of computing the final estimates for the pixels of a keyframe comprises the acts of: identifying one or more images which are adjacent in time or viewpoint to the keyframe and designating each of said images as a neighboring image; identifying a group of pixels in the keyframe which are physically adjacent to the pixel for which the final estimate is being computed and designating said pixels as neighboring pixels; generating a series of candidate motion or depth values for the pixel of the keyframe using the previously computed initial estimate of the motion or depth value for the keyframe pixel as a baseline value; for each candidate motion or depth value, starting with the previously computed initial estimate of the motion or depth value for the keyframe pixel, for each neighboring image whose pixels lack a previously estimated motion or depth value, estimating the motion or depth value of a pixel in each of the neighboring images that correspond to a keyframe pixel based on the previously computed estimate of the motion or depth for the keyframe pixel, computing a first indictor for each neighboring image indicative of the difference between a desired characteristic exhibited by a pixel in the neighboring image which corresponds to a pixel of the keyframe and that exhibited by the keyframe's pixel, computing a second indictor for each neighboring image indicative of the difference between the motion or depth value previously estimated for a keyframe pixel and that of its corresponding pixel in the neighboring image, adding the first indicator and the second indicator associated with each keyframe pixel, respectively, for each neighboring image to produce a combined indicator, weighting the combined indicator for each neighboring image based on the degree to which the neighboring image will contribute to the estimation of the motion or depth values associated with the pixels of the keyframe to produce a combined weighted indicator, summing the combined weighted indicators associated with the neighboring images to produce a first cost factor, computing a third indictor for each neighboring pixel indicative of the difference between the candidate motion or depth value currently 5 associated with a pixel of the keyframe for which the final estimate is being computed and a previously assigned motion or depth value of the neighboring pixel, summing the computed third indicators associated with the neighboring pixels to produce a second cost factor, l o adding the first and second cost factors for each pixel of the keyframe, respectively, to produce a combined cost for each keyframe pixel; identifying the lowest combined cost for each pixel of the keyframe among those produced using each candidate motion or depth value; and assigning the candidate motion or depth value corresponding to the 15 lowest cost as the final estimate of the motion or depth value for the associated keyframe pixel.
24. The process of Claim 23 further comprising, performing the acts of: determining for each neighboring image whether each keyframe
20 pixel is visible in the neighboring image by comparing the similarity between the motion or depth value previously computed for a keyframe pixel and the motion or depth value associated with the corresponding pixel of the neighboring image, said keyframe pixel being visible in the neighboring image if the compared motion or depth values are similar within a prescribed error threshold; and
25 whenever it is determined that a keyframe pixel is not visible in a neighboring image, employing other keyframe pixels in the vicinity of the pixel of interest for which the motion or depth value is being estimated to derive any pixel characteristic needed in estimating the motion or depth value for the keyframe pixel of interest, rather than using the characteristic actually exhibited by the pixel
30 determined not to be visible.
25. The process of Claim 23, wherein the act of identifying the desired characteristic comprises the act of identifying the intensity exhibited by the matching pixel.
26. The process of Claim 23, wherein the act of identifying the desired characteristic comprises the act of identifying the color exhibited by the matching pixel.
27. The process of Claim 23, wherein the act of computing the first indictor comprises the act of employing a robust penalty function.
28. The process of Claim 27, wherein the robust penalty function is based on contaminated Gaussian distribution.
29. The process of Claim 27, wherein the robust penalty function is generalized to account for global bias and gain changes between the selected keyframe and the chosen neighboring image.
30. The process of Claim 23, wherein the act of generating a series of candidate motion or depth values comprises the act of employing a correlation- style search process.
31. The process of Claim 23, further comprising the act of aggregating the combined indicator spatially prior to performing the act of weighting the combined indicator.
32. The process of Claim 31 , wherein the act of aggregating the computed first indicator spatially comprises the act of employing a spatial convolution process.
33. The process of Claim 23, further comprising, following the act of assigning the candidate motion or depth value corresponding to the lowest cost as the final estimate, performing the act of refining the final estimate for the keyframe pixel via a fractional motion or depth estimation process.
34. The process of Claim 2, further comprising the act of refining the final estimate of the motion or depth value for a pixel of a keyframe via a multi- resolution estimation procedure, said multi-resolution estimation procedure comprising the acts of: creating a multi-resolution pyramid from each image of the 3D scene; computing an estimate of the motion or depth value for each pixel of a lowest resolution level of each keyframe; for each keyframe at a next higher resolution level, modifying the estimates of the motion or depth values computed for the keyframe at the next lower resolution level to compensate for the increase in resolution in the current keyframe resolution level, computing an estimate of the motion or depth value for each pixel of the keyframe at its current resolution level using the modified estimates as initializing values; repeating the modifying and second computing acts for each keyframe at a prescribed number of next higher resolution levels.
35. The process of Claim 34, wherein the last resolution level of the prescribed number of resolution levels corresponds to the highest resolution level of the multi-resolution pyramid for each keyframe.
36. The process of Claim 2, further comprising the act of refining the final estimate of the motion or depth value for a pixel of a keyframe via an iterative procedure, said iterative procedure comprising the acts of: assigning a number of iterations to be completed to produce the refined estimate of the motion or depth value for the pixel of the keyframe; for the first iteration, computing a new estimate of the motion or depth value associated with the keyframe pixel using the previously computed initial estimate as an initializing value; for each subsequent iteration, if any, up to the assigned number, computing a new estimate of the motion or depth value associated with the keyframe pixel using the estimate of the motion or depth value computed in the last preceding iteration as an initializing value; and assigning the last computed motion or depth value as the refined final estimate for the pixel of the keyframe.
37. A system for estimating motion or depth values for multiple images of a 3D scene, comprising: a general purpose computing device; and a computer program comprising program modules executable by the computing device, wherein the computing device is directed by the program modules of the computer program to, input the multiple images of a the 3D scene, select at least two images from the multiple images, hereafter referred to as keyframes, estimate a motion or depth value for each pixel of each keyframe using motion or depth information from images neighboring the keyframe in viewpoint or time.
38. A computer-readable memory for estimating motion or depth values for multiple images of a 3D scene, comprising: a computer-readable storage medium; and a computer program comprising program modules stored in the storage medium, wherein the storage medium is so configured by the computer program that it causes a computer to, input the multiple images of a the 3D scene, select at least two images from the multiple images, hereafter referred to as keyframes, estimate a motion or depth value for each pixel of each keyframe using motion or depth information from images neighboring the keyframe in viewpoint or time.
39. A computer-implemented process for estimating motion or depth values for multiple images of a 3D scene, comprising using a computer to perform the following acts: inputting the multiple images of a the 3D scene; selecting at least two images from the multiple images, hereafter referred to as keyframes; estimating a motion or depth value for each pixel of each keyframe by determining which values produce the minimum cost based on a three-part cost function comprising a pixel intensity compatibility term which characterizes the difference between the intensity exhibited by a pixel of a keyframe and that of a corresponding pixel in neighboring images, a motion or depth value compatibility term which characterizes the difference between the motion or depth estimate for a pixel of a keyframe and that of a corresponding pixel in neighboring images, and a flow smoothness term which characterizes the difference between the motion or depth estimate for a pixel of a keyframe and that of neighboring pixels in the same keyframe.
PCT/US2000/015903 1999-06-16 2000-06-10 A multi-view approach to motion and stereo WO2000077734A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU57311/00A AU5731100A (en) 1999-06-16 2000-06-10 A multi-view approach to motion and stereo

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/334,857 1999-06-16
US09/334,857 US6487304B1 (en) 1999-06-16 1999-06-16 Multi-view approach to motion and stereo

Publications (2)

Publication Number Publication Date
WO2000077734A2 true WO2000077734A2 (en) 2000-12-21
WO2000077734A3 WO2000077734A3 (en) 2001-06-28

Family

ID=23309169

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/015903 WO2000077734A2 (en) 1999-06-16 2000-06-10 A multi-view approach to motion and stereo

Country Status (3)

Country Link
US (1) US6487304B1 (en)
AU (1) AU5731100A (en)
WO (1) WO2000077734A2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002076103A2 (en) * 2001-03-15 2002-09-26 Koninklijke Philips Electronics N.V. Method and apparatus for motion estimation in image-sequences with efficient content-based smoothness constraint
WO2008041167A2 (en) 2006-10-02 2008-04-10 Koninklijke Philips Electronics N.V. Method and filter for recovery of disparities in a video stream
WO2010083750A1 (en) * 2009-01-23 2010-07-29 华为技术有限公司 Method and device for processing depth image sequence
WO2013016004A1 (en) * 2011-07-22 2013-01-31 Qualcomm Incorporated Coding motion depth maps with depth range variation
US9177381B2 (en) 2010-12-22 2015-11-03 Nani Holdings IP, LLC Depth estimate determination, systems and methods
WO2017110836A1 (en) * 2015-12-22 2017-06-29 Mitsubishi Electric Corporation Method and system for fusing sensed measurements
CN116071504A (en) * 2023-03-06 2023-05-05 安徽大学 Multi-view three-dimensional reconstruction method for high-resolution image

Families Citing this family (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6766037B1 (en) * 1998-10-02 2004-07-20 Canon Kabushiki Kaisha Segmenting moving objects and determining their motion
US6993074B2 (en) * 2000-03-24 2006-01-31 Microsoft Corporation Methods and arrangements for handling concentric mosaic image data
US6693964B1 (en) * 2000-03-24 2004-02-17 Microsoft Corporation Methods and arrangements for compressing image based rendering data using multiple reference frame prediction techniques that support just-in-time rendering of an image
US6870539B1 (en) * 2000-11-17 2005-03-22 Hewlett-Packard Development Company, L.P. Systems for compositing graphical data
US7260274B2 (en) * 2000-12-01 2007-08-21 Imax Corporation Techniques and systems for developing high-resolution imagery
JP4050472B2 (en) * 2001-02-06 2008-02-20 株式会社モノリス Image generation method, apparatus and system
US6738099B2 (en) * 2001-02-16 2004-05-18 Tektronix, Inc. Robust camera motion estimation for video sequences
US6965645B2 (en) * 2001-09-25 2005-11-15 Microsoft Corporation Content-based characterization of video frame sequences
US7003150B2 (en) * 2001-11-05 2006-02-21 Koninklijke Philips Electronics N.V. Homography transfer from point matches
JP2003162723A (en) * 2001-11-26 2003-06-06 Fujitsu Ltd Image processing program
US9092841B2 (en) * 2004-06-09 2015-07-28 Cognex Technology And Investment Llc Method and apparatus for visual detection and inspection of objects
US7545949B2 (en) * 2004-06-09 2009-06-09 Cognex Technology And Investment Corporation Method for setting parameters of a vision detector using production line information
US20050226490A1 (en) * 2002-01-29 2005-10-13 Phillips Brian S Method and apparatus for improved vision detector image capture and analysis
JP2005517251A (en) * 2002-02-05 2005-06-09 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method and unit for estimating a motion vector of a pixel group
CN1650622B (en) * 2002-03-13 2012-09-05 图象公司 Systems and methods for digitally re-mastering or otherwise modifying motion pictures or other image sequences data
US20030198290A1 (en) * 2002-04-19 2003-10-23 Dynamic Digital Depth Pty.Ltd. Image encoding system
US7477781B1 (en) * 2002-10-10 2009-01-13 Dalsa Corporation Method and apparatus for adaptive pixel correction of multi-color matrix
US20040223640A1 (en) * 2003-05-09 2004-11-11 Bovyrin Alexander V. Stereo matching using segmentation of image columns
US7090576B2 (en) * 2003-06-30 2006-08-15 Microsoft Corporation Personalized behavior of computer controlled avatars in a virtual reality environment
US7358973B2 (en) * 2003-06-30 2008-04-15 Microsoft Corporation Mixture model for motion lines in a virtual reality environment
US8456475B2 (en) * 2003-06-30 2013-06-04 Microsoft Corporation Motion line switching in a virtual environment
US7246103B2 (en) * 2003-06-30 2007-07-17 Microsoft Corporation Probabilistic model of distraction for a virtual reality environment
US7260560B2 (en) * 2003-06-30 2007-08-21 Microsoft Corporation Modified motion control for a virtual reality environment
KR100682889B1 (en) * 2003-08-29 2007-02-15 삼성전자주식회사 Method and Apparatus for image-based photorealistic 3D face modeling
KR101135454B1 (en) * 2003-09-02 2012-04-13 엔엑스피 비 브이 Temporal interpolation of a pixel on basis of occlusion detection
US7286185B2 (en) * 2003-09-11 2007-10-23 Ati Technologies Inc. Method and de-interlacing apparatus that employs recursively generated motion history maps
US20050078747A1 (en) * 2003-10-14 2005-04-14 Honeywell International Inc. Multi-stage moving object segmentation
EP1725983A1 (en) * 2003-11-20 2006-11-29 Yissum Research Development Company Of The Hebrew University Of Jerusalem Image mosaicing responsive to camera ego motion
JP4517633B2 (en) 2003-11-25 2010-08-04 ソニー株式会社 Object detection apparatus and method
EP1697895A1 (en) * 2003-12-15 2006-09-06 Koninklijke Philips Electronics N.V. Contour recovery of occluded objects in images
US7292735B2 (en) * 2004-04-16 2007-11-06 Microsoft Corporation Virtual image artifact detection
US7257272B2 (en) * 2004-04-16 2007-08-14 Microsoft Corporation Virtual image generation
US7837543B2 (en) * 2004-04-30 2010-11-23 Microsoft Corporation Reward-driven adaptive agents for video games
US7307664B2 (en) * 2004-05-17 2007-12-11 Ati Technologies Inc. Method and apparatus for deinterlacing interleaved video
DE102004026782A1 (en) * 2004-06-02 2005-12-29 Infineon Technologies Ag Method and apparatus for computer-aided motion estimation in at least two temporally successive digital images, computer-readable storage medium and computer program element
US8127247B2 (en) * 2004-06-09 2012-02-28 Cognex Corporation Human-machine-interface and method for manipulating data in a machine vision system
US8243986B2 (en) * 2004-06-09 2012-08-14 Cognex Technology And Investment Corporation Method and apparatus for automatic visual event detection
US8891852B2 (en) * 2004-06-09 2014-11-18 Cognex Technology And Investment Corporation Method and apparatus for configuring and testing a machine vision detector
US20050276445A1 (en) * 2004-06-09 2005-12-15 Silver William M Method and apparatus for automatic visual detection, recording, and retrieval of events
US20050285947A1 (en) * 2004-06-21 2005-12-29 Grindstaff Gene A Real-time stabilization
US8027531B2 (en) * 2004-07-21 2011-09-27 The Board Of Trustees Of The Leland Stanford Junior University Apparatus and method for capturing a scene using staggered triggering of dense camera arrays
KR100714068B1 (en) * 2004-10-16 2007-05-02 한국전자통신연구원 Method and system for encoding/decoding multi-view video based on layered-depth image
JP2006154756A (en) * 2004-11-02 2006-06-15 Fujitsu Ten Ltd Video signal processing method, video signal processing device and display device
US7636449B2 (en) * 2004-11-12 2009-12-22 Cognex Technology And Investment Corporation System and method for assigning analysis parameters to vision detector using a graphical interface
US7720315B2 (en) 2004-11-12 2010-05-18 Cognex Technology And Investment Corporation System and method for displaying and using non-numeric graphic elements to control and monitor a vision system
US9292187B2 (en) 2004-11-12 2016-03-22 Cognex Corporation System, method and graphical user interface for displaying and controlling vision system operating parameters
WO2007085950A2 (en) 2006-01-27 2007-08-02 Imax Corporation Methods and systems for digitally re-mastering of 2d and 3d motion pictures for exhibition with enhanced visual quality
KR100780840B1 (en) 2006-06-14 2007-11-29 광주과학기술원 A temporal prediction apparatus and method for coding multi-view video based on layer-depth image
US8340349B2 (en) * 2006-06-20 2012-12-25 Sri International Moving target detection in the presence of parallax
EP2033164B1 (en) 2006-06-23 2015-10-07 Imax Corporation Methods and systems for converting 2d motion pictures for stereoscopic 3d exhibition
US8548568B2 (en) * 2006-09-08 2013-10-01 General Electric Company Methods and apparatus for motion compensation
US8237099B2 (en) * 2007-06-15 2012-08-07 Cognex Corporation Method and system for optoelectronic detection and location of objects
US8558832B1 (en) * 2007-06-19 2013-10-15 Nvida Corporation System, method, and computer program product for generating a plurality of two-dimensional images and depth maps for a scene at a point in time
WO2009001255A1 (en) * 2007-06-26 2008-12-31 Koninklijke Philips Electronics N.V. Method and system for encoding a 3d video signal, enclosed 3d video signal, method and system for decoder for a 3d video signal
US8103085B1 (en) 2007-09-25 2012-01-24 Cognex Corporation System and method for detecting flaws in objects using machine vision
US8964117B2 (en) 2007-09-28 2015-02-24 Ati Technologies Ulc Single-pass motion adaptive deinterlacer and method therefore
US8300987B2 (en) * 2007-09-28 2012-10-30 Ati Technologies Ulc Apparatus and method for generating a detail-enhanced upscaled image
CN101878486B (en) * 2007-11-30 2016-10-26 杜比实验室特许公司 The method and apparatus of processing moving sequence
US8259228B2 (en) * 2007-12-10 2012-09-04 Ati Technologies Ulc Method and apparatus for high quality video motion adaptive edge-directional deinterlacing
US8396129B2 (en) * 2007-12-28 2013-03-12 Ati Technologies Ulc Apparatus and method for single-pass, gradient-based motion compensated image rate conversion
JP4956452B2 (en) * 2008-01-25 2012-06-20 富士重工業株式会社 Vehicle environment recognition device
JP4876080B2 (en) * 2008-01-25 2012-02-15 富士重工業株式会社 Environment recognition device
TW201017578A (en) * 2008-10-29 2010-05-01 Chunghwa Picture Tubes Ltd Method for rebuilding 3D surface model
EP2214137B1 (en) 2009-01-29 2024-04-03 Vestel Elektronik Sanayi ve Ticaret A.S. A method and apparatus for frame interpolation
WO2010104490A1 (en) 2009-03-12 2010-09-16 Hewlett-Packard Development Company, L.P. Depth-sensing camera system
US7961910B2 (en) 2009-10-07 2011-06-14 Microsoft Corporation Systems and methods for tracking a model
US8963829B2 (en) 2009-10-07 2015-02-24 Microsoft Corporation Methods and systems for determining and tracking extremities of a target
US8867820B2 (en) 2009-10-07 2014-10-21 Microsoft Corporation Systems and methods for removing a background of an image
US8564534B2 (en) 2009-10-07 2013-10-22 Microsoft Corporation Human tracking system
TWI402479B (en) * 2009-12-15 2013-07-21 Ind Tech Res Inst Depth detection method and system using thereof
US9131155B1 (en) 2010-04-07 2015-09-08 Qualcomm Technologies, Inc. Digital video stabilization for multi-view systems
US8737769B2 (en) * 2010-11-26 2014-05-27 Microsoft Corporation Reconstruction of sparse data
US9300947B2 (en) * 2011-03-24 2016-03-29 Kodak Alaris Inc. Producing 3D images from captured 2D video
TWI475515B (en) * 2011-04-13 2015-03-01 Univ Nat Taiwan Method for generating disparity map of stereo video
WO2012166814A1 (en) * 2011-05-31 2012-12-06 Honda Motor Co., Ltd. Online environment mapping
US20130076872A1 (en) * 2011-09-23 2013-03-28 Himax Technologies Limited System and Method of Detecting and Correcting an Improper Rendering Condition in Stereoscopic Images
US9019279B1 (en) * 2011-10-04 2015-04-28 Google Inc. Systems and method for navigating between a nadir view and an oblique view of a map
US8994738B1 (en) * 2011-10-04 2015-03-31 Google Inc. Systems and method for navigating between oblique views of a map
CN103339651B (en) * 2011-10-11 2016-12-07 松下知识产权经营株式会社 Image processing apparatus, camera head and image processing method
US9672609B1 (en) * 2011-11-11 2017-06-06 Edge 3 Technologies, Inc. Method and apparatus for improved depth-map estimation
US10130782B2 (en) 2011-12-13 2018-11-20 Koninklijke Philips N.V. Parametric approach to mask customization
WO2013089752A1 (en) * 2011-12-15 2013-06-20 Intel Corporation Techniques for improving stereo block matching with the pyramid method
US9651499B2 (en) 2011-12-20 2017-05-16 Cognex Corporation Configurable image trigger for a vision system and method for using the same
EP2810247B1 (en) * 2012-01-31 2018-04-25 Sony Mobile Communications Inc. Method and electronic device for creating a combined image
US20130257851A1 (en) * 2012-04-01 2013-10-03 Chao-Hua Lee Pipeline web-based process for 3d animation
US9628770B2 (en) * 2012-06-14 2017-04-18 Blackberry Limited System and method for stereoscopic 3-D rendering
CN102982545B (en) * 2012-11-22 2015-09-16 清华大学深圳研究生院 A kind of image depth estimation method
CN103413137B (en) * 2013-08-05 2016-04-27 浙江大学 Based on the interaction gesture movement locus dividing method of more rules
US9589362B2 (en) 2014-07-01 2017-03-07 Qualcomm Incorporated System and method of three-dimensional model generation
US9607388B2 (en) * 2014-09-19 2017-03-28 Qualcomm Incorporated System and method of pose estimation
US10304203B2 (en) 2015-05-14 2019-05-28 Qualcomm Incorporated Three-dimensional model generation
US10373366B2 (en) 2015-05-14 2019-08-06 Qualcomm Incorporated Three-dimensional model generation
US9911242B2 (en) 2015-05-14 2018-03-06 Qualcomm Incorporated Three-dimensional model generation
JP6431495B2 (en) * 2016-03-25 2018-11-28 本田技研工業株式会社 Teacher data generation method
US10341568B2 (en) 2016-10-10 2019-07-02 Qualcomm Incorporated User interface to assist three dimensional scanning of objects
US10248890B2 (en) 2017-04-13 2019-04-02 Facebook, Inc. Panoramic camera systems
CN112215880B (en) * 2019-07-10 2022-05-06 浙江商汤科技开发有限公司 Image depth estimation method and device, electronic equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997006631A2 (en) * 1995-08-04 1997-02-20 Ehud Spiegel Apparatus and method for object tracking

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997006631A2 (en) * 1995-08-04 1997-02-20 Ehud Spiegel Apparatus and method for object tracking

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
GUNSEL B ET AL: "Content-based access to video objects: Temporal Segmentation, visual summarization, and feature extraction" SIGNAL PROCESSING. EUROPEAN JOURNAL DEVOTED TO THE METHODS AND APPLICATIONS OF SIGNAL PROCESSING,NL,ELSEVIER SCIENCE PUBLISHERS B.V. AMSTERDAM, vol. 66, no. 2, 30 April 1998 (1998-04-30), pages 261-280, XP004129645 ISSN: 0165-1684 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002076103A2 (en) * 2001-03-15 2002-09-26 Koninklijke Philips Electronics N.V. Method and apparatus for motion estimation in image-sequences with efficient content-based smoothness constraint
WO2002076103A3 (en) * 2001-03-15 2002-12-05 Koninkl Philips Electronics Nv Method and apparatus for motion estimation in image-sequences with efficient content-based smoothness constraint
WO2008041167A2 (en) 2006-10-02 2008-04-10 Koninklijke Philips Electronics N.V. Method and filter for recovery of disparities in a video stream
WO2008041167A3 (en) * 2006-10-02 2008-11-06 Koninkl Philips Electronics Nv Method and filter for recovery of disparities in a video stream
WO2010083750A1 (en) * 2009-01-23 2010-07-29 华为技术有限公司 Method and device for processing depth image sequence
US9177381B2 (en) 2010-12-22 2015-11-03 Nani Holdings IP, LLC Depth estimate determination, systems and methods
CN103703777A (en) * 2011-07-22 2014-04-02 高通股份有限公司 Coding motion depth maps with depth range variation
WO2013016004A1 (en) * 2011-07-22 2013-01-31 Qualcomm Incorporated Coding motion depth maps with depth range variation
US9363535B2 (en) 2011-07-22 2016-06-07 Qualcomm Incorporated Coding motion depth maps with depth range variation
WO2017110836A1 (en) * 2015-12-22 2017-06-29 Mitsubishi Electric Corporation Method and system for fusing sensed measurements
CN108369728A (en) * 2015-12-22 2018-08-03 三菱电机株式会社 The method and system that the measured value sensed is merged
JP2018526743A (en) * 2015-12-22 2018-09-13 三菱電機株式会社 Method and system for fusing detected measurements
US10148873B2 (en) 2015-12-22 2018-12-04 Mitsubishi Electric Research Laboratories, Inc. Method and system for motion adaptive fusion of optical images and depth maps acquired by cameras and depth sensors
CN116071504A (en) * 2023-03-06 2023-05-05 安徽大学 Multi-view three-dimensional reconstruction method for high-resolution image

Also Published As

Publication number Publication date
AU5731100A (en) 2001-01-02
US6487304B1 (en) 2002-11-26
WO2000077734A3 (en) 2001-06-28

Similar Documents

Publication Publication Date Title
US6487304B1 (en) Multi-view approach to motion and stereo
Szeliski A multi-view approach to motion and stereo
Penner et al. Soft 3d reconstruction for view synthesis
Kang et al. Extracting view-dependent depth maps from a collection of images
Szeliski Prediction error as a quality metric for motion and stereo
Scharstein et al. A taxonomy and evaluation of dense two-frame stereo correspondence algorithms
Baker et al. A layered approach to stereo reconstruction
Li et al. Stereo reconstruction from multiperspective panoramas
Criminisi et al. Efficient dense stereo with occlusions for new view-synthesis by four-state dynamic programming
Corsini et al. Fully automatic registration of image sets on approximate geometry
Buehler et al. Non-metric image-based rendering for video stabilization
Zitnick et al. Stereo for image-based rendering using image over-segmentation
US6847728B2 (en) Dynamic depth recovery from multiple synchronized video streams
Tauber et al. Review and preview: Disocclusion by inpainting for image-based rendering
Wang et al. Obtaining depth map from segment-based stereo matching using graph cuts
Roussos et al. Dense multibody motion estimation and reconstruction from a handheld camera
Zhang et al. Recovering consistent video depth maps via bundle optimization
EP2064675A1 (en) Method for determining a depth map from images, device for determining a depth map
US6320978B1 (en) Stereo reconstruction employing a layered approach and layer refinement techniques
Prasad et al. Sfmlearner++: Learning monocular depth & ego-motion using meaningful geometric constraints
Criminisi et al. Efficient dense-stereo and novel-view synthesis for gaze manipulation in one-to-one teleconferencing
Goldlucke et al. Joint 3D-reconstruction and background separation in multiple views using graph cuts
Bleyer et al. A stereo approach that handles the matting problem via image warping
Bebeselea-Sterp et al. A comparative study of stereovision algorithms
Koch Automatic reconstruction of buildings from stereoscopic image sequences

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP