Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to Wavelet Transform and Image Compression Student: Kang-Hua Hsu 徐康華 Advisor: Jian-Jiun Ding 丁建均 Graduate Institute.

Similar presentations


Presentation on theme: "Introduction to Wavelet Transform and Image Compression Student: Kang-Hua Hsu 徐康華 Advisor: Jian-Jiun Ding 丁建均 Graduate Institute."— Presentation transcript:

1 Introduction to Wavelet Transform and Image Compression Student: Kang-Hua Hsu 徐康華 Advisor: Jian-Jiun Ding 丁建均 E-mail: r96942097@ntu.edu.tw Graduate Institute of Communication Engineering National Taiwan University, Taipei, Taiwan, ROC DISP@MD531 1

2 Outline (1) Introduction Multiresolution Analysis (MRA) - Subband Coding - Haar Transform - Multiresolution Expansion Wavelet Transform (WT) - Continuous WT - Discrete WT - Fast WT - 2-D WT Wavelet Packets Fundamentals of Image Compression - Coding Redundancy - Interpixel Redundancy - Psychovisual Redundancy - Image Compression Model DISP@MD531 2

3 Outline (2) Lossless Compression - Variable-Length Coding - Bit-plane Coding - Lossless Predictive Coding Lossy Compression - Lossy Predictive Coding - Transform Coding - Wavelet Coding Conclusion Reference DISP@MD531 3

4 Introduction(1)-WT v.s FT Bases of the FT: time-unlimited weighted sinusoids with different frequencies. No temporal information. WT: limited duration small waves with varying frequencies, which are called wavelets. WTs contain the temporal time information. Thus, the WT is more adaptive. DISP@MD531 4

5 Introduction(2)-WT v.s TFA Temporal information is related to the time-frequency analysis. The time-frequency analysis is constrained by the Heisenberg uncertainty principal. Compare tiles in a time-frequency plane (Heisenberg cell): DISP@MD531 5

6 Introduction(3)- MRA It represents and analyzes signals at more than one resolution. 2 related operations with ties to MRA:  Subband coding  Haar transform MRA is just a concept, and the wavelet-based transformation is one method to implement it. DISP@MD531 6

7 Introduction(4)-WT The WT can be classified according to the of its input and output.  Continuous WT (CWT)  Discrete WT (DWT) 1-D 2-D transform (for image processing) DWT Fast WT (FWT) DISP@MD531 7 recursive relation of the coefficients

8 MRA-Subband Coding(1) DISP@MD531 8 Since the bandwidth of the resulting subbands is smaller than that of the original image, the subbands can be downsampled without loss of information. We wish to selectso that the input can be perfectly reconstructed.  Biorthogonal  Orthonormal

9 MRA-Subband Coding(2) Biorthogonal filter bank: Orthonormal (it’s also biorthogonal) filet bank: : time-reversed relation,where 2K denotes the number of coefficients in each filter. The other 3 filters can be obtained from one prototype filter. DISP@MD531 9

10 MRA-Subband Coding(3) 1-D to 2-D: 1-D two-band subband coding to the rows and then to the columns of the original image. Where a is the approximation (Its histogram is scattered, and thus lowly compressible.) and d means detail (highly compressible because their histogram is centralized, and thus easily to be modeled). DISP@MD531 10 FWT can be implemented by subband coding!

11 Haar Transform will put the lower frequency components of X at the top-left corner of Y. This is similar to the DWT. This implies the resolution (frequency) and location (time). DISP@MD531 11

12 Multiresolution Expansions(1), : the real-valued expansion coefficients., : the real-valued expansion functions. Scaling function : span the approximation of the signal. : this is the reason of it’s name. If we define, then, : scaling function coefficients DISP@MD531 12

13 Multiresolution Expansions(2) DISP@MD531 13 4 requirements of the scaling function:  The scaling function is orthogonal to its integer translates.  The subspaces spanned by the scaling function at low scales are nested within those spanned at higher scales.  The only function that is common to all is.  Any function can be represented with arbitrary coarse resolution, because the coarser portions can be represented by the finer portions.

14 Multiresolution Expansions(3) DISP@MD531 14 The wavelet function : spans difference between any two adjacent scaling subspaces, and. span the subspace.

