A Comparative Study On Image Compression in Cloud Computing
A Comparative Study On Image Compression in Cloud Computing
8, AUGUST 2023 1
Abstract—The purpose of this study is to compare the use of advantages of DWT is its ability to reduce data redundancy
Discrete Cosine Transform (DCT), Discrete Wavelet Transform and maintain picture or sound quality with minimal loss
(DWT), Singular Value Decomposition (SVD), and Karhumen- of information. DWT can also produce smaller file sizes
Loeve Transform (KLT) as image compression techniques in
the Cloud computing. of the four methods we will compare compared to other compression techniques, such as JPEG
the amount of compression, the speed during the compression or MP3. DWT can also be used with lossless compression
process, and compare the image quality after compression. In techniques.[3]
this study there are 6 examples of photos that will be used in When it comes to using cloud computing, speeding up data
testing. transfers is key to ensuring that users get optimal performance.
Index Terms—cloud computing, mage compression One way to speed up data transfer is through lossless com-
pression. Lossless compression is a compression technique in
I. I NTRODUCTION which data can be compressed into a smaller size without
losing data quality.
With the increasing dependence of humans on technology Researchers will also try to use data compression using
from day to day, the resulting digital information is also in- Discrete Cosine Transform (DCT) which is one of the most
creasing and can be accessed anywhere with any device. That commonly used compression techniques. DCT quickly and
reliance can take many forms, from taking photos of beautiful effectively generates frequency coefficients that efficiently
landscapes to collecting images for training in driverless car represent the original signal. In DCT, the original signal is
systems and going beyond creating industrial and medical partitioned into small blocks and each block is converted
images. This generated information whether acoustics, images, into a transformative signal. Each block is then represented
etc. needs to be stored in a media file before being processed by a number of frequency coefficients sorted by frequency
or transmitted. These media files occupy space on the storage magnitude.
device which can be accessed from anywhere. As the number In general, DCT is usually used in data compression appli-
of files increases, we are forced to delete less important files cations to reduce the size of data files. Data compression using
or buy more storage devices[1]. the DCT algorithm is usually lossy because some unimportant
Initially, emphasis of research in image compression was information in the data can be lost. Therefore, the quality of
on the development of analog methods for reducing video data before and after compression can be different.
transmission bandwidth, however, with the advent of digital Researchers will also try several other data compression
computers and subsequent development of advanced integrated methods such as Karhunen-Loéve Transform (KLT) and Sin-
circuits, attention shifted from analog compression to digital gular Value Decomposition (SVD). Where these methods have
approaches. With the development of practical application different image compression features and have their respective
based on several key international image compression stan- advantages and disadvantages. KLT is the most efficient linear
dards, the field has experienced substantial growth. The main transformation for energy compaction. The transformation
purpose of image compression is to store or transmit images matrix can be obtained by calculating the eigenvectors of
in an efficient form. Compression is achieved by lessening the covariance of the input image data to reduce the high
redundancies such as inter-pixel redundancy, psycho-visual computational complexity. While SVD is a linear algebraic
redundancy, and coding redundancy of the image data.[2] technique that is used to break the image into 2, namely the
We will try to use the Discrete Wavelet Transform (DWT) orthogonal matrix and the diagonal matrix. Where SVD is
for image compression. Discrete Wavelet Transform (DWT) is more suitable is used to narrow down the low rating estimates
a data compression technique based on signal processing. This on images.
technique divides the signal into several levels and each level In this study there are 6 examples of photos that will
will be compressed separately. DWT can be used to compress be used in testing. The sample photos will be compressed
various types of data, such as images and sound. One of the using the Discrete Cosine Transform (DCT), Discrete Wavelet
J. Doe and J. Doe are with Anonymous University. Transform (DWT), Singular Value Decomposition (SVD), and
Manuscript received April 19, 2023; revised August 26, 2023. Karhumen-Loeve Transform (KLT) as image compression
JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2023 2
techniques in the Cloud. testing will focus on comparing the which are transformations of vector node to another vector
amount of compression, speed during the compression process, space or a different dimension.[6] SVD is a powerful and
and comparison of image quality after compression. useful tool for decomposition in linear algebra which functions
for image processing such as image encoding and image noise
II. E ASE OF U SE removal. For example, metric A with m rows and n columns,
Related Work will produce orthogonal metrics Y (m x m) and V (n x n), so: