Abstract

We propose a new method for autoadaptive image decomposition and recomposition based on the two-dimensional version of the Spectral Intrinsic Decomposition (SID). We introduce a faster diffusivity function for the computation of the mean envelope operator which provides the components of the SID algorithm for any signal. The 2D version of SID algorithm is implemented and applied to some very known images test. We extracted relevant components and obtained promising results in images analysis applications.

1. Introduction

The need of components extraction and reconstruction in signal and image processing in time frequency analysis is very strong for many fields of application. Notorious methods that have been proposed include Fourier technics, wavelet decomposition, and Empirical Mode Decomposition. While Fourier transform is localized in frequency, wavelets are localized in both time and frequency; EMD is autoadaptive. EMD decomposes a signal in AM-FM components called Intrinsic Mode Functions (IMF) and a residue. This nonlinear and nonstationary decomposition works on 1D signals [1] and 2D signals such as images [2, 3]. The EMD algorithm is based on a procedure called sifting process which iteratively uses the upper and lower envelopes to extract IMFs. To create a mathematical model to compute envelopes directly, an envelope operator has been proposed in [4] and from this operator a new decomposition method called Spectral Intrinsic Decomposition, SID, was proposed in [5].

The SID method allows decomposing any signal into a superposition of Spectral Proper Mode Functions (SPMFs) [5]. This method has been presented in a 1D version and depends on an operator interpolating the characteristics points of the signal to be decomposed. In this paper, the two-dimensional version of the Spectral Intrinsic Decomposition for images analysis is introduced. An algorithm for a faster spectral decomposition is proposed and illustrated with some images. We first recall the SID principle in one dimension and propose a faster method to determine the signal characteristics points in Section 2. Than an algorithm of the two-dimensional SID is presented in Section 3. Applications on grayscale images are depicted in Section 3.1.

2. The Spectral Intrinsic Decomposition Method

The Spectral Intrinsic Decomposition Method decomposes any signal into a combination of eigenvectors of a Partial Differential Equation (PDE) interpolation operator as presented in [5, 6].

2.1. The PDEs System Interpolator

For a given signal , the upper and lower envelope are the asymptotic solution of the following PDEs system: is the tension parameter which ranges from 0 to 1. and are diffusivity functions for upper and lower envelope which are equal to zero at characteristic points of and range from zero to one. based on Maximum Curvature Points (MCP) can be computed as follows:where denotes the sign function.

Equation (1) is resolved numerically in its discrete implicit unconditionally stable scheme as follows:where is the time step, is signal value at step , and is a matrix formed with finite difference approximation coefficients of second- and fourth-order differential operators (resp., and ), as , with being the diagonal matrix constructed with discrete version of stopping function values , exactly,

So the explicit form leads to the following numerical resolution:with being the identity matrix. Finally (1) can be decomposed into a linear system from implicit numerical scheme (4) by

is given by

The operator matrix, , has real-valued eigenvalues that are always greater than or equal to 1. Then, eigenvalues, , of are always smaller than or equal to   ; see [4].

2.2. On the Asymptotic Solution

Iterative scheme (5) can be rewritten in terms of initial solution asAfter convergence (see [7]), the asymptotic solution, , is given by

Let be a matrix of ’s sequence of eigenvectors and a diagonal matrix having ’s sequence of eigenvalues , at the diagonal. So we have the following decomposition It is easy to see that

So, the asymptotic solution in (7) is given by

The asymptotic eigenvalue matrix is a diagonal matrix with eigenvalues only at loci where matrix is zeroed, and , where . Finally, the asymptotic solution of the PDE interpolator system is a linear combination of fixed vector point of upper and lower envelope operators.

2.3. A Faster Stopping Function for Discrete Signal

For image processing we will consider region boundaries as characteristic points. The characteristic points of the upper envelope will be the local maximums and the limits of the regions where the value of the gray level of the pixel is equal to or greater than the gray level of all the pixels in their neighborhood represented, for example, by a rectangular window.

We define the diffusion function for lower envelope to be equal to everywhere except in characteristic points of the lower envelope where it will be equal to .

Similarly the characteristic points of the lower envelope are local minimums and region boundaries where the pixel value is equal to or less than the gray level of all pixels in their neighbors. We define the diffusion function for upper envelope to be equal to everywhere except in characteristics points of the upper envelope where it will be equal to .

The diffusivity function called stopping function is calculated by using morphological dilation and erosion operations [8].

Let be a structured element; the grayscale dilation of by at is given byThe grayscale erosion of by at is given by

is equal to at local maxima and when is locally constant; is equal to at local minima and when is locally constant.

is zeroed at points which are invariant to morphological dilation and variant to morphological erosion; is equal to 1 for any other point.

Similarly, is zeroed at points which are invariant to morphological erosion and variant to morphological dilation; is equal to 1 for any other point.

