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:
  1. A lazy wavelet transform splits signal in two new signals: the odd-samples signal denoted by and the even-samples signal denoted by.
  2. A prediction step computes a prediction for the odd samples, based on the even samples. This prediction is subtracted from the odd samples, creating an error signal.
  3. 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 to prepare the even ones . This update is subtracted from the even samples, producing the signal denoted by.
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.

Definition

Generalized lifting scheme is a dyadic transform that follows these rules:
  1. 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.
  2. Computes a Prediction Mapping. This step tries to predict odd samples taking into account the even ones. There is a mapping from the space of the samples in to the space of the samples in. In this case the samples chosen to be the reference for are called the context. It could be expressed as:
  3. :
  4. 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:
  5. :
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, this condition is equivalent to saying that mappings are injective. Moreover, if a mapping goes from one set to a set of the same cardinality, it should be bijective.
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.