15 Multiresolution Expansions(4) DISP@MD531 15, : wavelet function coefficients Relation between the scaling coefficients and the wavelet coefficients: This is similar to the relation between the impulse response of the analysis and synthesis filters in page 11. There is time-reverse relation in both cases.

16 CWT DISP@MD531 16 The definition of the CWT is Continuous input to a continuous output with 2 continuous variables, translation and scaling. Inverse transform: It’s guaranteed to be reversible if the admissibility criterion is satisfied. Hard to implement!

17 DWT(1) wavelet series expansion: DISP@MD531 17 : arbitrary starting scale : approximation or scaling coefficients : detail or wavelet coefficients This is still the continuous case. If we change the integral to summation, the DWT is then developed.

18 DWT(2) DISP@MD531 18 The coefficients measure the similarity (in linear algebra, the orthogonal projection) of with basis functions and.

19 FWT(1) DISP@MD531 19 By the 2 relations we mention in subband coding, We can then have

20 FWT(2) DISP@MD531 20 When the input is the samples of a function or an image, we can exploit the relation of the adjacent scale coefficients to obtain all of the scaling and wavelet coefficients without defining the scaling and wavelet functions.

21 FWT(3) DISP@MD531 21 FWT resembles the two-band subband coding scheme! The constraints for perfect reconstruction is the same as in the subband coding.

22 2-D WT(1) DISP@MD531 22 2-D 1-D (row) 1-D (column) These wavelets have directional sensitivity naturally.

23 2-D WT(2) DISP@MD531 23 Note that the upmost-leftmost subimage is similar to the original image due to the energy of an image is usually distributed around lower band.

24 Wavelet Packets DISP@MD531 24 A wavelet packet is a more flexible decomposition.

25 Fundamentals of Image Compression(1) 3 kinds of redundancies in an image:  Coding redundancy  Interpixel redundancy  Psychovisual redundancy Image compression is achieved when the redundancies were reduced or eliminated. DISP@MD531 25 Goal: To convey the same information with least amount of data (bits).

26 Fundamentals of Image Compression(2) Image compression can be classified to  Lossless(error-free, without distortion after reconstructed)  Lossy Information theory is an important tool. DISP@MD531 26 Data Information : information is “carried” by the data.

27 Fundamentals of Image Compression(3) DISP@MD531 27 Evaluation of the lossless compression:  Compression ratio :  Relative data redundancy : Evaluation of the lossy compression:  root-mean-square (rms) error

28 Coding Redundancy We can obtain the probable information from the histogram of the original image. Variable-length coding: assign shorter codeword to more probable gray level. DISP@MD531 28 If there is a set of codeword to represent the original data with less bits, the original data is said to have coding redundancy.

29 Interpixel Redundancy(1) Because the value of any given pixel can be reasonably predicted from the value of its neighbors, the information carried by individual pixels is relatively small. DISP@MD531 29 Interpixel redundancy is resulted from the correlation between neighboring pixels.

30 Interpixel Redundancy(2) To reduce interpixel redundancy, the original image will be transformed to a more efficient and nonvisual format. This transformation is called mapping. Run-length coding. Ex. 10000000 1,111 Difference coding. DISP@MD531 30 7 0s

31 Psychovisual Redundancy For example, the edges are more noticeable for us. Information loss! We truncate or coarsely quantize the gray levels (or coefficients) that will not significantly impair the perceived image quality. The animation take advantage of the persistence of vision to reduce the scanning rate. DISP@MD531 31 Humans don’t respond with equal importance to every pixel.

32 Image Compression Model DISP@MD531 32 The quantizer is not necessary. The mapper would 1.reduce the interpixel redundancy to compress directly, such as exploiting the run-length coding. or 2.make it more accessible for compression in the later stage, for example, the DCT or the DWT coefficients are good candidates for quantization stage.

33 Lossless Compression No quantizer involves in the compression procedure. Generally, the compression ratios range from 2 to 10. Trade-off relation between the compression ratio and the computational complexity. DISP@MD531 33 It can be reconstructed without distortion.

34 Variable-Length Coding It merely reduces the coding redundancy. Ex. Huffman coding DISP@MD531 34 It assigns fewer bits to the more probable gray levels than to the less probable ones.