LetWe have

functions are faster than to compute and give satisfying results for the computation of envelope operators for real images (Table 1).

Figure 1 shows an example of calculating the envelope using , for upper envelope and for lower envelope.

2.4. The Spectral Intrinsic Decomposition

In the following, denotes either the upper or lower envelope operator. The upper and lower envelope of the signal are calculated with the eigenvectors associated with eigenvalue . Hence, in formula (9) is a linear combination of all 1-eigenvectors of the envelope operator E weighted by the signal amplitude. Instead of focusing only on the envelope calculus, we now consider all the set of eigenvalues of the envelope operator .

The Spectral Intrinsic Decomposition procedure is defined as the calculus of all the SPMFs for a given signal. . The same procedure can be performed with the lower envelope. The eigendecomposition of gives , where and (with the possibility of zeros to complete the size of the vector) are, respectively, the set of eigenvectors and the set of eigenvalues of . The coefficient reconstruction of is given by , with being the transpose of . Hence is computed by the formula (Algorithm 2). The Spectral Intrinsic Decomposition of is given as follows:

This decomposition is intrinsic and depends only on the position of the characteristic points of that define the diffusivity function in the interpolation operator. We notice that the SID with lower envelope works like the SID with the upper envelope and has the same reconstruction ability.

2.5. Advantage and Disadvantage of SID

The SID is adaptive and depends on the position of the characteristics points of the signal. It is autoadaptive and works for nonlinear and nonstationary signal. SID can decompose an IMF and can be used to separate mixing mode [9] in EMD.

However, the main disadvantage of the proposed SID algorithm is the computation time when the size of signal is a large. This is due to matrix inversion in the algorithm. Thus a faster algorithm is proposed in the next section.

3. The 2D Spectral Intrinsic Decomposition Algorithm

In this section we present, in Algorithm 1, the 2D SID procedure and implement it for images decomposition-recomposition.

(1) transforme image to data
(2) NL number of lines of
(3) NC number of columns of
(4) NL by NC zeroed matrix
(5) for  , NL  do
(6)   line of
(7)  compute from
(8)  compute
(9)  decompose ,
(10)   compute ,
(11)    for  , NC  do
(12)      
(13)   end for
(14)  end for
(15) recompose image from
(1) eigenvalues interval to extract
(2) transforms image to data
(3) NL number of lines of
(4) NC number of columns of
(5) NL by NC zeroed matrix
(6) for  , NL  do
(7)   line of
(8)  compute from
(9)  compute
(10)  decompose ,
(11)   
(12)   for  , NC  do
(13)     if    then
(14)       
(15)     end if
(16)   end for
(17)   compute ,
(18)   for  , NC  do
(19)     
(20)   end for
(21) end for
3.1. The Algorithm of Image Decomposition and Recomposition by SID

Let us consider an image as represented by a matrix (Line (1)). Each row of the matrix M (Line (5)) can be seen as a one-dimensional signal Thus, we can apply the spectral decomposition of (Lines (6) to (10)) as described in [4].

Each line can be recomposed to build a matrix (Lines (11) to (13)) and finally reconstruct the image from (Line (15)). Image decomposition and recomposition are described in Algorithm 1. We can also make decomposition along columns and catch more properties of the image to be analyzed.

The elementary components of a spectral decomposition are the modulation of eigenvectors by their coefficients as can be seen in (14). It is clear that these components depend on eigenvalues of the envelope operator.

The range of smallest eigenvalues catches higher frequencies contents of the reconstructed signal with the smallest modulated amplitude.

So we can associate components which have similar frequency and amplitude by summing the components that have same eigenvalues; this method works well for signal in one dimension. For images, it is possible numerically to have missing eigenvalues in many lines. Hence, to avoid this drawback, elementary components which have the same eigenvalues will be associated with the same belonging to a specific range of eigenvalues.

3.2. Application to Image Components Extraction

In the following, 2D SID is applied to very known images test to demonstrate the ability of this pectoral intrinsic decomposition for images analysis, particularly in components extraction. In Figures 4(a), 3(a), and 2(a), we have a representation of high frequency components on Figures 4(b), 3(b), and 2(b); we note that they are more sensitive to small variations of the intensity of the image than low frequencies components in Figures 4(c), 3(c), and 2(c).

4. Conclusion

In this paper, we have presented a new method for autoadaptive image representation called two-dimensional version of the Spectral Intrinsic Decomposition. A new faster diffusivity function in the computation of the mean envelope operator is also provided. In future works, we will investigate how to use the Spectral Proper Mode Functions (SPMFs) to do signals classification or to treat other aspects of image processing, like edge detection, segmentation, and so on.

Conflicts of Interest

The authors declare that they have no conflicts of interest.