SlideShare a Scribd company logo
International Journal of Research in Computer Science
 eISSN 2249-8265 Volume 2 Issue 5 (2012) pp. 37-42
 www.ijorcs.org, A Unit of White Globe Publications
 doi: 10.7815/ijorcs.25.2012.046


   1F1F   A COMPARATIVE STUDY OF IMAGE COMPRESSION
                        ALGORITHMS
                                       Kiran Bindu1, Anita Ganpati2, Aman Kumar Sharma3
                                   1
                                       Research Scholar, Himachal Pradesh University, Shimla
                                                 Email: sharma.kiran95@gmail.com
                               2
                                   Assistant Professor, Himachal Pradesh University, Shimla
                                                   Email: anitaganpati@gmail.com
                               3
                                   Associate Professor, Himachal Pradesh University, Shimla
                                                   Email: sharmaas1@gmail.com

Abstract: Digital images in their uncompressed form              the most widely used compression method [2]. The
require an enormous amount of storage capacity. Such             hardware implementation for the JPEG using the DCT
uncompressed data needs large transmission                       is simple; the noticeable “blocking artifacts” across the
bandwidth for the transmission over the network.                 block boundaries cannot be neglected at higher
Discrete Cosine Transform (DCT) is one of the widely             compression ratio. In images having gradually shaded
used image compression method and the Discrete                   areas, the quality of reconstructed images is degraded
Wavelet Transform (DWT) provides substantial                     by “false Contouring” [3]. In DWT based coding, has
improvements in the quality of picture because of multi          ability to display the images at different resolution and
resolution nature. Image compression reduces the                 also achieves higher compression ratio. The Forward
storage space of image and also maintains the quality            Walsh Hadamard Transform (FWHT) is another
information of the image. In this study the performance          option for image and video compression applications
of three most widely used techniques namely DCT,                 which requires less computation as compared to DWT
DWT and Hybrid DCT-DWT are discussed for image                   and DCT algorithms. In order to benefit from the
compression and their performance is evaluated in                respective strengths of individual popular coding
terms of Peak Signal to Noise Ratio (PSNR), Mean                 scheme, a new scheme, known as hybrid algorithm,
Square Error (MSE) and Compression Ratio (CR). The               has been developed where two transform techniques
experimental results obtained from the study shows               are implemented together. Yu and Mitra in [4] have
that the Hybrid DCT- DWT technique for image                     introduced Hybrid transform coding technique.
compression has in general a better performance than             Similarly Usama presents a scalable Hybrid scheme
individual DCT or DWT.                                           for image coding which combines both the wavelets
                                                                 and Fourier transform [5]. In [6], Singh et al. have
Keywords: Compression, DCT, DWT, Hybrid, Image
                                                                 applied hybrid algorithm to medical images that uses 5
Compression.
                                                                 - level DWT decomposition. Because of higher level
                                                                 (5 levels DWT) the scheme requires large
                 I. INTRODUCTION
                                                                 computational resources and is not suitable for use in
   Compression is a process by which the description             modern coding standards. In this section, DCT, DWT
of computerized information is modified so that the              and Hybrid DCT-DWT techniques are discussed.
capacity required to store or the bit-rate required to
transmit it is reduced. Compression is carried out for           A. Discrete Cosine Transform
the following reasons as to reduce, the storage
                                                                    A DCT represents the input data points in the form
requirement, processing time and transmission
                                                                 of sum of cosine functions that are oscillating at
duration. Image compression is minimizing the size in
                                                                 different frequencies and magnitudes. There are
bytes of a graphics file without degrading the quality
                                                                 mainly two types of DCT: one dimensional DCT and
of image. Many applications need large number of
                                                                 two dimensional DCT. The 2D DCT for an N×N input
images for solving problems. Digital images can be

                                                                                              1
                                                                 sequence can be defined as follows [7]:
                                                                                                               𝑁−1   𝑁−1
stored on disk, and storing space of image is important.

                                                                           𝐷 𝐷𝐶𝑇 (𝑖, 𝑗) =          𝐵(𝑖)𝐵(𝑗) �        � 𝑀(𝑥, 𝑦)
                                                                                            √2n
Because less memory space means less time required

                                                                                                               𝑥=0   𝑦=0
for processing of image. Image Compression means


                                                                 . cos �          𝑖𝜋� cos �          𝑗𝜋� (1)
reducing the amount of data required to represent a
                                                                           2𝑥+1               2𝑦+1
digital image [1].
   The joint photographic expert group (JPEG) was                          2𝑁                 2𝑁
developed in 1992, based on DCT. It has been one of

                                                                                      www.ijorcs.org
𝑖𝑓 𝑢 = 0,
38                                                                   Kiran Bindu, Anita Ganpati, Aman Kumar Sharma
                      1
     Where B (u) = �√2
                     1 if u > 0
                                                           filters. We have used the           Daubechies       filters
                                                           coefficients in this study [9]:

   M (x,y) is the input data of size x×y. The input