35 Bit-plane Coding DISP@MD531 35 A monochrome or colorful image is decomposed into a series of binary images (that is, bit planes), and then they are compressed by a binary compression method. It reduces the interpixel redundancy.

36 Lossless Predictive Coding It reduces the interpixel redundancies of closely spaced pixels. The ability to attack the redundancy depends on the predictor. DISP@MD531 36 It encodes the difference between the actual and predicted value of that pixel.

37 Lossy Compression It exploits the quantizer. Its compression ratios range from 10 to 100 (much more than the lossless case’s). Trade-off relation between the reconstruction accuracy and compression performance. DISP@MD531 37 It can not be reconstructed without distortion due to the sacrificed accuracy.

38 Lossy Predictive Coding It exploits the quantizer. Its compression ratios range from 10 to 100 (much more than the lossless case’s). The quantizer is designed based on the purpose for minimizing the quantization error. Trade-off relation between the quantizer complexity and less quantization error. Delta modulation (DM) is an easy example exploiting the oversampling and 1-bit quantizer. DISP@MD531 38 It is just a lossless predictive coding containing a quantizer.

39 Transform Coding(1) DISP@MD531 39 Most of the information is included among a small number of the transformed coefficients. Thus, we truncate or coarsely quantize the coefficients including little information. The goal of the transformation is to pack as much information as possible into the smallest number of transform coefficients. Compression is achieved during the quantization of the transformed coefficients, not during the transformation.

40 Transform Coding(2) DISP@MD531 40 More truncated coefficients Higher compression ratio, but the rms error between the reconstructed image and the original one would also increase. Every stage can be adapted to local image content. Choosing the transform:  Information packing ability  Computational complexity needed KLTWHTDCT Information packing abilityBestNot goodGood Computational complexityHighLowestLow Practical!

41 Transform Coding(3) DISP@MD531 41 Disadvantage: Blocking artifact when highly compressed (this causes errors) due to subdivision. Size of the subimage:  Size increase: higher compression ratio, computational complexity, and bigger block size. How to solve the blocking artifact problem? Using the WT! ? ? ? ? ? ? ?

42 Wavelet Coding(1) No subdivision due to:  Computationally efficient (FWT)  Limited-duration basis functions. Avoiding the blocking artifact! DISP@MD531 42 Wavelet coding is not only the transforming coding exploiting the wavelet transform------No subdivision!

43 Wavelet Coding(2) We only truncate the detail coefficients. The decomposition level: the initial decompositions would draw out the majority of details. Too many decompositions is just wasting time. DISP@MD531 43

44 Wavelet Coding(3) Quantization with dead zone threshold: set a threshold to truncate the detail coefficients that are smaller than the threshold. DISP@MD531 44

45 Conclusion The WT is a powerful tool to analyze signals. There are many applications of the WT, such as image compression. However, most of them are still not adopted now due to some disadvantage. Our future work is to improve them. For example, we could improve the adaptive transform coding, including the shape of the subimages, the selection of transformation, and the quantizer design. They are all hot topics to be studied. DISP@MD531 45

46 Reference [1] R.C Gonzalez, R.E Woods, Digital Image Processing, 2 nd edition, Prentice Hall, 2002. [2] J.C Goswami, A.K Chan, Fundamentals of Wavelets, John Wiley & Sons, New York, 1999. [3] Contributors of the Wikipedia, “Arithmetic coding”, available in http://en.wikipedia.org/wiki/Arithmetic_coding. http://en.wikipedia.org/wiki/Arithmetic_coding [4] Contributors of the Wikipedia, “Lempel-Ziv-Welch”, available in http://en.wikipedia.org/wiki/Lempel-Ziv- Welch.http://en.wikipedia.org/wiki/Lempel-Ziv- Welch [5] S. Haykin, Communication System, 4 th edition, John Wiley & Sons, New York, 2001. DISP@MD531 46

47 47


Download ppt "Introduction to Wavelet Transform and Image Compression Student: Kang-Hua Hsu 徐康華 Advisor: Jian-Jiun Ding 丁建均 Graduate Institute."

Similar presentations


Ads by Google