1. Technical Field of the Invention
This invention relates to image processing technique, especially to motion image encoding and decoding method employing image matching.
2. Description of the Related Art
MPEG (Motion. Picture Experts Group) is one of the standard technologies for motion image compression. MPEG employs block matching in which block search is conducted in such a manner as minimizes the difference between the blocks. In MPEG, points, which actually correspond to each other between frames, are not always associated with, although the difference between the frames may become minimal.
In MPEG, so-called “block noise” is problematic when the compression ratio is high. It is thus necessary to adopt a method which is not dependent on block matching in order to reduce the noise and to improve the compression ratio utilizing the coherency between frames. The technique to be sought should encode the frames so that image regions and/or points, which actually correspond to each other, are correctly associated with each other. Preferably, the technique should avoid simple block matching.
Some embodiments of the present invention provide motion image encoding and decoding techniques, which can solve the problems of the related art. Some embodiments of the present invention utilize image matching, which can employ the technique (hereinafter referred to as “Base Technology”), which the present applicant proposed and which has been patented as a Japanese Patent Number. 2927350.
Motion image encoding according to some embodiments of the present invention may conduct the following steps:
a) generating corresponding point information between the first and the second key frames which have at least one image frame in-between, by calculating matching between the first and the second frames,
b) generating a virtual second frame shifting points in the first key frame using the corresponding point information,
c) encoding compressing the difference data between the actual second and the virtual second key frames, and
d) outputting, as encoded date between the first and the second key frames, the first key frame, the corresponding point information and the encoded compressed difference data between the actual second and the virtual second key frames.
Motion image decoding according to some embodiments of the present invention may conduct the following steps:
k) obtaining the first key frame and corresponding point information between the first and the second key frames which have at least one image frame in-between,
l) generating a virtual second frame shifting points in the first key frame using the corresponding point information,
m) obtaining, from an encoding side, encoded compressed difference data between the actual second and the virtual second key frames
o) generating an improved virtual second key frame using the obtained encoded compressed difference data and the virtual second key frame,
p) generating at least one intermediate frame which should exist between the first and the second key frames interpolating the first key frame and the improved second key frame using the corresponding point information, and
q) outputting, as decoded data between the first and the second key frames, the first key frame, the generated intermediate frame and the improved second key frame.
Motion encoding according to some embodiments of the present invention may further comprise evaluating the accuracy of the matching conducted in the step a) above and switching the encoding scheme of the step c) above. The evaluation may consider the matching energy between the key frames. The matching energy may be the value calculated in Base Technology on the basis of the distance and the difference in pixel values between points.
Another aspect of various embodiments of the present invention is a motion encoding method. The method encodes at least the third key frame using the result of an image region-based matching calculated between the first and the second frames. The methods comprise judging on a region by region basis the accuracy of the matching and selecting, during the encoding of the third key frame, on a region by region basis a quantization scheme referring to the judged matching accuracy.
The present invention naturally includes inventions gained by re-ordering the above steps, replacing partially or entirely the expression of the invention between apparatus and method, altering the expression to a computer program or a data medium.
a is an image obtained as a result of the application of an averaging filter to a human facial image.
b is an image obtained as a result of the application of an averaging filter to another human facial image.
c is an image of a human face at p(5,0) obtained in a preferred embodiment in the base technology.
d is another image of a human face at p(5,0) obtained in a preferred embodiment in the base technology.
e is an image of a human face at p(5,1) obtained in a preferred embodiment in the base technology.
f is another image of a human face at p(5,1) obtained in a preferred embodiment in the base technology.
g is an image of a human face at p(1,2) obtained in a preferred embodiment in the base technology.
h is another image of a human face at p(5,2) obtained in a preferred embodiment in the base technology.
i is an image of a human face at p(5,3) obtained in a preferred embodiment in the base technology.
j is another image of a human face at p(5,3) obtained in a preferred embodiment in the base technology.
a is a diagram illustrating determination of whether or not the mapping for a certain point satisfies the bijectivity condition through the outer product computation.
b is a diagram illustrating determination of whether or not the mapping for a certain point satisfies the bijectivity condition through the outer product computation.
At first, the multiresolutional critical point filter technology and the image matching processing using the technology, both of which will be utilized in the preferred embodiments, will be described in detail as “Base Technology.” These techniques are patented under Japanese Patent Number 2927350 and owned by the same assignee of the present invention, and they realize an optimal achievement when combined with the present invention. However, it is to be noted that the image matching techniques, which can be adopted in the present embodiments are not limited to these techniques.
In
The following section [1] describes elemental techniques, [2] describes a processing procedure and [3] describes some improvements on [1] and [2].
[1] Detailed Description of Elemental Techniques
[1.1] Introduction
Using a set of new multiresolutional filters called critical point filters, image matching is accurately computed. There is no need for any prior knowledge concerning objects in question. The matching of the images is computed at each resolution while proceeding through the resolution hierarchy. The resolution hierarchy proceeds from a coarse level to a fine level. Parameters necessary for the computation are set completely automatically by dynamical computation analogous to human visual systems. Thus, there is no need to manually specify the correspondence of points between the images.
The base technology can be applied to, for instance, completely automated morphing, object recognition, stereo photogrammetry, volume rendering, smooth generation of motion images from a small number of frames. When applied to the morphing, given images can be automatically transformed. When applied to the volume rendering, intermediate images between cross sections can be accurately reconstructed, even when the distance between them is rather long and the cross sections vary widely in shape.
[1.2] The Hierarchy of the Critical Point Filters
The multiresolutional filters according to the base technology can preserve the intensity and locations of each critical point included in the images while reducing the resolution. Now, let the width of the image be N and the height of the image be M. For simplicity, assume that N=M=2n where n is a positive integer. An interval [0, N]⊂R is denoted by I. A pixel of the image at position (i, j) is denoted by p(i,j) where i,jεI.
Here, a multiresolutional hierarchy is introduced. Hierarchized image groups are produced by a multiresolutional filter. The multiresolutional filter carries out a two dimensional search on an original image and detects critical points therefrom. The multiresolutinal filter then extracts the critical points from the original image to construct another image having a lower resolution. Here, the size of each of the respective images of the m-th level is denoted as 2m×2m (0≦m≦n).
A critical point filter constructs the following four new hierarchical images recursively, in the direction descending from n.
p(i,j)(m,0)=min(min(p(2i,2j)(m+1,0),p(2i,2j+1)(m+1,0)),min(p(2i+1,2j)(m+1,0),p(2i+1,2j+1)(m+1,0)))
p(i,j)(m,1)=min(min(p(2i,2j)(m+1,1),p(2i,2j+1)(m+1,1)),min(p(2i+1,2j)(m+1,1),p(2i+1,2j+1)(m+1,1)))
p(i,j)(m,2)=min(min(p(2i,2j)(m+1,2),p(2i,2j+1)(m+1,2)),min(p(2i+1,2j)(m+1,2),p(2i+1,2j+1)(m+1,2)))
p(i,j)(m,3)=min(min(p(2i,2j)(m+1,3),p(2i,2j+1)(m+1,3)),min(p(2i+1,2j)(m+1,3),p(2i+1,2j+1)(m+1,3))) (1)
where let
p(i,j)(n,0)=p(i,j)(n,1)=p(i,j)(n,2)=p(i,j)(n,3)=p(i,j) (2)
The above four images are referred to as subimages hereinafter. When minx≦t≦x+1 and maxx≦t≦x+1 are abbreviated to α and β, respectively, the subimages can be expressed as follows:
P(m,0)=α(x)α(y)p(m+1,0)
P(m,1)=α(x)β(y)p(m+1,1)
P(m,2)=β(x)α(y)p(m+1,2)
P(m,2)=β(x)β(y)p(m+1,3)
Namely, they can be considered analogous to the tensor products of α and β. The subimages correspond to the respective critical points. As is apparent from the above equations, the critical point filter detects a critical point of the original image for every block consisting of 2×2 pixels. In this detection, a point having a maximum pixel value and a point having a minimum pixel value are searched with respect to two directions, namely, vertical and horizontal directions, in each block.
Although pixel intensity is used as a pixel value in this base technology, various other values relating to the image may be used. A pixel having the maximum pixel values for the two directions, one having minimum pixel values for the two directions, and one having a minimum pixel value for one direction and a maximum pixel value for the other direction are detected as a local maximum point, a local minimum point, and a saddle point, respectively.
By using the critical point filter, an image (1 pixel here) of a critical point detected inside each of the respective blocks serves to represent its block image (4 pixels here). Thus, resolution of the image is reduced. From a singularity theoretical point of view, α(x)α(y) preserves the local minimum point (minima point), β(x)β(y) preserves the local maximum point (maxima point), α(x)β(y) and β(x)α(y) preserve the saddle point.
At the beginning, a critical point filtering process is applied separately to a source image and a destination image which are to be matching-computed. Thus, a series of image groups, namely, source hierarchical images and destination hierarchical images are generated. Four source hierarchical images and four destination hierarchical images are generated corresponding to the types of the critical points.
Thereafter, the source hierarchical images and the destination hierarchical images are matched in a series of the resolution levels. First, the minima points are matched using p(m,0). Next, the saddle points are matched using p(m,1) based on the previous matching result for the minima points. Other saddle points are matched using p(m,2). Finally, the maxima points are matched using p(m,3).
FIGS. 1(c) and 1(d) show the subimages p(5,0) of the images in FIGS. 1(a) and 1(b), respectively. Similarly, FIGS. 1(e) and 1(f) show the subimages p(5,1). FIGS. 1(g) and 1(h) show the subimages p(5,2). FIGS. 1(i) and 1(j) show the subimages p(5,3). Characteristic parts in the images can be easily matched using subimages. The eyes can be matched by p(5,0) since the eyes are the minima points of pixel intensity in a face. The mouths can be matched by p(5,1) since the mouths have low intensity in the horizontal direction. Vertical lines on the both sides of the necks become clear by p(5,2). The ears and bright parts of cheeks become clear by p(5,3) since these are the maxima points of pixel intensity.
As described above, the characteristics of an image can be extracted by the critical point filter. Thus, by comparing, for example, the characteristics of an image shot by a camera and with the characteristics of several objects recorded in advance, an object shot by the camera can be identified.
[1.3] Computation of Mapping Between Images
The pixel of the source image at the location (i,j) is denoted by p(i,j)(n) and that of the destination image at (k,l) is denoted by q(k,l)(n) where i, j, k, lεI. The energy of the mapping between the images (described later) is then defined. This energy is determined by the difference in the intensity of the pixel of the source image and its corresponding pixel of the destination image and the smoothness of the mapping. First, the mapping f(m,0):p(m,0)→q(m,0) between p(m,0) and q(m,0) with the minimum energy is computed. Based on f(m,0), the mapping f(m,1) between p(m,1) and q(m,0) with the minimum energy is computed. This process continues until f(m,3) between p(m,3) and q(m,3) is computed. Each f(m,i) (i=0, 1, 2, . . . ) is referred to as a submapping. The order of i will be rearranged as shown in the following (3) in computing f(m,1) for the reasons to be described later.
f(m,i):p(m,σ(i))→q(m,σ(i)) (3)
Where σ(i)ε{0, 1, 2, 3}.
[1.3.1] Bijectivity
When the matching between a source image and a destination image is expressed by means of a mapping, that mapping shall satisfy the Bijectivity Conditions (BC) between the two images (note that a one-to-one surjective mapping is called a bijection). This is because the respective images should be connected satisfying both surjection and injection, and there is no conceptual supremacy existing between these images. It is to be noted that the mappings to be constructed here are the digital version of the bijection. In the base technology, a pixel is specified by a grid point.
The mapping of the source subimage (a subimage of a source image) to the destination subimage (a subimage of a destination image) is represented by f(m,s):I/2n−m×I/2n−m→I/2n−m×I/2n−m (s=0, 1, . . . ), where f(i,j)(m,s)=(k,l) means that p(k,l)(m,s) of the source image is mapped to q(k,l)(m,s) of the destination image. For simplicity, when f(i,j)=(k,l) holds, a pixel q(k,l) is denoted by qf(i,j).
When the data sets are discrete as image pixels (grid points) treated in the base technology, the definition of bijectivity is important. Here, the bijection will be defined in the following manner, where i, i′, j, j′, k and l are all integers. First, each square region (4)
p(i,j)(m,s)p(i+1,j)(m,s)p(i+1,j+1)(m,s)p(i,j+1)(m,s) (4)
on the source image plane denoted by R is considered, where i=0, . . . , 2m−1, and j=0, . . . , 2m−1. The edges of R are directed as follows.
{right arrow over (p(i,j)(m,s)p(i+1,j)(m,s))},{right arrow over (p(i+1,j)(m,s)p(i+1,j+1)(m,s))},{right arrow over (p(i+1,j+1)(m,s)p(i,j+1)(m,s))} and {right arrow over (p(i,j+1)(m,s)p(i,j)(m,s))} (5)
This square will be mapped by f to a quadrilateral on the destination image plane. The quadrilateral (6)
q(i,j)(m,s)q(i+1,j)(m,s)q(i+1,j+1(m,s)q(i,j+1)(m,s) (6)
denoted by f(m,s)(R) should satisfy the following bijectivity conditions (BC).
(So, f(m,s)(R)=f(m,s)(p(i,j)(m,s)p(i+1,j)(m,s)p(i+1,j+1)(m,s)p(i,j+1)(m,s))=q(i,j)(m,s)q(i+1,j)(m,s)q(i+1,j+1)(m,s)q(i,j+1)(m,s))
1. The edges of the quadrilateral f(m,s)(R) should not intersect one another.
2. The orientation of the edges of f(m,s)(R) should be the same as that of R (clockwise in the case of
3. As a relaxed condition, retraction mapping is allowed.
The bijectivity conditions stated above shall be simply referred to as BC hereinafter.
Without a certain type of a relaxed condition, there would be no mappings which completely satisfy the BC other than a trivial identity mapping. Here, the length of a single edge of f(m,s)(R) may be zero. Namely, f(m,s)(R) may be a triangle. However, it is not allowed to be a point or a line segment having area zero. Specifically speaking, if
In actual implementation, the following condition may be further imposed to easily guarantee that the mapping is surjective. Namely, each pixel on the boundary of the source image is mapped to the pixel that occupies the same locations at the destination image. In other words, f(i,j)=(i,j) (on the four lines of i=0, i=2m−1, j=0, j=2m−1). This condition will be hereinafter referred to as an additional condition.
[1.3.2] Energy of Mapping
[1.3.2.1] Cost Related to the Pixel Intensity
The energy of the mapping f is defined. An objective here is to search a mapping whose energy becomes minimum. The energy is determined mainly by the difference in the intensity of between the pixel of the source image and its corresponding pixel of the destination image. Namely, the energy C(i,j)(m,s) of the mapping f(m,s) at (i,j) is determined by the following equation (7).
C(i,j)(m,s)=|V(p(i,j)(m,s))−V(qf(i,j)(m,s)|2 (7)
where V(p(i,j)(m,s)) and V(qf(i,j)(m,s)) are the intensity values of the pixels p(i,j)(m,s) and qf(i,j)(m,s), respectively. The total energy C(m,s) of f is a matching evaluation equation, and can be defined as the sum of C(i,j)(m,s) as shown in the following equation (8).
[1.3.2.2] Cost Related to the Locations of the Pixel for Smooth Mapping
In order to obtain smooth mappings, another energy Df for the mapping is introduced. The energy Df is determined by the locations of p(i,j)(m,s) and qf(i,j)(m,s) (i=0, 1, . . . , 2m−1, j=0, 1, . . . , 2m−1), regardless of the intensity of the pixels. The energy D(i,j)(m,s) of the mapping f(m,s) at a point (i,j) is determined by the following equation (9).
D(i,j)(m,s)=ηE0(i,j)(m,s)+E1(i,j)(m,s) (9)
where the coefficient parameter η which is equal to or greater than 0 is a real number. And we have
where ∥(x,y)∥=√{square root over (x2+y2)} (12)
and f(i′,j′) is defined to be zero for i′<0 and j′<0. E0 is determined by the distance between (i,j) and f(i,j). E0 prevents a pixel from being mapped to a pixel too far away from it. However, E0 will be replaced later by another energy function. E1 ensures the smoothness of the mapping. E1 represents a distance between the displacement of p(i,j) and the displacement of its neighboring points. Based on the above consideration, another evaluation equation for evaluating the matching, or the energy Df is determined by the following equation (13).
[1.3.2.3] Total Energy of the Mapping
The total energy of the mapping, that is, a combined evaluation equation which relates to the combination of a plurality of evaluations, is defined as λC(i,j)(m,s)+Df(m,s), where λ≧0 is a real number. The goal is to detect a state in which the combined evaluation equation has an extreme value, namely, to find a mapping which gives the minimum energy expressed by the following (14).
Care must be exercised in that the mapping becomes an identity mapping if λ=0 and η=0 (i.e., f(m,s)(i,j)=(i,j) for all i=0, 1, . . . , 2m−1 and j=0, 1, . . . , 2m−1). As will be described later, the mapping can be gradually modified or transformed from an identity mapping since the case of λ=0 and η=0 is evaluated at the outset in the base technology. If the combined evaluation equation is defined as Cf(m,s)+λDf(m,s) where the original position of λ is changed as such, the equation with λ=0 and η=0 will be Cf(m,s) only. As a result thereof, pixels would be randomly corresponded to each other only because their pixel intensities are close, thus making the mapping totally meaningless. Transforming the mapping based on such a meaningless mapping makes no sense. Thus, the coefficient parameter is so determined that the identity mapping is initially selected for the evaluation as the best mapping.
Similar to this base technology, the difference in the pixel intensity and smoothness is considered in the optical flow technique. However, the optical flow technique cannot be used for image transformation since the optical flow technique takes into account only the local movement of an object. Global correspondence can be detected by utilizing the critical point filter according to the base technology.
[1.3.3] Determining the Mapping with Multiresolution
A mapping fmin which gives the minimum energy and satisfies the BC is searched by using the multiresolution hierarchy. The mapping between the source subimage and the destination subimage at each level of the resolution is computed. Starting from the top of the resolution hierarchy (i.e., the coarsest level), the mapping is determined at each resolution level, while mappings at other level is being considered. The number of candidate mappings at each level is restricted by using the mappings at an upper (i.e., coarser) level of the hierarchy. More specifically speaking, in the course of determining a mapping at a certain level, the mapping obtained at the coarser level by one is imposed as a sort of constraint conditions.
Now, when the following equation (15) holds,
p(i′,j′)(m−1,s) and q(i′,j′)(m−1,s) are respectively called the parents of p(i,j)(m,s) and q(i,j)(m,s), where └x┘ denotes the largest integer not exceeding x. Conversely, p(i,j)(m,s) and q(i,j)(m,s) are the child of p(i′,j′)(m−1,s) and the child of q(i′,j′)(m−1,s), respectively. A function parent (i,j) is defined by the following (16).
A mapping between p(i,j)(m,s) and q(k,l)(m,s) is determined by computing the energy and finding the minimum thereof. The value of f(m,s)(i,j)=(k,l) is determined as follows using f(m−1,s) (m=1, 2, . . . , n). First of all, imposed is a condition that q(k,l)(m,s) should lie inside a quadrilateral defined by the following (17) and (18). Then, the applicable mappings are narrowed down by selecting ones that are thought to be reasonable or natural among them satisfying the BC.
qg
where
g(m,s)(i,j)=f(m−1,s)(parent(i,j))+f(m−1,s)(parent(i,j)+(1,1)) (18)
The quadrilateral defined above is hereinafter referred to as the inherited quadrilateral of p(i,j)(m,s). The pixel minimizing the energy is sought and obtained inside the inherited quadrilateral.
The energy E0 defined above is now replaced by the following (19) and (20)
E0(i,j)=∥f(m,0)(i,j)−g(m)(i,j)∥2 (19)
E0(i,j)=∥f(m,s)(i,j)−f(m,s−1)(i,j)∥2,(1≦i) (20)
for computing the submapping f(m,0) and the submapping f(m,s) at the m-th level, respectively.
In this manner, a mapping which keeps low the energy of all the submappings is obtained. Using the equation (20) makes the submappings corresponding to the different critical points associated to each other within the same level in order that the subimages can have high similarity. The equation (19) represents the distance between f(m,s)(i,j) and the location where (i,j) should be mapped when regarded as a part of a pixel at the (m−1) the level.
When there is no pixel satisfying the BC inside the inherited quadrilateral A′B′C′D′, the following steps are taken. First, pixels whose distance from the boundary of A′B′C′D′ is L (at first, L=1) are examined. If a pixel whose energy is the minimum among them satisfies the BC, then this pixel will be selected as a value of f(m,s)(i,j). L is increased until such a pixel is found or L reaches its upper bound Lmax(m). Lmax(m) is fixed for each level m. If no such a pixel is found at all, the third condition of the BC is ignored temporarily and such mappings that caused the area of the transformed quadrilateral to become zero (a point or a line) will be permitted so as to determine f(m,s)(i,j). If such a pixel is still not found, then the first and the second conditions of the BC will be removed.
Multiresolution approximation is essential to determining the global correspondence of the images while preventing the mapping from being affected by small details of the images. Without the multiresolution approximation, it is impossible to detect a correspondence between pixels whose distances are large. In the case where the multiresolution approximation is not available, the size of an image will be limited to the very small one, and only tiny changes in the images can be handled. Moreover, imposing smoothness on the mapping usually makes it difficult to find the correspondence of such pixels. That is because the energy of the mapping from one pixel to another pixel which is far therefrom is high. On the other hand, the multiresolution approximation enables finding the approximate correspondence of such pixels. This is because the distance between the pixels is small at the upper (coarser) level of the hierarchy of the resolution.
[1.4] Automatic Determination of the Optimal Parameter Values
One of the main deficiencies of the existing image matching techniques lies in the difficulty of parameter adjustment. In most cases, the parameter adjustment is performed manually and it is extremely difficult to select the optical value. However, according to the base technology, the optimal parameter values can be obtained completely automatically.
The system according to this base technology includes two parameters, namely, λ and η, where λ and η represent the weight of the difference of the pixel intensity and the stiffness of the mapping, respectively. The initial value for these parameters is 0. First, λ is gradually increased from λ=0 while η is fixed to 0. As λ becomes larger and the value of the combined evaluation equation (equation (14)) is minimized, the value of Cf(m,s) for each submapping generally becomes smaller. This basically means that the two images are matched better. However, if λ exceeds the optimal value, the following phenomena (1-4) are caused.
1. Pixels which should not be corresponded are erroneously corresponded only because their intensities are close.
2. As a result, correspondence between images becomes inaccurate, and the mapping becomes invalid.
3. As a result, Df(m,s) in the equation 14 tends to increase abruptly.
4. As a result, since the value of the equation 14 tends to increase abruptly, f(m,s) changes in order to suppress the abrupt increase of Df(m,s). As a result, Cf(m,s) increases.
Therefore, a threshold value at which Cf(m,s) turns to an increase from a decrease is detected while a state in which the equation (14) takes the minimum value with λ being increased is kept. Such λ is determined as the optimal value at η=0. Then, the behavior of Cf(m,s) is examined while q is increased gradually, and η will be automatically determined by a method described later. λ will be determined corresponding to such the automatically determined η.
The above-described method resembles the focusing mechanism of human visual systems. In the human visual systems, the images of the respective right eye and left eye are matched while moving one eye. When the objects are clearly recognized, the moving eye is fixed.
[1.4.1] Dynamic Determination of λ
λ is increased from 0 at a certain interval, and the a subimage is evaluated each time the value of λ changes. As shown in the equation (14), the total energy is defined by λCf(m,s)+Df(m,s). D(i,j)(m,s) in the equation (9) represents the smoothness and theoretically becomes minimum when it is the identity mapping. E0 and E1 increase as the mapping is further distorted. Since E1 is an integer, 1 is the smallest step of Df(m,s). Thus, that changing the mapping reduces the total energy is impossible unless a changed amount (reduction amount) of the current λC(i,j)(m,s) is equal to or greater than 1. Since Df(m,s) increases by more than 1 accompanied by the change of the mapping, the total energy is not reduced unless λC(i,j)(m,s) is reduced by more than 1.
Under this condition, it is shown that C(i,j)(m,s) decreases in normal cases as λ increases. The histogram of C(i,j)(m,s) is denoted as h(l), where h(l) is the number of pixels whose energy C(i,j)(m,s) is l2. In order that λl2≧1, for example, the case of l2=1/λ is considered. When λ varies from λ1 to λ2, a number of pixels (denoted A) expressed by the following (21)
changes to a more stable state having the energy (22) which is
Here, it is assumed that all the energy of these pixels is approximated to be zero. It means that the value of C(i,j)(m,s) changes by (23).
As a result, the equation (24) holds.
Since h(l)>0, Cf(m,s) decreases in normal case. However, when λ tends to exceed the optimal value, the above phenomenon that is characterized by the increase in Cf(m,s) occurs. The optimal value of λ is determined by detecting this phenomenon.
When
is assumed where both H(h>0) and k are constants, the equation (26) holds.
Then, if k≠−3, the following (27) holds.
The equation (27) is a general equation of Cf(m,s) (where C is a constant).
When detecting the optimal value of λ, the number of pixels violating the BC may be examined for safety. In the course of determining a mapping for each pixel, the probability of violating the BC is assumed p0 here. In that case, since
holds, the number of pixels violating the BC increases at a rate of the equation (29).
is a constant. If assumed that h(l)=Hlk, the following (31), for example,
B0λ3/2+k/2=p0H (31)
becomes a constant. However, when λ exceeds the optimal value, the above value of (31) increases abruptly. By detecting this phenomenon, whether or not the value of B0λ3/2+k/2/2m exceeds an abnormal value B0thres exceeds is inspected, so that the optimal value of can be determined. Similarly, whether or not the value of B1λ3/2+k/2/2m exceeds an abnormal value B1thres, so that the increasing rate B1 of pixels violating the third condition of the BC is checked. The reason why the fact 2m is introduced here will be described at a later stage. This system is not sensitive to the two threshold values B0thres and B1thres. The two threshold values B0thres and B1thres can be used to detect the excessive distortion of the mapping which is failed to be detected through the observation of the energy Cf(m,s).
In the experimentation, the computation of f(m,s) is stopped and then the computation of f(m,s+1) is started when λ exceeded 0.1. That is because the computation of submappings is affected by the difference of mere 3 out of 255 levels in the pixel intensity when λ>0.1, and it is difficult to obtain a correct result when λ>0.1.
[1.4.2] Histogram h(l)
The examination of Cf(m,s) does not depend on the histogram h(l). The examination of the BC and its third condition may be affected by the h(l). k is usually close to 1 when (λ, Cf(m,s)) is actually plotted. In the experiment, k=1 is used, that is, B0λ2 and B1λ2 are examined. If the true value of k is less than 1, B0λ2 and B1λ2 does not become constants and increase gradually by the factor of λ(1−k)/2. If h(l) is a constant, the factor is, for example, λ1/2. However, such a difference can be absorbed by setting the threshold B0thres appropriately.
Let us model the source image by a circular object with its center at (x0,y0) and its radius r, given by:
and the destination image given by:
with its center at (x1,y1) and radius r. Let c(x) has the form of c(x)=xk. When the centers (x0,y0) and (x1,y1) are sufficiently far from each other, the histogram h(l) is then in the form of:
h(l)∝rlk (k≠0) (34)
When k=1, the images represent objects with clear boundaries embedded in the backgrounds. These objects become darker toward their centers and brighter toward their boundaries. When k=−1, the images represent objects with vague boundaries. These objects are brightest at their centers, and become darker toward boundaries. Without much loss of generality, it suffices to state that objects in general are between these two types of objects. Thus, k such that −1≦k≦1 can cover the most cases, and it is guaranteed that the equation (27) is generally a decreasing function.
As can be observed from the above equation (34), attention must be directed to the fact that r is influenced by the resolution of the image, namely, r is proportional to 2m. That is why the factor 2m was introduced in the above section [1.4.1].
[1.4.3] Dynamic Determination of η
The parameter η can also be automatically determined in the same manner. Initially, η is set to zero, and the final mapping f(n) and the energy Cf(n) at the finest resolution are computed. Then, after η is increased by a certain value Δη and the final mapping f(n) and the energy Cf(n) at the finest resolution are again computed. This process is repeated until the optimal value is obtained. η represents the stiffness of the mapping because it is a weight of the following equation (35).
E0(i,j)(m,s)=f(m,s)(i,j)−f(m,s−1)(i,j)∥2 (35)
When η is zero, Df(n) is determined irrespective of the previous submapping, and the present submapping would be elastically deformed and become too distorted. On the other hand, when η is a very large value, Df(n) is almost completely determined by the immediately previous submapping. The submappings are then very stiff, and the pixels are mapped to almost the same locations. The resulting mapping is therefore the identity mapping. When the value of η increases from 0, Cf(n) gradually decreases as will be described later. However, when the value of 9 exceeds the optimal value, the energy starts increasing as shown in
The optimum value of η which minimizes Cf(n) can be obtained in this manner. However, since various elements affects the computation compared to the case of λ, Cf(n) changes while slightly fluctuating. This difference is caused because a submapping is re-computed once in the case of λ whenever an input changes slightly, whereas all the submappings must be re-computed in the case of η. Thus, whether the obtained value of Cf(n) is the minimum or not cannot be judged instantly. When candidates for the minimum value are found, the true minimum needs to be searched by setting up further finer interval.
[1.5] Supersampling
When deciding the correspondence between the pixels, the range of f(m,s) can be expanded to R×R (R being the set of real numbers) in order to increase the degree of freedom. In this case, the intensity of the pixels of the destination image is interpolated, so that f(m,s) having the intensity at non-integer points
V(qf
is provided. Namely, supersampling is performed. In its actual implementation, f(m,s) is allowed to take integer and half integer values, and
V(q(i,j)+(0.5,0.5)(m,s)) (37)
is given by
(V(q(i,j)(m,s))+V(q(i,j)+(1,1)(m,s)))/2 (38)
[1.6] Normalization of the Pixel Intensity of Each Image
When the source and destination images contain quite different objects, the raw pixel intensity may not be used to compute the mapping because a large difference in the pixel intensity causes excessively large energy Cf(m,s) relating the intensity, thus making it difficult to perform the correct evaluation.
For example, the matching between a human face and a cat's face is computed. The cat's face is covered with hair and is a mixture of very bright pixels and very dark pixels. In this case, in order to compute the submappings of the two faces, its subimages are normalized. Namely, the darkest pixel intensity is set to 0 while the brightest pixel intensity is set to 255, and other pixel intensity values are obtained using the linear interpolation.
[1.7] Implementation
In the implementation, utilized is a heuristic method where the computation proceeds linearly as the source image is scanned. First, the value of f(m,s) is determined at the top leftmost pixel (i,j)=(0,0). The value of each f(m,s)(i,j) is then determined while i is increased by one at each step. When i reaches the width of the image, j is increased by one and i is reset to zero. Thereafter, f(m,s)(i,j) is determined while scanning the source image. Once pixel correspondence is determined for all the points, it means that a single mapping f(m,s) is determined.
When a corresponding point qf(i,j) is determined for p(i,j), a corresponding point qf(i,j+1) of p(i,j+1) is determined next. The position of qf(i,j+1) is constrained by the position of qf(i,j) since the position of qf(i,j+1) satisfies the BC. Thus, in this system, a point whose corresponding point is determined earlier is given higher priority. If the situation continues in which (0,0) is always given the highest priority, the final mapping might be unnecessarily biased. In order to avoid this bias, f(m,s) is determined in the following manner in the base technology.
First, when (s mod 4) is 0, f(m,s) is determined starting from (0,0) while gradually increasing both i and j. When (s mod 4) is 1, it is determined starting from the top rightmost location while decreasing i and increasing j. When (s mod 4) is 2, it is determined starting from the bottom rightmost location while decreasing both i and j. When (s mod 4) is 3, it is determined starting from the bottom leftmost location while increasing i and decreasing j. Since a concept such as the submapping, that is, a parameter s, does not exist in the finest n-th level, f(m,s) is computed continuously in two directions on the assumption that s=0 and s=2.
In the actual implementation, the values of f(m,s)(i,j) (m=0, . . . , n) that satisfy the BC are chosen as much as possible, from the candidates (k,l) by awarding a penalty to the candidates violating the BC. The energy D(k,l) of the candidate that violates the third condition of the BC is multiplied by φ and that of a candidate that violates the first or second condition of the BC is multiplied by ψ. In the actual implementation, φ=2 and ψ=100000 are used.
In order to check the above-mentioned BC, the following test is performed as the actual procedure when determining (k,l)=f(m,s)(i,j). Namely, for each grid point (k,l) in the inherited quadrilateral of f(m,s)(i,j), whether or not the z-component of the outer product of
W={right arrow over (A)}×{right arrow over (B)} (39)
is equal to or greater than 0 is examined, where
{right arrow over (A)}=
{right arrow over (B)}=
Here, the vectors are regarded as 3D vectors and the z-axis is defined in the orthogonal right-hand coordinate system. When W is negative, the candidate is awarded a penalty by multiplying D(k,l)(m,s) by ψ so as not to be selected as much as possible.
FIGS. 5(a) and 5(b) illustrate the reason why this condition is inspected.
[1.7.1] The Order of Submappings
In the actual implementation, σ(0)=0, σ(1)=1, σ(2)=2, σ(3)=3, σ(4)=0 were used when the resolution level was even, while σ(0)=3, σ(1)=2, σ(2)=1, σ(3)=0, σ(4)=3 were used when the resolution level was odd. Thus, the submappings are shuffled in an approximately manner. It is to be noted that the submapping is primarily of four types, and s may be any one among 0 to 3. However, a processing with s=4 was actually performed for the reason described later.
[1.8] Interpolations
After the mapping between the source and destination images is determined, the intensity values of the corresponding pixels are interpolated. In the implementation, trilinear interpolation is used. Suppose that a square p(i,j)p(i+1,j)p(i+1,j+1)p(i,j+1) on the source image plane is mapped to a quadrilateral qf(i,j)qf(i+1,j)qf(i+1,j+1)qf(i,j+1) on the destination image plane. For simplicity, the distance between the image planes is assumed 1. The intermediate image pixels r(x,y,t) (0≦x≦N−1, 0≦y≦M−1) whose distance from the source image plane is t (0≦t≦1) are obtained as follows. First, the location of the pixel r(x,y,t), where x,y,tεR, is determined by the equation (42).
The value of the pixel intensity at r(x,y,t) is then determined by the equation (43).
where dx and dy are parameters varying from 0 to 1.
[1.9] Mapping on which Constraints are Imposed
So far, the determination of the mapping to which no constraint is imposed has been described. However, when a correspondence between particular pixels of the source and destination images is provided in a predetermined manner, the mapping can be determined using such correspondence as a constraint.
The basic idea is that the source image is roughly deformed by an approximate mapping which maps the specified pixels of the source image to the specified pixels of the destination images and thereafter a mapping f is accurately computed.
First, the specified pixels of the source image are mapped to the specified pixels of the destination image, then the approximate mapping that maps other pixels of the source image to appropriate locations are determined. In other words, the mapping is such that pixels in the vicinity of the specified pixels are mapped to the locations near the position to which the specified one is mapped. Here, the approximate mapping at the m-th level in the resolution hierarchy is denoted by F(m).
The approximate mapping F is determined in the following manner. First, the mapping for several pixels are specified. When ns pixels
p(i0,j0),p(i1,j1), . . . , p(in,−1,jn,−1) (44)
of the source image are specified, the following values in the equation (45) are determined.
F(n)(i0,j0)=(k0,l0),
F(n)(i1,j1)=(k1,l1), . . . ,
F(n)(in,−1,jn,−1)=(kn,−1,ln,−1) (45)
For the remaining pixels of the source image, the amount of displacement is the weighted average of the displacement of p(ih,jh) (h=0, . . . , ns−1). Namely, a pixel p(i,j) is mapped to the following pixel (expressed by the equation (46)) of the destination image.
Second, the energy D(i,j)(m,s) of the candidate mapping f is changed so that mapping f similar to F(m) has a lower energy. Precisely speaking, D(i,j)(m,s) is expressed by the equation (49).
where κ,≧0. Finally, the mapping f is completely determined by the above-described automatic computing process of mappings.
Note that E2(i,j)(m,s) becomes 0 if f(m,s)(i,j) is sufficiently close to F(m)(i,j) i.e., the distance there between is equal to or less than
It is defined so because it is desirable to determine each value f(m,s)(i,j) automatically to fit in an appropriate place in the destination image as long as each value f(m,s)(i,j) is close to F(m)(i,j). For this reason, there is no need to specify the precise correspondence in detail, and the source image is automatically mapped so that the source image matches the destination image.
[2] Concrete Processing Procedure
The flow of the process utilizing the respective elemental techniques described in [1] will be described.
After m is decremented (S103 in
In the base technology, in order to proceed to Step 2 shown in
ΣΣ(λC(i,j)(m,s)+ηE0(i,j)(m,s)+E1(i,j)(m,s)) (52)
In the equation (52) the sum is taken for each i and j where i and j run through 0, 1, . . . , 2m−1. Now, the preparation for matching evaluation is completed.
Referring to
On the other hand, a horizontal reference within the same level is also performed. As indicated by the equation (20) in [1.3.3], f(m,3), f(m,2) and f(m,1) are respectively determined so as to be analogous to f(m,2), f(m,1) and f(m,0). This is because a situation in which the submappings are totally different seems unnatural even though the type of critical points differs so long as the critical points are originally included in the same source and destination images. As can been seen from the equation (20), the closer the submappings are to each other, the smaller the energy becomes, so that the matching is then considered more satisfactory.
As for f(m,0), which is to be initially determined, a coarser level by one is referred to since there is no other submapping at the same level to be referred to as shown in the equation (19). In the experiment, however, a procedure is adopted such that after the submappings were obtained up to f(m,3), f(m,0) is renewed once utilizing the thus obtained subamppings as a constraint. This procedure is equivalent to a process in which s=4 is substituted into the equation (20) and f(m,4) is set to f(m,0) anew. The above process is employed to avoid the tendency in which the degree of association between f(m,0) and f(m,3) becomes too low. This scheme actually produced a preferable result. In addition to this scheme, the submappings are shuffled in the experiment as described in [1.7.1], so as to closely maintain the degrees of association among submappings which are originally determined independently for each type of critical point. Furthermore, in order to prevent the tendency of being dependent on the starting point in the process, the location thereof is changed according to the value of s as described in [1.7].
1. An upper left point a, an upper right point b, a lower left point c and a lower right point d with respect to the point x are obtained at the first level of resolution.
2. Pixels to which the points a to d belong at a coarser level by one, i.e., the 0-th level, are searched. In
3. The corresponding points A′ to D′ of the pixels A to D, which have already been defined at the 0-th level, are plotted in q(1,s). The pixels A′ to C′ are virtual pixels and regarded to be located at the same positions as the pixels A to C.
4. The corresponding point a′ to the point a in the pixel A is regarded as being located inside the pixel A′, and the point a′ is plotted. Then, it is assumed that the position occupied by the point a in the pixel A (in this case, positioned at the upper right) is the same as the position occupied by the point a′ in the pixel A′.
5. The corresponding points b′ to d′ are plotted by using the same method as the above 4 so as to produce an inherited quadrilateral defined by the points a′ to d′.
6. The corresponding point x′ of the point x is searched such that the energy becomes minimum in the inherited quadrilateral. Candidate corresponding points x′ may be limited to the pixels, for instance, whose centers are included in the inherited quadrilateral. In the case shown in
The above described is a procedure for determining the corresponding point of a given point x. The same processing is performed on all other points so as to determine the submappings. As the inherited quadrilateral is expected to become deformed at the upper levels (higher than the second level), the pixels A′ to D′ will be positioned apart from one another as shown in
Once the four submappings at the m-th level are determined in this manner, m is incremented (Step 22 in
Next, to obtain the mapping with respect to other different η, η is shifted by Δη and m is reset to zero (Step 24). After confirming that new η does not exceed a predetermined search-stop value ηmax (Step 25), the process returns to Step 21 and the mapping f(n) (η=Δη) relative to the new q is obtained. This process is repeated while obtaining f(n) (η=Δη) (i=0, 1, . . . ) at S21. When q exceeds T max, the process proceeds to Step 26 and the optimal η=ηopt is determined using a method described later, so as to let f(n)(η=ηopt) be the final mapping f(n).
Referring to
Next, in order to obtain other submappings at the same level, λ is reset to zero and s is incremented (Step 215). After confirming that s does not exceed 4 (Step 216), return to Step 211. When s=4, f(m,0) is renewed utilizing f(m,3) as described above and a submapping at that level is determined.
As described above, this base technology provides various merits. First, since there is no need to detect edges, problems in connection with the conventional techniques of the edge detection type are solved. Furthermore, prior knowledge about objects included in an image is not necessitated, thus automatic detection of corresponding points is achieved. Using the critical point filter, it is possible to preserve intensity and locations of critical points even at a coarse level of resolution, thus being extremely advantageous when applied to the object recognition, characteristic extraction, and image matching. As a result, it is possible to construct an image processing system which significantly reduces manual labors.
Some extensions to or modifications of the above-described base technology may be made as follows:
(1) Parameters are automatically determined when the matching is computed between the source and destination hierarchical images in the base technology. This method can be applied not only to the calculation of the matching between the hierarchical images but also to computing the matching between two images in general.
For instance, an energy E0 relative to a difference in the intensity of pixels and an energy E1 relative to a positional displacement of pixels between two images may be used as evaluation equations, and a linear sum of these equations, i.e., Etot=αE0+E1, may be used as a combined evaluation equation. While paying attention to the neighborhood of the extrema in this combined evaluation equation, α is automatically determined. Namely, mappings which minimize Etot are obtained for various α's. Among such mappings, α at which Etot takes the minimum value is defined as an optimal parameter. The mapping corresponding to this parameter is finally regarded as the optimal mapping between the two images.
Many other methods are available in the course of setting up evaluation equations. For instance, a term which becomes larger as the evaluation result becomes more favorable, such as 1/E1 and 1/E2, may be employed. A combined evaluation equation is not necessarily a linear sum, but an n-powered sum (n=2, ½, −1, −2, etc.), a polynomial or an arbitrary function may be employed when appropriate.
The system may employ a single parameter such as the above α, two parameters such as η and λ in the base technology or more than two parameters. When there are more than three parameters used, they are determined while changing one at a time.
(2) In the base technology, a parameter is determined in such a manner that a point at which the evaluation equation Cf(m,s) constituting the combined evaluation equation takes the minima is detected after the mapping such that the value of the combined evaluation equation becomes minimum is determined. However, instead of this two-step processing, a parameter may be effectively determined, as the case may be, in a manner such that the minimum value of a combined evaluation equation becomes minimum. In that case, αE0+βE1, for instance, may be taken up as the combined evaluation equation, where α+β=1 is imposed as a constraint so as to equally treat each evaluation equation. The essence of automatic determination of a parameter boils down to determining the parameter such that the energy becomes minimum.
(3) In the base technology, four types of submappings related to four types of critical points are generated at each level of resolution. However, one, two, or three types among the four types may be selectively used. For instance, if there exists only one bright point in an image, generation of hierarchical images based solely on f(m,3) related to a maxima point can be effective to a certain degree. In this case, no other submapping is necessary at the same level, thus the amount of computation relative on s is effectively reduced.
(4) In the base technology, as the level of resolution of an image advances by one through a critical point filter, the number of pixels becomes ¼. However, it is possible to suppose that one block consists of 3×3 pixels and critical points are searched in this 3×3 block, then the number of pixels will be 1/9 as the level advances by one.
(5) When the source and the destination images are color images, they are first converted to monochrome images, and the mappings are then computed. The source color images are then transformed by using the mappings thus obtained as a result thereof. As one of other methods, the submappings may be computed regarding each RGB component.
[3] Improvements in the Base Technology
The base technology above may also be further refined or improved to yield more precise matching. Some improvements are hereinafter described.
[3.1] Critical Point Filters and Subimages Considering Color Information
The critical point filters of the base technology may be revised to make effective use of the color information in the images. First, a color space is introduced using HIS (hue, intensity, saturation), which is considered to be closest to human intuition. However, a formula for intensity “Y” which is considered closest to human visual sensitivity is used instead of “I”, for the transformation of color into intensity.
Here, the following definitions are made, in which the intensity Y and the saturation S at a pixel “a” are respectively denoted by Y(a) and S(a).
The following five filters are then prepared based on the definition described above.
p(i,j)(m,0)=βY(βY(p(2i,2j)(m+1,0),p(2i,2j+1)(m+1,0)),βY(p(2i+1,2j)(m+1,0),p(2i+1,2j+1)(m+1,0)))
p(i,j)(m,1)=αY(βY(p(2i,2j)(m+1,1),p(2i,2j+1)(m+1,1)),βY(p(2i+1,2j)(m+1,1),p(2i+1,2j+1)(m+1,1)))
p(i,j)(m,2)=βY(αY(p(2i,2j)(m+1,2),p(2i,2j+1)(m+1,2)),αY(p(2i+1,2j)(m+1,2),p(2i+1,2j+1)(m+1,2)))
p(i,j)(m,3)=αY(αY(p(2i,2j)(m+1,3),p(2i,2j+1)(m+1,3)),αY(p(2i+1,2j)(m+1,3),p(2i+1,2j+1)(m+1,3)))
p(i,j)(m,4)=βS(βS(p(2i,2j)(m+1,4),p(2i,2j+1)(m+1,4)),βS(p(2i+1,2j)(m+1,4),p(2i+1,2j+1)(m+1,4))) (55)
The top four filters in (55) are almost the same as those in the base technology, and accordingly, critical points of intensity are preserved with color information. The last filter preserves critical points of saturation, also together with the color information.
At each level of resolution, five types of subimage are generated by these filters. Note that the subimages at the highest level are consistent with the original image.
p(i,j)(n,0)=p(i,j)(n,1)=p(i,j)(n,2)=p(i,j)(n,3)=p(i,j)(n,4)=p(i,j) (56)
[3.2] Edge Images and Subimages
An edge detection filter using the first order derivative is further introduced to incorporate information related to edges for matching. This filter can be obtained by convolution integral with a given operator G. The following 2 filters related to horizontal and vertical derivative for an image at n-th level are described as follows:
p(i,j)(n,h)=Y(p(i,j))Gh
p(i,j)(n,v)=Y(p(i,j))Gv (57)
Although G may be a typical operator used for edge detection in image analysis, the following was used in consideration of the computing speed, in this improved technology.
Next, the image is transformed into the multiresolution hierarchy. Because the image generated by the edge detection filter has an intensity with a center value of 0, the most suitable subimages are the mean value images as follows:
The images described in equation (59) are introduced to the energy concerning the edge difference in the energy function for computation during the “forward stage”, the stage in which an initial submapping is derived, as will hereinafter be described in more detail.
The magnitude of the edge, i.e., the absolute value is also necessary for the calculation. It is denoted as follows:
p(i,j)(n,e)=√{square root over ((p(i,j)(n,h))2+(p(i,j)(n,v))2)} (60)
Because this value will always be positive, a maximum value filter can be used for the transformation into the multiresolutional hierarchy.
p(i,j)(m,e)=βY(βY(p(2i,2j)(m+1,e),p(2i,2j+1)(m+1,e)),βY(p(2i+1,2j)(m+1,e),p(2i+1,2j+1)(m+1,e))) (6)
The image described in equation (61) is introduced in the course of determining the order of the calculation in the “forward stage” described below.
[3.3] Computing Procedures
The computing proceeds in order from the subimages with the coarsest resolution. The calculations are performed more than once at each level of the resolution due to the five types of subimages. This is referred to as a “turn”, and the maximum number of turns is denoted by t. Each turn includes energy minimization calculations both in a “forward stage” mentioned above, and in a “refinement stage”, that is, a stage in which the submapping is recomputed based on the result of the forward stage.
As shown in the figure, s is set to zero (Step 40) initially. Then the mapping f(m,s) of the source image to the destination image, and the mapping g(m,s) of the destination image to the source image are respectively computed by energy minimization in the forward stage (Step 41). The computation for f(m,s) is hereinafter described. The energy minimized in this improvement technology is the sum of the energy C, concerning the value of the corresponding pixels, and the energy D, concerning the smoothness of the mapping.
In this improved technology, the energy C includes the energy CI concerning the intensity difference, which is the same as the energy C in the base technology described in sections [1] and [2] above, the energy CC concerning the hue and the saturation, and the energy CE concerning the edge difference. These energies are described as follows:
The parameters λ, ψ, and θ are real numbers more than 0, and they have constant values in this improved technology. This constancy was achieved by the refinement stage introduced in this technology, which leads to more stable calculation result. Energy CE is determined from the coordinate (i,j) and the resolution level m, and independent of the type of mapping f(m,s), “s”.
The energy D is similar to that in the base technology described above. However, in the base technology, only the adjacent pixels are taken into account when the energy E1, which deals with the smoothness of the images, is derived, whereas, in this improved technology, the number of ambient pixels taken into account can be set as a parameter d.
In preparation for the refinement stage, the mapping g(m,s) of the destination image q to the source image p is also computed in the forward stage.
In the refinement stage (Step 42), a more appropriate mapping f′(m,s) is computed based on the bidirectional mappings, f(m,s) and g(m,s), which were previously computed in the forward stage. In this refinement stage, an energy minimization calculation for an energy M is performed. The energy M is the sum of the energy M0, concerning the degree of conformation to the mapping g of the destination image to the source image, and the energy M1, concerning the difference from the initial mapping. Then, obtained is the submapping f′(m,s) that minimizes the energy M.
M0f′(i,j)=∥g(f′(i,j))−(i,j)∥2
M1f′(i,j)=∥f′(i,j))−f(i,j)∥2
Mf′(i,j)=M0f′(i,j)+M1f′(i,j) (65)
The mapping g′(m,s) of the destination image q to the source image p is also computed in the same manner, so as not to distort in order to maintain the symmetry.
Thereafter, s is incremented (Step 43), and if s does not exceed t (Step 44), the computation proceeds to the forward stage in the next turn (Step 41). In so doing, the energy minimization calculation is performed using a substituted E0, which is described as follows:
E0f(i,j)=∥f(i,j)−f′(i,j)∥2 (66)
[3.4] Order of Mapping Calculation
Because the energy concerning the mapping smoothness, E1, is computed using the mappings of the ambient points, the energy depends on whether those points are previously computed or not. Therefore, the total mapping preciseness significantly depends on the point from which the computing starts and the order in which points are processed. In order to overcome this concern, an image having an absolute value of edge (see equation (61)) is introduced. Because the edge generally has a large amount of information, the mapping calculation proceeds from a point at which the absolute value of edge is the largest. This technique about the order of mapping calculation can make the mapping extremely precise, in particular, for binary images and the like.
Now motion image processing partially using Base Technology is described.
[1] Encoder Configuration
CPF: Critical Point Filter of Base Technology
CPF is an image matching processor. CPF calculates the matching on a pixel basis and outputs corresponding point information. This information is output as a file in which correspondence is described between each point or pixel of the source image and each point or pixel of the destination image. Morphing image between the key frames can be obtained interpolating the locations and the pixel values for each set of corresponding pixels.
The information of the file can be applied only to the source key frame. In such a case, morphing image can still be obtained where each pixel of the source key frame gradually moves toward its corresponding pixel specified in the file. Interpolation is conducted only in terms of the locations of the corresponding pixels.
Naturally any image matching processor can be used besides CPF. Accurate processors, however, should be used and Base Technology meets this requirement.
DE: Differential (Error) Encoder.
DE fulfills variable-length encoding on the deference data between two image frames using Huffman encoding or the like employing statistical methods
NR: Maskable Noise Reducer.
Human eyes often overlook subtle change in images. It is known that small error in luminosity is hardly perceivable in regions where the change in luminosity is large or where high special frequency component is dominant. Various types of noises are included in motion image. Such noise data have no meaning as a component of an image. It is therefore important to neglect such visually meaningless random information or “visually maskable information” to achieve higher compression ration.
Quantization in today's block matching utilizes the maskable information in terms of luminosity. There are, however, other maskable information. NR utilizes visually maskable information with regard to special location information and temporal location information. The former information relates to the fact that the phase component in special frequency is less perceivable in a complicated image with large range of luminosity. The latter information relates to the fact that data shift in time axis is less perceivable in a region where the change in time axis is large. A predetermined threshold is introduced to detect such information in both cases.
At least the present MPEG scheme based on block matching and differential encoding cannot easily utilize these masks. The decoding process in Base Technology on the other hand generates changes in motion image by tri-linear or other interpolation to avoid discontinuity which brings visual artifacts in motion image. This process makes the noise less perceivable by diffusing the error not only in the luminosity axis but also in the special and temporal axes. NR thus is especially useful when combined with Base Technology.
DD: Differential Decoder
DD decodes the differential data encoded by DE and adds the differential data to the image frame from which the differential data were derived.
Other than the aforementioned functions, a pixel shifter is provided to generate a virtual key frame applying the corresponding point information to a certain single key frame and by shifting pixels of the single key frame.
[2] Encoding
In
a) generating by CPF corresponding point information (M0-4) between the first and the second key frames (F0, F4) which have at least one image frame (F1-F3) in-between, by calculating matching between the first and the second frames,
b) generating a virtual second frame (F4′) by the pixel shifter shifting points in the first key frame (F0) using the corresponding point information (M0-4),
c) encoding compressing by DE with NR function (“DE+NR”) the difference data between the actual second and the virtual second key frames (F4, F4′), and
d) outputting, as encoded date between the first and the second key frames, the first key frame (F0), the corresponding point information (M0-4) and the encoded compressed difference data (delta 4) between the actual second and the virtual second key frames (F4, F4′).
At the step d), the target of the output data may be storage media or transmission media. In reality, data obtained at the step j) described later will be combined to form encoded motion image data, which will be output to storage media or the like.
The following process is conducted on the second key frame (F4) and subsequent key frames.
e) decoding by DD the encoded compressed differential data (delta 4) between the actual second and virtual second key frames (F4, F4′),
f) generating by DD an improved virtual second key frame (F4″) using the decoded differential data and the virtual second key frame (F4′),
g) generating by CPF corresponding point information (M4-8) between the second and the third key frames (F4, F8) which have at least one image frame (F5-F7) in-between, by calculating matching between the second and the third frames,
h) generating a virtual third frame (F8′) by the pixel shifter shifting points in the improved second key frame (F4″) using the corresponding point information (M4-8),
i) encoding compressing by DE+NR the difference data between the actual third and the virtual third key frames (F8, F8′), and
j) outputting, as encoded date between the second and the third key frames (F4, F8), the corresponding point information (M4-8) and the encoded compressed difference data (delta 8) between the actual third and the virtual third key frames. The encoded data is output to a certain device which may be the same device to which the step d) above outputs the data.
Until the process reaches the final key frame in a predetermined group of images, the said steps e) to j) are repeatedly conducted to the frame F9 and subsequent frames shown in
[3] Decoder Configuration
A decoder is straightforward.
DD: The same as DD in the encoder.
INT: Interpolator.
Pixel shifter: The same as the pixel shifter in the encoder.
Intermediate frames are generated from two image frames by interpolation using the corresponding point information.
{4} Decoding
Decoding process proceeds as follows.
k) obtaining, from a transmission medium or a storage medium, the first key frame (F0) and corresponding point information (M0-4) between the first and the second key frames (F0, F4) which have image frames (F1-F3) in-between,
l) generating a virtual second frame (F4′) shifting points in the first key frame (F0) using the corresponding point information (M0-4),
m) obtaining, from an encoding side which has done the step l) or the like, encoded compressed difference data (delta 4) between the actual second and the virtual second key frames (F4, F4′),
o) generating an improved virtual second key frame (F4″) by decoding the obtained encoded compressed difference data (delta 4) by DD and adding the virtual second key frame (F4′) thereto,
p) generating intermediate frames (F1″-F3″) which should exist between the first and the improved virtual second key frames (F0, F4″) interpolating by INT the first key frame (F0) and the improved second key frame (F4″) using the corresponding point information (M0-4), and
q) outputting to a display apparatus or the like, the first key frame (F0), the generated intermediate frames (F1′-F3′) and the improved second key frame (F4″), as decoded data between the first and the improved virtual second key frames (F0, F4″).
Processing on the second key frame (F4) and subsequent frames is then conducted in the following steps.
r) obtaining the corresponding point information (M4-8) between the second and the third key frames (F4, F8) which have image frames (F5-F7) in-between,
s) generating a virtual third frame (F8′) shifting points in the improved virtual second key frame (F4″) using the corresponding point information (M4-8),
t) obtaining, from an encoding side which has done the step s) or the like, encoded compressed difference data (delta 8) between the actual third and the virtual third key frames (F8, F8′),
u) generating an improved virtual third key frame (F8″) by decoding the obtained encoded compressed difference data (delta 8) by DD and adding the virtual third key frame (F4′) thereto,
v) generating intermediate frames (F5′-F7′) which should exist between the improved virtual second and third key frames (F4″, F8″) interpolating by INT the improved virtual second key frame (F4″) and the improved third key frame (F4″) using the corresponding point information (M4-8), and
w) outputting to a display apparatus or the like, the improved second key frame (F4″), the generated intermediate frames (F5′-F7′) and the improved third key frame (F8″), as decoded data between the virtual improved second and third key frames (F4″, F8″).
The steps r) to w) are recursively conducted on the frame F9 and still later frames shown in
[5] Merits of Embodiment 1
High compression is achieved by employing the Base technology CPF, as the matching accuracy of CPF is high. Statistical deviation becomes large as the difference to be compressed by DE+NR becomes small by CPF.
Block noise, which is problematic in MPEG, is avoided by CPF as it does not employ block matching. Approaches other than CPF independent on block matching can be adopted naturally.
MPEG works only to minimize the difference between frames while CPF detects correspondence between points which actually corresponds to each other. This feature enables CPF to ultimately achieve higher compression ratio than MPEG.
An encoder is simple provided with an image matching processor, a difference encoder with noise reduction function, a difference decoder and an image shifter. A decoder is also simple provided with an interpolation processor, a difference decoder and an image shifter. The load of the decoder is light as it need not to match images.
Only one complete key frame is necessary for each group as the difference “delta 4”, “delta 8” and the like between a generated virtual key frame and its corresponding actual key frame is included in encode data. Error is not accumulated even when a long motion image is processed and even though only one complete key frame is encoded in each frame.
[6] Variations to Embodiment 1
Intermediate frames (F1-F3) which are between the first and second key frames (F0, F4) may be considered when producing the corresponding point information conducting matching calculation (shown with a broken line in
For the unification, it is specified for each pixel on the frame F0 where to be relocated on the frame F1 by the partial file M0. It is then specified for the specified each pixel on the frame F1 where to be relocated on the frame F2 by the partial file M1. The same relocation is continued until F4, each pixel on F0 is relocated on F4 by the four partial files to achieve higher accuracy. Matching accuracy between directly adjacent frames is generally higher than the accuracy between F0 and F4 as these two frames have more distance. In this variation, the corresponding point information may be expressed with a mathematical function on time.
This embodiment relates to the encoder of
Matching energy is defined by the distance in geometry and the difference in pixel value between corresponding points. One example is shown in Equation 49 in Base Technology. Embodiment 2 uses this matching energy obtained during image matching by CPF. In Base Technology, the corresponding point or pixel in a key frame is detected in a different key frame so that the mapping energy between the two points becomes minimum. Generally, matching is accurate for pixels with low matching energy and is inaccurate for pixels with high energy. Pixels with high energy have large distance or large difference in pixel value. Mismatching may have occurred for such pixels. Compression ratio for image regions with high matching accuracy is set high in the present embodiment. In another embodiment, difference information is highly compressed for pixels which are estimated to have been mismatched.
[1] Encoding
The encoder according to Embodiment 2 obtains matching energy for each pixel when CPF calculates matching between the first and second key frames. The encoder generates on the first key frame (F0) an energy map describing matching energy for each pixel. Between other adjacent key frames, the encoder generates energy maps which describe matching energy for each set of corresponding points. Energy map is therefore data which represent matching energy of corresponding points between key frames and which accompany with the temporally former key frame of the two key frames. Energy map, however, may accompany with the latter of the two key frames.
The energy map is transmitted to DE+NR from CPF via a predetermined route (not shown). DE+NR evaluates whether the matching between key frames was satisfactory or not using the energy map. DE+NR then adaptively compresses the difference between a virtual and an actual key frames. The corresponding point file is also transmitted to DE+NR via a route not shown.
The difference calculator 10 obtains the actual second key frame (F4) and the virtual second key frames (F4′) and calculates the difference of sets of pixels between the two frames, each pixel of a set residing at the same position in a frame. Thus a kind of an image is produced. This image has pixel values of pixels, each value representing the difference between the two key frames. This image is referred to as a “difference image”. The difference image is transmitted to the energy obtaining unit 14. The energy map and corresponding point information (M0-4) between the actual first and second key frames (F0, F4) is input to the energy obtaining unit 14 from CPF shown in
The energy obtaining unit 14, using M0-4, tracks from the difference image via the virtual second key frame (F4′) to the first key frame (F0). The energy obtaining unit 14 thus specifies the correspondence of pixels between the difference image and the first key frame (F0). The energy obtaining unit 14 obtains the matching energy of pixels of the difference image by defining the energy of a pixel in the difference image is the energy of a pixel to which the pixel in the difference image is tracked back.
The energy obtaining unit 14 transmits the matching energy of the difference image to the judging unit 16. The judging unit 16 judges on the basis of the matching energy of pixels which regions of the difference image should be target regions for high compression. The target regions are informed to the difference data compressor 12. The judging unit 16 first divides the difference image into blocks of 16×16 pixels. The judging unit 16 compares matching energy of all pixels in each block with a predetermined threshold. The judging unit 16 determines regions with the matching energy of all pixels being below the threshold as the target for high compression.
The difference data compressor 12 compresses the difference image in JPEG format. The difference data compressor 12 adaptively switches compression ratio using the information on the target for high compression taught by the judging unit 16. More specifically, the judging unit 16 may adopt for the high compression regions a larger quantization step of DCT coefficients. In another embodiment, the difference data compressor 12 may first replace the pixel values in the high compression regions to zero and then compresses in the JPEG format.
High compression can be applied to low matching energy regions as the matching result is usually high in such regions. Difference between the actual and virtual second key frames (F4, F4′) may be regarded as noise, which is safely deleted by high compression. Regions with high matching energy may, however, include serious mismatching. Compression ratio for such regions is set to be low in order not to delete important difference information to keep high image quality at decoding.
[2] Merits of Embodiment 2
The 18 outputs compressed encoded difference (delta 4) between the actual and virtual key frames (F4, F4′). The encoder according to the present embodiment can adaptively compress considering the importance of the difference information to maintain the accuracy at decoding. The encoder thus achieves high compression efficiency while keeping high image quality.
[3] Variations to Embodiment 2
It is often observed that mismatching has occurred to a pixel whose matching energy is large and especially whose correspondence vector is considerably different from those of neighboring pixels. The difference in correspondence vector may be introduced to judge if mismatching has occurred and noise reduction may be conducted on mismatched pixels. DE+NR may compare the matching energy of each pixel with the average of the matching energy of pixels in the 9×9 block with the pixel under examination residing at its center. It may be judged that the pixel under examination is a mismatched pixel when the energy of the pixel is beyond the average by a predetermined threshold.
Corresponding point information on the mismatched pixel is meaningless for the decoder. Such part of difference data between the actual and virtual second key frames (F4, F4′) is just a noise, and is highly compressed by DE+NR. Mismatching can be judged from motion vectors. A pixel having a motion vector which is considerably different from those of the surrounding pixels may be judged as a mismatched pixel.
In Embodiment 2, like Embodiment 1, Intermediate frames (F1-F3) between the first and second key frames (F0, F4) may be considered when producing the corresponding point information conducting matching calculation. Four files (M0-M3) are first generated and are then unified to a single file as a corresponding point information file.
When considering intermediate frames, matching energy calculated between adjacent image frames may be applicable to detect a scene change. To detect a scene change, CPF first calculates matching for each set of (F0, F1), (F1, F2), (F2, F3) and (F3, F4) and obtains four energy maps E0, E1, E2 and E3. The average of matching energy through all pixels in one image frame is then calculated and compared with a predetermined threshold for scene change detection. For example, the average energy through the frame F5 is calculated based on the energy map E5 generated between F5 and F6. A new next group is made and the frame F6 is made the first key frame in the next group when the average energy calculated through F5 exceeds the threshold, as it is considered that a scene change has occurred between F5 and F6. Automatic scene detection is thus possible. Grouping of image frames on the basis of scene changes becomes possible.
An image frame may be registered as a new key frame when the sum of average matching energy of frames, when summed from temporally earlier frames, comes to exceed a predetermined threshold. Image quality at decoding is improved by adding new key frames when accumulated difference between images exceeds a predetermined value.
Number | Date | Country | Kind |
---|---|---|---|
2004-175979 | Jun 2004 | JP | national |
This application is a national phase filing under 35 U.S.C. § 371 et seq. and claims the priority benefit of Patent Cooperation Treaty application number PCT/JP2005/005941 filed Mar. 29, 2005, which claims the priority benefit of Japanese patent application number 2004-175979 filed Jun. 14, 2004. The disclosure of these applications is incorporated herein by reference.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/JP05/05941 | 3/29/2005 | WO | 10/2/2006 |