image is first divided into 8×8 blocks; then the 8-point
2-D DCT is performed. The DCT coefficients are then
quantized using an 8×8 quantization table. The
quantization is achieved by dividing each elements of
the transformed original data matrix by corresponding
element in the quantization matrix Q and rounding to
                                                              Figure 2: Block diagram of the 2- level DWT scheme

     𝐷 𝑞𝑢𝑎𝑛𝑡 (𝑖, 𝑗) = 𝑟𝑜𝑢𝑛𝑑 �              �
the nearest integer value as shown in equation (2):-
                                𝐷 𝐷𝐶𝑇 (𝑖,𝑗)
                                  𝑄(𝑖,𝑗)
                                               (2)         C. Hybrid DWT-DCT Algorithm
                                                              The objective of the hybrid DWT-DCT algorithm is
   After this, compression is achieved by applying         to exploit the properties of both DWT and DCT. By
appropriate scaling factor. Then in order to reconstruct   giving consideration to the type of application, original
the data, rescaling and de-quantization is performed.      image of size 256×256 or any resolution, provided
The de-quantized matrix is then transformed back           divisible by 32, is first divided into blocks of N×N.
using the inverse – DCT. The whole procedure is            Then each block is decomposed using 2-D DWT. Now
shown in Fig. 1.                                           low frequency coefficients (LL) are passed to the next
                                                           stage where the high frequency coefficients (HL, LH,
                                                           and HH) are discarded. Then the passed LL
                                                           components are further decomposed using another
                                                           2_D DWT. The 8-point DCT is applied to the DWT
                                                           Coefficients. To achieve a higher compression,
                                                           majority of high coefficients can be discarded. To
                                                           achieve more compression a JPEG like quantization is
                                                           performed. In this stage, many of the higher frequency
                                                           components are rounded to zero. The quantized
                                                           coefficients are further scaled using scaling factor
                                                           (SF). Then the image is reconstructed by following the
                                                           inverse procedure. During inverse DWT, zero values
                                                           are padded in place of detailed coefficients [10].
 Figure 1: Block diagram of the JPEG-based DCT scheme
                                                           II. PERFORMANCE EVALUATION PARAMETERS
B. Discrete Wavelet Transform                                 Two popular measures of performance evaluation
    In DWT, an image is represented by sum of wavelet      are, Peak Signal to noise Ratio (PSNR) and
functions, which are known as wavelets, having             Compression Ratio (CR). Which are described below:
different location and scale. Discrete Wavelet
Transform represents the data into a set of high pass      A. PSNR
(detail) and low pass (approximate) coefficients. Image       It is the most popular tool for the measurement of
is first divided into blocks of 32×32. Then each block     the compressed image and video. It is simple to
is passed through two filters: in this the first level,    compute. The PSNR in decibel is evaluated as follows


                                                                          PSNR= 10 log10
decomposition is performed to decompose the input          [15]:
                                                                                              𝐼2
data into an approximation and detail coefficients.
                                                                                            MSE
After obtaining the transformed matrix, the detail and                                             (3)
approximate coefficients are separated as LL, HL, LH
and HH coefficients. Then all the coefficients are         Where, I is allowable image pixel intensity level.
discarded, except the LL coefficients that are
transformed into the second level. These coefficients          MSE is mean squared error. It is another
are then passed through a constant scaling factor to       performance evaluation parameter of Image
achieve the desired compression ratio. Following fig. 2    Compression Algorithms. It is an important evaluation
is an illustration of DWT. Here, x[n] is the input         parameter for measuring the quality of compressed
signal, d[n] is the high frequency component, and a[n]     image. It compares the original data with reconstructed
is the low frequency component. For data                   data and then results the level of distortion. The MSE
reconstruction, the coefficients are rescaled and          between the original data and reconstructed data is:
padded with zeros, and passed through the wavelet

                                                                         www.ijorcs.org
∑ 𝑖=1    ∑ 𝑗=1(A 𝑖,𝑗 − B 𝑖,𝑗 )2 (4)
A Comparative Study of Image Compression Algorithms                                                              39
          1       𝑀        𝑁
          𝑀𝑁
MSE =                                                       outperforms the PSNR and degree of compression than
                                                            wavelet compression method [12].
Where, A = Original image of size M×N                          Rehna et al. discussed different hybrid approaches
                                                            to image compression. Hybrid coding of Images, in
B = Reconstructed image of size M×N                         this context, deals with combining two or more
                                                            traditional approaches to enhance the individual
B. CR                                                       methods and achieve better quality reconstructed
   It is a measure of the reduction of detail coefficient   images with higher compression ratio. They also
of data.                                                    reviewed literature on hybrid techniques of image

        Discarded Data
                                                            coding over the past years. They did a detailed survey
        Original Data
CR =                                                        on the existing and most significant hybrid methods of
                                                            Image coding. And every approach is found to have its
                                                            own merits and demerits. They also concluded that
   In the process of image compression, it is important     good quality reconstructed images are obtained, even
to know how much important coefficient one can              at low bit rates when wavelet based hybrid methods
discard from input data in order to preserve critical       are applied to image coding. They concluded that the
information of the original data.                           existing conventional image compression technology
                                                            can be developed by combining high performance
               III. LITERATURE SURVEY
                                                            coding algorithms in appropriate ways, such that the
   Anil Kumar et al. in their paper two image               advantages of both techniques are fully exploited [13].
