Trisha Shetty (Editor)

Cohen Daubechies Feauveau wavelet

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Cohen-Daubechies-Feauveau wavelet

Cohen-Daubechies-Feauveau wavelet are the historically first family of biorthogonal wavelets, which 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 their construction idea is the same.

Contents

The JPEG 2000 compression standard uses the biorthogonal CDF 5/3 wavelet (also called the LeGall 5/3 wavelet) for lossless compression and a CDF 9/7 wavelet for lossy compression.

Properties

  • The primal generator is a B-spline if the simple factorization q p r i m ( X ) = 1 (see below) is chosen
  • The dual generator has the maximum number of smoothness factors which is possible for its length.
  • All generators and wavelets in this family are symmetric.
  • Construction

    For every positive integer A there exists a unique polynomial Q A ( X ) of degree A − 1 satisfying the identity

    ( 1 X 2 ) A Q A ( X ) + ( X 2 ) A Q A ( 2 X ) = 1 .

    This is the same polynomial as used in the construction of the Daubechies wavelets. But, instead of a spectral factorization, here we try to factor

    Q A ( X ) = q p r i m ( X ) q d u a l ( X ) ,

    where the factors are polynomials with real coefficients and constant coefficient 1. Then,

    a p r i m ( Z ) = 2 Z d ( 1 + Z 2 ) A q p r i m ( 1 Z + Z 1 2 )

    and

    a d u a l ( Z ) = 2 Z d ( 1 + Z 2 ) A q d u a l ( 1 Z + Z 1 2 )

    form a biorthogonal pair of scaling sequences. d is some integer used to center the symmetric sequences at zero or to make the corresponding discrete filters causal.

    Depending on the roots of Q A ( X ) , there may be up to 2 A 1 different factorizations. A simple factorization is q p r i m ( X ) = 1 and q d u a l ( X ) = Q A ( X ) , then the p r i m a r y scaling function is the B-spline of order A − 1. For A = 1 one obtains the orthogonal Haar wavelet.

    Tables of coefficients

    For A=2 one obtains in this way the LeGall 5/3-wavelet:

    For A=4 one obtains the 9/7-CDF-wavelet. One gets Q 4 ( X ) = 1 + 2 X + 5 / 2 X 2 + 5 / 2 X 3 , this polynomial has exactly one real root, thus it is the product of a linear factor 1 c X and a quadratic factor. The coefficient c, which is the inverse of the root, has an approximate value of −1.4603482098.

    For the coefficients of the centered scaling and wavelet sequences one gets numerical values in an implementation–friendly form

    Numbering

    There are two concurring numbering schemes for wavelets of the CDF family.

  • the number of smoothness factors of the lowpass filters, or equivalently the number of vanishing moments of the highpass filters, e.g. 2,2
  • the sizes of the lowpass filters, or equivalently the sizes of the highpass filters, e.g. 5,3
  • The first numbering was used in Daubechies' book Ten lectures on wavelets. Neither of this numbering is unique. The number of vanishing moments does not tell about the chosen factorization. A filterbank with filter sizes 7 and 9 can have 6 and 2 vanishing moments when using the trivial factorization, or 4 and 4 vanishing moments as it is the case for the JPEG 2000 wavelet. The same wavelet may therefore be referred to as "CDF 9/7" (based on the filter sizes) or "biorthogonal 4.4" (based on the vanishing moments).

    Lifting decomposition

    For the trivially factorized filterbanks a lifting decomposition can be explicitly given.

    Even number of smoothness factors

    Let n be the number of smoothness factors in the B-spline lowpass filter, which shall be even.

    Then define recursively

    a 0 = 1 n a m = 1 ( n 2 4 m 2 ) a m 1

    The lifting filters are

    s m ( z ) = a m ( 2 m + 1 ) ( 1 + z ( 1 ) m )

    Conclusively the interim results of the lifting are

    x 1 ( z ) = z x 0 ( z ) = 1 x m + 1 ( z ) = x m 1 ( z ) + a m ( 2 m + 1 ) ( z + z 1 ) z ( 1 ) m x m ( z )

    which leads to

    x n / 2 ( z ) = 2 n / 2 ( 1 + z ) n z n / 2 mod 2 n / 2

    The filters x n / 2 and x n / 2 1 constitute the CDF-n,0 filterbank.

    Odd number of smoothness factors

    Now, let n be odd.

    Then define recursively

    a 0 = 1 n a m = 1 ( n 2 ( 2 m 1 ) 2 ) a m 1

    The lifting filters are

    s m ( z ) = a m ( ( 2 m + 1 ) + ( 2 m 1 ) z ) / z m mod 2

    Conclusively the interim results of the lifting are

    x 1 ( z ) = z x 0 ( z ) = 1 x 1 ( z ) = x 1 ( z ) + a 0 x 0 ( z ) x m + 1 ( z ) = x m 1 ( z ) + a m ( ( 2 m + 1 ) z + ( 2 m 1 ) z 1 ) z ( 1 ) m x m ( z )

    which leads to

    x ( n + 1 ) / 2 ( z ) ( 1 + z ) n

    where we neglect the translation and the constant factor.

    The filters x ( n + 1 ) / 2 and x ( n 1 ) / 2 constitute the CDF-n,1 filterbank.

    Applications

    The Cohen-Daubechies-Feauveau wavelet and other biorthogonal wavelets have been used to compress fingerprint scans for the FBI. A standard for compressing fingerprints in this way was developed by Tom Hopper (FBI), Jonathan Bradley (Los Alamos National Laboratory) and Chris Brislawn (Los Alamos National Laboratory). By using wavelets, a compression ratio of around 20 to 1 can be achieved, meaning a 10MB image could be reduced to as little as 500KB while still passing recognition tests.

    References

    Cohen-Daubechies-Feauveau wavelet Wikipedia