METHOD AND APPARATUS FOR DETERMINING AN ALPHA VALUE

Abstract
A method for determining an alpha value for a candidate pixel of an image in an alpha matting process and an apparatus configured to perform the method are described. A selecting unit selects two or more pairs of foreground pixels and background pixels. A calculating unit calculates for each pair of foreground pixel and background pixel an associated alpha value based on a color of the foreground pixel and a color of the background pixel, as well as a probability function based on the associated alpha value. The probability function is modeled by assuming two or more characteristics of the pixels as statistically independent. A determining unit determines the pair of foreground pixel and background pixel with the highest value of the probability function. A setting unit then sets the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.
Description
FIELD OF THE INVENTION

The invention relates to a method and an apparatus for performing alpha matting. In particular, the invention relates to a method and an apparatus for determining an alpha value for a candidate pixel of an image in an alpha matting process, which make use of a probability function that is based on an information theoretical analysis.


BACKGROUND OF THE INVENTION

Alpha matting refers to the problem of softly extracting a foreground object out of an image. In contrast to binary segmentation, where each pixel is either classified as fully foreground or background, alpha matting recognizes the existence of “mixed” pixels. A major reason for such mixed pixels is the limited resolution of cameras, where light from the foreground object and the background contribute to the incoming light of a CCD element. Other reasons can be motion-blur and (semi-) transparencies in the object itself. Alpha matting and thus the soft extraction of objects from a still image or a video sequence is a fundamental problem in computer vision in general and movie post-production in particular.


The mixing coefficient is typically called “alpha”. It is defined to be between 0 and 1, i.e., 0% and 100%, and describes the fraction to which light from the foreground object contributed to the incoming light on an image sensor element, i.e. to an image pixel. An alpha matting algorithm tries to estimate this alpha coefficient, as well as the unmixed foreground and background colors. Each (unmixed) color is defined by three parameters, e.g. R, G, and B values in case of the RGB color space. Alpha matting hence needs to determine seven unknowns from only three knowns. The problem is thus ill-posed and requires additional constraints.


Many algorithms for estimating alpha mattes have been developed over the recent years. Their computational complexity is usually very high, often preventing their application in professional post-production of high-resolution images. However, the achievable results are usually much more visually appealing than results of a binary segmentation.


Wang et al.: “Image and Video Matting: A Survey”, Foundations and Trends in Computer Graphics and Vision, Vol. 3 (2007), pp. 97-175, provides a good overview over the state of the art of alpha matting as of 2007. A number of different approaches exist today, where significant progress has been made over the recent years. Generally a distinction is made between two fundamental approaches to solve the matting problem, namely color sampling based methods and propagation (affinity) based methods.


Most of these algorithms assume that a trimap is provided in addition to the input image or sequences thereof. The trimap indicates three different types of regions: known foreground, known background, and an unknown region for which alpha values shall be estimated.


Color sampling based methods try to explain an observed color in the unknown region with the help of known pixels from nearby foreground and background regions. They make the assumption that the true unmixed colors that produced the observed color of the unknown pixel can be found more or less nearby in image space. A further distinction is made between parametric and non-parametric versions. The former fit a parametric statistical model, e.g. a Gaussian or a mixture of Gaussians, to the color distribution of known close-by image regions. The latter ones directly use pairs of individual samples to estimate alpha values. Recent algorithms show a trend towards non-parametric approaches. It seems to be difficult to build adequate models especially for highly textured image areas.


In the second category, propagation-based methods try to estimate the alpha values based on affinities between neighboring pixels. Pixels in the unknown region with high affinity should receive similar values. If the input image adheres to certain constraints, the algorithm may exactly recover the ground truth alpha matte. An important example is the color line model, which was used by A. Levin et al.: “A Closed-Form Solution to Natural Image Matting”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 30 (2008), pp. 228-242, to derive a closed-form solution based on the now widely used matting Laplacian. This closed-form solution, however, requires finding a global optimum over all pixels in the unknown region, which is computationally expensive. Furthermore, textured images as well as broad unknown areas still tend to be challenging.


Latest developments in the art combine the two fundamental approaches. In a first stage, a sampling-based matting algorithm is used to get a good initial estimate of the alpha matte. In a second stage, the results of the first stage are refined by a propagation-based optimization of the alpha matte (e.g. using the matting Laplacian). Two recent representatives of this class of algorithms are described by E. S. L. Gastal et al.: “Shared Sampling for Real-Time Alpha Matting”, Computer Graphics Forum, Vol. 29 (2010), pp. 575-584, and K. He et al.: “A Global Sampling Method for Alpha Matting”, Proceedings of the 2011 IEEE Conference on Computer Vision and Pattern Recognition (CVPR'11) (2011), pp. 2049-2056. As can be seen from the benchmark provided by C. Rhemann et al.: “A Perceptually Motivated Online Benchmark For Image Matting”, Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition (CVPR'09) (2009), pp. 1826-1833, they belong to the top-performing algorithms.


