WO2017096384A1 - Quasi-parametric optical flow estimation - Google Patents

Quasi-parametric optical flow estimation Download PDF

Info

Publication number
WO2017096384A1
WO2017096384A1 PCT/US2016/064982 US2016064982W WO2017096384A1 WO 2017096384 A1 WO2017096384 A1 WO 2017096384A1 US 2016064982 W US2016064982 W US 2016064982W WO 2017096384 A1 WO2017096384 A1 WO 2017096384A1
Authority
WO
WIPO (PCT)
Prior art keywords
estimate
frame
pbm
pixel
image
Prior art date
Application number
PCT/US2016/064982
Other languages
French (fr)
Inventor
Hrushikesh Tukaram GARUD
Manu Mathew
Soyeb Noormohammed NAGORI
Original Assignee
Texas Instruments Incorporated
Texas Instruments Japan Limited
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
Priority claimed from US15/081,118 external-priority patent/US10268901B2/en
Application filed by Texas Instruments Incorporated, Texas Instruments Japan Limited filed Critical Texas Instruments Incorporated
Priority to EP16871722.1A priority Critical patent/EP3384466B1/en
Priority to JP2018528997A priority patent/JP7004314B2/en
Priority to CN201680064214.2A priority patent/CN108352074B/en
Publication of WO2017096384A1 publication Critical patent/WO2017096384A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/223Analysis of motion using block-matching
    • G06T7/238Analysis of motion using block-matching using non-full search, e.g. three-step search
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/269Analysis of motion using gradient-based methods
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20016Hierarchical, coarse-to-fine, multiscale or multiresolution image processing; Pyramid transform

