Discrete Cosine Transform in JPEG Compression

Discrete Cosine Transform in JPEG Compression

Discrete Cosine Transform in JPEG Compression Jacob John School of Computer Science and Engineering (SCOPE)) Vellore Institute of Technology Vellore, India [email protected] Abstract—Image Compression has become an absolute neces- many discrete and real data points with even symmetry [8]. sity in today’s day and age. With the advent of the Internet era, This can be expressed as equation (2) that consists of a set of compressing files to share among other users is quintessential. basis vectors that are sampled cosine functions. Several efforts have been made to reduce file sizes while still maintain image quality in order to transmit files even on limited bandwidth connections. This paper discusses the need for Discrete N−1 Cosine Transform or DCT in the compression of images in X (2m + 1)πk F [k; l] = α(k)α(l) f(m; n) cos Joint Photographic Experts Group or JPEG file format. Via an 2N intensive literature study, this paper first introduces DCT and m=0 JPEG Compression. The section preceding it discusses how JPEG (2n + 1)πl cos (1) compression is implemented by DCT. The last section concludes 2N with further real-world applications of DCT in image processing. where, Index Terms—Fast Fourier Transforms, Discrete Cosine Trans- 8q form, Joint Photographic Experts Group, Image Compression, < 1 if k = 0 α(k) = N (2) Karhunen-Loeve` transform. q 2 : N if k 6= 0 I. INTRODUCTION Furthermore, the set of basis vectors given by h i h i Two-dimensional images stored in digital format are a col- cos (2m+1)πk and cos (2n+1)πl are a class of discrete lection of millions of pixels each represented as a combination 2N 2N Chebyshev polynomials [9]. Thus, these basis vectors can be of bits. These images are referred to as raster or bitmapped defined recursively and composes a polynomial sequence. images, as opposed to vector images that use a mathematical The 2D DCT for a signal x[n] of length N, is given by formula to create geometric objects. As the demand for better X[k] in equation (3). quality images and videos increases, efforts have been made to increase the resolution images are being stored in [1][2] N−1 X − 2πkn [3]. X[k] = x[n]e N (3) For example, a 4k image, i.e., 3840×2160 pixels in resolu- n=0 tion, stored in RAW/DNG 16 bits/pixel format would require around 23 MB to store [4]. This would mean 45,000 images where k varies between 0 to N − 1. would occupy roughly 1 TB of storage space, increasing Due to its performance with respect to the rate-distortion transmission bandwidth and transmission time when sharing criterion defined in [10] and results given in Figure 1, DCT is several images at once. Furthermore, hosting images on web said to be analogous to the Karhunen-Loeve` transform (KTL) servers would also cost storage space while also increasing for first-order Markov stationary random data [11]. Figure1 also shows how close the curve for DCT is to Karhunen-Loeve` arXiv:2102.06968v1 [cs.CV] 13 Feb 2021 load times, making customer experiences suboptimal [5] Image compression eradicates this need for large storage transform. space by offering efficient solutions for sharing, viewing and Figure2 also illustrates this close optimality between archiving a large number of images. Some generic image Karhunen-Loeve` transforms and DCT when comparing perfor- formats that offer image compress are JPG, TIF, GIF, and mance curves obtained from the mean-square error in scalar PNG [6]. Weiner filtering with ρ = 0:9. We can also compute the DCT matrix for N = 4. Using the A. Discrete Cosine Transform formula given in (3) by expressing it in cosine form, equation During the past decade, the Discrete Cosine Transforms or (5) gives us the kernel for a 1D DCT matrix. DCT, has found its application in speech and image processing N−1 in areas such as compression, filtering, and feature extraction. X (2n + 1)πk X[k] = x[n] cos (4) Using DCT, an image can be transformed into its elementary 2N n=0 components [7]. DCT uses a sum of cosine functions oscillat- ing at different frequencies to express a sequence of finitely where N − 1. 0 ≤ k ≤ N − 1 2X[0]3 2 0:5 0:5 0:5 0:5 3 2x[0]3 6X[1]7 60:6532 0:2706 −0:2706 −0:65327 6x[1]7 6 7 = 6 7 6 7 4X[2]5 4 0:5 −0:5 −0:5 0:5 5 4x[2]5 X[3] 0:2706 −0:6533 0:6533 −0:2706 x[3] (6) Where, M × M T = I Lee [8] proposes a novel approach to make the system more manageable by reducing the number of multiplications to about half of those required by the existing DCT algorithm initially proposed by Ahmed et al. Furthermore, DCT also has fast computation implementations available unlike KLT [12]. One such implementation is a fast-recursive algorithm proposed by Hseih in [11]. This method requires fewer multi- pliers and adders as it allows the “generation of the next higher order DCT from two identical lower order DCTs.” Other fast- recursive implementations are surveyed and considered in [13]. In [14] and [15], McMillan et al. propose a patent for Fig. 1. Rate-distortion criteria of various transforms for M = 16 and ρ = 0:9 fast implementation of discrete inverse cosine transform in .[7] digital image processing using low-cost accumulators or using optimized lookup tables. B. Joint Photographic Experts Group Compression JPEG compression [16] is a generic standard for the com- pression of grayscale and color, continuous-tone, still images. Typically preceded by the file extensions .jpg or .jpeg. This standard is categorized as image/jpeg under the MIME media type when uploading images. According to [17], “JPEG/JFIF supports a maximum image size of 65; 535 × 65; 535 pixels, hence up to 4 gigapixels for an aspect ratio of 1:1”. Furthermore, a report published by [18] as of 2016 stated that JPEG is one of the most widely utilized common formats for storing and transmitting photographic images across the Internet. It aims to reduce transmission and storage costs. Furthermore, while also offering affordable image acquisition, display devices and ensuring interoper- ability among vendors. In fact, the “joint” in JPEG refers to the collaboration between International Organization for Standardization (ISO) and Comite´ Consultatif International Tel´ ephonique´ et Tel´ egraphique´ (CCITT)/International Tele- graph Union-Telecommunication Standardization Sector (ITU- T) and hence JPEG is both an ISO Standard and CCITT Fig. 2. Scalar Weiner filtering, mean-Square error performance of Karhunen- recommendation. Loeve,` Fourier, Walsh-Hadamard, and Haar transforms. Given ρ = 0:9 [7] The JPEG standard supports two compression methods – lossy compression using a DCT-based method and lossless compression using a predictive method. In lossless compression, there is almost no loss of informa- 8q tion post compression. These techniques are always guaranteed 1 if k = 0 < N to generate a replica of the original input image. The resultant α(k) = q (5) 2 file that is compression is a duplicate of the source file : N if k 6= 0 after the compress/expand cycle [19]. Such compression is typically used in mission-critical applications such as health We thus obtain the following kernel after collecting the and military database records, where even the mishandling of coefficients of x(0); x(1); x(2) and x(3) from X[k] after a single bit could be catastrophic. Run-Length encoding (RLE) substituting N = 4 into equation (5). The transform is real and Lempel–Ziv–Welch (LZW) [20] compression techniques and orthogonal. are some of the common methods for lossless compression. II. DCT IN JPEG COMPRESSION The basis for all DCT-based decoders is the Baseline sequential codec. Equation (2) previously illustrated the for- mula for Forward DCT (FDCT) or DCT image compression. Equation (8), derived from (2), illustrates the mathematical definition for Inverse DCT (IDCT) used in a DCT-based decoder. Fig. 3. Image degradation with lossy compression at higher compression ratios [21] N−1 N−1 X X f[m; n] = α(k)α(l)F (k; l) k=0 l=0 In lossy compression, on the other hand, the decompressed (2m + 1)πk (2n + 1)πl image is not an exact match of the source input image. cos cos (7) Information loss is apparent but aids in the reduction of file 2N 2N sizes. Furthermore, the lost information cannot be restored and where, 8q 1 results in loss of image quality. Figure3 depicts this slight < N if k = 0 loss of image quality of an image at different compression α(k) and α(l) = q (8) 2 if k 6= 0 ratios. Hence, this form of compression is also termed as : N irreversible compression. The compression ratios are higher Given the “four modes of operation” in the previous section, in lossy compression methods due to the loss of information, a codec is specified for each version. The reader must note that e.g., it can be as low as 50:1. Thus, such methods are used in though codec is being used in several times in this assignment, scenarios such as archiving data where an exact reproduction it is not mandatory for applications to implement both an of the original data is not vital. Examples of lossy compression encoder and decoder. JPEG and DCT’s flexibility allows for methods are JPEG, JPEG 2000 [22] and Wavelet Compression the independent implementation of each operation mode’s [23].

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us