compression techniques namely, DCT and DWT are
simulated. They concluded that DWT technique is                     IV. OBJECTIVE OF THE STUDY
much efficient than DCT in quality and efficiency wise         The objective of this research study is to compare
but in performance time wise DCT is better than DWT         the performance of three most widely used techniques
[1].                                                        namely DCT, DWT and Hybrid DCT-DWT in terms
   Swastik Das et al. presented DWT and DCT                 of Peak Signal to Noise Ratio (PSNR), Mean Square
transformations with their working. They concluded          Error (MSE) and Compression Ratio (CR).
that image compression is of prime importance in Real
time applications like video conferencing where data                 V. EXPERIMENTAL RESULTS
are transmitted through a channel. Using JPEG                  To test the performance of Hybrid DCT-DWT with
standard, DCT is used for mapping which reduces the         standalone DCT and DWT, researchers implemented
inter pixel redundancies followed by quantization           the algorithms in Matlab. To conduct the research
which reduces the psycho visual redundancies then           study, various types of images are used namely,
coding redundancy is reduced by the use of optimal          natural images and medical images. Images are used to
code word having minimum average length. In JPEG            verify the efficiency of Hybrid DCT-DWT algorithm
2000 standard of image compression DWT is used for          and are compared with standalone DCT and DWT
mapping, all other methods remaining same. They             algorithm. Images in raw form are difficult to obtain
analysed that DWT is more general and efficient than        hence already compressed medical images downloaded
DCT [11].                                                   from “www.gastrolab.net” in JPEG format is
    Rupinder Kaur et al. outline the comparison of          considered for analysis. The following figures show
compression methods such as RLE (Run Length                 the result of image compression by DCT, DWT and
Encoding), JPEG 2000, Wavelet Transform, SPIHT              Hybrid DCT-DWT respectively.
(Set Partition in Hierarchical Trees) on the basis of
compression ratio and compression quality. The
comparison of these compression methods are
classified according to different medical images on the
basis of compression ratio and compression quality.
Their results illustrate that they can achieve higher
compression ratio for MRI, Ultrasound, CT scan and
iris images by SPIHT method. Furthermore they also
observe that for MRI image wavelet compression
method has higher compression ratio and has good
PSNR value for iris image than JPEG method.
Compression ratio is almost same of iris and MRI
image. For CT scan image JPEG compression method                     Figure 3: Loading of an original image



                                                                         www.ijorcs.org
40                                Kiran Bindu, Anita Ganpati, Aman Kumar Sharma




     Figure 4: DCT image after processing




     Figure 5: DWT image after processing




                                       www.ijorcs.org
A Comparative Study of Image Compression Algorithms                                                                       41




                                         Figure 6: Hybrid DWT-DCT image after processing

   Following figure 7 shows the PSNR values                                  100
(measured in decibel) of five compressed images for
average compression ratio of 96% by DWT, DCT and                             99.5
Hybrid DCT-DWT techniques respectively.
                                                                              99
                                                                             98.5
                                                                    CR (%)




              40
              35                                                              98
              30                                                             97.5
              25
  PSNR (db)




                                                                              97
              20
                                                                             96.5
              15
                                                                                    1    2    3   4    5
              10                                                                                       Images
              5
              0                                                                         DWT           DCT       Hybrid
                   1   2   3   4   5
                                   Images                              Figure 8: CR of images for average PSNR of 32 db

                       DWT         DCT        Hybrid
                                                                      VI. CONCLUSION AND FUTURE SCOPE

Figure 7: PSNR of images for average compression ratio of             It is observed from the results that the Hybrid DCT-
                          96%                                     DWT algorithm for image compression has better
                                                                  performance as compared to the other standalone
   Similarly, figure 8 shows the compression ratio of             techniques, namely DWT and DCT. The performance
images for average PSNR of 32 db, when compressed                 comparison is done by considering the performance
by DWT, DCT and Hybrid DCT-DWT techniques.                        criteria i.e. PSNR, MSE and Compression Ratio. By
                                                                  comparing the performances of these techniques using


                                                                                    www.ijorcs.org
42                                                                       Kiran Bindu, Anita Ganpati, Aman Kumar Sharma

the above mentioned parameters and JPEG image                       International Conference on Information Science,
format, we found the various deficiencies and                       Signal Processing and their Applications (ISSPA 2010).
advantages of the techniques. We find out that DWT             [11] Swastik Das and Rasmi Ranjan Sethy, “Digital Image
technique is more efficient by quality wise than DCT                Compression using Discrete Cosine Transform and
                                                                    Discrete Wavelet Transform”, B.Tech. Dissertation,
and by performance wise DCT is much better than
                                                                    NIT, Rourkela, 2009.
DWT. But, overall performance of Hybrid DCT-DWT                [12] Rupinder Kaur, Nisha Kaushal, “Comparative Analysis
is much better than the others. On the basis of the                 of various Compression Methods for Medical Images”.
results of the performance comparison, in future, the               National Institute of Technical Teachers’ Training and
researchers will either be able to design a new                     Research, Panjab University Chandigarh.
transform technique or will be able to remove some of          [13] Rehna V.J, Jeya Kumar M.K, “Hybrid Approach to
the deficiencies of these transforms.                               Image Coding: A Review”. International Journal of
                                                                    Advanced Computer Science and Applications, Vol. 2,
                 VII. REFERENCES                                    No. 7, 2011.