Definitions

  • This relates to optical flow estimation including use of pyramidal block matching.
  • Optical flow is the observed motion of objects in sequence of images due to relative motion between an optical sensor, such as a camera, and the objects present in the image.
  • optical flow is generally applied in the computer vision domain to incorporate related techniques from image processing and control of navigation, such as motion detection, object segmentation, time-to-contact information, focus of expansion calculations, luminance, motion compensated encoding, and stereo disparity measurement. Such techniques are especially useful in automotive driver assist systems, robotics, and other applications that apply machine vision.
  • Searching for the best matching patch between two arrays of image data is a needed step in image processing.
  • some stereoscopic imaging systems compute the disparity between left and right images by finding a two-dimensional (2D) patch in the right image that best matches a given 2D patch in the left image.
  • the alignment of two three-dimensional (3D) point clouds may be accomplished by searching for the best 3D patch matches between the volumes.
  • video compression algorithms may determine motion between two consecutive images using an optical flow algorithm that matches patches between the two images.
  • a coarse-to-fine resolution pyramid approach can be used for optical flow algorithm matching.
  • an initial search is performed at a lower resolution than the original images and the initial search result is then refined at one or more higher resolutions.
  • the number of resolution levels in the search pyramid is implementation dependent.
  • the use of a pyramidal search approach is generally faster and more tolerant to local minima as compared to an exhaustive search at high resolution.
  • Camera-based systems use a variety of computer vision (CV) technologies to implement advanced driver assistance systems (ADAS) that are designed to increase driver's situational awareness and road safety by providing essential information, warning and automatic intervention to reduce the possibility or severity of an accident.
  • Governmental safety regulations and independent rating systems are driving development and wider adoption of the ADAS where camera based systems are emerging as a key differentiator by original equipment manufacturers (OEMs).
  • OEMs original equipment manufacturers
  • Camera-based systems are being widely adopted in ADAS for their reliability robustness, ability to support various applications, and most importantly flexibility to support more and more ADAS applications in future.
  • the CV techniques represent a complex, high-performance, and low-power compute problem, especially, the low level CV techniques that extract high definition, high density depth (stereo) and motion (optical flow) information from camera images.
  • Described examples include image processors having optical flow logic which implements a quasi-parametric optical flow measurement (QP-OFM) algorithm which combines a pyramidal block matching (PBM) method, which is a non-parametric approach, with a modified Lucas-Kanade (LK) method, which is a parametric approach, to obtain highly precise estimation over large optical flow (OF) range.
  • the PBM method performs the OF estimation with integer pixel resolution and then at least one pass of the modified LK method is used to refine the PBM obtained OF estimate to obtain a revised optical flow estimate with fractional pixel resolution.
  • One pass of the modified LK method generally provides a good cost benefit balance as it does not need interpolation and a data re-fetch.
  • Described examples include an image processing system that includes a processor and OF determination logic for quantifying relative motion of a feature present in a first frame of video (e.g., a query image) and a second frame of video (e.g., a reference image) that provide at least one of temporally and spatially ordered images with respect to the two frames of video.
  • the OF determination logic configures a processor to implement performing OF estimation between the first frame and second frame using a PBM method to generate an initial OF estimate at a base (lowest) pyramid level having integer pixel resolution, and refining the initial OF estimate using a modified LK method to provide a revised OF estimate having fractional pixel resolution.
  • the QP-OFM algorithm significantly simplifies and improves upon known PBM-based dense OF (DOF) estimation algorithms.
  • DOF dense OF
  • FIG. 1 is block diagram for a system which implements a disclosed QP-OFM algorithm that determines and applies an OF, according to an example embodiment.
  • FIG. 2 is a flow chart that shows steps in an example method of optical flow measurement using a disclosed QP-OFM, according to an example embodiment.
  • FIG. 3 is a simplified block diagram of an example disclosed QP-OFM arrangement.
  • FIG. 4 illustrates a method for computing a 24 bit census descriptor for central pixel x considering its 24 neighbors (a 5x5 neighborhood) and their relationship, according to an example embodiment.
  • FIG. 5 illustrates SxS neighborhood pixels used in census signature computation of a pixel.
  • FIG. 6 illustrates an example support window.
  • FIG. 7 shows an example predictor list including optical flow estimates of the 4 neighbors of the top left pixel in the paxel.
  • FIG. 8 provides an illustration of predictor evaluation involving S candidate predictors for current paxel and the winner predictor among them.
  • FIG. 9 shows a coarse-to-fine search pattern around the winner predictor.
  • FIG. 10A depicts an example SoC that provides high programmable compute power by offloading low level, computationally intensive and repetitive CV tasks to a hardware accelerator
  • FIG. 10B depicts implementation details of an example scheme of storing and handling the reference and current picture data in the local memories within a HWA or on a programmable processor involving utilizing a combination of two levels of local memory with one memory for storing picture data from the first frame of video and from the second frame in a growing window fashion, and another memory to store a sliding window of the picture data from the second frame of video.
  • FIG. 1 shows a block diagram for a system 100 that determines and applies OF in accordance with various disclosed embodiments.
  • the system 100 includes at least one image sensor 106, an image processor 102, and a control system 108.
  • the image processor 102 can be a microprocessor, digital signal processor (DSP), or microcontroller unit (MCU).
  • the image processor 102 includes one or more processors and storage.
  • the image sensor 106 may include a charge coupled device (CCD), a complementary metal oxide semiconductor (CMOS) image sensor, or other photodetector for converting light into electrical signals.
  • the image sensor 106 may include multiple photodetectors arranged in a two-dimensional array.
  • the image sensor 106 may periodically capture an image representative of the field of view of the image sensor 106. For example, the image sensor 106 may capture 15, 30, 60, or any suitable number of images per second.
  • the image sensor 106 may be incorporated in a digital video camera. Some disclosed embodiments may include multiple image sensors 106, such as when
  • the images captured by the image sensor 106 may be provided to the image processor 102 as one or more arrays of binary values, where each binary value may represent an intensity or color of light detected at a particular photodetector of the image sensor 106 (i.e., a picture element (pixel)).
  • Each image provided to the image processor 102 by the image sensor 106 may be referred to as a frame.
  • the image processor 102 analyzes or manipulates the images 110 received from the image sensor 106 to extract information from the images 110.
  • the image processor 102 includes OF determination logic (optical flow logic) shown in FIG. 1 as "optical flow" 104 that analyzes the images 110 received from the image sensor 106 to measure optical flow of the various elements or features present in the images 110.
  • described image processors 102 can be implemented by a HWA.
  • the optical flow logic 104 applies a disclosed QP-OFM algorithm, which (as described hereinabove) combines the PBM method with a modified LK method to obtain accurate and precise OF estimation over a large range (i.e., a variety of different distance values).
  • the PBM method performs the OF estimation with integer pixel resolution and then at least one pass of the modified LK method is used to refine the obtained OF estimate to get a revised OF estimate having fractional pixel resolution.
  • the refined optical flow estimate may be filtered using a post processing filter to filter out potentially noisy estimates
  • only one modified LK pass is generally used. However, in other implementations, it is generally best to balance between computation complexity and benefit, because more iterations may need interpolation and repeated fetching of pixel data from memory.
  • the PBM method as used herein refers to an OF estimation method which converts each of the frames of video into a hierarchical image pyramid.
  • the image pyramid comprises multiple image levels. Image resolution is reduced at each higher one of the image levels.
  • a processor is configured to establish an initial estimate of a location of the pixel in the second frame to a predefined value or to a candidate position that minimizes a cost function, and to apply multiple sequential searches, starting from the initial estimate that minimizes the cost function and establishes a refined estimate of the location of the pixel in the second frame.
  • the LK method as used herein refers to a modified version of a differential OF estimation method developed by Bruce D. Lucas and Takeo Kanade.
  • the LK method assumes that the optical flow is essentially constant in a local neighborhood of the pixel under consideration, and solves the basic optical flow equations for all the pixels in that neighborhood, by the least squares criterion. By combining information from several nearby pixels, the LK method can resolve the inherent ambiguity of the optical flow equation.
  • the LK method can solve the OF equation defined for a pixel in the image using the gradient information from the neighborhood of that pixel and the least squares principle, using the following relation:
  • Gx, Gy the horizontal and vertical spatial gradients computed over for the first frame
  • Gt is the temporal gradient computed between the two images between which the OF is estimated.
  • the conventional LK method computes the OF pixel by pixel in each iteration after performing warping (motion compensating) of the second image.
  • Gx, Gy are defined for all pixels over a neighborhood of a pixel and " ° " operator defines the element wise
  • the 2x2 matrix in the above equation is non invertible, that is if its determinant is zero, it can be regularized or U and V may be set to zero.
  • the inputs are the same Gx, Gy and Gt as described above but are computed during a step search process (described below) to obtain horizontal and vertical flow components U and V respectively.
  • the U and V flow components being real numbers are represented in fixed point representation, such as with 4 bits assigned for storing the fractional part.
  • These flow values represent the incremental refinement that an existing OF estimate (obtained by PBM method at integer pixel resolution) referred to as "an initial OF estimate” in method 200 described below, which undergoes processing to achieve a "revised OF estimate” in method 200 having higher accuracy with fractional pixel resolution.
  • the values of U and V can be clamped within [-1, 1] range before they are added into the existing flow estimates to obtain the final flow output This operation can be represented in equation form as:
  • U and V computation followed by clamp operation in fixed point can be implemented using only simple integer arithmetic operations of multiplication, addition and comparison as shown below.
  • the disclosed modified LK method removes the above-described image warping used in the known LK method.
  • the image warping step is removed by using one pass, assuming that the OF is essentially constant in a local neighborhood and equal to the pixel under consideration.
  • this allows reuse of the pixel data fetched during step search process to be used for Gt computation which is especially useful as random accesses to the memory can be avoided.
  • the modified LK method also splits the compute into sub-tasks of spatial gradient computation and the remaining of the operations.
  • the revised OF measurements may be filtered using a post processing filter (see post processing filter 306 in FIG. 3 described below) to obtain the final output OF estimates 112 generated by the image processor 102 may be provided to the control system 108.
  • the control system 108 may apply the revised OF measurements 112 to control the motion of the system 100, to present motion information to a user of the system 100, etc.
  • the system 100 is an advanced driver assistance system (ADAS)
  • ADAS advanced driver assistance system
  • the control system 108 may apply the revised OF measurements 112 to determine whether a vehicle should change speed and/or direction based on the relative motion of the vehicle and objects detected by the image processor 102.
  • ADAS advanced driver assistance system
  • control system 108 may autonomously change vehicle speed and direction based, at least in part, on the revised OF measurements 112, while in other embodiments the control system 108 may, based on the revised OF measurements 112, provide alerts to an operator of the vehicle indicating that changes in speed and/or direction may be advisable. Similarly, in robotics, and other motion control applications, the control system 108, may control movement (speed and/or direction) of an element of the system 100 based on the revised optical flow measurements 112.
  • FIG. 2 is a flow chart that shows steps in an example method 200 of OF measurement using a disclosed QP-OFM, according to an example embodiment.
  • the modified LK method is applied only at the base level of the pyramid.
  • Step 201 comprises acquiring a first frame of video (e.g., a reference image) and a second frame of video (e.g., a query image) that provide at least one of temporally and spatially ordered images.
  • stored historic flow estimates or auxiliary estimates derived from parametric model of the image velocities may also be provided as prior evidence of the image velocities to be used as predictors during PBM process.
  • the QP-OFM algorithm estimates motion as instantaneous image velocities (pixel motion) when the inputs given are two temporally ordered images, optionally along with prior/auxiliary flow estimates which provides evidence of the image velocities.
  • Step 202 comprises using a processor implementing a stored QP-OFM algorithm which performs steps 203 and 204.
  • Step 203 comprises optical flow estimating between the first frame and second frame using the PBM method to generate an initial obtained flow estimate having integer pixel resolution.
  • the PBM method starts the optical flow estimation at the highest pyramid level using spatial predictors and a step search method (described below) based block matching (BM) process that minimizes a cost function value to obtain accurate motion estimation.
  • BM block matching
  • These optical flow estimates are then filtered (e.g., using a 2D SxS median filter), appropriately scaled up and then refined (again using spatial predictors and step search method) further at each lower pyramid levels sequentially until the base pyramid level. No filtering or scaling of the OF estimates post the BM process at the base layer is needed.
  • the suitable cost function is a Hamming distance over the binary feature descriptors.
  • the predictor configuration can be altered to include temporal predictors or auxiliary predictors, but the step search can remain the same.
  • a pass of the modified LK step (step 204 described below) is performed to refine the obtained flow estimates to obtain a revised optical flow estimate having fractional pixel resolution enabling the determination of precise pixel motion.
  • a pass of the modified LK method may also be applied while processing higher pyramid levels after the BM process.
  • the BM process can work on a 2x2 paxel (a 2x2 block of neighboring pixels) granularity where different computational blocks such as the predictor evaluation and step search can work on 4 pixels simultaneously.
  • the predictors are evaluated only for one representative pixel in the paxel to decide the best estimate (winner predictor) of the OF, which is then independently refined for all pixels in the group during the step search process.
  • the flow post processing involves use of a 2D median filter (see flow post processing filter 306 in FIG. 3 described below), such as having a size 5x5 (height x width).
  • the post processing block takes as input the OF estimates (Fi) and generates the filtered OF output (F).
  • a pseudo ID separable median filter such as of a size 9x9 can also be used.
  • the 9x9 filter can be separated into 3x9 and 9*3 filters applied sequentially in that order (or can be reversed).
  • the height and width of the filter is configured so that number of flow samples (27) used in median computation is small yet provides high quality post processing. In this case to filter the boundary pixels border extension of flow field on all sides by 4 pixels is performed.
  • the confidence assignment block (see confidence assignment block 307 in FIG. 3 described below) can use the cost function values computed during the PBM step and local variability of the obtained flow estimates in a learning based framework to assign a confidence level for each pixel.
  • Step 204 comprises refining the initial PBM obtained flow estimate using at least one pass of the modified LK method to provide a revised OF estimate having fractional pixel resolution.
  • the modified LK method modifies the known LK algorithm to remove the conventional image warping step and splits the compute steps into two groups of gradient computation(spatial and temporal) operations and the remaining operations.
  • This LK step thus reuses data fetched by PBM method to perform fractional pixel refinement.
  • the LK step can use reduced precision gradient data for the OF refinement.
  • the LK step can also only use integer arithmetic to perform compute tasks including matrix inversion.
  • the method can optionally include post processing filtering (see flow post processing filter 306 in FIG. 3 described below which filters flow vectors output by the QP-OFM algorithm block 304).
  • post processing filtering see flow post processing filter 306 in FIG. 3 described below which filters flow vectors output by the QP-OFM algorithm block 304.
  • pseudo-Id separable median filters can be used to remove impulsive noise from the estimated flow vectors.
  • FIG. 3 shows a simplified block diagram of an example QP-OFM arrangement 300 including inputs 310 to an OF calculation block 302, which includes a QP-OFM algorithm block 304, where the OF calculation block 302 provides outputs 312.
  • the inputs 310 are generally two grayscale images.
  • a query image is shown as image 1 and a reference image shown as image 2, between which the OF is to be measured/estimated by the QP-OFM scheme arrangement.
  • Prior/auxiliary optical flow estimates are shown provided as other inputs. Such prior estimates are temporally preceding the current optical flow estimate and are generally provided at the resolution same as that of the input images (image 1 and image 2), and have an expected density of 100% that is estimated for each pixel or paxel.
  • the Image Pyramid Generation Block (shown as pyramid generation) 304a receives inputs 310 including grayscale images (I) comprising image 2 and image 1, a programmed number of pyramid levels N, and sigma value (Sg) (e.g., from a processor) to be used to derive a Gaussian filter kernel.
  • Image Pyramid Generation Block 304a outputs an image pyramid of N levels multi resolution representation of image such that every image in the pyramid is half
  • Pyramid Generation Block 304a generally provides preprocessing. If input image has dimensions WxH and the image pyramid will have N levels, the image can be padded on bottom and right, such that resultant image dimensions are multiple of in some cases.
  • the padded pixels can have value 0. Let the padded image be called [0044]
  • QP-OFM algorithm block 304 also includes a block matching optical flow estimation block 304b (implementing the block matching, filtration and scaling functionality involved in the PBM process (step 203) and a differential techniques-based local method of optical flow estimation block 304c (for implementing the modified LK (step 204).
  • Blocks 304b and 304c process one pyramid level at a time starting from top of the pyramid.
  • Block 304c is enabled only for base of the pyramid in one embodiment, and at all levels in another embodiment.
  • Block matching optical flow estimation block 304b provides an OF estimate with integer pixel precision.
  • Optical flow estimation block 304c provides a revised OF estimate with fractional pixel resolution.
  • the filtration and scaling functionalities of the Block 304b can be disabled at base of the pyramid for the embodiment where Block 304c is enabled only for base of the pyramid. In the embodiment when Block 304c is enabled at all levels the filtration and scaling functionalities of Block 304b are disabled for base of the pyramid and for the higher levels these functionalities are used after revision (by Block 304c) of the OF estimates (obtained by Block 304b).
  • inputs to the pyramid generation block 304a include two grayscale images (query image and reference image) for which optical flow is to be estimated and historic image velocity estimates or temporal predictors (all of dimensions W'*H' pixels).
  • the temporal predictors are an optional input, and their multiscale representation is not obtained by the pyramid generation block 304a, as shown with the dotted path in FIG. 3
  • QP-OFM algorithm block 304 outputs a flow estimate comprising appropriately filtered and scaled flow vectors for next pyramid level or refined flow estimates
  • the QP-OFM algorithm block 304 output for levels higher than the base level is
  • the flow can be filtered with a simple 2D median filter, with a flow estimate resolution increased to match that of lower level and flow estimates scaled with appropriate scale factor. It may be followed by a rounding operation when a pass of modified LK is applied at all pyramid levels.
  • the QP-OFM algorithm block 304 output is passed on to flow post processing block 306, such for post processing by pseudo-ID separable median filters and to 307 for confidence assignment.
  • Pre-computation processing can also be provided before QP-OFM algorithm padding (toward bottom and right) so that all levels have integer dimensions and exactly the same (e.g., 0.5) scale factor.
  • Initialization can comprise flow estimates (F N ) to 0 for level N.
  • o 3-1 Search perform in plane coarse-to-fine (skip pel-3 + skip pel-1) block matching search around the current optical flow estimate minimizing the Cost function value.
  • LK step is enabled for current level Compute horizontal (Gx) and vertical (Gy) image gradient data for query image along with temporal (Gt) gradient using query image and motion compensated reference image. If these computations are performed during skip pel -1 search, LK step does not require any data fetch from memory for motion compensation.
  • OF calculation block 302 is also shown having a flow post processing filter 306 that receives unfiltered flow vector data from QP-OFM algorithm block 304 and outputs filtered flow vector data.
  • OF calculation block 302 is also shown having a confidence assignment block 307.
  • Confidence assignment block 307 receives Hamming distance (HD) costs generated during optical flow estimation processing and unfiltered flow vectors from QP-OFM algorithm block 304, and generates confidence data.
  • HD Hamming distance
  • Flow post processing filter 306 is shown outputting filtered flow vector data that has horizontal and vertical flow components which provides a dense OF estimate output 312b.
  • the confidence data assigned is a confidence level for each pixel by confidence assignment block 307 is shown provided to the confidence map 312a.
  • the dense optical flow estimates 312b are generally provided at the resolution same as that of the input images (image 1 and image 2), with an expected density of 100%, a bit resolution per pixel per flow component of 16 bit fixed point (7 and 8 integer bits for vertical and horizontal flow components respectively and 4 fractional bits for both of them).
  • a Gaussian filter of size 5x5 can be used to filter pyramid level images such that immediately upper pyramid level image can be generated by dropping alternate pixels from the filtered image.
  • a Gaussian Kernel derivation is provided below.
  • 2-D (x,y) an isotropic Gaussian kernel of size 5x5 has the following form:
  • Sg is the distance sigma value used to derive Gaussian filter kernel
  • (x,y) represents a row and column location of a filter coefficient in the Gaussian kernel.
  • possible row and column positions are in range [0,4].
  • This scheme uses a Sg value of 1.61.
  • the filter coefficients thus obtained are real numbers in fixed point representation.
  • the Filtering process e.g., implemented by a separate FIR filter
  • at any pyramid level "n" the Gaussian filtered image obtained by convolving the image with a Gaussian mask G as
  • the binary features-based coarse-to-fine block matching optical flow estimation block 304b can also perform a binary census transform.
  • a method for computing a 24 bit census descriptor for central pixel x considering its 24 neighbors (a 5x5 neighborhood) and their relationship with it is illustrated in FIG. 4.
  • a bit corresponding to a neighborhood pixel is set to 1 if it has the grayscale value greater than or equal to the pixel x, otherwise the bit is set to 0.
  • FIG. 5 illustrates 5x5 neighborhood pixels used in census signature computation of a pixel. While computing Census transform for the border pixels border extension technique is used to replace missing pixels.
  • the square box in middle of the shaded region is the central pixel for which census transform is being computed.
  • the PBM method uses a binary census transform for pixel description and a Hamming distance as the Cost function during the predictor evaluation and step search. While evaluating cost function value at a predicted/search position, a square neighborhood (support window) of 9x9 around the current pixel (see FIG. 6 described below for an illustration of a support window) in query image and same sized neighborhood around the predicted/search position in the reference image is considered. These neighborhoods act as query data and reference data which are compared bitwise to find discordance. To do this, the binary signatures of the 81 pixels in query and reference data are concatenated in to two binary vectors. If Qv and Rv represent these vectors then the binary Hamming distance between them is computed as:
  • Predictor list preparation may also be used.
  • Predictors are the existing OF estimates for spatial, temporal neighbors that can be used as initial OF estimates for the block matching search based OF estimation process for a pixel.
  • the OF estimation algorithm may use 5 different predictors per paxel. These include OF estimates of the 4 neighbors of the top left pixel in the paxel, which are labeled in FIG. 7. These are the pixels that precede the top-left pixel when traversing the image in raster scan order from left to right and top to bottom.
  • the left predictor is expected to come from the left neighbor of the top-left pixel in the paxel where OF estimate for the pixel derived in higher pyramid level and appropriately scaled for current pyramid level is the predictor value.
  • This predictor is called as pyramidal-left predictor.
  • left predictor value may come from a pixel whose OF estimate has been refined in the current pyramid level and lies to the left of the top-left pixel at some pixel distance. This predictor can be called as delayed-left predictor.
  • Fifth predictor is the existing OF estimate for the current pixel, which is derived in higher pyramid level and appropriately scaled for current pyramid level.
  • the pyramidal-left/delayed-left is disabled and replaced with temporal predictor when it is enabled.
  • Predictor usage is summarized in the Table 1 below and relative pixel locations (with respect to top-left position in the paxel) providing top and left spatial predictors are depicted in FIG. 7.
  • Table 1 Summary of example predictor usage according to the pyramid level
  • Temporal predictors can be in fractional-pel resolution, which is rounded off to nearest integer location.
  • Other spatial predictor values are obtained during the step-search for refinement of OF estimates for corresponding pixels or from the higher pyramid level estimate. They are commonly of integer pixel resolution but in case of using LK step at each pyramid level they can be in fractional pixel precision and should be rounded off to nearest integer.
  • the top predictors are generally not available for top row of the picture and top-left and left predictors are not available for left border pixels and top-right predictor is not available on right boundaries. In this scenario unavailable predictors should generally be replaced with either pyramidal-co-located predictor or set to (0,0) value. When using pyramidal pyramidal-co-located predictor for this purpose at highest pyramid level it takes the value (0,0).
  • the median predictor to be used in the search process is computed by independently finding median of the horizontal and vertical components of the selected predictors.
  • the cost function value is estimated at all the predicted positions in the reference image and predictor that leads to minimum Cost function value selected as the winner predictor.
  • the Cost function values are same for more than one predicted positions the first predictor in the evaluation order that leads to the minimum value is chosen as the winner predictor.
  • An example evaluation order is 1) pyramidal-current, 2) pyramidal-lefVdelayed-left/temporal, 3) top-right, 4) top and 5) top-left.
  • the predictor evaluation for the top-right, top, top-left predictors can be merged with step search for corresponding pixel locations in the top row to minimize the data read from memory.
  • FIG. 8 provides an illustration of predictor evaluation involving 5 candidate predictors for current paxel and the winner predictor among them.
  • the winner predictor now is set as current OF estimate for all pixels in the paxel and further refined by step search process explained hereinbelow.
  • in-plane coarse-to-fine search can be performed to refine the current OF estimates such that Cost function value is minimized.
  • the cost function used during step search is defined as HD + MVCost.
  • the search is performed in a specific pattern such that computational complexity is minimized while providing wider refinement range.
  • Stage-1 the skip-3 search over 9 locations (3x3 grid) locations centered on the winner predictor is performed.
  • the search points are at 3 pixel distance from the current optical flow estimate or winner predictor position.
  • FIG. 8 which illustrates the 3-1 step search process and the coarse-to-fine search paths, these 9 locations are depicted by the dotted pattern pixels for top left pixel in the paxel.
  • the nine candidate positions are evaluated in raster scan order, starting from the top left position in the grid. In case the Cost function values are same for more than one search positions the first search position in the evaluation order that leads to the minimum value is chosen as the position and OF is estimated accordingly.
  • Stage-2 the OF estimate obtained in previous stage is refined by searching over 9 points in a 3x3 neighborhood (Skip-1) marked by random fill pattern.
  • the winner of Stage-2 gives best integer pixel motion estimate around the winner predictor.
  • the Cost function values are same for more than one search positions the first search position in the evaluation order (raster scan) that leads to the minimum value being chosen as the winner position and the OF estimate is updated accordingly.
  • search range restriction at any pyramid level when the candidate position (during predictor evaluation or step search) at which the Cost function value is to be evaluated is at distance larger than a threshold value called search range in horizontal (191 pixels) or vertical (63 pixels) directions, then corresponding search position can be ignored. If all candidate positions during predictor search step are at distance larger than the search range, then current optical flow estimate can be set to (0,0). This can be achieved by setting a pyramidal co-located predictor value to (0,0).
  • FIG. 9 illustrates example search paths for 3-1 search for two top pixels in the paxel, the refined OF for one top-left pixel in the paxel, along with the refinement range provided by step search block (different patterned pixels depict the possible outcomes from step search refinement for the top-left pixel)
  • FIG. 9 also illustrates that OF estimates for the two pixels at beginning of the step search process can be same but during step search process their OF estimates can diverge.
  • the predicted position (OF for the pixel after the Skip-1 search) is evaluated using already fetched data and cost is stored for later use. As a result, repeated data read during the predictor selection step is not necessary.
  • the temporal image gradient (Gt) for all pixels in the 3x3 neighborhood is computed considering neighborhood of current pixel in query image and same sized neighborhood of the location to which it is estimated to have moved in the reference image (this is the winner position obtained during skip one search). Pixel-wise Gt computation is performed by subtracting the reference image pixel value from corresponding pixel value in query image. At image boundaries border extension (1 pixels) is used to compute gradients.
  • the spatial and temporal gradient values have 13 bit precision. This precision is reduced to 10 bits by performing 2 bit right shift and clamping post shift values between -512 and 511.
  • the PBM method described above estimates pixel level OF at integer pixel resolution and this estimate is generally close to the actual pixel motions. However, it is refined further to more accurately match the latter.
  • the QP-OFM algorithm uses at least one pass of a modified LK method.
  • 2D median filtering of the flow estimates after updating all the flow estimates at a pyramid level other than base pyramid level they can be filtered using a 2D median filter of size 5x5. At image boundaries border extension (2 pixels) is generally used to compute median values.
  • flow resampling post 2D median filtering, for all pyramid levels other than base level, the flow estimates for next lower pyramid level are obtained by up-scaling the flow estimate resolution using nearest neighbor interpolation and scaling the flow vectors by the resolution upscale factor (2).
  • the flow post processing in the QP-OFM algorithm involves use of 2D median filter, such as of size 5x5.
  • the post processing block 306 takes as an input the optical flow estimates (Fi) from QP-OFM algorithm block 304 and generates the filtered optical flow output (F) shown as filtered flow vector data.
  • a pseudo ID separable median filter of size 9x9 (height ⁇ width) can also be used.
  • the 9x9 filter is separated into 3x9 and 9x3 filters applied sequentially in that or reverse order. The height and width of the separated filters is configured so that number of flow samples used in median computation is small yet provides high quality post processing. In this case to filter the boundary pixels border extension of flow field on all sides by 4 pixels is performed.
  • Advantages of disclosed QP-OFM algorithms include: (a) using only computationally simple optimization function "Hamming distance" between binary feature descriptors over a support window to perform the search; (b) saving precious resources by using common set of predictors for a group of pixels to minimize random access to the memory and a pattern of non-exhaustive coarse-to-fine search strategy for optical flow estimation to minimize the computations; (c) pre-evaluation of the top predictors saves the memory to computational block data bandwidth (fetching reference pixel data for cost function evaluation) and thus minimizes the design complexity; (d) pre-computation of the spatial gradient and temporal gradients used in modified LK step further saves the memory block data bandwidth (e.g.
  • Disclosed QP-OFM algorithms can be implemented as System-on-Chip (SoC) solutions that provide higher programmable compute power, by offloading low level, compute intensive and repetitive CV tasks to a HWA.
  • SoC System-on-Chip
  • the OF techniques which form the basic building block of the camera-based ADAS processes large amounts of pixel data for every frame to generate high levels of information is recognized to be a good candidate for a HWA design.
  • FIG. 10A depicts an example SoC 1000 formed on a substrate 1005 (chip) having a semiconductor surface (e.g., silicon substrate) that provides high programmable compute power by offloading low level, compute intensive and repetitive CV tasks to a HWA 1015.
  • SoC 1000 includes a general-purpose processor (GPP) 1010 that performs general computer vision and signal processing and control tasks.
  • HWA 1015 performs low level CV tasks such as OF and stereo disparity measurements.
  • DSP 1020 performs high level vision and signal processing tasks such as object detection, scene understanding and reconstruction, and a systems peripherals block 1030 includes program and data storage 1030a.
  • System peripherals 1030 interface with sensors, peripheral and communication devices.
  • An interconnect shown as 1022 on the substrate 105 (e.g., one or more interconnect metal levels) couples the GPP 1010, HWA 1015, and DSP 1020 to the systems peripherals block 1030 on the substrate 1005.
  • FIG. 10B depicts implementation details of an example scheme 1090 of storing the reference and current picture data in local memories shown as level 1 local memory (LI) and level 2 local memory (L2) within a HWA (such as the HWA 1015 shown in FIG. 10A).
  • This implementation is targeted to minimize the movement of data from the memory (e.g., Random- Access Memory (RAM)) to the HWA implementing the OF logic.
  • RAM Random- Access Memory
  • both query and reference picture data used to allow proper functioning of the OF estimation process for all paxels in the query image 1050 are fetched and stored in such a way that they are fetched only once from the memory (e.g., RAM).
  • FIG 10B illustrates the extent of image pixel data that needs to be in the local memory.
  • the query image is abbreviated QI and the reference image is abbreviated RI.
  • the query image data of size that needs to be available for optical flow computation is a 14x14 neighborhood 1056 around the paxel location 1070.
  • the query image data of size that needs to be available for optical flow computation is a 14x14 neighborhood 1056 around the paxel location 1070.
  • pixel data from a 13x13 neighborhood around those positions is needed.
  • a region of rectangular region of 396x140 pixels in pixel block 1066 around the paxel location 1070 is needed to evaluate all possible "valid" predicted and step search positions along with modified LK computations as necessary.
  • the entire block similar to pixel block 1056 or 1066 around that location needs to be fetched from the memory (e.g., RAM), the result is repeated reading of a large number of pixels massively increasing the bandwidth requirement, and the compute resources may also have to stay idle while local memory is populated with required data.
  • the memory e.g., RAM
  • the query image data for entire 14 pixel rows 1053 which are needed to process all paxels in paxel location 1070 can be fetched in to a partition of on chip local memory and the HWA can access required set of 14x14 pixel data from there.
  • processing for paxel location 1075 is to begin the pixel data 1052 can be discarded, the remainder of the pixel data from memory block 1053 can be stored (retained) and additional pixel data 1054 fetched into local memory.
  • the 140 reference image pixel rows on physical memory block 1063 can be stored in another partition of the on chip local memory while processing paxels in the paxel location 1070, and the sliding block of pixels 1066 fetched from there into another memory that is still closer to the HWA to allow faster access to the data.
  • the local memory used to store the growing window of pixel data likel053, 1063 and the sliding block of pixels like 1066 can be the logical partitions of a physical memory blocks, in another implementation they can be stored in more than one physical memory blocks, such as pixel data from memory blocks 1053 and 1063 can be stored in L2 memory and data corresponding to the sliding block of pixels 1066 can be stored in LI memory.
  • similar multilevel local memory architecture and picture data management scheme can be used when a processor is used to implement the OF logic.
  • Applications for disclosed OF estimation include solving ADAS tasks such as moving object segmentation, object tracking, time-to-contact (collision) estimation, depth estimation and scene understanding.
  • ADAS tasks such as moving object segmentation, object tracking, time-to-contact (collision) estimation, depth estimation and scene understanding.
  • Disclosed OF estimation enables improved performance ADAS applications such as obstacle detection and collision avoidance auto-emergency braking as compared to known DOF estimation algorithms.
  • an example disclosed QP-OFM algorithm evaluates only about 24 search positions per pixel, uses no interpolations and calculates approximately only 1.33 census transforms per pixel. This represents a large computing saving when processing 60 Million pixels per second which is achieved by adding a fraction of the computing of the OF estimate using a modified LK block.
  • the QP-OFM algorithm further simplifies the HWA design by splitting of compute operations of a functional block into logical subsets and combining subset of operations of different sub-blocks into a set such that they can reuse the pixel data fetched for operations.
  • One example of this type of design is pre-evaluation of the top predictors of a paxel during step search operation of the top paxels.
  • Another example is pre-computation of spatial and temporal gradients used by LK step during step search process.
  • Such re-packaging of the compute tasks of different functional blocks has led to almost 6 fold reduction of SL2 memory complexity compared to the algorithm disclosed in Patent Application Publication No. US 2015/0365696 for disclosed QP-OFM algorithms.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

An image processing system (100) includes a processor (102) and optical flow (OF) determination logic (104) for quantifying relative motion of a feature in a first frame of video and a second frame of video that provide at least one of temporally and spatially ordered images (110) with respect to the two frames of video. The OF determination logic (104) configures the processor (102) to implement performing OF estimation between the first frame and the second frame using a pyramidal block matching (PBM) method to generate an initial optical flow ( OF) estimate at a base pyramid level having integer pixel resolution, and refining the initial OF estimate using at least one pass of a modified Lucas-Kanade (LK) method to provide a revised OF estimate having fractional pixel resolution.

Description

QUASI-PARAMETRIC OPTICAL FLOW ESTIMATION
[0001] This relates to optical flow estimation including use of pyramidal block matching.
BACKGROUND
[0002] Optical flow (or optic flow) is the observed motion of objects in sequence of images due to relative motion between an optical sensor, such as a camera, and the objects present in the image. The term optical flow is generally applied in the computer vision domain to incorporate related techniques from image processing and control of navigation, such as motion detection, object segmentation, time-to-contact information, focus of expansion calculations, luminance, motion compensated encoding, and stereo disparity measurement. Such techniques are especially useful in automotive driver assist systems, robotics, and other applications that apply machine vision.
[0003] Searching for the best matching patch between two arrays of image data is a needed step in image processing. For example, some stereoscopic imaging systems compute the disparity between left and right images by finding a two-dimensional (2D) patch in the right image that best matches a given 2D patch in the left image. In another example, the alignment of two three-dimensional (3D) point clouds may be accomplished by searching for the best 3D patch matches between the volumes. In another example, video compression algorithms may determine motion between two consecutive images using an optical flow algorithm that matches patches between the two images.
[0004] A coarse-to-fine resolution pyramid approach can be used for optical flow algorithm matching. Generally, in a pyramid approach, an initial search is performed at a lower resolution than the original images and the initial search result is then refined at one or more higher resolutions. The number of resolution levels in the search pyramid is implementation dependent. The use of a pyramidal search approach is generally faster and more tolerant to local minima as compared to an exhaustive search at high resolution.
[0005] Camera-based systems use a variety of computer vision (CV) technologies to implement advanced driver assistance systems (ADAS) that are designed to increase driver's situational awareness and road safety by providing essential information, warning and automatic intervention to reduce the possibility or severity of an accident. Governmental safety regulations and independent rating systems are driving development and wider adoption of the ADAS where camera based systems are emerging as a key differentiator by original equipment manufacturers (OEMs). Camera-based systems are being widely adopted in ADAS for their reliability robustness, ability to support various applications, and most importantly flexibility to support more and more ADAS applications in future. The CV techniques represent a complex, high-performance, and low-power compute problem, especially, the low level CV techniques that extract high definition, high density depth (stereo) and motion (optical flow) information from camera images.
SUMMARY
[0006] Described examples include image processors having optical flow logic which implements a quasi-parametric optical flow measurement (QP-OFM) algorithm which combines a pyramidal block matching (PBM) method, which is a non-parametric approach, with a modified Lucas-Kanade (LK) method, which is a parametric approach, to obtain highly precise estimation over large optical flow (OF) range. The PBM method performs the OF estimation with integer pixel resolution and then at least one pass of the modified LK method is used to refine the PBM obtained OF estimate to obtain a revised optical flow estimate with fractional pixel resolution. One pass of the modified LK method generally provides a good cost benefit balance as it does not need interpolation and a data re-fetch.
[0010] Described examples include an image processing system that includes a processor and OF determination logic for quantifying relative motion of a feature present in a first frame of video (e.g., a query image) and a second frame of video (e.g., a reference image) that provide at least one of temporally and spatially ordered images with respect to the two frames of video. The OF determination logic configures a processor to implement performing OF estimation between the first frame and second frame using a PBM method to generate an initial OF estimate at a base (lowest) pyramid level having integer pixel resolution, and refining the initial OF estimate using a modified LK method to provide a revised OF estimate having fractional pixel resolution. The QP-OFM algorithm significantly simplifies and improves upon known PBM-based dense OF (DOF) estimation algorithms. The examples described below demonstrate improved performance relative to known DOF estimation algorithms. BRIEF DESCRIPTION OF THE DRAWINGS
[0011] FIG. 1 is block diagram for a system which implements a disclosed QP-OFM algorithm that determines and applies an OF, according to an example embodiment.
[0012] FIG. 2 is a flow chart that shows steps in an example method of optical flow measurement using a disclosed QP-OFM, according to an example embodiment.
[0013] FIG. 3 is a simplified block diagram of an example disclosed QP-OFM arrangement.
[0014] FIG. 4 illustrates a method for computing a 24 bit census descriptor for central pixel x considering its 24 neighbors (a 5x5 neighborhood) and their relationship, according to an example embodiment.
[0015] FIG. 5 illustrates SxS neighborhood pixels used in census signature computation of a pixel.
[0016] FIG. 6 illustrates an example support window.
[0017] FIG. 7 shows an example predictor list including optical flow estimates of the 4 neighbors of the top left pixel in the paxel.
[0018] FIG. 8 provides an illustration of predictor evaluation involving S candidate predictors for current paxel and the winner predictor among them.
[0019] FIG. 9 shows a coarse-to-fine search pattern around the winner predictor.
[0020] FIG. 10A depicts an example SoC that provides high programmable compute power by offloading low level, computationally intensive and repetitive CV tasks to a hardware accelerator
(HWA).
[0021] FIG. 10B depicts implementation details of an example scheme of storing and handling the reference and current picture data in the local memories within a HWA or on a programmable processor involving utilizing a combination of two levels of local memory with one memory for storing picture data from the first frame of video and from the second frame in a growing window fashion, and another memory to store a sliding window of the picture data from the second frame of video.
DETAILED DESCRIPTION OF EXAMPLE EMBODIMENTS
[0022] In the drawings, like reference numerals are used to designate similar or equivalent elements. Some acts or events may occur in different order and/or concurrently with other acts or events. Also, some illustrated acts or events may not be required to implement a methodology in accordance with this description. [0023] In this description, the terms "coupled to" or "couples with" (and the like) as used herein without further qualification are intended to describe either an indirect or direct electrical connection. For example, if a first device "couples" to a second device, that connection can be through a direct electrical connection where only parasitics are in the pathway, or through an indirect electrical connection via intervening items including other devices and connections. For indirect coupling, the intervening item generally does not modify the information of a signal but may adjust its current level, voltage level, and/or power level.
[0024] FIG. 1 shows a block diagram for a system 100 that determines and applies OF in accordance with various disclosed embodiments. The system 100 includes at least one image sensor 106, an image processor 102, and a control system 108. The image processor 102 can be a microprocessor, digital signal processor (DSP), or microcontroller unit (MCU). The image processor 102 includes one or more processors and storage. The image sensor 106 may include a charge coupled device (CCD), a complementary metal oxide semiconductor (CMOS) image sensor, or other photodetector for converting light into electrical signals. The image sensor 106 may include multiple photodetectors arranged in a two-dimensional array. The image sensor 106 may periodically capture an image representative of the field of view of the image sensor 106. For example, the image sensor 106 may capture 15, 30, 60, or any suitable number of images per second. The image sensor 106 may be incorporated in a digital video camera. Some disclosed embodiments may include multiple image sensors 106, such as when using multiple image sensors 106.
[0025] The images captured by the image sensor 106 may be provided to the image processor 102 as one or more arrays of binary values, where each binary value may represent an intensity or color of light detected at a particular photodetector of the image sensor 106 (i.e., a picture element (pixel)). Each image provided to the image processor 102 by the image sensor 106 may be referred to as a frame. The image processor 102 analyzes or manipulates the images 110 received from the image sensor 106 to extract information from the images 110. The image processor 102 includes OF determination logic (optical flow logic) shown in FIG. 1 as "optical flow" 104 that analyzes the images 110 received from the image sensor 106 to measure optical flow of the various elements or features present in the images 110. As described hereinabove, described image processors 102 can be implemented by a HWA.
[0026] The optical flow logic 104 applies a disclosed QP-OFM algorithm, which (as described hereinabove) combines the PBM method with a modified LK method to obtain accurate and precise OF estimation over a large range (i.e., a variety of different distance values). The PBM method performs the OF estimation with integer pixel resolution and then at least one pass of the modified LK method is used to refine the obtained OF estimate to get a revised OF estimate having fractional pixel resolution. The refined optical flow estimate may be filtered using a post processing filter to filter out potentially noisy estimates In the below described HWA implementation, only one modified LK pass is generally used. However, in other implementations, it is generally best to balance between computation complexity and benefit, because more iterations may need interpolation and repeated fetching of pixel data from memory.
[0027] The PBM method as used herein refers to an OF estimation method which converts each of the frames of video into a hierarchical image pyramid. The image pyramid comprises multiple image levels. Image resolution is reduced at each higher one of the image levels. For each image level and for each pixel in the first frame, a processor is configured to establish an initial estimate of a location of the pixel in the second frame to a predefined value or to a candidate position that minimizes a cost function, and to apply multiple sequential searches, starting from the initial estimate that minimizes the cost function and establishes a refined estimate of the location of the pixel in the second frame.
[0028] The LK method as used herein refers to a modified version of a differential OF estimation method developed by Bruce D. Lucas and Takeo Kanade. The LK method assumes that the optical flow is essentially constant in a local neighborhood of the pixel under consideration, and solves the basic optical flow equations for all the pixels in that neighborhood, by the least squares criterion. By combining information from several nearby pixels, the LK method can resolve the inherent ambiguity of the optical flow equation.
[0029] The LK method can solve the OF equation defined for a pixel in the image using the gradient information from the neighborhood of that pixel and the least squares principle, using the following relation:
Figure imgf000007_0001
where the horizontal and vertical flow components are U and V respectively, Gx, Gy the horizontal and vertical spatial gradients computed over for the first frame, and Gt is the temporal gradient computed between the two images between which the OF is estimated. The conventional LK method computes the OF pixel by pixel in each iteration after performing warping (motion compensating) of the second image. Gx, Gy are defined for all pixels over a neighborhood of a pixel and " ° " operator defines the element wise
Figure imgf000008_0002
multiplication of the 2D vectors. If the 2x2 matrix in the above equation is non invertible, that is if its determinant is zero, it can be regularized or U and V may be set to zero.
[0030] Regarding the modified LK method used by disclosed QP-OFM algorithms, the inputs are the same Gx, Gy and Gt as described above but are computed during a step search process (described below) to obtain horizontal and vertical flow components U and V respectively. The U and V flow components being real numbers are represented in fixed point representation, such as with 4 bits assigned for storing the fractional part. These flow values represent the incremental refinement that an existing OF estimate
Figure imgf000008_0003
(obtained by PBM method at integer pixel resolution) referred to as "an initial OF estimate" in method 200 described below, which undergoes processing to achieve a "revised OF estimate" in method 200 having higher accuracy with fractional pixel resolution. The values of U and V can be clamped within [-1, 1] range before they are added into the existing flow estimates to obtain the final flow output
Figure imgf000008_0004
This operation can be represented in equation form as:
Figure imgf000008_0001
[0031] In one implementation, U and V computation followed by clamp operation in fixed point (including the division operation involved in the inverse matrix computation using an adjugate of the matrix) can be implemented using only simple integer arithmetic operations of multiplication, addition and comparison as shown below.
where
and
Figure imgf000009_0001
All possible values of the U and V can be represented in appropriate fixed point representation with 4 bits of fractional part.
[0032] The disclosed modified LK method removes the above-described image warping used in the known LK method. The image warping step is removed by using one pass, assuming that the OF is essentially constant in a local neighborhood and equal to the pixel under consideration. Significantly, this allows reuse of the pixel data fetched during step search process to be used for Gt computation which is especially useful as random accesses to the memory can be avoided. As described above, the modified LK method also splits the compute into sub-tasks of spatial gradient computation and the remaining of the operations.
[0033] The revised OF measurements may be filtered using a post processing filter (see post processing filter 306 in FIG. 3 described below) to obtain the final output OF estimates 112 generated by the image processor 102 may be provided to the control system 108. The control system 108 may apply the revised OF measurements 112 to control the motion of the system 100, to present motion information to a user of the system 100, etc. For example, if the system 100 is an advanced driver assistance system (ADAS), then the control system 108 may apply the revised OF measurements 112 to determine whether a vehicle should change speed and/or direction based on the relative motion of the vehicle and objects detected by the image processor 102. In some ADAS implementations, the control system 108 may autonomously change vehicle speed and direction based, at least in part, on the revised OF measurements 112, while in other embodiments the control system 108 may, based on the revised OF measurements 112, provide alerts to an operator of the vehicle indicating that changes in speed and/or direction may be advisable. Similarly, in robotics, and other motion control applications, the control system 108, may control movement (speed and/or direction) of an element of the system 100 based on the revised optical flow measurements 112.
[0034] FIG. 2 is a flow chart that shows steps in an example method 200 of OF measurement using a disclosed QP-OFM, according to an example embodiment. In this example the modified LK method is applied only at the base level of the pyramid. Step 201 comprises acquiring a first frame of video (e.g., a reference image) and a second frame of video (e.g., a query image) that provide at least one of temporally and spatially ordered images. Optionally, stored historic flow estimates or auxiliary estimates derived from parametric model of the image velocities may also be provided as prior evidence of the image velocities to be used as predictors during PBM process. In normal operation, the QP-OFM algorithm estimates motion as instantaneous image velocities (pixel motion) when the inputs given are two temporally ordered images, optionally along with prior/auxiliary flow estimates which provides evidence of the image velocities.
[0035] Step 202 comprises using a processor implementing a stored QP-OFM algorithm which performs steps 203 and 204. Step 203 comprises optical flow estimating between the first frame and second frame using the PBM method to generate an initial obtained flow estimate having integer pixel resolution. The PBM method starts the optical flow estimation at the highest pyramid level using spatial predictors and a step search method (described below) based block matching (BM) process that minimizes a cost function value to obtain accurate motion estimation. These optical flow estimates are then filtered (e.g., using a 2D SxS median filter), appropriately scaled up and then refined (again using spatial predictors and step search method) further at each lower pyramid levels sequentially until the base pyramid level. No filtering or scaling of the OF estimates post the BM process at the base layer is needed. In one embodiment, the suitable cost function is a Hamming distance over the binary feature descriptors.
[0036] At the base pyramid level the predictor configuration can be altered to include temporal predictors or auxiliary predictors, but the step search can remain the same. At base pyramid level, after the PBM process completes, a pass of the modified LK step (step 204 described below) is performed to refine the obtained flow estimates to obtain a revised optical flow estimate having fractional pixel resolution enabling the determination of precise pixel motion. According to another embodiment a pass of the modified LK method may also be applied while processing higher pyramid levels after the BM process.
[0037] To reduce computations and data bandwidth, instead of BM processing each pixel, at each pyramid level the BM process can work on a 2x2 paxel (a 2x2 block of neighboring pixels) granularity where different computational blocks such as the predictor evaluation and step search can work on 4 pixels simultaneously. This method can also be applied for all possible paxel configurations including 1x1 (= a pixel), 3x3, 2x4 etc., although experiments have found a 2x2 paxel to be best for desired quality and HWA efficiency. In such a scheme, the predictors are evaluated only for one representative pixel in the paxel to decide the best estimate (winner predictor) of the OF, which is then independently refined for all pixels in the group during the step search process.
[0038] The flow post processing involves use of a 2D median filter (see flow post processing filter 306 in FIG. 3 described below), such as having a size 5x5 (height x width). The post processing block takes as input the OF estimates (Fi) and generates the filtered OF output (F). Alternatively a pseudo ID separable median filter, such as of a size 9x9 can also be used. The 9x9 filter can be separated into 3x9 and 9*3 filters applied sequentially in that order (or can be reversed). The height and width of the filter is configured so that number of flow samples (27) used in median computation is small yet provides high quality post processing. In this case to filter the boundary pixels border extension of flow field on all sides by 4 pixels is performed. The confidence assignment block (see confidence assignment block 307 in FIG. 3 described below) can use the cost function values computed during the PBM step and local variability of the obtained flow estimates in a learning based framework to assign a confidence level for each pixel.
[0039] Step 204 comprises refining the initial PBM obtained flow estimate using at least one pass of the modified LK method to provide a revised OF estimate having fractional pixel resolution. As described above the modified LK method modifies the known LK algorithm to remove the conventional image warping step and splits the compute steps into two groups of gradient computation(spatial and temporal) operations and the remaining operations. This LK step thus reuses data fetched by PBM method to perform fractional pixel refinement. The LK step can use reduced precision gradient data for the OF refinement. The LK step can also only use integer arithmetic to perform compute tasks including matrix inversion.
[0040] As described above, the method can optionally include post processing filtering (see flow post processing filter 306 in FIG. 3 described below which filters flow vectors output by the QP-OFM algorithm block 304). For example, pseudo-Id separable median filters can be used to remove impulsive noise from the estimated flow vectors.
[0041] FIG. 3 shows a simplified block diagram of an example QP-OFM arrangement 300 including inputs 310 to an OF calculation block 302, which includes a QP-OFM algorithm block 304, where the OF calculation block 302 provides outputs 312. The inputs 310 are generally two grayscale images. One can also use any one of the chroma channel information represented as one binary value per pixel. A query image is shown as image 1 and a reference image shown as image 2, between which the OF is to be measured/estimated by the QP-OFM scheme arrangement. Prior/auxiliary optical flow estimates are shown provided as other inputs. Such prior estimates are temporally preceding the current optical flow estimate and are generally provided at the resolution same as that of the input images (image 1 and image 2), and have an expected density of 100% that is estimated for each pixel or paxel.
[0043] The Image Pyramid Generation Block (shown as pyramid generation) 304a receives inputs 310 including grayscale images (I) comprising image 2 and image 1, a programmed number of pyramid levels N, and sigma value (Sg) (e.g., from a processor) to be used to derive a Gaussian filter kernel. Image Pyramid Generation Block 304a outputs an image pyramid of N levels multi resolution representation of image such that every image in the pyramid is half
Figure imgf000012_0004
the resolution in both horizontal and vertical dimensions of the image at level. Image
Figure imgf000012_0003
Pyramid Generation Block 304a generally provides preprocessing. If input image has dimensions WxH and the image pyramid will have N levels, the image can be padded on bottom and right, such that resultant image dimensions are multiple of in some cases.
Figure imgf000012_0002
Figure imgf000012_0001
The padded pixels can have value 0. Let the padded image be called [0044]
Figure imgf000013_0001
[0045] Besides pyramid generation block 304a, QP-OFM algorithm block 304 also includes a block matching optical flow estimation block 304b (implementing the block matching, filtration and scaling functionality involved in the PBM process (step 203) and a differential techniques-based local method of optical flow estimation block 304c (for implementing the modified LK (step 204). Blocks 304b and 304c process one pyramid level at a time starting from top of the pyramid. Block 304c is enabled only for base of the pyramid in one embodiment, and at all levels in another embodiment. Block matching optical flow estimation block 304b provides an OF estimate with integer pixel precision. Optical flow estimation block 304c provides a revised OF estimate with fractional pixel resolution. The filtration and scaling functionalities of the Block 304b can be disabled at base of the pyramid for the embodiment where Block 304c is enabled only for base of the pyramid. In the embodiment when Block 304c is enabled at all levels the filtration and scaling functionalities of Block 304b are disabled for base of the pyramid and for the higher levels these functionalities are used after revision (by Block 304c) of the OF estimates (obtained by Block 304b).
[0046] As described above, inputs to the pyramid generation block 304a include two grayscale images (query image and reference image) for which optical flow is to be estimated and historic image velocity estimates or temporal predictors (all of dimensions W'*H' pixels). The temporal predictors are an optional input, and their multiscale representation is not obtained by the pyramid generation block 304a, as shown with the dotted path in FIG. 3
[0047] QP-OFM algorithm block 304 outputs a flow estimate comprising appropriately filtered and scaled flow vectors for next pyramid level or refined flow estimates
Figure imgf000013_0002
Figure imgf000013_0003
The QP-OFM algorithm block 304 output for levels higher than the base level is
Figure imgf000013_0004
consumed within QP-OFM algorithm block 304 and at the base level is passed on to the flow post processing block 306 and to the confidence assignment block 307. As disclosed above, for levels other than base level, the flow can be filtered with a simple 2D median filter, with a flow estimate resolution increased to match that of lower level and flow estimates scaled with appropriate scale factor. It may be followed by a rounding operation when a pass of modified LK is applied at all pyramid levels. For base level the QP-OFM algorithm block 304 output is passed on to flow post processing block 306, such for post processing by pseudo-ID separable median filters and to 307 for confidence assignment.
[0048] Pre-computation processing can also be provided before QP-OFM algorithm padding (toward bottom and right) so that all levels have integer dimensions and exactly the same (e.g., 0.5) scale factor. Initialization can comprise flow estimates (FN) to 0 for level N.
[0049] An example process provided by QP-OFM algorithm blocks 304b and 304c for a pyramid level is described below. The process described is for a pyramid level except the binary census transform step, but the algorithm block 304b may also provide the functionality of preparing binary pixel descriptors by binary census transform for the query image and reference image.
FOR (All 2x2 paxels in the query image) % Processed in raster scan order
• Prepare a list of predictors, for the top left pixel in the paxel
• Compute a median of the horizontal and vertical components of the predictors. Let the resultant flow vector be called the median predictor.
• Find the best predictor (winner predictor) that minimizes the Cost function value in reference image
• Set winner predictor as the current optical flow estimate for all 4 pixels in the current
2x2 paxel
FOR (All pixels in the current 2x2 paxel in the query image)
o 3-1 Search: perform in plane coarse-to-fine (skip pel-3 + skip pel-1) block matching search around the current optical flow estimate minimizing the Cost function value.
• During skip 1 search if LK step is enabled for current level Compute horizontal (Gx) and vertical (Gy) image gradient data for query image along with temporal (Gt) gradient using query image and motion compensated reference image. If these computations are performed during skip pel -1 search, LK step does not require any data fetch from memory for motion compensation.
Note: Gradients are computed using gray level pixel information and not census transform data,
o The modified LK Step (:if LK step is enabled for current level)
• Using the image gradient data Gx, Gy and Gt to solve for change in the optical flow estimates
• Clamp change within [-1, 1] range in both horizontal and vertical directions
• Update the optical flow estimates obtained during step search process by adding flow values computed in this step.
END
END
IF i.e not the base level
Obtain flow estimates for next pyramid level
Input: Flow estimates for current level
Figure imgf000015_0001
Output: Flow estimate for next pyramid level
Figure imgf000015_0002
Process:
- Perform 2D median filtering of the updated flow estimates F1
- Upscale the flow estimate resolution
- Scale the flow values using appropriate scale factor and round off to nearest integer value
ELSE
Input: Flow estimates at fractional pixel precision (F1)
Output: Post processed optical flow (F)
Process:
- Perform post filtering of the obtained flow estimates F1 to get output flow F Crop F to original image dimensions
END
[0050] As described hereinabove, OF calculation block 302 is also shown having a flow post processing filter 306 that receives unfiltered flow vector data from QP-OFM algorithm block 304 and outputs filtered flow vector data. OF calculation block 302 is also shown having a confidence assignment block 307. Confidence assignment block 307 receives Hamming distance (HD) costs generated during optical flow estimation processing and unfiltered flow vectors from QP-OFM algorithm block 304, and generates confidence data.
[0051] Flow post processing filter 306 is shown outputting filtered flow vector data that has horizontal and vertical flow components which provides a dense OF estimate output 312b. The confidence data assigned is a confidence level for each pixel by confidence assignment block 307 is shown provided to the confidence map 312a. The dense optical flow estimates 312b are generally provided at the resolution same as that of the input images (image 1 and image 2), with an expected density of 100%, a bit resolution per pixel per flow component of 16 bit fixed point (7 and 8 integer bits for vertical and horizontal flow components respectively and 4 fractional bits for both of them).
[0052] Computational details and illustrations for various QP-OFM algorithm steps are now described. Regarding Gaussian filtering processing in pyramid generation block 304a, a Gaussian filter of size 5x5 can be used to filter pyramid level images such that immediately upper pyramid level image can be generated by dropping alternate pixels from the filtered image. A Gaussian Kernel derivation is provided below. In 2-D (x,y), an isotropic Gaussian kernel of size 5x5 has the following form:
Figure imgf000016_0001
where Sg is the distance sigma value used to derive Gaussian filter kernel, and (x,y) represents a row and column location of a filter coefficient in the Gaussian kernel. In a 5x5 filter kernel possible row and column positions are in range [0,4]. This scheme uses a Sg value of 1.61. The filter coefficients thus obtained are real numbers in fixed point representation. Regarding the Filtering process (e.g., implemented by a separate FIR filter), at any pyramid level "n" the Gaussian filtered image obtained by convolving the image with a Gaussian mask G as
Figure imgf000016_0003
Figure imgf000016_0004
defined in the above section.
Figure imgf000016_0002
During the convolution process the boundary pixels are filtered by performing a border extension of 2 pixels on each side. [0053] The binary features-based coarse-to-fine block matching optical flow estimation block 304b can also perform a binary census transform. A method for computing a 24 bit census descriptor for central pixel x considering its 24 neighbors (a 5x5 neighborhood) and their relationship with it is illustrated in FIG. 4. A bit corresponding to a neighborhood pixel is set to 1 if it has the grayscale value greater than or equal to the pixel x, otherwise the bit is set to 0. FIG. 5 illustrates 5x5 neighborhood pixels used in census signature computation of a pixel. While computing Census transform for the border pixels border extension technique is used to replace missing pixels. The square box in middle of the shaded region is the central pixel for which census transform is being computed.
[0054] Regarding a cost function, as described above, the PBM method uses a binary census transform for pixel description and a Hamming distance as the Cost function during the predictor evaluation and step search. While evaluating cost function value at a predicted/search position, a square neighborhood (support window) of 9x9 around the current pixel (see FIG. 6 described below for an illustration of a support window) in query image and same sized neighborhood around the predicted/search position in the reference image is considered. These neighborhoods act as query data and reference data which are compared bitwise to find discordance. To do this, the binary signatures of the 81 pixels in query and reference data are concatenated in to two binary vectors. If Qv and Rv represent these vectors then the binary Hamming distance between them is computed as:
Figure imgf000017_0001
where θ defines the bitwise exclusive-or operation between two binary vectors. The bitcount operation calculates the number of bits set to one after the bitwise exclusive-or operation and output HD is the Hamming distance between the two data. Predictor list preparation may also be used. Predictors are the existing OF estimates for spatial, temporal neighbors that can be used as initial OF estimates for the block matching search based OF estimation process for a pixel. The OF estimation algorithm may use 5 different predictors per paxel. These include OF estimates of the 4 neighbors of the top left pixel in the paxel, which are labeled in FIG. 7. These are the pixels that precede the top-left pixel when traversing the image in raster scan order from left to right and top to bottom.
[0055] Accounting for the pipelined design of HWA, the left predictor is expected to come from the left neighbor of the top-left pixel in the paxel where OF estimate for the pixel derived in higher pyramid level and appropriately scaled for current pyramid level is the predictor value. This predictor is called as pyramidal-left predictor. In alternative designs, left predictor value may come from a pixel whose OF estimate has been refined in the current pyramid level and lies to the left of the top-left pixel at some pixel distance. This predictor can be called as delayed-left predictor. Fifth predictor is the existing OF estimate for the current pixel, which is derived in higher pyramid level and appropriately scaled for current pyramid level. At the base pyramid level, the pyramidal-left/delayed-left is disabled and replaced with temporal predictor when it is enabled. Predictor usage is summarized in the Table 1 below and relative pixel locations (with respect to top-left position in the paxel) providing top and left spatial predictors are depicted in FIG. 7.
Table 1 : Summary of example predictor usage according to the pyramid level
Figure imgf000018_0001
[0056] Temporal predictors can be in fractional-pel resolution, which is rounded off to nearest integer location. Other spatial predictor values are obtained during the step-search for refinement of OF estimates for corresponding pixels or from the higher pyramid level estimate. They are commonly of integer pixel resolution but in case of using LK step at each pyramid level they can be in fractional pixel precision and should be rounded off to nearest integer. The top predictors are generally not available for top row of the picture and top-left and left predictors are not available for left border pixels and top-right predictor is not available on right boundaries. In this scenario unavailable predictors should generally be replaced with either pyramidal-co-located predictor or set to (0,0) value. When using pyramidal pyramidal-co-located predictor for this purpose at highest pyramid level it takes the value (0,0).
[0057] A computation can be made for the median predictor. The median predictor to be used in the search process is computed by independently finding median of the horizontal and vertical components of the selected predictors.
[0058] Regarding selection of the best predictor, considering an example 9*9 support window around the top left pixel in the paxel, the cost function value is estimated at all the predicted positions in the reference image and predictor that leads to minimum Cost function value selected as the winner predictor. In case the Cost function values are same for more than one predicted positions the first predictor in the evaluation order that leads to the minimum value is chosen as the winner predictor. An example evaluation order is 1) pyramidal-current, 2) pyramidal-lefVdelayed-left/temporal, 3) top-right, 4) top and 5) top-left. The predictor evaluation for the top-right, top, top-left predictors can be merged with step search for corresponding pixel locations in the top row to minimize the data read from memory.
[0059] FIG. 8 provides an illustration of predictor evaluation involving 5 candidate predictors for current paxel and the winner predictor among them. The winner predictor now is set as current OF estimate for all pixels in the paxel and further refined by step search process explained hereinbelow.
[0060] During the step search process in-plane coarse-to-fine search can be performed to refine the current OF estimates such that Cost function value is minimized. The cost function used during step search is defined as HD + MVCost. Where MVcost is defined as product of the motion smoothness factor (λ = 24 as a sample value) and vector distance (city block or sum of absolute differences of horizontal and vertical components) between the search point and the median predictor. The search is performed in a specific pattern such that computational complexity is minimized while providing wider refinement range.
[0061] In Stage-1 (Skip -3), the skip-3 search over 9 locations (3x3 grid) locations centered on the winner predictor is performed. The search points are at 3 pixel distance from the current optical flow estimate or winner predictor position. In FIG. 8 which illustrates the 3-1 step search process and the coarse-to-fine search paths, these 9 locations are depicted by the dotted pattern pixels for top left pixel in the paxel. The nine candidate positions are evaluated in raster scan order, starting from the top left position in the grid. In case the Cost function values are same for more than one search positions the first search position in the evaluation order that leads to the minimum value is chosen as the position and OF is estimated accordingly.
[0062] In Stage-2 (Skip-1), the OF estimate obtained in previous stage is refined by searching over 9 points in a 3x3 neighborhood (Skip-1) marked by random fill pattern. The winner of Stage-2 gives best integer pixel motion estimate around the winner predictor. In case the Cost function values are same for more than one search positions the first search position in the evaluation order (raster scan) that leads to the minimum value being chosen as the winner position and the OF estimate is updated accordingly.
[0063] Regarding the search range restriction, at any pyramid level when the candidate position (during predictor evaluation or step search) at which the Cost function value is to be evaluated is at distance larger than a threshold value called search range in horizontal (191 pixels) or vertical (63 pixels) directions, then corresponding search position can be ignored. If all candidate positions during predictor search step are at distance larger than the search range, then current optical flow estimate can be set to (0,0). This can be achieved by setting a pyramidal co-located predictor value to (0,0).
[0064] The coarse-to-fine search pattern around the winner predictor is illustrated in FIG. 9. FIG. 9 illustrates example search paths for 3-1 search for two top pixels in the paxel, the refined OF for one top-left pixel in the paxel, along with the refinement range provided by step search block (different patterned pixels depict the possible outcomes from step search refinement for the top-left pixel) FIG. 9 also illustrates that OF estimates for the two pixels at beginning of the step search process can be same but during step search process their OF estimates can diverge.
[0065] Regarding pre-evaluation of the predictors for the lower row of paxels, at any pixel during step search process, for the paxels to which the pixel provides one of the top predictor values, the predicted position (OF for the pixel after the Skip-1 search) is evaluated using already fetched data and cost is stored for later use. As a result, repeated data read during the predictor selection step is not necessary.
[0066] Regarding computation of spatial and temporal gradients used in LK step when the LK step is enabled for a level, these computations are performed for all pixels during step search process to avoid a repeated data read by the LK step block. In this modified LK step, spatial and temporal image gradients are computed (using grayscale pixel values) for all pixels locations in the 3x3 neighborhood of the current pixel in the query image.
[0067] The horizontal spatial gradient (Gx) and vertical spatial gradient (Gy) are computed using central difference operator (mask = [-1 0 1]) thus needing pixels within 5x5 neighborhood of the current pixel. At image boundaries a border extension (2 or 1 pixels as necessary) is used to compute the spatial gradients.
[0068] The temporal image gradient (Gt) for all pixels in the 3x3 neighborhood is computed considering neighborhood of current pixel in query image and same sized neighborhood of the location to which it is estimated to have moved in the reference image (this is the winner position obtained during skip one search). Pixel-wise Gt computation is performed by subtracting the reference image pixel value from corresponding pixel value in query image. At image boundaries border extension (1 pixels) is used to compute gradients.
[0069] For 12 bit input images the spatial and temporal gradient values have 13 bit precision. This precision is reduced to 10 bits by performing 2 bit right shift and clamping post shift values between -512 and 511.
[0070] The PBM method described above estimates pixel level OF at integer pixel resolution and this estimate is generally close to the actual pixel motions. However, it is refined further to more accurately match the latter. As described above, to refine the PBM generated initial OF estimates to provide fractional pixel accuracy ("revised OF estimate"), the QP-OFM algorithm uses at least one pass of a modified LK method.
[0071] Regarding 2D median filtering of the flow estimates, after updating all the flow estimates at a pyramid level other than base pyramid level they can be filtered using a 2D median filter of size 5x5. At image boundaries border extension (2 pixels) is generally used to compute median values. Regarding flow resampling, post 2D median filtering, for all pyramid levels other than base level, the flow estimates for next lower pyramid level are obtained by up-scaling the flow estimate resolution using nearest neighbor interpolation and scaling the flow vectors by the resolution upscale factor (2).
[0072] Regarding flow post-processing, if enabled by a user through configuration, the flow post processing in the QP-OFM algorithm involves use of 2D median filter, such as of size 5x5. The post processing block 306 takes as an input the optical flow estimates (Fi) from QP-OFM algorithm block 304 and generates the filtered optical flow output (F) shown as filtered flow vector data. For filtering the boundary pixels border extension of flow field on all sides by 2 pixels is performed. Alternatively a pseudo ID separable median filter of size 9x9 (height χ width) can also be used. The 9x9 filter is separated into 3x9 and 9x3 filters applied sequentially in that or reverse order. The height and width of the separated filters is configured so that number of flow samples used in median computation is small yet provides high quality post processing. In this case to filter the boundary pixels border extension of flow field on all sides by 4 pixels is performed.
[0073] Due to relatively low computational requirements compared to some conventional approaches such as LK and Horn Schunck (HnS), higher resolution and frame rates are achievable in real time than previously possible.
[0074] Some other specific differences disclosed QP-OFM algorithms over other solutions, such as Hierarchical Model-Based Motion Estimation approach disclosed by Bergen, Anandan, Hanna, and Hingorani, include: (a) the form of coarse-to-fine search using predictors and motion smoothness factors; (b) use of (optional) historic image velocity estimates to improve optical flow estimation accuracy; (c) reduction of the predictor evaluation requirements per pixel by opting for paxel (2x2 block of pixels) order of processing and using same set of predictors for entire paxel; (d) reduction of the random memory accesses for predictor evaluation by pre-evaluation of the top-right, top and top-left predictors during step search refinement for those pixels; (e) removal of interpolation from the algorithm entirely by using combining block matching method with LK step to estimate the fractional pixel motion and achieving large saving in computational requirements; (f) pre-computation of the spatial gradient and temporal gradients during block matching process; (g) use of pseudo-Id separable filters; and (h) ability to balance the computational and optical flow accuracy requirements by changing number of predictors and search resolution.
[0075] Advantages of disclosed QP-OFM algorithms include: (a) using only computationally simple optimization function "Hamming distance" between binary feature descriptors over a support window to perform the search; (b) saving precious resources by using common set of predictors for a group of pixels to minimize random access to the memory and a pattern of non-exhaustive coarse-to-fine search strategy for optical flow estimation to minimize the computations; (c) pre-evaluation of the top predictors saves the memory to computational block data bandwidth (fetching reference pixel data for cost function evaluation) and thus minimizes the design complexity; (d) pre-computation of the spatial gradient and temporal gradients used in modified LK step further saves the memory block data bandwidth (e.g. fetching reference pixel data for temporal gradient computation) and thus minimizes the design complexity; (e) as part of the design complexity reduction and DDR bandwidth reduction (described below) two levels of local memories can be used with L2 to store the current and reference picture data in growing window fashion and LI to store sliding window of the reference picture data to store pixels needed to enable block matching search and LK step over the desired range; (f) by combining the parametric (PBM) and nonparametric (LK) approaches to define a new algorithm a large number of interpolation operations needed for fractional pixel motion estimation is removed, which is a significant advantage over existing algorithms; and (g) even the operations involved in the LK step involve integer arithmetic and hence require only constant number of multiplication and addition/subtraction operations to enable computation of highly precise fraction pixel motion estimation.
[0076] Disclosed QP-OFM algorithms can be implemented as System-on-Chip (SoC) solutions that provide higher programmable compute power, by offloading low level, compute intensive and repetitive CV tasks to a HWA. The OF techniques which form the basic building block of the camera-based ADAS processes large amounts of pixel data for every frame to generate high levels of information is recognized to be a good candidate for a HWA design.
[0077] FIG. 10A depicts an example SoC 1000 formed on a substrate 1005 (chip) having a semiconductor surface (e.g., silicon substrate) that provides high programmable compute power by offloading low level, compute intensive and repetitive CV tasks to a HWA 1015. SoC 1000 includes a general-purpose processor (GPP) 1010 that performs general computer vision and signal processing and control tasks. HWA 1015 performs low level CV tasks such as OF and stereo disparity measurements. Another processor shown as DSP 1020 performs high level vision and signal processing tasks such as object detection, scene understanding and reconstruction, and a systems peripherals block 1030 includes program and data storage 1030a. System peripherals 1030 interface with sensors, peripheral and communication devices. An interconnect shown as 1022 on the substrate 105 (e.g., one or more interconnect metal levels) couples the GPP 1010, HWA 1015, and DSP 1020 to the systems peripherals block 1030 on the substrate 1005.
[0078] FIG. 10B depicts implementation details of an example scheme 1090 of storing the reference and current picture data in local memories shown as level 1 local memory (LI) and level 2 local memory (L2) within a HWA (such as the HWA 1015 shown in FIG. 10A). This implementation is targeted to minimize the movement of data from the memory (e.g., Random- Access Memory (RAM)) to the HWA implementing the OF logic. In this scheme 1090, both query and reference picture data used to allow proper functioning of the OF estimation process for all paxels in the query image 1050 are fetched and stored in such a way that they are fetched only once from the memory (e.g., RAM). If the query image 1050 and reference image 1060 are the pyramid level images between which the OF is being estimated and the HWA is performing computational tasks involved in computing the OF for a paxel 1070, then FIG 10B illustrates the extent of image pixel data that needs to be in the local memory. In FIG. 10B the query image is abbreviated QI and the reference image is abbreviated RI.
[0079] Considering an embodiment that uses a paxel size of 2x2, block matching support window of 9x9 and the neighborhood size used to compute the census signature of 5x5, then the query image data of size that needs to be available for optical flow computation is a 14x14 neighborhood 1056 around the paxel location 1070. Similarly while evaluating each one of the predictor or step search positions pixel data from a 13x13 neighborhood around those positions is needed. Also, considering the search range of ±191 pixels in horizontal direction and ±63 pixels in vertical direction, a region of rectangular region of 396x140 pixels in pixel block 1066 around the paxel location 1070 is needed to evaluate all possible "valid" predicted and step search positions along with modified LK computations as necessary. When entirety of the pixel block 1066 is not within the picture boundary then appropriate logic of search range restriction (position being evaluate has to be within search range and picture boundary). When the pixel block 1056 and 13x13 neighborhood around the search positions are not contained within the picture boundary appropriate border extension logic is applied.
[0080] As order of processing of the paxels is in raster scan (i.e. left to right and top to bottom), effectively the pixel blocks 1056 and 1066 slide over the image in same pattern. Considering the requirement and randomness of the data accesses in these regions, it is advantageous to keep this data in the local memory inside of the HWA. But if only the sliding block of pixels is stored in the local memory then, while processing the paxel data such as at the paxel location 1075, the entire block similar to pixel block 1056 or 1066 around that location needs to be fetched from the memory (e.g., RAM), the result is repeated reading of a large number of pixels massively increasing the bandwidth requirement, and the compute resources may also have to stay idle while local memory is populated with required data.
[0081] It is possible to overcome these limitations and reduce the bandwidth requirement to fetching a pixel data only once and reusing it across neighboring paxels and paxel rows. In this regard, the query image data for entire 14 pixel rows 1053 which are needed to process all paxels in paxel location 1070 can be fetched in to a partition of on chip local memory and the HWA can access required set of 14x14 pixel data from there. When processing for paxel location 1075 is to begin the pixel data 1052 can be discarded, the remainder of the pixel data from memory block 1053 can be stored (retained) and additional pixel data 1054 fetched into local memory. Similarly, the 140 reference image pixel rows on physical memory block 1063 can be stored in another partition of the on chip local memory while processing paxels in the paxel location 1070, and the sliding block of pixels 1066 fetched from there into another memory that is still closer to the HWA to allow faster access to the data.
[0082] Again, similar to the memory management done for query image data, when processing for paxel location 1075 is to begin the reference image data 1062 (can be discarded, and the remainder of the data from physical memory block 1063 can be retained and additional pixel data 1064 fetched into local memory for processing of rest of the paxels in that row. The manner of storing entire rows of pixel data in physical memory blocks like 1053 and 1063 in the local memory can be referred to as growing window and storing of sliding block of pixels like 1066 as sliding window. In one implementation the local memory used to store the growing window of pixel data likel053, 1063 and the sliding block of pixels like 1066 can be the logical partitions of a physical memory blocks, in another implementation they can be stored in more than one physical memory blocks, such as pixel data from memory blocks 1053 and 1063 can be stored in L2 memory and data corresponding to the sliding block of pixels 1066 can be stored in LI memory. In another embodiment similar multilevel local memory architecture and picture data management scheme can be used when a processor is used to implement the OF logic.
[0083] Applications for disclosed OF estimation include solving ADAS tasks such as moving object segmentation, object tracking, time-to-contact (collision) estimation, depth estimation and scene understanding. Disclosed OF estimation enables improved performance ADAS applications such as obstacle detection and collision avoidance auto-emergency braking as compared to known DOF estimation algorithms.
[0084] In comparison to a fully PBM-based DOF algorithm, an example disclosed QP-OFM algorithm evaluates only about 24 search positions per pixel, uses no interpolations and calculates approximately only 1.33 census transforms per pixel. This represents a large computing saving when processing 60 Million pixels per second which is achieved by adding a fraction of the computing of the OF estimate using a modified LK block. The QP-OFM algorithm further simplifies the HWA design by splitting of compute operations of a functional block into logical subsets and combining subset of operations of different sub-blocks into a set such that they can reuse the pixel data fetched for operations. One example of this type of design is pre-evaluation of the top predictors of a paxel during step search operation of the top paxels. Another example is pre-computation of spatial and temporal gradients used by LK step during step search process. Such re-packaging of the compute tasks of different functional blocks has led to almost 6 fold reduction of SL2 memory complexity compared to the algorithm disclosed in Patent Application Publication No. US 2015/0365696 for disclosed QP-OFM algorithms.
[0085] Modifications are possible in the described embodiments, and other embodiments are possible, within the scope of the claims.

Claims

CLAIMS What is claimed is:
1. An image processing system, comprising:
a processor, and
optical flow (OF) determination logic for quantifying relative motion of a feature present in a first frame of video and a second frame of video that provide at least one of temporally and spatially ordered images with respect to the first and second frames of video, the OF determination logic configuring the processor to implement: performing OF estimation between the first frame and the second frame using a pyramidal block matching (PBM) method to generate an initial optical flow (OF) estimate at a base pyramid level having integer pixel resolution; and refining the initial OF estimate using at least one pass of a modified Lucas-Kanade (LK) method to provide a revised OF estimate having fractional pixel resolution.
2. The system of claim 1, wherein the PBM method utilizes a hierarchical coarse-to-fine search strategy using predictors and motion smoothness factors, a Binary Census Transform for pixel description, and a Hamming distance as a cost function.
3. The system of claim 1, wherein the PBM method utilizes a paxel order of processing using a same set of predictors for each entire paxel and a pre-evaluation strategy for the set of predictors.
4. The system of claim 1, wherein the PBM method uses pre-computation of a spatial gradient and temporal gradient during block matching steps of the PBM method.
5. The system of claim 1, wherein the OF determination logic is implemented in part by a hardware accelerator (HWA), the HWA utilizing a combination of two levels of local memory with one memory for storing picture data from the first frame of video and from the second frame in a growing window fashion, and another memory to store a sliding window of the picture data from the second frame of video.
6. The system of claim 1, wherein the modified LK method is exclusive of an image warping step and splits computing the revised OF estimate into sub-tasks of spatial and temporal gradient computation and then other operations, uses reduced precision gradient data for OF refinement, and uses only integer arithmetic to perform compute tasks including matrix inversion.
7. The system of claim 2, wherein the OF determination logic configures the processor to include in the cost function for each sequential search of the search strategy a motion vector cost value that combines a motion smoothness factor and distance between a median predictor value and a candidate pixel.
8. The system of claim 1, wherein the at least one pass consists of a single pass which applies the modified LK method at all pyramid levels of a search pyramid used by the PBM method including the base pyramid level after the PBM method concludes.
9. The system of claim 1, further comprising a post process filter for post processing filtering using pseudo-Id separable median filters to remove impulsive noise from the revised OF estimate.
10. A method of optical flow (OF) estimation, comprising:
acquiring a first frame of video and a second frame of video that provide at least one of temporally and spatially ordered images;
using a processor implementing a stored quasi -parametric optical flow measurement (QP-OFM) algorithm which combines a pyramidal block matching (PBM) method with a modified Lucas-Kanade (LK) method, the QP-OFM algorithm performing: optical flow (OF) estimating between the first frame and the second frame using the PBM method to generate an initial OF estimate at a base pyramid level having integer pixel resolution; and refining the initial OF estimate using at least one pass of the modified LK method to provide a revised OF estimate having fractional pixel resolution.
11. The method of claim 10, wherein the PBM method utilizes a hierarchical coarse-to-fine search strategy using predictors and motion smoothness factors, a Binary Census Transform for pixel description, and a Hamming distance as a cost function.
12. The method of claim 10, wherein the PBM method utilizes a paxel order of processing using a same set of predictors for each entire paxel and a pre-evaluation strategy for the set of predictors.
13. The method of claim 10, wherein the PBM method uses pre-computation of a spatial gradient and temporal gradient during block matching steps of the PBM method.
14. The method of claim 10, wherein the modified LK method is exclusive of an image warping step and splits computing the revised OF estimate into sub tasks of spatial gradient computation and then other operations, uses reduced precision gradient data for OF refinement, and uses only integer arithmetic to perform compute tasks including matrix inversion.
15. The method of claim 10, wherein the QP-OFM algorithm is implemented at least in part as a System-on-a-chip (SOC) including a hardware accelerator (HWA), the HWA utilizing a combination of two levels of local memory with one memory for storing picture data from the first frame of video and from the second frame in a growing window fashion, and another memory to store a sliding window of the picture data from the second frame of video.
16. The method of claim 10, wherein the method is implemented by an image processing system comprising a processor configured for generating a scene analysis.
17. The method of claim 16, wherein the scene analysis is used by an advanced driver assistance system (ADAS) for obstacle detection or collision avoidance auto-emergency braking.
18. The method of claim 11, wherein the method includes in the cost function for each sequential search of the search strategy a motion vector cost value that combines a motion smoothness factor and distance between a median predictor value and a candidate pixel.
19. The method of claim 10, further comprising post processing filtering using pseudo-Id separable median filters to remove impulsive noise from the revised OF estimate.
20. The method of claim 10, wherein the at least one pass consists of a single pass which applies the modified LK method at all pyramid levels of a search pyramid used by the PBM method including the base pyramid level after the PBM method concludes.
PCT/US2016/064982 2015-12-04 2016-12-05 Quasi-parametric optical flow estimation WO2017096384A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP16871722.1A EP3384466B1 (en) 2015-12-04 2016-12-05 Quasi-parametric optical flow estimation
JP2018528997A JP7004314B2 (en) 2015-12-04 2016-12-05 Semi-parametric optical flow estimation
CN201680064214.2A CN108352074B (en) 2015-12-04 2016-12-05 Image processing system and method for optical flow estimation

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
IN6508CH2015 2015-12-04
IN6508/CHE/2015 2015-12-04
US15/081,118 2016-03-25
US15/081,118 US10268901B2 (en) 2015-12-04 2016-03-25 Quasi-parametric optical flow estimation

Publications (1)

Publication Number Publication Date
WO2017096384A1 true WO2017096384A1 (en) 2017-06-08

Family

ID=58798052

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2016/064982 WO2017096384A1 (en) 2015-12-04 2016-12-05 Quasi-parametric optical flow estimation

Country Status (1)

Country Link
WO (1) WO2017096384A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110637461A (en) * 2017-06-29 2019-12-31 德州仪器公司 Densified optical flow processing in computer vision systems
CN112884806A (en) * 2021-01-12 2021-06-01 昆明理工大学 Video stream measuring method and device based on combination of block matching and intensive reverse search
CN115880784A (en) * 2023-02-22 2023-03-31 武汉商学院 Scenic spot multi-person action behavior monitoring method based on artificial intelligence
CN115953438A (en) * 2023-03-16 2023-04-11 深圳时识科技有限公司 Optical flow estimation method and device, chip and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040017507A1 (en) * 2000-11-03 2004-01-29 Clayton John Christopher Motion compensation of images
US20050162565A1 (en) * 2003-12-29 2005-07-28 Arcsoft, Inc. Slow motion processing of digital video data
DE102012023060A1 (en) * 2012-11-24 2014-06-12 Connaught Electronics Ltd. Method for detecting moving object in surrounding region of motor vehicle e.g.passenger car, involves determining vector values within the respective interval values, such movable object is detected based on histogram

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040017507A1 (en) * 2000-11-03 2004-01-29 Clayton John Christopher Motion compensation of images
US20050162565A1 (en) * 2003-12-29 2005-07-28 Arcsoft, Inc. Slow motion processing of digital video data
DE102012023060A1 (en) * 2012-11-24 2014-06-12 Connaught Electronics Ltd. Method for detecting moving object in surrounding region of motor vehicle e.g.passenger car, involves determining vector values within the respective interval values, such movable object is detected based on histogram

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
See also references of EP3384466A4 *
YALI AMIT ET AL.: "A coarse-to-fine strategy for multiclass shape detection.", IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, vol. 26, no. 12, December 2004 (2004-12-01), pages 1606 - 1621, XP011120542, Retrieved from the Internet <URL:https://galton.uchicago.edu/-amit/Papers/ctf.pdf> [retrieved on 20170227] *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110637461A (en) * 2017-06-29 2019-12-31 德州仪器公司 Densified optical flow processing in computer vision systems
CN110637461B (en) * 2017-06-29 2023-08-25 德州仪器公司 Compact optical flow handling in computer vision systems
CN112884806A (en) * 2021-01-12 2021-06-01 昆明理工大学 Video stream measuring method and device based on combination of block matching and intensive reverse search
CN115880784A (en) * 2023-02-22 2023-03-31 武汉商学院 Scenic spot multi-person action behavior monitoring method based on artificial intelligence
CN115953438A (en) * 2023-03-16 2023-04-11 深圳时识科技有限公司 Optical flow estimation method and device, chip and electronic equipment

Similar Documents

Publication Publication Date Title
US11341750B2 (en) Quasi-parametric optical flow estimation
US9681150B2 (en) Optical flow determination using pyramidal block matching
AU2017324923B2 (en) Predicting depth from image data using a statistical model
Ttofis et al. A low-cost real-time embedded stereo vision system for accurate disparity estimation based on guided image filtering
KR101862889B1 (en) Autofocus for stereoscopic camera
US8385630B2 (en) System and method of processing stereo images
US8634637B2 (en) Method and apparatus for reducing the memory requirement for determining disparity values for at least two stereoscopically recorded images
WO2017096384A1 (en) Quasi-parametric optical flow estimation
EP3216006B1 (en) An image processing apparatus and method
Ding et al. Real-time stereo vision system using adaptive weight cost aggregation approach
US20060165315A1 (en) Method and apparatus for depth ordering of digital images
Ramirez et al. Open challenges in deep stereo: the booster dataset
CN107330930B (en) Three-dimensional image depth information extraction method
Chumerin et al. Ground plane estimation based on dense stereo disparity
US9100573B2 (en) Low-cost roto-translational video stabilization
Masrani et al. Expanding disparity range in an FPGA stereo system while keeping resource utilization low
Baik et al. Fast census transform-based stereo algorithm using SSE2
JP7117383B2 (en) Method and device for image evaluation, driving assistance method and driving device
CN112184833B (en) Hardware implementation system and method of binocular stereo matching algorithm
KR20180051241A (en) Method and system for stereo matching by using rectangular window
JPH11175725A (en) Frame processing type stereoscopic image processor
SU et al. Global motion parameter extraction and deformable block motion estimation
JP2022036836A (en) Image processing apparatus, stereo camera device, movable body, and parallax calculation method
CN115880215A (en) Distance estimation device, distance estimation method, and non-transitory computer-readable medium storing distance estimation computer program
Ding Systems theoretic approach to textured image and video processing

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16871722

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2018528997

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2016871722

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2016871722

Country of ref document: EP

Effective date: 20180704