In the color-sampling stage, for each pixel in the unknown region multiple pairs of foreground (FG) and background (BG) samples are evaluated with the help of a cost function. The sample pair with the lowest cost is deemed to be the pair that is best suited to estimate the alpha value of the candidate pixel. Designing a cost function that indeed selects the sample pair that best explains the true alpha value of the unknown pixel is an art, and subject of a lot of current research.


Most of the cost functions of recent matting algorithms combine spatial and colorimetric costs to evaluate the suitability of a sample pair. In principle, the smaller the image-space distance of the sampled pixel to the unknown pixel, the better. A spatially close candidate is more likely to be a good candidate than a candidate further away. Furthermore, a pair of FG/BG samples should well model the unknown pixel's color as a linear mixture of themselves. The smaller the deviation of the observed color from the line connecting the collected sample colors, the better.


In general, the cost functions are designed in a somewhat “ad hoc” fashion. Typically, they combine unrelated physical quantities. In the work by E. S. L. Gastal et al., the cost function is defined as a product of an estimated probability and several not normalized distances in color space and image space, all of which are raised to some power. In the work by K. He et al., the cost function is merely a weighted sum of one not normalized distance in color space and two normalized distances in image space. In both cases, the parameters that control the contribution of the individual costs are usually determined experimentally by comparing results with ground-truth data, as available for example from C. Rhemann et al.


SUMMARY OF THE INVENTION

It is an object of the present invention to propose an improved solution for determining an alpha value for a candidate pixel of an image in an alpha matting process.


According to the invention, a method for determining an alpha value for a candidate pixel of an image in an alpha matting process comprises:

    • selecting two or more pairs of foreground pixels and background pixels;
    • for each pair of foreground pixel and background pixel, calculating an associated alpha value based on a color of the foreground pixel and a color of the background pixel;
    • for each pair of foreground pixel and background pixel, calculating a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;
    • determining the pair of foreground pixel and background pixel with the highest value of the probability function; and
    • setting the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.


Accordingly, an apparatus configured to determine an alpha value for a candidate pixel of an image in an alpha matting process comprises:

    • a selecting unit configured to select two or more pairs of foreground pixels and background pixels;
    • a calculating unit configured to, for each pair of foreground pixel and background pixel, calculate an associated alpha value based on a color of the foreground pixel and a color of the background pixel, and to calculate a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;
    • a determining unit configured to determine the pair of foreground pixel and background pixel with the highest value of the probability function; and
    • a setting unit configured to set the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.


Also, a computer readable storage medium has stored therein instructions enabling determining an alpha value for a candidate pixel of an image in an alpha matting process, which when executed by a computer, cause the computer to:

    • select two or more pairs of foreground pixels and background pixels;
    • for each pair of foreground pixel and background pixel, calculate an associated alpha value based on a color of the foreground pixel and a color of the background pixel;
    • for each pair of foreground pixel and background pixel, calculate a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;
    • determine the pair of foreground pixel and background pixel with the highest value of the probability function; and
    • set the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.


According to the present invention, a sound probability function, and accordingly a sound cost function, are determined based on an information theoretical analysis. The probability function consists of comparable entities for the colorimetric and spatial costs within the framework of non-parametric color sampling. One aspect of the invention is to regard color and space as two statistically independent characteristics of a pixel and to model their probability distribution with the help of exponential functions. Maximizing the joint probability, i.e. the product of the individual probabilities, is then basically identical two minimizing the sum of normalized distances in the exponent. Of course, this idea is extensible to any number of statistically independent characteristics.


A second aspect of the invention is the avoidance of costs for statistical events that do not influence the final outcome. In case a sample pair estimates an unknown pixel to be purely background, its FG sample should have no influence on the calculated cost. The same is true for the BG sample in case the unknown pixel is deemed to belong to the foreground. Therefore, the cost function advantageously employs an alpha-dependent weighting of the spatial costs.


The proposed cost function provides a significant improvement of the quality of the estimated alpha mattes without significantly increasing the computational complexity.