[1] Anil Kumar Katharotiya, Swati Patel, Mahesh Goyani,
     “Comparative Analysis between DCT & DWT
     Techniques of Image Compression”. Journal of
     Information Engineering and Applications, Vol. 1, No.
     2, 2011.
[2] R. K. Rao, P. Yip, “Discrete Cosine Transform:
     Algorithms, Advantages and Applications”. NY:
     Academic, 1990.
[3] G. Joy, Z. Xiang, “Reducing false contours in quantized
     color images”. Computer and Graphics, Elsevier, Vol.
     20, No. 2, 1996 pp: 231–242. doi: doi:10.1016/0097-
     8493(95)00098-4
[4] T.-H. Yu, S. K. Mitra, “Wavelet based hybrid image
     coding scheme”. Proc. IEEE Int Circuits and Systems
     Symp, Vol. 1, 1997, pp: 377–380. doi:
     10.1109/ISCAS.1997.608746
[5] U. S. Mohammed, W. M. Abd-elhafiez, “Image coding
     scheme based on object extraction and hybrid
     transformation technique”. International Journal of
     Engineering Science and Technology, Vol. 2, No. 5,
     2010, pp: 1375–1383.
[6] R. Singh, V. Kumar, H. K. Verma, “DWT-DCT hybrid
     scheme for medical image compression”. Journal of
     Medical Engineering and Technology, Vol. 31, No. 2,
     2007, pp: 109–122. doi: 10.1080/03091900500412650
[7] R. K. Rao, P. Yip, “Discrete Cosine Transform:
     Algorithms, Advantages and Applications”. NY:
     Academic, 1990.
[8] Suchitra Shrestha, “Hybrid DWT-DCT Algorithm for
     Image and Video Compression applications”, A Thesis,
     University of Saskatchewan, Electrical and Computer
     Engineering      Dept.,     Canada,      2010.     doi:
     10.1109/ISSPA.2010.5605474
[9] K. A. Wahid, M. A. Islam, S. S. Shimu, M. H. Lee, S.
     Ko, “Hybrid architecture and VLSI implementation of
     the Cosine-Fourier-Haar transforms”. Circuits, Systems
     and Signal Processing, Vol. 29, No. 6, 2010, pp: 1193–
     1205.
[10] Suchitra Shrestha Khan Wahid (2010). “Hybrid DWT-
     DCT Algorithm for Biomedical Image and Video
     Compression      Applications”.    Proceeding     10th


                                                       How to cite
     Kiran Bindu, Anita Ganpati, Aman Kumar Sharma, "A Comparative Study of Image Compression Algorithms".
     International Journal of Research in Computer Science, 2 (5): pp. 37-42, September 2012.
     doi:10.7815/ijorcs.25.2012.046




                                                                              www.ijorcs.org

More Related Content

PDF
Digital Image Compression using Hybrid Scheme using DWT and Quantization wit...
PDF
www.ijerd.com
PDF
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
PDF
Intelligent Parallel Processing and Compound Image Compression
PDF
Labview with dwt for denoising the blurred biometric images
PDF
A Review on Image Compression using DCT and DWT
PDF
Comparative Study between DCT and Wavelet Transform Based Image Compression A...
PDF
Jv2517361741
Digital Image Compression using Hybrid Scheme using DWT and Quantization wit...
www.ijerd.com
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
Intelligent Parallel Processing and Compound Image Compression
Labview with dwt for denoising the blurred biometric images
A Review on Image Compression using DCT and DWT
Comparative Study between DCT and Wavelet Transform Based Image Compression A...
Jv2517361741

What's hot (13)

PDF
Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold
PDF
Comparison and improvement of image compression
PDF
REVIEW ON TRANSFORM BASED MEDICAL IMAGE COMPRESSION
PDF
E017263040
PDF
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
PDF
PDF
A Novel and Robust Wavelet based Super Resolution Reconstruction of Low Resol...
PDF
Hybrid Digital Image Watermarking using Contourlet Transform (CT), DCT and SVD
PDF
2.[9 17]comparative analysis between dct & dwt techniques of image compression
PDF
3 d discrete cosine transform for image compression
PDF
Image compression using Hybrid wavelet Transform and their Performance Compa...
PDF
Evaluation of graphic effects embedded image compression
PDF
Bg044357364
Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold
Comparison and improvement of image compression
REVIEW ON TRANSFORM BASED MEDICAL IMAGE COMPRESSION
E017263040
Performance Analysis of Compression Techniques Using SVD, BTC, DCT and GP
A Novel and Robust Wavelet based Super Resolution Reconstruction of Low Resol...
Hybrid Digital Image Watermarking using Contourlet Transform (CT), DCT and SVD
2.[9 17]comparative analysis between dct & dwt techniques of image compression
3 d discrete cosine transform for image compression
Image compression using Hybrid wavelet Transform and their Performance Compa...
Evaluation of graphic effects embedded image compression
Bg044357364
Ad

