HOME

TheInfoList



OR:

The lifting scheme is a technique for both designing
wavelet A wavelet is a wave-like oscillation with an amplitude that begins at zero, increases or decreases, and then returns to zero one or more times. Wavelets are termed a "brief oscillation". A taxonomy of wavelets has been established, based on the num ...
s and performing the
discrete wavelet transform In numerical analysis and functional analysis, a discrete wavelet transform (DWT) is any wavelet transform for which the wavelets are discretely sampled. As with other wavelet transforms, a key advantage it has over Fourier transforms is temporal ...
(DWT). In an implementation, it is often worthwhile to merge these steps and design the wavelet filters ''while'' performing the wavelet transform. This is then called the
second-generation wavelet transform {{Short description, Type of wavelet transform In signal processing, the second-generation wavelet transform (SGWT) is a wavelet transform where the filters (or even the represented wavelets) are not designed explicitly, but the transform consists o ...
. The technique was introduced by Wim Sweldens. The lifting scheme factorizes any discrete wavelet transform with finite filters into a series of elementary convolution operators, so-called lifting steps, which reduces the number of arithmetic operations by nearly a factor two. Treatment of signal boundaries is also simplified. The discrete wavelet transform applies several filters separately to the same signal. In contrast to that, for the lifting scheme, the signal is divided like a zipper. Then a series of convolution–accumulate operations across the divided signals is applied.


Basics

The simplest version of a forward wavelet transform expressed in the lifting scheme is shown in the figure above. P means predict step, which will be considered in isolation. The predict step calculates the wavelet function in the wavelet transform. This is a high-pass filter. The update step calculates the scaling function, which results in a smoother version of the data. As mentioned above, the lifting scheme is an alternative technique for performing the DWT using biorthogonal wavelets. In order to perform the DWT using the lifting scheme, the corresponding lifting and scaling steps must be derived from the biorthogonal wavelets. The analysis filters (g, h) of the particular wavelet are first written in polyphase matrix : P(z) = \begin h_\text(z) & g_\text(z) \\ h_\text(z) & g_\text(z) \end, where \det P(z) = z^. The polyphase matrix is a 2 × 2 matrix containing the analysis low-pass and high-pass filters, each split up into their even and odd polynomial coefficients and normalized. From here the matrix is factored into a series of 2 × 2 upper- and lower-triangular matrices, each with diagonal entries equal to 1. The upper-triangular matrices contain the coefficients for the predict steps, and the lower-triangular matrices contain the coefficients for the update steps. A matrix consisting of all zeros with the exception of the diagonal values may be extracted to derive the scaling-step coefficients. The polyphase matrix is factored into the form : P(z) = \begin 1 & a(1 + z^) \\ 0 & 1 \end \begin 1 & 0 \\ b(1 + z) & 1 \end, where a is the coefficient for the predict step, and b is the coefficient for the update step. An example of a more complicated extraction having multiple predict and update steps, as well as scaling steps, is shown below; a is the coefficient for the first predict step, b is the coefficient for the first update step, c is the coefficient for the second predict step, d is the coefficient for the second update step, k_1 is the odd-sample scaling coefficient, and k_2 is the even-sample scaling coefficient: : P(z) = \begin 1 & a(1 + z^) \\ 0 & 1 \end \begin 1 & 0 \\ b(1 + z) & 1 \end \begin 1 & c(1 + z^) \\ 0 & 1 \end \begin 1 & 0 \\ d(1 + z) & 1 \end \begin k_1 & 0 \\ 0 & k_2 \end. According to matrix theory, any matrix having polynomial entries and a determinant of 1 can be factored as described above. Therefore every wavelet transform with finite filters can be decomposed into a series of lifting and scaling steps. Daubechies and Sweldens discuss lifting-step extraction in further detail.


CDF 9/7 filter

To perform the CDF 9/7 transform, a total of four lifting steps are required: two predict and two update steps. The lifting factorization leads to the following sequence of filtering steps. : d_l = d_l + a (s_l + s_), : s_l = s_l + b (d_l + d_), : d_l = d_l + c (s_l + s_), : s_l = s_l + d (d_l + d_), : d_l = k_1 d_l, : s_l = k_2 s_l.


Properties


Perfect reconstruction

Every transform by the lifting scheme can be inverted. Every perfect-reconstruction filter bank can be decomposed into lifting steps by the
Euclidean algorithm In mathematics, the Euclidean algorithm,Some widely used textbooks, such as I. N. Herstein's ''Topics in Algebra'' and Serge Lang's ''Algebra'', use the term "Euclidean algorithm" to refer to Euclidean division or Euclid's algorithm, is an effi ...
. That is, "lifting-decomposable filter bank" and "perfect-reconstruction filter bank" denotes the same. Every two perfect-reconstruction filter banks can be transformed into each other by a sequence of lifting steps. For a better understanding, if P and Q are polyphase matrices with the same determinant, then the lifting sequence from P to Q is the same as the one from the lazy polyphase matrix I to P^\cdot Q.


Speedup

Speedup is by a factor of two. This is only possible because lifting is restricted to perfect-reconstruction filter banks. That is, lifting somehow squeezes out redundancies caused by perfect reconstruction. The transformation can be performed immediately in the memory of the input data (in place, in situ) with only constant memory overhead.


Non-linearities

The convolution operations can be replaced by any other operation. For perfect reconstruction only the invertibility of the addition operation is relevant. This way rounding errors in convolution can be tolerated and bit-exact reconstruction is possible. However, the numeric stability may be reduced by the non-linearities. This must be respected if the transformed signal is processed like in
lossy compression In information technology, lossy compression or irreversible compression is the class of data compression methods that uses inexact approximations and partial data discarding to represent the content. These techniques are used to reduce data size ...
. Although every reconstructable filter bank can be expressed in terms of lifting steps, a general description of the lifting steps is not obvious from a description of a wavelet family. However, for instance, for simple cases of the
Cohen–Daubechies–Feauveau wavelet Cohen–Daubechies–Feauveau wavelets are a family of biorthogonal wavelets that was made popular by Ingrid Daubechies. These are not the same as the orthogonal Daubechies wavelets, and also not very similar in shape and properties. However, thei ...
, there is an explicit formula for their lifting steps.


Increasing vanishing moments, stability, and regularity

A lifting modifies biorthogonal filters in order to increase the number of vanishing moments of the resulting biorthogonal wavelets, and hopefully their stability and regularity. Increasing the number of vanishing moments decreases the amplitude of wavelet coefficients in regions where the signal is regular, which produces a more sparse representation. However, increasing the number of vanishing moments with a lifting also increases the wavelet support, which is an adverse effect that increases the number of large coefficients produced by isolated singularities. Each lifting step maintains the filter biorthogonality but provides no control on the Riesz bounds and thus on the stability of the resulting wavelet biorthogonal basis. When a basis is orthogonal then the dual basis is equal to the original basis. Having a dual basis that is similar to the original basis is, therefore, an indication of stability. As a result, stability is generally improved when dual wavelets have as much vanishing moments as original wavelets and a support of similar size. This is why a lifting procedure also increases the number of vanishing moments of dual wavelets. It can also improve the regularity of the dual wavelet. A lifting design is computed by adjusting the number of vanishing moments. The stability and regularity of the resulting biorthogonal wavelets are measured a posteriori, hoping for the best. This is the main weakness of this wavelet design procedure.


Generalized lifting

The generalized lifting scheme was developed by Joel Solé and Philippe Salembier and published in Solé's PhD dissertation. It is based on the classical lifting scheme and generalizes it by breaking out a restriction hidden in the scheme structure. The classical lifting scheme has three kinds of operations: # A lazy wavelet transform splits signal f_j /math> in two new signals: the odd-samples signal denoted by f_j^o /math> and the even-samples signal denoted by f_j^e /math>. # A prediction step computes a prediction for the odd samples, based on the even samples (or vice versa). This prediction is subtracted from the odd samples, creating an error signal g_ /math>. # An update step recalibrates the low-frequency branch with some of the energy removed during subsampling. In the case of classical lifting, this is used in order to "prepare" the signal for the next prediction step. It uses the predicted odd samples g_ /math> to prepare the even ones f_j^e /math> (or vice versa). This update is subtracted from the even samples, producing the signal denoted by f_ /math>. The scheme is invertible due to its structure. In the receiver, the update step is computed first with its result added back to the even samples, and then it is possible to compute exactly the same prediction to add to the odd samples. In order to recover the original signal, the lazy wavelet transform has to be inverted. Generalized lifting scheme has the same three kinds of operations. However, this scheme avoids the addition-subtraction restriction that offered classical lifting, which has some consequences. For example, the design of all steps must guarantee the scheme invertibility (not guaranteed if the addition-subtraction restriction is avoided).


Definition

''Generalized lifting scheme'' is a dyadic transform that follows these rules: # Deinterleaves the input into a stream of even-numbered samples and another stream of odd-numbered samples. This is sometimes referred to as a lazy wavelet transform. # Computes a prediction mapping. This step tries to predict odd samples taking into account the even ones (or vice versa). There is a mapping from the space of the samples in f_j^e /math> to the space of the samples in g_ /math>. In this case the samples (from f_j^e /math>) chosen to be the reference for f_j^o /math> are called the context. It could be expressed as #: g_ = P(f_j^o f_j^e . # Computes an update mapping. This step tries to update the even samples taking into account the odd predicted samples. It would be a kind of preparation for the next prediction step, if any. It could be expressed as #: f_ = U(f_j^e g_ . Obviously, these mappings cannot be any functions. In order to guarantee the invertibility of the scheme itself, all mappings involved in the transform must be invertible. In case that mappings arise and arrive on finite sets (discrete bounded value signals), this condition is equivalent to saying that mappings are
injective In mathematics, an injective function (also known as injection, or one-to-one function) is a function that maps distinct elements of its domain to distinct elements; that is, implies . (Equivalently, implies in the equivalent contrapositiv ...
(one-to-one). Moreover, if a mapping goes from one set to a set of the same cardinality, it should be
bijective In mathematics, a bijection, also known as a bijective function, one-to-one correspondence, or invertible function, is a function between the elements of two sets, where each element of one set is paired with exactly one element of the other s ...
. In the generalized lifting scheme the addition/subtraction restriction is avoided by including this step in the mapping. In this way the classical lifting scheme is generalized.


Design

Some designs have been developed for the prediction-step mapping. The update-step design has not been considered as thoroughly, because it remains to be answered how exactly the update step is useful. The main application of this technique is image compression. There some interesting references such as, and.


Applications

* Wavelet transforms that map integers to integers * Fourier transform with bit-exact reconstruction * Construction of wavelets with a required number of smoothness factors and vanishing moments * Construction of wavelets matched to a given pattern * Implementation of the
discrete wavelet transform In numerical analysis and functional analysis, a discrete wavelet transform (DWT) is any wavelet transform for which the wavelets are discretely sampled. As with other wavelet transforms, a key advantage it has over Fourier transforms is temporal ...
in
JPEG 2000 JPEG 2000 (JP2) is an image compression standard and coding system. It was developed from 1997 to 2000 by a Joint Photographic Experts Group committee chaired by Touradj Ebrahimi (later the JPEG president), with the intention of superseding the ...
* Data-driven transforms, e.g., edge-avoiding wavelets * Wavelet transforms on non-separable lattices, e.g., red-black wavelets on the quincunx lattice{{cite conference, first1=Geert, last1=Uytterhoeven, first2=Adhemar, last2=Bultheel, author2-link= Adhemar Bultheel , url=http://nalag.cs.kuleuven.be/papers/ade/redblack/, title=The Red-Black Wavelet Transform, conference=Signal Processing Symposium (IEEE Benelux), pages=191–194, year=1998


See also

* The
Feistel scheme In cryptography, a Feistel cipher (also known as Luby–Rackoff block cipher) is a symmetric structure used in the construction of block ciphers, named after the German-born physicist and cryptographer Horst Feistel, who did pioneering research wh ...
in cryptology uses much the same idea of dividing data and alternating function application with addition. Both in the Feistel scheme and the lifting scheme this is used for symmetric en- and decoding.


References


External links


Lifting Scheme
– brief description of the factoring algorithm
Introduction to The Lifting Scheme

The Fast Lifting Wavelet Transform
Digital signal processing Matrix decompositions Wavelets