For a better understanding the invention shall now be explained in more detail in the following description with reference to the figures. It is understood that the invention is not limited to this exemplary embodiment and that specified features can also expediently be combined and/or modified without departing from the scope of the present invention as defined in the appended claims.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 shows how the estimated alpha value is the result of a projection of the observed pixel colors in 3D color space;



FIG. 2 illustrates one example of a pair of weighting functions;



FIG. 3 illustrates a further example of a pair of weighting functions;



FIG. 4 schematically illustrates a method according to the invention; and



FIG. 5 schematically illustrates an apparatus configured to perform a method according to the invention.





DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS

The estimated alpha value for an unknown pixel resulting from a pair of FG and BG samples can be calculated as











α
^



(


F
i

,

B
j


)


=

max
(

0
,

min
(

1
,



(


C
p

-

B
j


)



(


F
i

-

B
j


)







F
i

-

B
j




2


,








(
1
)







where Fi and Bj denote the colors of the FG and BG samples and Cp denotes the color of the unknown pixel. Geometrically, alpha is the result of a projection in 3D color space of the pixel's color onto the line connecting Fi and Bj. This projection is illustrated in FIG. 1.


The value â is computed as the ratio of the Euclidean distances between Ĉp and Bj and between Fi and Bj. Since the color space projection may yield a values smaller than 0 or greater than 1, the min and max functions are used to clamp â to the interval [0,1].


In the work by K. He et al., the Euclidean distance between Ĉp and Cp in 3D (RGB) color space is then used as a measure of how well the sample pair models the observed color Cp. This distance is also referred to as the “chromatic distortion”, describing the degree to which the examined sample pair is able to explain the unknown pixel's color through a linear combination of themselves:





εc(Fi,Bj)=∥Cp−Ĉp∥  (2)


The smaller the distance εc, the better the sample pair is deemed to represent the true unmixed colors for the unknown pixel, in turn being better suited as the sample pair finally used to estimate alpha.


The complete cost function used by K. He et al. is defined as





ε(Fi,Bj)=w·εC(Fi,Bj)+εS(Fi)+εS(Bj),   (3)


where εs(Fi) and εs(Bj) denote the spatial costs of the foreground sample and the background sample, respectively. The cost εs(Fi) is computed as












ɛ
S



(

F
i

)


=





X

F
i


-

X

C
p






D
F



,




(
4
)







where the nominator describes the Euclidean distance of the FG sample to the unknown pixel in image space (X denotes spatial coordinates) and the denominator describes the smallest distance of the unknown pixel to the set of FG samples. The cost εs(Bj) is computed accordingly, and w denotes an empirical weighting factor.


If exponential distributions are assumed for the statistical independent random variables chromatic distortion and spatial distance, minimizing the cost function in Equation 3 may be seen as maximizing the joint probability of the observed statistical events. It should, however, be noted that, for true exponential distributions, the spatial distances would need to be normalized by their expected mean value, and not the smallest possible distance. As the difference may, however, be compensated quite accurately by a constant correction factor, this is effectively like changing the empirical weight w.


According to the solution proposed herein, a slightly different approach to model the chromatic distortion is adopted. As the variation in the sampled colors should have a strong influence on the likelihood of the color mix, it is proposed to use the Mahalanobis distance as normalized color distance. The color variation in terms of the observed variance is a measure for the homogeneity or texturedness of the image region.


In principle this is like modeling the FG and BG colors as normally distributed. It should, however, be noted that in order to avoid an averaging of colors, which is probably the reason for the suboptimal results of the parametric color sampling based approaches, the sampled colors are directly used as the mean value of the normal distribution, i.e. without any averaging. The covariance matrices are estimated using basically the smallest possible region, i.e. the 3×3 neighborhood.


Accordingly, this change does not affect the computation of the estimated alpha, but only the chromatic distortion, which now becomes:





εc(Fi,Bj)={square root over ((Cp−Ĉp)T·S(Ĉp)−1·(Cp−Ĉp).)}{square root over ((Cp−Ĉp)T·S(Ĉp)−1·(Cp−Ĉp).)}{square root over ((Cp−Ĉp)T·S(Ĉp)−1·(Cp−Ĉp).)}  (5)


The covariance matrix S(Ĉp) for the mixed color Ĉp is thereby obtained as a weighted sum of the covariance matrices S(Fi) and S(Bj):






S(Ĉp)=(1−â)2·S(Bj)+â2·S(Fi).   (6)


Favorably, fully populated covariance matrices are used for S(Fi), S(Bj) and S(Ĉp). Alternatively, the covariance matrices are populated only on the main diagonal, neglecting the correlation between colors. Finally, a single scalar value may also be assumed for the variance, which is independent of the color components. These simplifications avoid the matrix inversion and reduce the number of divisions, respectively, which limits the additional amount of computation.


For uniform image regions, the values on the main diagonal of the covariance matrix may become arbitrarily small, leading to a huge penalty for the slightest deviation in color. As such a penalty is not quite substantiated by the proposed simple model, and in order to even give a slight advantage to such rather pure colors as well as to avoid numerical instabilities, a small constant is advantageously added to all diagonal elements.


The “clamping” described above for the color projection automatically results in the chromatic distortion being independent of the sampled FG or BG color whenever the examined pixel is estimated to be pure BG or FG, i.e. when â equals zero or one. In addition, the newly introduced mixing of the covariance matrices also produces a natural weighting between the two colors for arbitrary alpha values in-between.


In the approaches by used by K. He et al. and C. Rhemann et al. the influence of the spatial costs is independent of the estimated alpha value â. According to a further aspect of the present solution an alpha-dependent weighting of the spatial costs is used. Exemplarily, the overall cost function of K. He et al. is extended as follows:





ε(Fi,Bj)=w·εC(Fi,Bj)+wF(â)·εS(Fi)+wB(â)·εs(Bj).   (7)


The weighting functions wF and wB are functions of a and as such functions of (Fi,Bj).


Generally, wF(â) can be any function that has its minimum at â=0 and increases monotonically with â. Similarly, wB(â) can be any function that has its minimum at â=1 and monotonically decreases with â.


Intuitively, this models that when â is 0, i.e. the pixel is estimated as pure BG, the influence of the FG candidate's spatial distance should be minimal or it should not have any influence at all. Vice versa, when â is 1, i.e. the pixel is estimated as pure FG, the influence of the BG candidate's spatial distance should be minimal or it should not have any influence at all. A key aspect of the proposed solution is that both spatial distances should only contribute to the overall costs for truly mixed pixels in the unknown region, for which 0<â<1.


To give an example, the two functions may be (piecewise) linear functions. Alternatively, the functions are defined by three different intervals on the â axis. As a further alternative, for any value of â the functions fulfill the condition






w
F(â)+wB(â)=c,   (8)


with c a constant. According to yet another alternative, the two functions are symmetric to each other:






w
F(â)=wB(1−â).   (9)


An example of a function pair is illustrated in FIG. 2. In this example the â axis is divided into three intervals defined by 0<â1≦â2<1, where â2=1−â1. In the first interval, ranging from 0 to â1, the FG costs are attenuated and completely suppressed for â=0. This models that in this interval the FG sample's spatial cost is less important. The BG costs in this interval are in turn amplified to keep the balance of the spatial costs with the color cost εc. A sole attenuation of the FG spatial costs without any compensation would implicitly increase the influence of the color cost on the overall costs. In the middle interval, between â1 and â2, neither of the FG or BG spatial costs is attenuated or amplified, giving equal importance to both costs. In the last interval, between â2and 1, the BG costs are attenuated and completely suppressed for â=1. The FG costs are amplified for the same reason as the BG costs in the first interval.


The case of â12=0.5 is illustrated in FIG. 3.


Finally, the two functions can also be defined as:











w
F



(

α
^

)


=

{





0





if






α
^


=
0







C





if






α
^


=
1







C
2


otherwise









(
10
)








w
B



(

α
^

)


=

{





C





if






α
^


=
0







0





if






α
^


=
1







C
2



otherwise
.










(
11
)







In this case complete suppression of one spatial cost, and amplification of the other spatial cost, is only applied in the unmixed color cases, i.e. when â equals 0 or 1. For all other cases the two costs are equally weighted.



FIG. 4 schematically illustrates a method according to the invention for determining an alpha value for a candidate pixel of an image in an alpha matting process. In a selecting step 10 two or more pairs of foreground pixels and background pixels are selected. Then, for each pair of foreground pixel and background pixel an associated alpha value is calculated 11 based on a color of the foreground pixel and a color of the background pixel. Also, for each pair of foreground pixel and background pixel a probability function is calculated 12 based on the associated alpha value. The probability function is modeled by assuming two or more characteristics of the pixels as statistically independent. In a subsequent determining step 13 the pair of foreground pixel and background pixel with the highest value of the probability function is determined. Finally, the alpha value for the candidate pixel is set 14 to the associated alpha value of the determined pair of foreground pixel and background pixel.


An apparatus 20 configured to perform the method according to the invention is schematically depicted in FIG. 5. The apparatus 20 has an input 21 for receiving an image or a sequence of images and a selecting unit 22 for selecting 10 two or more pairs of foreground pixels and background pixels. A calculating unit 23 calculates 11, 12 for each pair of foreground pixel and background pixel an associated alpha value based on a color of the foreground pixel and a color of the background pixel, and a probability function based on the associated alpha value. The probability function is modeled by assuming two or more characteristics of the pixels as statistically independent. A determining unit 24 determines 13 the pair of foreground pixel and background pixel with the highest value of the probability function. A setting unit 25 then sets 14 the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel. The results obtained by the setting unit 25 are preferably output via an output 26 in the form of an alpha value for a pixel or in the form of a grey scale image or a sequence of grey scale images, which are spatially aligned with the input image or sequence of images. Of course, the different units 22, 23, 24, 25 may likewise be fully or partially combined into a single unit or implemented as software running on a processor.


REFERENCES

J. Wang et al.: “Image and Video Matting: A Survey”, Foundations and Trends in Computer Graphics and Vision, Vol. 3 (2007), pp. 97-175.


E. S. L. Gastal et al.: “Shared Sampling for Real-Time Alpha Matting”, Computer Graphics Forum, Vol. 29 (2010), pp. 575-584


K. He et al.: “A Global Sampling Method for Alpha Matting”, Proceedings of the 2011 IEEE Conference on Computer Vision and Pattern Recognition (CVPR'11) (2011), pp. 2049-2056.


C. Rhemann et al.: “A Perceptually Motivated Online Benchmark For Image Matting”, Proceedings of the 2009 IEEE Conference on Computer Vision and Pattern Recognition (CVPR'09) (2009), pp. 1826-1833 (www.alphamatting.com).


[A. Levin et al.: “A Closed-Form Solution to Natural Image Matting”, IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 30 (2008), pp. 228-242.

Claims
  • 1. A method for determining an alpha value for a candidate pixel of an image in an alpha matting process, the method comprising: selecting two or more pairs of foreground pixels and background pixels;for each pair of foreground pixel and background pixel, calculating an associated alpha value based on a color of the foreground pixel and a color of the background pixel;for each pair of foreground pixel and background pixel, calculating a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;determining the pair of foreground pixel and background pixel with the highest value of the probability function; andsetting the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.
  • 2. The method according to claim 1, wherein the two or more characteristics of the pixels comprise color and space.
  • 3. The method according to claim 1, wherein sampled colors are directly used as a mean value of an assumed normal distribution without any averaging.
  • 4. The method according to claim 1, wherein a cost function is derived from the probability function such that determining the lowest value of the cost function is equivalent to determining the highest value of the probability function.
  • 5. The method according to claim 4, wherein for deriving the cost function probability distributions of the two or more characteristics are modeled with the help of exponential functions such that the cost function comprises normalized distances in color and space.
  • 6. The method according to claim 5, wherein for determining colorimetric costs a Mahalanobis distance is used as a normalized color distance.
  • 7. The method according to claim 4, wherein the cost function employs an alpha-dependent weighting of spatial costs.
  • 8. The method according to claim 7, wherein the alpha-dependent weighting is defined such that for a pixel being estimated as pure background the influence of the spatial distance of a foreground candidate is minimal, and that for a pixel being estimated as pure foreground the influence of the spatial distance of a background candidate is minimal.
  • 9. An apparatus configured to determine an alpha value for a candidate pixel of an image in an alpha matting process, wherein the apparatus comprises: a selecting unit configured to select two or more pairs of foreground pixels and background pixels;a calculating unit configured to, for each pair of foreground pixel and background pixel, calculate an associated alpha value based on a color of the foreground pixel and a color of the background pixel, and to calculate a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;a determining unit configured to determine the pair of foreground pixel and background pixel with the highest value of the probability function; anda setting unit configured to set the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.
  • 10. A computer readable storage medium having stored therein instructions enabling determining an alpha value for a candidate pixel of an image in an alpha matting process, which when executed by a computer, cause the computer to: select two or more pairs of foreground pixels and background pixels;for each pair of foreground pixel and background pixel, calculate an associated alpha value based on a color of the foreground pixel and a color of the background pixel;for each pair of foreground pixel and background pixel, calculate a probability function based on the associated alpha value, wherein the probability function is modeled by assuming two or more characteristics of the pixels as statistically independent;determine the pair of foreground pixel and background pixel with the highest value of the probability function; andset the alpha value for the candidate pixel to the associated alpha value of the determined pair of foreground pixel and background pixel.
Priority Claims (2)
Number Date Country Kind
13305459.3 Apr 2013 EP regional
13306205.9 Sep 2013 EP regional