Similar to A Comparative Study of Image Compression Algorithms (20)

PDF
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
PDF
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
PDF
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
PDF
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PDF
Jv2517361741
PDF
H0144952
PDF
Comparison and improvement of image compression
PDF
Comparison and improvement of image compression
PDF
Jpeg image compression using discrete cosine transform a survey
PDF
Effect of Block Sizes on the Attributes of Watermarking Digital Images
PDF
2.[9 17]comparative analysis between dct & dwt techniques of image compression
PDF
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
PDF
Jl2516751681
PDF
Jl2516751681
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PDF
I017125357
PDF
Iaetsd performance analysis of discrete cosine
PDF
A spatial image compression algorithm based on run length encoding
PDF
An efficient color image compression technique
PDF
An approach for color image compression of bmp and tiff images using dct and dwt
A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
Pipelined Architecture of 2D-DCT, Quantization and ZigZag Process for JPEG Im...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
Jv2517361741
H0144952
Comparison and improvement of image compression
Comparison and improvement of image compression
Jpeg image compression using discrete cosine transform a survey
Effect of Block Sizes on the Attributes of Watermarking Digital Images
2.[9 17]comparative analysis between dct & dwt techniques of image compression
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
Jl2516751681
Jl2516751681
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
I017125357
Iaetsd performance analysis of discrete cosine
A spatial image compression algorithm based on run length encoding
An efficient color image compression technique
An approach for color image compression of bmp and tiff images using dct and dwt
Ad

More from IJORCS (20)

PDF
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
PDF
Call for Papers - IJORCS, Volume 4 Issue 4
PDF
Real-Time Multiple License Plate Recognition System
PDF
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
PDF
Using Virtualization Technique to Increase Security and Reduce Energy Consump...
PDF
Algebraic Fault Attack on the SHA-256 Compression Function
PDF
Enhancement of DES Algorithm with Multi State Logic
PDF
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
PDF
CFP. IJORCS, Volume 4 - Issue2
PDF
Call for Papers - IJORCS - Vol 4, Issue 1
PDF
Voice Recognition System using Template Matching
PDF
Channel Aware Mac Protocol for Maximizing Throughput and Fairness
PDF
A Review and Analysis on Mobile Application Development Processes using Agile...
PDF
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
PDF
A Study of Routing Techniques in Intermittently Connected MANETs
PDF
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
PDF
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
PDF
The Design of Cognitive Social Simulation Framework using Statistical Methodo...
PDF
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
PDF
A PSO-Based Subtractive Data Clustering Algorithm
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Call for Papers - IJORCS, Volume 4 Issue 4
Real-Time Multiple License Plate Recognition System
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
Using Virtualization Technique to Increase Security and Reduce Energy Consump...
Algebraic Fault Attack on the SHA-256 Compression Function
Enhancement of DES Algorithm with Multi State Logic
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
CFP. IJORCS, Volume 4 - Issue2
Call for Papers - IJORCS - Vol 4, Issue 1
Voice Recognition System using Template Matching
Channel Aware Mac Protocol for Maximizing Throughput and Fairness
A Review and Analysis on Mobile Application Development Processes using Agile...
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
A Study of Routing Techniques in Intermittently Connected MANETs
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
The Design of Cognitive Social Simulation Framework using Statistical Methodo...
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
A PSO-Based Subtractive Data Clustering Algorithm

Recently uploaded (20)

PPTX
1. Introduction to Computer Programming.pptx
PPTX
Machine Learning_overview_presentation.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Electronic commerce courselecture one. Pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Machine learning based COVID-19 study performance prediction
PDF
Encapsulation theory and applications.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
1. Introduction to Computer Programming.pptx
Machine Learning_overview_presentation.pptx
NewMind AI Weekly Chronicles - August'25-Week II
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Dropbox Q2 2025 Financial Results & Investor Presentation
Electronic commerce courselecture one. Pdf
Big Data Technologies - Introduction.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
A Presentation on Artificial Intelligence
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Machine learning based COVID-19 study performance prediction
Encapsulation theory and applications.pdf
Empathic Computing: Creating Shared Understanding
Accuracy of neural networks in brain wave diagnosis of schizophrenia
Building Integrated photovoltaic BIPV_UPV.pdf

A Comparative Study of Image Compression Algorithms

  • 1. International Journal of Research in Computer Science eISSN 2249-8265 Volume 2 Issue 5 (2012) pp. 37-42 www.ijorcs.org, A Unit of White Globe Publications doi: 10.7815/ijorcs.25.2012.046 1F1F A COMPARATIVE STUDY OF IMAGE COMPRESSION ALGORITHMS Kiran Bindu1, Anita Ganpati2, Aman Kumar Sharma3 1 Research Scholar, Himachal Pradesh University, Shimla Email: [email protected] 2 Assistant Professor, Himachal Pradesh University, Shimla Email: [email protected] 3 Associate Professor, Himachal Pradesh University, Shimla Email: [email protected] Abstract: Digital images in their uncompressed form the most widely used compression method [2]. The require an enormous amount of storage capacity. Such hardware implementation for the JPEG using the DCT uncompressed data needs large transmission is simple; the noticeable “blocking artifacts” across the bandwidth for the transmission over the network. block boundaries cannot be neglected at higher Discrete Cosine Transform (DCT) is one of the widely compression ratio. In images having gradually shaded used image compression method and the Discrete areas, the quality of reconstructed images is degraded Wavelet Transform (DWT) provides substantial by “false Contouring” [3]. In DWT based coding, has improvements in the quality of picture because of multi ability to display the images at different resolution and resolution nature. Image compression reduces the also achieves higher compression ratio. The Forward storage space of image and also maintains the quality Walsh Hadamard Transform (FWHT) is another information of the image. In this study the performance option for image and video compression applications of three most widely used techniques namely DCT, which requires less computation as compared to DWT DWT and Hybrid DCT-DWT are discussed for image and DCT algorithms. In order to benefit from the compression and their performance is evaluated in respective strengths of individual popular coding terms of Peak Signal to Noise Ratio (PSNR), Mean scheme, a new scheme, known as hybrid algorithm, Square Error (MSE) and Compression Ratio (CR). The has been developed where two transform techniques experimental results obtained from the study shows are implemented together. Yu and Mitra in [4] have that the Hybrid DCT- DWT technique for image introduced Hybrid transform coding technique. compression has in general a better performance than Similarly Usama presents a scalable Hybrid scheme individual DCT or DWT. for image coding which combines both the wavelets and Fourier transform [5]. In [6], Singh et al. have Keywords: Compression, DCT, DWT, Hybrid, Image applied hybrid algorithm to medical images that uses 5 Compression. - level DWT decomposition. Because of higher level (5 levels DWT) the scheme requires large I. INTRODUCTION computational resources and is not suitable for use in Compression is a process by which the description modern coding standards. In this section, DCT, DWT of computerized information is modified so that the and Hybrid DCT-DWT techniques are discussed. capacity required to store or the bit-rate required to transmit it is reduced. Compression is carried out for A. Discrete Cosine Transform the following reasons as to reduce, the storage A DCT represents the input data points in the form requirement, processing time and transmission of sum of cosine functions that are oscillating at duration. Image compression is minimizing the size in different frequencies and magnitudes. There are bytes of a graphics file without degrading the quality mainly two types of DCT: one dimensional DCT and of image. Many applications need large number of two dimensional DCT. The 2D DCT for an N×N input images for solving problems. Digital images can be 1 sequence can be defined as follows [7]: 𝑁−1 𝑁−1 stored on disk, and storing space of image is important. 𝐷 𝐷𝐶𝑇 (𝑖, 𝑗) = 𝐵(𝑖)𝐵(𝑗) � � 𝑀(𝑥, 𝑦) √2n Because less memory space means less time required 𝑥=0 𝑦=0 for processing of image. Image Compression means . cos � 𝑖𝜋� cos � 𝑗𝜋� (1) reducing the amount of data required to represent a 2𝑥+1 2𝑦+1 digital image [1]. The joint photographic expert group (JPEG) was 2𝑁 2𝑁 developed in 1992, based on DCT. It has been one of www.ijorcs.org
  • 2. 𝑖𝑓 𝑢 = 0, 38 Kiran Bindu, Anita Ganpati, Aman Kumar Sharma 1 Where B (u) = �√2 1 if u > 0 filters. We have used the Daubechies filters coefficients in this study [9]: M (x,y) is the input data of size x×y. The input image is first divided into 8×8 blocks; then the 8-point 2-D DCT is performed. The DCT coefficients are then quantized using an 8×8 quantization table. The quantization is achieved by dividing each elements of the transformed original data matrix by corresponding element in the quantization matrix Q and rounding to Figure 2: Block diagram of the 2- level DWT scheme 𝐷 𝑞𝑢𝑎𝑛𝑡 (𝑖, 𝑗) = 𝑟𝑜𝑢𝑛𝑑 � � the nearest integer value as shown in equation (2):- 𝐷 𝐷𝐶𝑇 (𝑖,𝑗) 𝑄(𝑖,𝑗) (2) C. Hybrid DWT-DCT Algorithm The objective of the hybrid DWT-DCT algorithm is After this, compression is achieved by applying to exploit the properties of both DWT and DCT. By appropriate scaling factor. Then in order to reconstruct giving consideration to the type of application, original the data, rescaling and de-quantization is performed. image of size 256×256 or any resolution, provided The de-quantized matrix is then transformed back divisible by 32, is first divided into blocks of N×N. using the inverse – DCT. The whole procedure is Then each block is decomposed using 2-D DWT. Now shown in Fig. 1. low frequency coefficients (LL) are passed to the next stage where the high frequency coefficients (HL, LH, and HH) are discarded. Then the passed LL components are further decomposed using another 2_D DWT. The 8-point DCT is applied to the DWT Coefficients. To achieve a higher compression, majority of high coefficients can be discarded. To achieve more compression a JPEG like quantization is performed. In this stage, many of the higher frequency components are rounded to zero. The quantized coefficients are further scaled using scaling factor (SF). Then the image is reconstructed by following the inverse procedure. During inverse DWT, zero values are padded in place of detailed coefficients [10]. Figure 1: Block diagram of the JPEG-based DCT scheme II. PERFORMANCE EVALUATION PARAMETERS B. Discrete Wavelet Transform Two popular measures of performance evaluation In DWT, an image is represented by sum of wavelet are, Peak Signal to noise Ratio (PSNR) and functions, which are known as wavelets, having Compression Ratio (CR). Which are described below: different location and scale. Discrete Wavelet Transform represents the data into a set of high pass A. PSNR (detail) and low pass (approximate) coefficients. Image It is the most popular tool for the measurement of is first divided into blocks of 32×32. Then each block the compressed image and video. It is simple to is passed through two filters: in this the first level, compute. The PSNR in decibel is evaluated as follows PSNR= 10 log10 decomposition is performed to decompose the input [15]: 𝐼2 data into an approximation and detail coefficients. MSE After obtaining the transformed matrix, the detail and (3) approximate coefficients are separated as LL, HL, LH and HH coefficients. Then all the coefficients are Where, I is allowable image pixel intensity level. discarded, except the LL coefficients that are transformed into the second level. These coefficients MSE is mean squared error. It is another are then passed through a constant scaling factor to performance evaluation parameter of Image achieve the desired compression ratio. Following fig. 2 Compression Algorithms. It is an important evaluation is an illustration of DWT. Here, x[n] is the input parameter for measuring the quality of compressed signal, d[n] is the high frequency component, and a[n] image. It compares the original data with reconstructed is the low frequency component. For data data and then results the level of distortion. The MSE reconstruction, the coefficients are rescaled and between the original data and reconstructed data is: padded with zeros, and passed through the wavelet www.ijorcs.org
  • 3. ∑ 𝑖=1 ∑ 𝑗=1(A 𝑖,𝑗 − B 𝑖,𝑗 )2 (4) A Comparative Study of Image Compression Algorithms 39 1 𝑀 𝑁 𝑀𝑁 MSE = outperforms the PSNR and degree of compression than wavelet compression method [12]. Where, A = Original image of size M×N Rehna et al. discussed different hybrid approaches to image compression. Hybrid coding of Images, in B = Reconstructed image of size M×N this context, deals with combining two or more traditional approaches to enhance the individual B. CR methods and achieve better quality reconstructed It is a measure of the reduction of detail coefficient images with higher compression ratio. They also of data. reviewed literature on hybrid techniques of image Discarded Data coding over the past years. They did a detailed survey Original Data CR = on the existing and most significant hybrid methods of Image coding. And every approach is found to have its own merits and demerits. They also concluded that In the process of image compression, it is important good quality reconstructed images are obtained, even to know how much important coefficient one can at low bit rates when wavelet based hybrid methods discard from input data in order to preserve critical are applied to image coding. They concluded that the information of the original data. existing conventional image compression technology can be developed by combining high performance III. LITERATURE SURVEY coding algorithms in appropriate ways, such that the Anil Kumar et al. in their paper two image advantages of both techniques are fully exploited [13]. compression techniques namely, DCT and DWT are simulated. They concluded that DWT technique is IV. OBJECTIVE OF THE STUDY much efficient than DCT in quality and efficiency wise The objective of this research study is to compare but in performance time wise DCT is better than DWT the performance of three most widely used techniques [1]. namely DCT, DWT and Hybrid DCT-DWT in terms Swastik Das et al. presented DWT and DCT of Peak Signal to Noise Ratio (PSNR), Mean Square transformations with their working. They concluded Error (MSE) and Compression Ratio (CR). that image compression is of prime importance in Real time applications like video conferencing where data V. EXPERIMENTAL RESULTS are transmitted through a channel. Using JPEG To test the performance of Hybrid DCT-DWT with standard, DCT is used for mapping which reduces the standalone DCT and DWT, researchers implemented inter pixel redundancies followed by quantization the algorithms in Matlab. To conduct the research which reduces the psycho visual redundancies then study, various types of images are used namely, coding redundancy is reduced by the use of optimal natural images and medical images. Images are used to code word having minimum average length. In JPEG verify the efficiency of Hybrid DCT-DWT algorithm 2000 standard of image compression DWT is used for and are compared with standalone DCT and DWT mapping, all other methods remaining same. They algorithm. Images in raw form are difficult to obtain analysed that DWT is more general and efficient than hence already compressed medical images downloaded DCT [11]. from “www.gastrolab.net” in JPEG format is Rupinder Kaur et al. outline the comparison of considered for analysis. The following figures show compression methods such as RLE (Run Length the result of image compression by DCT, DWT and Encoding), JPEG 2000, Wavelet Transform, SPIHT Hybrid DCT-DWT respectively. (Set Partition in Hierarchical Trees) on the basis of compression ratio and compression quality. The comparison of these compression methods are classified according to different medical images on the basis of compression ratio and compression quality. Their results illustrate that they can achieve higher compression ratio for MRI, Ultrasound, CT scan and iris images by SPIHT method. Furthermore they also observe that for MRI image wavelet compression method has higher compression ratio and has good PSNR value for iris image than JPEG method. Compression ratio is almost same of iris and MRI image. For CT scan image JPEG compression method Figure 3: Loading of an original image www.ijorcs.org
  • 4. 40 Kiran Bindu, Anita Ganpati, Aman Kumar Sharma Figure 4: DCT image after processing Figure 5: DWT image after processing www.ijorcs.org
  • 5. A Comparative Study of Image Compression Algorithms 41 Figure 6: Hybrid DWT-DCT image after processing Following figure 7 shows the PSNR values 100 (measured in decibel) of five compressed images for average compression ratio of 96% by DWT, DCT and 99.5 Hybrid DCT-DWT techniques respectively. 99 98.5 CR (%) 40 35 98 30 97.5 25 PSNR (db) 97 20 96.5 15 1 2 3 4 5 10 Images 5 0 DWT DCT Hybrid 1 2 3 4 5 Images Figure 8: CR of images for average PSNR of 32 db DWT DCT Hybrid VI. CONCLUSION AND FUTURE SCOPE Figure 7: PSNR of images for average compression ratio of It is observed from the results that the Hybrid DCT- 96% DWT algorithm for image compression has better performance as compared to the other standalone Similarly, figure 8 shows the compression ratio of techniques, namely DWT and DCT. The performance images for average PSNR of 32 db, when compressed comparison is done by considering the performance by DWT, DCT and Hybrid DCT-DWT techniques. criteria i.e. PSNR, MSE and Compression Ratio. By comparing the performances of these techniques using www.ijorcs.org
  • 6. 42 Kiran Bindu, Anita Ganpati, Aman Kumar Sharma the above mentioned parameters and JPEG image International Conference on Information Science, format, we found the various deficiencies and Signal Processing and their Applications (ISSPA 2010). advantages of the techniques. We find out that DWT [11] Swastik Das and Rasmi Ranjan Sethy, “Digital Image technique is more efficient by quality wise than DCT Compression using Discrete Cosine Transform and Discrete Wavelet Transform”, B.Tech. Dissertation, and by performance wise DCT is much better than NIT, Rourkela, 2009. DWT. But, overall performance of Hybrid DCT-DWT [12] Rupinder Kaur, Nisha Kaushal, “Comparative Analysis is much better than the others. On the basis of the of various Compression Methods for Medical Images”. results of the performance comparison, in future, the National Institute of Technical Teachers’ Training and researchers will either be able to design a new Research, Panjab University Chandigarh. transform technique or will be able to remove some of [13] Rehna V.J, Jeya Kumar M.K, “Hybrid Approach to the deficiencies of these transforms. Image Coding: A Review”. International Journal of Advanced Computer Science and Applications, Vol. 2, VII. REFERENCES No. 7, 2011. [1] Anil Kumar Katharotiya, Swati Patel, Mahesh Goyani, “Comparative Analysis between DCT & DWT Techniques of Image Compression”. Journal of Information Engineering and Applications, Vol. 1, No. 2, 2011. [2] R. K. Rao, P. Yip, “Discrete Cosine Transform: Algorithms, Advantages and Applications”. NY: Academic, 1990. [3] G. Joy, Z. Xiang, “Reducing false contours in quantized color images”. Computer and Graphics, Elsevier, Vol. 20, No. 2, 1996 pp: 231–242. doi: doi:10.1016/0097- 8493(95)00098-4 [4] T.-H. Yu, S. K. Mitra, “Wavelet based hybrid image coding scheme”. Proc. IEEE Int Circuits and Systems Symp, Vol. 1, 1997, pp: 377–380. doi: 10.1109/ISCAS.1997.608746 [5] U. S. Mohammed, W. M. Abd-elhafiez, “Image coding scheme based on object extraction and hybrid transformation technique”. International Journal of Engineering Science and Technology, Vol. 2, No. 5, 2010, pp: 1375–1383. [6] R. Singh, V. Kumar, H. K. Verma, “DWT-DCT hybrid scheme for medical image compression”. Journal of Medical Engineering and Technology, Vol. 31, No. 2, 2007, pp: 109–122. doi: 10.1080/03091900500412650 [7] R. K. Rao, P. Yip, “Discrete Cosine Transform: Algorithms, Advantages and Applications”. NY: Academic, 1990. [8] Suchitra Shrestha, “Hybrid DWT-DCT Algorithm for Image and Video Compression applications”, A Thesis, University of Saskatchewan, Electrical and Computer Engineering Dept., Canada, 2010. doi: 10.1109/ISSPA.2010.5605474 [9] K. A. Wahid, M. A. Islam, S. S. Shimu, M. H. Lee, S. Ko, “Hybrid architecture and VLSI implementation of the Cosine-Fourier-Haar transforms”. Circuits, Systems and Signal Processing, Vol. 29, No. 6, 2010, pp: 1193– 1205. [10] Suchitra Shrestha Khan Wahid (2010). “Hybrid DWT- DCT Algorithm for Biomedical Image and Video Compression Applications”. Proceeding 10th How to cite Kiran Bindu, Anita Ganpati, Aman Kumar Sharma, "A Comparative Study of Image Compression Algorithms". International Journal of Research in Computer Science, 2 (5): pp. 37-42, September 2012. doi:10.7815/ijorcs.25.2012.046 www.ijorcs.org