L1-Optimized Linear Prediction for Light Field Image Compression

Size: px
Start display at page:

Download "L1-Optimized Linear Prediction for Light Field Image Compression"

Transcription

1 L-Optimized Linear Prediction for Light Field Image Compression Rui Zhong, Shizheng Wang 2, Bruno Cornelis, Yuanjin Zheng 2, Junsong Yuan 2, Adrian Munteanu Department of Electronics and Informatics (ETRO) Vrije Universiteit Brussel, Brussels, Belgium School of Electrical and Electronic Engineering 2 Nanyang Technological University, Singapore shizheng.wang@foxmail.com, yjzheng@ntu.edu.sg, jsyuan@ntu.edu.sg Abstract The advent of consumer-level plenoptic cameras has sparkled the interest towards the design of efficient compression techniques for light field images. State-of-the-art compression systems such as prove to be inefficient when directly applied on this type of data due to the inherent spatial discontinuities among neighboring microlens images. In this paper, a novel light field image compression system is proposed. The disk-shaped pixel clusters corresponding to each microlens in the light field image are efficiently predicted based on the neighboring disks. In this context, an optimized linear prediction design based on L minimization of the residuals is proposed. K- means clustering is employed on training data in order to determine the optimized set of predictors. The experimental results on an extensive set of light field images demonstrate that the proposed coding scheme yields an average of 2.93 db and 3.22 db gain in, and 52.67% and 57.27% average rate savings compared to and 2 respectively. I. INTRODUCTION Arun Gershun introduced the concept of light fields in [], referring to the amount of light traveling in every direction through every point in space. The high dimensional light field data provides sufficient information to enable a broad range of applications in image-based rendering [2], computer graphics [3][2], free-viewpoint video [4], and many more. Cheap sensor technology and technological advances in micro-optics have led to the commercialization of the first plenoptic cameras. Lytro, which is the first plenoptic camera addressing the consumer market, combines microlens arrays with high-resolution image sensors to capture the 4D light field data [5].The camera allows for digital re-focusing after light field acquisition and 3D effects [6]. The Lytro micro-lenses have a disk shape in the sensor plane (see the example of Fig. ); the disk-shaped cluster of pixels is sometimes called a superpixel see e.g. [7]. The actual shape of a super-pixel is approximately a disk with 99 pixels, as depicted in Fig.. The light field image resolution depends on the number of microlenses and the pixel count in each disk. In Lytro II cameras, there are approximately 2, micro-lenses, leading to huge resolution light field images [7]. To enable world-scale deployment and use of such devices, storing, processing and transmitting light field image data needs to be efficient and user-friendly. Despite these needs, an efficient compression system for light field image data still needs to be developed. The conventional standard [8] is a well-known, yet rudimentary candidate to compress light field image data. A powerful alternative is given by the intra-codec from the standard [9]. is the state-of-the-art in video coding, employing very efficient coding tools and substantially improving compression performance over all of its predecessors. However, the existing encoder is designed with the assumption of local spatial and temporal continuities in video. Light field images are characterized by systematic spatial discontinuities between microlenses (see Fig. ), which leads to inefficient intra-prediction, poor residuals and high bitrates. Specific designs for light field image compression include the approach of B. Girod et. al. [9] which is based on a disparity-compensated lifting scheme, solving the transform irreversibility problem in wavelet-based light field coding and offering various forms of scalability. In [], a novel selfsimilarity compensated prediction method was proposed, yielding high coding efficiency for 3D holoscopic video. The patch-match based compensated prediction identifies for a given block the most similar block from the neighboring reconstructed regions []. This compensated prediction method works well for the considered holoscopic images involving a regular grid of rectangular super-pixels. However, these methods are not compatible with the disk-shaped super-pixels produced by Lytro cameras. The lenslet data can be converted into conventional 2D images by collecting from each disk the pixels with the same spatial coordinates; this yields a conventional 2D image corresponding to a particular viewing angle. The pixels in such an image are spatially correlated, indicating that pixels with the same spatial coordinates within the disks are also correlated. This observation motivates our approach, in which we explore the disk-based plenoptic redundancy in order to achieve efficient compression. Essentially, we propose a linear prediction method to predict the disks in the lenslet image based on the decoded neighboring disks. The major lines of reasoning in the proposed method are as follows: (i) establish the disk as the coding unit instead of using conventional block-based structures as in ; (ii) determine optimized weights for each neighboring disk by minimizing the L distortion between the prediction and the original light field; (iii) perform clustering of the weights obtained in a training phase and determine optimized intraprediction modes; (iv) use these intra-modes at run time and adapt the -based coding tools to encode the residuals.

2 Figure 3. Spatial configuration of the disks corresponding to neighboring micro-lenses in the light field image: the reference disks R, R, R are located around target disk T. 2 3 Figure. Cropped light field image I_bike with a magnified super-pixel (or disk). Figure 2. The offline to online processing framework of the proposed method. (a) Original weight parameter sets obtained by minimizing the L-norm. The remainder of the paper is organized as follows. The proposed framework for light field image coding is given in section II, while the L-norm residual formulation and optimization algorithm are presented in section III. In section IV, we report and analyze the experimental results. Section V draws the conclusions of this work. II. PROPOSED LIGHT FIELD COMPRESSION SYSTEM USING TRAINED WEIGHTED PREDICTION The proposed compression system consists of two phases, as shown in Fig. 2. In an offline phase, the weights used to express the linear relationship between the current (i.e. target) disk and its neighboring (i.e. reference) disks are determined. In a subsequent, online phase, the trained weights are used for prediction and the sparse residual is encoded. A more detailed description of the full framework is given below. A. Offline Training The target disk is modelled as a linear combination of its three nearest neighboring reference disks. The target disk and its reference disks are depicted in Fig. 3. The weights expressing the linear relation between the target and reference disks are obtained by solving the following problem: 3 T min, subject to,, 2, 3 wp W w w w p T W R () (b) Trained weighted parameter sets after K-means clustering ( K 32 ). Figure 4. Trained weighted parameter sets before and after K- means clustering. where R ( R, R2, R3 ) denote the reference disks surrounding the target disk T (T is a P matrix, W is a 3 matrix, R is a 3 P matrix, and P 99 is the number of pixels in a disk, as illustrated in Figure 3). Variables w, w2 and w 3 are the weights that need to be found as solution of the optimization problem (), while satisfying the obvious constraint that they sum to. We choose an L-norm to minimize the residual between the target pixel and its linear reconstruction, for its robustness

3 against outliers in the data and in order to increase the efficiency of the subsequent online residual encoding step (consisting of a DCT transform and quantization). The optimization problem () is solved using a standard L constrained-optimization toolbox [8]. Due to the vast amount of disks (dictated by the resolution of the lenslet image), it would be inefficient to encode the weights W for each disk T. Therefore, the original weights W obtained as the solution of () are clustered by means of a K-means clustering step [2], which allows for an efficient indexing of the weights by each cluster center. Note that there is no need to transmit the whole weight set to the decoder; the training and the derivation of the centroids can be done offline (see Fig. 2), and the results can be simply stored in a look-up table, known at both the encoder and decoder sides. Hence, in practice, only the index of the representative cluster center is encoded for each disk T. In the experimental section, we set the number of clusters K to 32. In Fig. 4, there are the trained weight sets before and after K-means clustering. B. Online Encoding with Weighted Neighbors Prediction In our coding approach, we regard a disk as the basic encoding unit. This lies in contrast to conventional coding paradigms that rely on block-based coding structures and tools. The proposed encoding framework consists of 4 parts, namely, disk-based intra prediction, transformation, quantization, and entropy coding. Intra-prediction incorporates a disk skip mode, and the K linear prediction modes, as introduced in section II. It is important to note that none of the original s intraprediction modes, except for the skip mode, are being used. During disk-based intra prediction, one chooses the nearest three reconstructed disks as references to generate the prediction of the target disk T based on the trained prediction weights. In this respect, we traverse all the K prediction modes, determined as described in section II, in order to compute the best linear prediction mode, as follows: T W arg min T W R, (2) best W W, W2,, W K where wk, k K is the set of trained prediction weights corresponding to intra-mode k. One uses log K 2 bits to index the best linear prediction mode wbest for each target disk T ; as mentioned, in the experiments one choses K 32. After intra prediction, the proposed method uses s discrete cosine transformation (DCT), quantization, and contextadaptive binary arithmetic coding (CABAC) to further encode the residuals. Following the closed-loop coding paradigm, entropy decoding, inverse quantization, and inverse transformation are all part of the encoder to generate the reference reconstructed disks. One notes that entropy coding and decoding are also part of the loop for debugging purposes, that is, to guarantee that, even if the processing unit is changed from a block to a disk, correct encoding is performed by matching the coder with the corresponding decoder. The compressed stream makes use of s syntax elements of intra prediction and residual information [9]; we adapt them to the proposed codec and design the corresponding syntax elements for the proposed intra prediction modes. In intra prediction, the original syntax elements of consist of the CU_skip_flag, the PartMode indicating whether the current Coding Tree Unit (CTU) is partitioned into smaller size, the most possible intra prediction modes (Planar, DC and Angular modes), and block residual coefficients for intra prediction [3]. In the disk-based prediction scheme, the coding unit is fixed to a disk, which makes PartMode unnecessary. Thus, the syntax elements are the skip flag and the index of the best linear prediction mode. The latter is indicated by modifying the intra mode syntax elements in ; and prev_intra_luma_pred_flag, rem_intra_luma_pred_mode, and mpm_idx are used to code the index of the best linear prediction mode for each disk. The value of rem_intra_luma_pred_mode is replaced by the index of the best weight set, while mpm_idx is substituted by the most possible weight sets index. The residual coefficients are conventionally encoded using CABAC. III. EXPERIMENTAL RESULTS AND ANALYSIS A. Experimental setup and evaluation The proposed light field image compression method is implemented based on the HM reference software [5]. Thorough experiments are carried out on raw light field image dataset provided by EPFL [4]. After demosaicing and devignetting, the lenslet images contain 3 RGB channels and weight channel. The proposed method is applied only on the 3 colour channels. The EPFL light field image dataset includes 2 light field images captured by the Lytro camera [4]. The resolution of the raw bit images is 7728x5368 requiring bytes. The raw images are demosaiced, devignetted, clipped from bit to 8 bit, and then converted to the YCbCr4:2: format for encoding. To evaluate the compression performance, we determine the and cost in bytes of the encoded light field images against three conventional coding systems, namely, [8] and 2 [9] which serve as reference codec for the consumer market, and the state-of-the-art [3]. There is only one frame to be encoded, so is set to operate in intra prediction mode; the CTU size is set to 32x32, which can be partitioned into 6x6 blocks. The linear predictors are determined based on only one of the test images from the EPFL dataset (i.e. I_Bike ) which serves as training data. The resulting weights are subsequently used in the coding experiments for all the other light field images. To comprehensively evaluate the coding performance, we set 4 basic QPs, namely 22, 27, 32 and 37. After all the disks are compressed by the proposed method, the decoded disks form the decoded light field image. The of the decoded light field image is computed relative to the raw 8 bit image as: log, with MSE, MSE M 2 ( Lp Lp) (3) N p where, M is the number of disks in a frame, and N is the image resolution ( M , N P for Lytro images, P 99 is the number of pixels in a disk unit); Lp and L p are the reconstructed and original sets of pixels in disk p. As expressed by (3), the MSE accumulates the squared differences between decoded and original disks in the lenslet image.

4 I Bike I5 Vespa I7 Desktop I_Color_Chart_ Figure 5. Rate-distortion performance comparison between the proposed method, conventional, 2 and. B. Experimental results In Fig. 5, the rate-distortion curves are shown for light field images I_Bike, I5 Vespa, I7_Desktop and I_Color Chart from the EPFL dataset. The compression ratios obtained relative to the original raw light field data are reported in Table I. TABLE I. COMPRESSION RATIOS FOR THE PROPOSED METHOD RELATIVE TO UNCOMPRESSED RAW DATA Image Compression ratios for proposed method QP I_Bikes I2_Danger I3_Flowers I4_Stone_Pillars I5_Vespa I6_Ankylosaurus I7_Desktop I8_Magnets_ I9_Fountain I_Friends_ I_Color_Chart_ I2_ISO_Chart_ Overall, at low rates, the is the same or slightly lower than that of ; however, the reaches also unappealing ranges for this type of data (below 35 db). On the other hand, at medium and high rates, the proposed method reaches much better compression performance compared to. Table II reports the BD- and BD-BR computed using Bjontegaard s evaluation tools [6]. The results demonstrate that the proposed compression method achieves very high rate savings compared to the state-of-the-art. Overall, the average gain is 2.93 db, 3.22dB and 9.6 db against, 2, and respectively, corresponding to 52.67%, 57.57%, and 73.69% rate savings respectively. Maximum gains in rate relative to go as high as 79.82%. These very large rate savings prove that the proposed disk-based linear prediction approach is particularly efficient on this type of data. The complexity of the proposed method is evaluated by the average encoding time. Specifically, the average encoding time costs are , 27.72, , and seconds for 4 QPs (22, 27, 32, and 37). As for each disk, the coding time is nearly.97 millisecond. In, the coding time costs are , 74., , seconds respectively, which are approximate 25 times slower than the proposed method. IV. CONCLUSIONS In this paper, we have proposed a novel compression system for light field image data. The proposed approach exploits the spatial correlation amongst neighboring disk-shaped pixel clusters corresponding to each microlens in the light field image. With this respect, we capture these correlations by assuming a linear dependency model between a target disk and its neighboring reference disks in the lenslet image. The efficiency of state-of-the-art compression schemes, such as, on this type of data is low due to the presence of the

5 TABLE II. BD- OF THE PROPOSED METHOD COMPARED TO, 2, AND. Image Vs Vs 2 Vs I_Bikes I2_Danger I3_Flowers I4_Stone_Pillars I5_Vespa I6_Ankylosaurus I7_Desktop I8_Magnets_ I9_Fountain I_Friends_ I_Color_Chart_ I2_ISO_Chart_ Average inherent spatial discontinuities in light field data and due to the use of block-based coding structures which do not match well the microlens pattern. In our approach, we propose a disk-shaped coding unit and choose an L-norm to minimize the residual between the target disk and its linear reconstruction. These choices significantly increase the efficiency of the subsequent residual encoding step performed using an adapted. The experimental results demonstrate that the proposed coding method achieves significantly higher and particularly high rate savings compared to. ACKNOWLEDGEMENT The work in this paper has been supported by FWO, the 3DLicornea project funded by the Brussels region (Innoviris), and by the Singapore Government under grant No. NRF-CRP REFERENCES [] A. Gershun, The light field, Journal of Mathematics and Physics XVIII, pp.5 5, 936. [2] M. Levoy, P. Hanrahan, Light field rendering, Proceedings of the 23rd annual conference on Computer graphics and interactive techniques, pp. 3-42, 996. [3] G. Wetzstein, D. Lanman, W. Heidrich, and R. Raskar, Layered 3D: tomographic image synthesis for attenuationbased light field and high dynamic range displays, ACM Transactions on Graphics, vol. 3, no. 4, July 2. [4] J. Carranza, C. Theobalt, M.A. Magnor, H.-P. Seidel, Free-viewpoint video of human actors, ACM SIGGRAPH 23, pp , 23. [5] R. Ng, M. Levoy, M. Brédif, G. Duval, M. Horowitz, and P. Hanrahan, Light field photography with a hand-held plenoptic camera, Computer Science Technical Report CSTR, 2(), pp.-, 2. [6] T. Georgiev, Z. Yu, A. Lumsdaine, and S. Goma, Lytro camera technology: theory, algorithms, performance analysis, Procceedings of SPIE, vol. 8667, 23. [7] G. Wetzstein, I. Ihrke, W. Heidrich, On plenoptic multiplexing and reconstruction, International Journal on Computer Vision, vol., no. 2, pp , 23. [8] K. G. Wallace, The still picture compression standard, Communications of the ACM, pp. 3-44, 99. [9] A. Skodras, C. Christopoulos, and T. Ebrahimi, The 2 still image compression standard, IEEE Signal processing magazine, vol. 8, no. 5, pp , 2. [] G.J., Sullivan, J.-R. Ohm, W. Han, and T. Wiegand, Overview of the High Efficiency Video Coding () standard, IEEE Transactions on Circuits and Systems for Video Technology, vol. 22, no. 2, pp , 22. [] C. Conti, L.-D. Soares, and P. Nunes, -based 3D holoscopic video coding using self-similarity compensated prediction, Signal Processing: Image Communication, vol. 42, pp , 26. [2] Hartigan, J. A.; Wong, M. A. (979). "Algorithm AS 36: A K-Means Clustering Algorithm". Journal of the Royal Statistical Society, Series C 28 (): 8. [3] High Efficiency Video Coding, Recommendation ITU-T H.265/International Standard ISO/IEC 238-2, 25. [4] M. Rerabek, L. Yuan, L. Authier, and T. Ebramini, EPFL light-field image dataset, ISO/IEC JTC/SC 29/WG 69th Meeting, e- dataset, 25. [5] Joint Collaborative Team on Video Coding (JCT-VC), reference software, HM version 6.8, [6] G. Bjontegaard, Calculation of average differences between RD-curves, VCEG Contribution VCEG-M 33, Austin, April 2. [7] G. Wetzstein, I2. : Invited Paper: On the duality of compressive light field imaging and display, SID Symposium Digest of Technical Papers, vol. 46. no [8] J. Duchi, L-norm: Methods for Convex-Cardinality Problems, Stanford Technical Report, 28. [9] B. Girod, C.-L. Chang, P. Ramanathan, and X. Zhu, Light field compression using disparity-compensated lifting, IEEE International Conference on Multimedia and Expo, ICME 23, vol., pp. I-373, 23. [2] K. Changil, K. Subr, K. Mitchell, A. Sorkine-Hornung, and M. Gross, Online view sampling for estimating depth from light fields, IEEE International Conference on Image Processing, ICIP 25, pp , 25.

DEPTH FUSED FROM INTENSITY RANGE AND BLUR ESTIMATION FOR LIGHT-FIELD CAMERAS. Yatong Xu, Xin Jin and Qionghai Dai

DEPTH FUSED FROM INTENSITY RANGE AND BLUR ESTIMATION FOR LIGHT-FIELD CAMERAS. Yatong Xu, Xin Jin and Qionghai Dai DEPTH FUSED FROM INTENSITY RANGE AND BLUR ESTIMATION FOR LIGHT-FIELD CAMERAS Yatong Xu, Xin Jin and Qionghai Dai Shenhen Key Lab of Broadband Network and Multimedia, Graduate School at Shenhen, Tsinghua

More information

Dictionary Learning based Color Demosaicing for Plenoptic Cameras

Dictionary Learning based Color Demosaicing for Plenoptic Cameras Dictionary Learning based Color Demosaicing for Plenoptic Cameras Xiang Huang Northwestern University Evanston, IL, USA xianghuang@gmail.com Oliver Cossairt Northwestern University Evanston, IL, USA ollie@eecs.northwestern.edu

More information

Light-Field Database Creation and Depth Estimation

Light-Field Database Creation and Depth Estimation Light-Field Database Creation and Depth Estimation Abhilash Sunder Raj abhisr@stanford.edu Michael Lowney mlowney@stanford.edu Raj Shah shahraj@stanford.edu Abstract Light-field imaging research has been

More information

Fast Mode Decision using Global Disparity Vector for Multiview Video Coding

Fast Mode Decision using Global Disparity Vector for Multiview Video Coding 2008 Second International Conference on Future Generation Communication and etworking Symposia Fast Mode Decision using Global Disparity Vector for Multiview Video Coding Dong-Hoon Han, and ung-lyul Lee

More information

Microlens Image Sparse Modelling for Lossless Compression of Plenoptic Camera Sensor Images

Microlens Image Sparse Modelling for Lossless Compression of Plenoptic Camera Sensor Images Microlens Image Sparse Modelling for Lossless Compression of Plenoptic Camera Sensor Images Ioan Tabus and Petri Helin Tampere University of Technology Laboratory of Signal Processing P.O. Box 553, FI-33101,

More information

Analysis on Color Filter Array Image Compression Methods

Analysis on Color Filter Array Image Compression Methods Analysis on Color Filter Array Image Compression Methods Sung Hee Park Electrical Engineering Stanford University Email: shpark7@stanford.edu Albert No Electrical Engineering Stanford University Email:

More information

Demosaicing and Denoising on Simulated Light Field Images

Demosaicing and Denoising on Simulated Light Field Images Demosaicing and Denoising on Simulated Light Field Images Trisha Lian Stanford University tlian@stanford.edu Kyle Chiang Stanford University kchiang@stanford.edu Abstract Light field cameras use an array

More information

Compression of High Dynamic Range Video Using the HEVC and H.264/AVC Standards

Compression of High Dynamic Range Video Using the HEVC and H.264/AVC Standards Compression of Dynamic Range Video Using the HEVC and H.264/AVC Standards (Invited Paper) Amin Banitalebi-Dehkordi 1,2, Maryam Azimi 1,2, Mahsa T. Pourazad 2,3, and Panos Nasiopoulos 1,2 1 Department of

More information

Weighted-prediction-based color gamut scalability extension for the H.265/HEVC video codec

Weighted-prediction-based color gamut scalability extension for the H.265/HEVC video codec 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) Weighted-prediction-based color gamut scalability extension for the H.265/HEVC video codec Alireza Aminlou 1,2, Kemal

More information

Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression

Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression Conference on Advances in Communication and Control Systems 2013 (CAC2S 2013) Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Image Compression Mr.P.S.Jagadeesh Kumar Associate Professor,

More information

Direction-Adaptive Partitioned Block Transform for Color Image Coding

Direction-Adaptive Partitioned Block Transform for Color Image Coding Direction-Adaptive Partitioned Block Transform for Color Image Coding Mina Makar, Sam Tsai Final Project, EE 98, Stanford University Abstract - In this report, we investigate the application of Direction

More information

The Algorithm of Fast Intra Angular Mode Selection for HEVC

The Algorithm of Fast Intra Angular Mode Selection for HEVC , pp.157-161 http://dx.doi.org/10.14257/astl.2016.140.30 The Algorithm of Fast Intra Angular Mode Selection for HEVC Seungyong Park, Richard Boateng NTI and Kwangki Ryoo Graduate School of Information

More information

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression

Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Comparing CSI and PCA in Amalgamation with JPEG for Spectral Image Compression Muhammad SAFDAR, 1 Ming Ronnier LUO, 1,2 Xiaoyu LIU 1, 3 1 State Key Laboratory of Modern Optical Instrumentation, Zhejiang

More information

Modeling the calibration pipeline of the Lytro camera for high quality light-field image reconstruction

Modeling the calibration pipeline of the Lytro camera for high quality light-field image reconstruction 2013 IEEE International Conference on Computer Vision Modeling the calibration pipeline of the Lytro camera for high quality light-field image reconstruction Donghyeon Cho Minhaeng Lee Sunyeong Kim Yu-Wing

More information

A COMPARATIVE ANALYSIS OF DCT AND DWT BASED FOR IMAGE COMPRESSION ON FPGA

A COMPARATIVE ANALYSIS OF DCT AND DWT BASED FOR IMAGE COMPRESSION ON FPGA International Journal of Applied Engineering Research and Development (IJAERD) ISSN:2250 1584 Vol.2, Issue 1 (2012) 13-21 TJPRC Pvt. Ltd., A COMPARATIVE ANALYSIS OF DCT AND DWT BASED FOR IMAGE COMPRESSION

More information

Practical Content-Adaptive Subsampling for Image and Video Compression

Practical Content-Adaptive Subsampling for Image and Video Compression Practical Content-Adaptive Subsampling for Image and Video Compression Alexander Wong Department of Electrical and Computer Eng. University of Waterloo Waterloo, Ontario, Canada, N2L 3G1 a28wong@engmail.uwaterloo.ca

More information

Plenoptic Image Coding using Macropixel-based Intra Prediction

Plenoptic Image Coding using Macropixel-based Intra Prediction > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 Plenoptic Image Coding using Macropixel-based Intra Prediction Xin Jin, Senior Member, IEEE, Haixu Han and Qionghai

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAGE COMPRESSION STANDARDS Lesson 16 Still Image Compression Standards: JBIG and JPEG Instructional Objectives At the end of this lesson, the students should be able to: 1. Explain the

More information

2.1. General Purpose Run Length Encoding Relative Encoding Tokanization or Pattern Substitution

2.1. General Purpose Run Length Encoding Relative Encoding Tokanization or Pattern Substitution 2.1. General Purpose There are many popular general purpose lossless compression techniques, that can be applied to any type of data. 2.1.1. Run Length Encoding Run Length Encoding is a compression technique

More information

Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding

Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding Hu Chen, Mingzhe Sun and Eckehard Steinbach Media Technology Group Institute for Communication Networks Technische Universität

More information

Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems

Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems R.M.T.P. Rajakaruna, W.A.C. Fernando, Member, IEEE and J. Calic, Member, IEEE, Abstract Performance of real-time video

More information

QUALITY ASSESSMENT OF COMPRESSION SOLUTIONS FOR ICIP 2017 GRAND CHALLENGE ON LIGHT FIELD IMAGE CODING. Irene Viola and Touradj Ebrahimi

QUALITY ASSESSMENT OF COMPRESSION SOLUTIONS FOR ICIP 2017 GRAND CHALLENGE ON LIGHT FIELD IMAGE CODING. Irene Viola and Touradj Ebrahimi QUALITY ASSESSMENT OF COMPRESSION SOLUTIONS FOR ICIP 2017 GRAND CHALLENGE ON LIGHT FIELD IMAGE CODING Irene Viola and Touradj Ebrahimi Multimedia Signal Processing Group (MMSPG) École Polytechnique Fédérale

More information

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dr. Kaibo Liu Department of Industrial and Systems Engineering University of

More information

Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding

Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding Seung-Hwan Kim, Yo-Sung Ho Gwangju Institute of Science and Technology (GIST), 1 Oryong-dong, Buk-gu, Gwangju 500-712, Korea Received

More information

Simulated Programmable Apertures with Lytro

Simulated Programmable Apertures with Lytro Simulated Programmable Apertures with Lytro Yangyang Yu Stanford University yyu10@stanford.edu Abstract This paper presents a simulation method using the commercial light field camera Lytro, which allows

More information

DELAY-POWER-RATE-DISTORTION MODEL FOR H.264 VIDEO CODING

DELAY-POWER-RATE-DISTORTION MODEL FOR H.264 VIDEO CODING DELAY-POWER-RATE-DISTORTION MODEL FOR H. VIDEO CODING Chenglin Li,, Dapeng Wu, Hongkai Xiong Department of Electrical and Computer Engineering, University of Florida, FL, USA Department of Electronic Engineering,

More information

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik Department of Electrical and Computer Engineering, The University of Texas at Austin,

More information

Information Hiding in H.264 Compressed Video

Information Hiding in H.264 Compressed Video Information Hiding in H.264 Compressed Video AN INTERIM PROJECT REPORT UNDER THE GUIDANCE OF DR K. R. RAO COURSE: EE5359 MULTIMEDIA PROCESSING, SPRING 2014 SUBMISSION Date: 04/02/14 SUBMITTED BY VISHNU

More information

2. REVIEW OF LITERATURE

2. REVIEW OF LITERATURE 2. REVIEW OF LITERATURE Digital image processing is the use of the algorithms and procedures for operations such as image enhancement, image compression, image analysis, mapping. Transmission of information

More information

Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder

Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder Szu-Wei Lee and C.-C. Jay Kuo Ming Hsieh Department of Electrical Engineering and Signal and Image Processing

More information

Chapter 9 Image Compression Standards

Chapter 9 Image Compression Standards Chapter 9 Image Compression Standards 9.1 The JPEG Standard 9.2 The JPEG2000 Standard 9.3 The JPEG-LS Standard 1IT342 Image Compression Standards The image standard specifies the codec, which defines how

More information

Distributed Source Coding: A New Paradigm for Wireless Video?

Distributed Source Coding: A New Paradigm for Wireless Video? Distributed Source Coding: A New Paradigm for Wireless Video? Christine Guillemot, IRISA/INRIA, Campus universitaire de Beaulieu, 35042 Rennes Cédex, FRANCE Christine.Guillemot@irisa.fr The distributed

More information

Frequency Domain Intra-Prediction Analysis and Processing for High Quality Video Coding

Frequency Domain Intra-Prediction Analysis and Processing for High Quality Video Coding Frequency Domain Intra-rediction Analysis and rocessing for High Quality Video Coding Blasi, SG; Mrak, M; Izquierdo, E The final publication is available at http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=695757&tag=1

More information

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor Umesh 1,Mr. Suraj Rana 2 1 M.Tech Student, 2 Associate Professor (ECE) Department of Electronic and Communication Engineering

More information

A Modified Image Coder using HVS Characteristics

A Modified Image Coder using HVS Characteristics A Modified Image Coder using HVS Characteristics Mrs Shikha Tripathi, Prof R.C. Jain Birla Institute Of Technology & Science, Pilani, Rajasthan-333 031 shikha@bits-pilani.ac.in, rcjain@bits-pilani.ac.in

More information

HDR Video Compression Using High Efficiency Video Coding (HEVC)

HDR Video Compression Using High Efficiency Video Coding (HEVC) HDR Video Compression Using High Efficiency Video Coding (HEVC) Yuanyuan Dong, Panos Nasiopoulos Electrical & Computer Engineering Department University of British Columbia Vancouver, BC {yuand, panos}@ece.ubc.ca

More information

Image Compression Technique Using Different Wavelet Function

Image Compression Technique Using Different Wavelet Function Compression Technique Using Different Dr. Vineet Richariya Mrs. Shweta Shrivastava Naman Agrawal Professor Assistant Professor Research Scholar Dept. of Comp. Science & Engg. Dept. of Comp. Science & Engg.

More information

A Modified Image Template for FELICS Algorithm for Lossless Image Compression

A Modified Image Template for FELICS Algorithm for Lossless Image Compression Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet A Modified

More information

Satellite Image Compression using Discrete wavelet Transform

Satellite Image Compression using Discrete wavelet Transform IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 01 (January. 2018), V2 PP 53-59 www.iosrjen.org Satellite Image Compression using Discrete wavelet Transform

More information

Improvements of Demosaicking and Compression for Single Sensor Digital Cameras

Improvements of Demosaicking and Compression for Single Sensor Digital Cameras Improvements of Demosaicking and Compression for Single Sensor Digital Cameras by Colin Ray Doutre B. Sc. (Electrical Engineering), Queen s University, 2005 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF

More information

Bit-depth scalable video coding with new interlayer

Bit-depth scalable video coding with new interlayer RESEARCH Open Access Bit-depth scalable video coding with new interlayer prediction Jui-Chiu Chiang *, Wan-Ting Kuo and Po-Han Kao Abstract The rapid advances in the capture and display of high-dynamic

More information

On the efficiency of luminance-based palette reordering of color-quantized images

On the efficiency of luminance-based palette reordering of color-quantized images On the efficiency of luminance-based palette reordering of color-quantized images Armando J. Pinho 1 and António J. R. Neves 2 1 Dep. Electrónica e Telecomunicações / IEETA, University of Aveiro, 3810

More information

Detection of Image Forgery was Created from Bitmap and JPEG Images using Quantization Table

Detection of Image Forgery was Created from Bitmap and JPEG Images using Quantization Table Detection of Image Forgery was Created from Bitmap and JPEG Images using Quantization Tran Dang Hien University of Engineering and Eechnology, VietNam National Univerity, VietNam Pham Van At Department

More information

Efficient Hardware Architecture for EBCOT in JPEG 2000 Using a Feedback Loop from the Rate Controller to the Bit-Plane Coder

Efficient Hardware Architecture for EBCOT in JPEG 2000 Using a Feedback Loop from the Rate Controller to the Bit-Plane Coder Efficient Hardware Architecture for EBCOT in JPEG 2000 Using a Feedback Loop from the Rate Controller to the Bit-Plane Coder Grzegorz Pastuszak Warsaw University of Technology, Institute of Radioelectronics,

More information

Scalable Fast Rate-Distortion Optimization for H.264/AVC

Scalable Fast Rate-Distortion Optimization for H.264/AVC Hindawi Publishing Corporation EURASIP Journal on Applied Signal Processing Volume 26, Article ID 37175, Pages 1 1 DOI 1.1155/ASP/26/37175 Scalable Fast Rate-Distortion Optimization for H.264/AVC Feng

More information

To Do. Advanced Computer Graphics. Outline. Computational Imaging. How do we see the world? Pinhole camera

To Do. Advanced Computer Graphics. Outline. Computational Imaging. How do we see the world? Pinhole camera Advanced Computer Graphics CSE 163 [Spring 2017], Lecture 14 Ravi Ramamoorthi http://www.cs.ucsd.edu/~ravir To Do Assignment 2 due May 19 Any last minute issues or questions? Next two lectures: Imaging,

More information

PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES

PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES PERFORMANCE EVALUATION OFADVANCED LOSSLESS IMAGE COMPRESSION TECHNIQUES M.Amarnath T.IlamParithi Dr.R.Balasubramanian M.E Scholar Research Scholar Professor & Head Department of Computer Science & Engineering

More information

An improved hybrid fast mode decision method for H.264/AVC intra coding with local information

An improved hybrid fast mode decision method for H.264/AVC intra coding with local information DOI 10.1007/s11042-013-1388-x An improved hybrid fast mode decision method for H.264/AVC intra coding with local information Changnian Chen Jiazhong Chen Tao Xia Zengwei Ju Lai-Man Po Springer Science+Business

More information

Image Compression Based on Multilevel Adaptive Thresholding using Meta-Data Heuristics

Image Compression Based on Multilevel Adaptive Thresholding using Meta-Data Heuristics Cloud Publications International Journal of Advanced Remote Sensing and GIS 2017, Volume 6, Issue 1, pp. 1988-1993 ISSN 2320 0243, doi:10.23953/cloud.ijarsg.29 Research Article Open Access Image Compression

More information

Effective Pixel Interpolation for Image Super Resolution

Effective Pixel Interpolation for Image Super Resolution IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-iss: 2278-2834,p- ISS: 2278-8735. Volume 6, Issue 2 (May. - Jun. 2013), PP 15-20 Effective Pixel Interpolation for Image Super Resolution

More information

Compressive Light Field Imaging

Compressive Light Field Imaging Compressive Light Field Imaging Amit Asho a and Mar A. Neifeld a,b a Department of Electrical and Computer Engineering, 1230 E. Speedway Blvd., University of Arizona, Tucson, AZ 85721 USA; b College of

More information

Image Compression Supported By Encryption Using Unitary Transform

Image Compression Supported By Encryption Using Unitary Transform Image Compression Supported By Encryption Using Unitary Transform Arathy Nair 1, Sreejith S 2 1 (M.Tech Scholar, Department of CSE, LBS Institute of Technology for Women, Thiruvananthapuram, India) 2 (Assistant

More information

Low-Complexity Efficient Raw SAR Data Compression

Low-Complexity Efficient Raw SAR Data Compression MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Low-Complexity Efficient Raw SAR Data Compression Rane, S.; Boufounos, P.; Vetro, A.; Okada, Y. TR2011-025 April 2011 Abstract We present a

More information

Li, Y., Olsson, R., Sjöström, M. (2018) An analysis of demosaicing for plenoptic capture based on ray optics In: Proceedings of 3DTV Conference 2018

Li, Y., Olsson, R., Sjöström, M. (2018) An analysis of demosaicing for plenoptic capture based on ray optics In: Proceedings of 3DTV Conference 2018 http://www.diva-portal.org This is the published version of a paper presented at 3D at any scale and any perspective, 3-5 June 2018, Stockholm Helsinki Stockholm. Citation for the original published paper:

More information

Journal of mathematics and computer science 11 (2014),

Journal of mathematics and computer science 11 (2014), Journal of mathematics and computer science 11 (2014), 137-146 Application of Unsharp Mask in Augmenting the Quality of Extracted Watermark in Spatial Domain Watermarking Saeed Amirgholipour 1 *,Ahmad

More information

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES

A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES A SURVEY ON DICOM IMAGE COMPRESSION AND DECOMPRESSION TECHNIQUES Shreya A 1, Ajay B.N 2 M.Tech Scholar Department of Computer Science and Engineering 2 Assitant Professor, Department of Computer Science

More information

Images with (a) coding redundancy; (b) spatial redundancy; (c) irrelevant information

Images with (a) coding redundancy; (b) spatial redundancy; (c) irrelevant information Images with (a) coding redundancy; (b) spatial redundancy; (c) irrelevant information 1992 2008 R. C. Gonzalez & R. E. Woods For the image in Fig. 8.1(a): 1992 2008 R. C. Gonzalez & R. E. Woods Measuring

More information

The ultimate camera. Computational Photography. Creating the ultimate camera. The ultimate camera. What does it do?

The ultimate camera. Computational Photography. Creating the ultimate camera. The ultimate camera. What does it do? Computational Photography The ultimate camera What does it do? Image from Durand & Freeman s MIT Course on Computational Photography Today s reading Szeliski Chapter 9 The ultimate camera Infinite resolution

More information

Keywords: BPS, HOLs, MSE.

Keywords: BPS, HOLs, MSE. Volume 4, Issue 4, April 14 ISSN: 77 18X International Journal of Advanced earch in Computer Science and Software Engineering earch Paper Available online at: www.ijarcsse.com Selective Bit Plane Coding

More information

Objective Evaluation of Edge Blur and Ringing Artefacts: Application to JPEG and JPEG 2000 Image Codecs

Objective Evaluation of Edge Blur and Ringing Artefacts: Application to JPEG and JPEG 2000 Image Codecs Objective Evaluation of Edge Blur and Artefacts: Application to JPEG and JPEG 2 Image Codecs G. A. D. Punchihewa, D. G. Bailey, and R. M. Hodgson Institute of Information Sciences and Technology, Massey

More information

A Hybrid Technique for Image Compression

A Hybrid Technique for Image Compression Australian Journal of Basic and Applied Sciences, 5(7): 32-44, 2011 ISSN 1991-8178 A Hybrid Technique for Image Compression Hazem (Moh'd Said) Abdel Majid Hatamleh Computer DepartmentUniversity of Al-Balqa

More information

MLP for Adaptive Postprocessing Block-Coded Images

MLP for Adaptive Postprocessing Block-Coded Images 1450 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 10, NO. 8, DECEMBER 2000 MLP for Adaptive Postprocessing Block-Coded Images Guoping Qiu, Member, IEEE Abstract A new technique

More information

B.E, Electronics and Telecommunication, Vishwatmak Om Gurudev College of Engineering, Aghai, Maharashtra, India

B.E, Electronics and Telecommunication, Vishwatmak Om Gurudev College of Engineering, Aghai, Maharashtra, India 2018 IJSRSET Volume 4 Issue 1 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Implementation of Various JPEG Algorithm for Image Compression Swanand Labad 1, Vaibhav

More information

Improvement of HEVC Inter-coding Mode Using Multiple Transforms

Improvement of HEVC Inter-coding Mode Using Multiple Transforms Improvement of HEVC Inter-coding Mode Using Multiple Transforms Pierrick Philippe Orange, bcom pierrick.philippe@orange.com Thibaud Biatek TDF, bcom thibaud.biatek@tdf.fr Victorien Lorcy bcom victorien.lorcy@b-com.com

More information

Thousand to One: An Image Compression System via Cloud Search

Thousand to One: An Image Compression System via Cloud Search Thousand to One: An Image Compression System via Cloud Search Chen Zhao zhaochen@pku.edu.cn Siwei Ma swma@pku.edu.cn Wen Gao wgao@pku.edu.cn ABSTRACT With the advent of the big data era, a huge number

More information

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X

International Journal of Innovative Research in Engineering Science and Technology APRIL 2018 ISSN X HIGH DYNAMIC RANGE OF MULTISPECTRAL ACQUISITION USING SPATIAL IMAGES 1 M.Kavitha, M.Tech., 2 N.Kannan, M.E., and 3 S.Dharanya, M.E., 1 Assistant Professor/ CSE, Dhirajlal Gandhi College of Technology,

More information

MOST modern digital cameras allow the acquisition

MOST modern digital cameras allow the acquisition A Survey on Lossless Compression of Bayer Color Filter Array Images Alina Trifan, António J. R. Neves Abstract Although most digital cameras acquire images in a raw format, based on a Color Filter Array

More information

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding Comparative Analysis of Lossless Compression techniques SPHIT, JPEG-LS and Data Folding Mohd imran, Tasleem Jamal, Misbahul Haque, Mohd Shoaib,,, Department of Computer Engineering, Aligarh Muslim University,

More information

JPEG2000: IMAGE QUALITY METRICS INTRODUCTION

JPEG2000: IMAGE QUALITY METRICS INTRODUCTION JPEG2000: IMAGE QUALITY METRICS Bijay Shrestha, Graduate Student Dr. Charles G. O Hara, Associate Research Professor Dr. Nicolas H. Younan, Professor GeoResources Institute Mississippi State University

More information

The ITU-T Video Coding Experts Group (VCEG) and

The ITU-T Video Coding Experts Group (VCEG) and 378 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 15, NO. 3, MARCH 2005 Analysis, Fast Algorithm, and VLSI Architecture Design for H.264/AVC Intra Frame Coder Yu-Wen Huang, Bing-Yu

More information

Integral Video Coding

Integral Video Coding Integral Video Coding Fan Yang Master Thesis Stockholm, Sweden 2014 XR-EE-KT 2014:002 Integral Video Coding Fan YANG Master s Thesis Conducted at Ericsson Research, Kista, Sweden Supervisor: Julien Michot

More information

SERIES T: TERMINALS FOR TELEMATIC SERVICES. ITU-T T.83x-series Supplement on information technology JPEG XR image coding system System architecture

SERIES T: TERMINALS FOR TELEMATIC SERVICES. ITU-T T.83x-series Supplement on information technology JPEG XR image coding system System architecture `````````````````` `````````````````` `````````````````` `````````````````` `````````````````` `````````````````` International Telecommunication Union ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF

More information

Audio Signal Compression using DCT and LPC Techniques

Audio Signal Compression using DCT and LPC Techniques Audio Signal Compression using DCT and LPC Techniques P. Sandhya Rani#1, D.Nanaji#2, V.Ramesh#3,K.V.S. Kiran#4 #Student, Department of ECE, Lendi Institute Of Engineering And Technology, Vizianagaram,

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

JPEG Image Transmission over Rayleigh Fading Channel with Unequal Error Protection

JPEG Image Transmission over Rayleigh Fading Channel with Unequal Error Protection International Journal of Computer Applications (0975 8887 JPEG Image Transmission over Rayleigh Fading with Unequal Error Protection J. N. Patel Phd,Assistant Professor, ECE SVNIT, Surat S. Patnaik Phd,Professor,

More information

Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold

Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold Efficient Image Compression Technique using JPEG2000 with Adaptive Threshold Md. Masudur Rahman Mawlana Bhashani Science and Technology University Santosh, Tangail-1902 (Bangladesh) Mohammad Motiur Rahman

More information

Dct Based Image Transmission Using Maximum Power Adaptation Algorithm Over Wireless Channel using Labview

Dct Based Image Transmission Using Maximum Power Adaptation Algorithm Over Wireless Channel using Labview Dct Based Image Transmission Using Maximum Power Adaptation Over Wireless Channel using Labview 1 M. Padmaja, 2 P. Satyanarayana, 3 K. Prasuna Asst. Prof., ECE Dept., VR Siddhartha Engg. College Vijayawada

More information

OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD

OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD Author manuscript, published in "EUSIPCO'10: 18th European Signal Processing Conference, Aalborg : Denmark (2010)" OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD Z. Shahid, M. Chaumont

More information

Light field sensing. Marc Levoy. Computer Science Department Stanford University

Light field sensing. Marc Levoy. Computer Science Department Stanford University Light field sensing Marc Levoy Computer Science Department Stanford University The scalar light field (in geometrical optics) Radiance as a function of position and direction in a static scene with fixed

More information

3D-Assisted Image Feature Synthesis for Novel Views of an Object

3D-Assisted Image Feature Synthesis for Novel Views of an Object 3D-Assisted Image Feature Synthesis for Novel Views of an Object Hao Su* Fan Wang* Li Yi Leonidas Guibas * Equal contribution View-agnostic Image Retrieval Retrieval using AlexNet features Query Cross-view

More information

Multiplayer Cloud Gaming System with Cooperative Video Sharing

Multiplayer Cloud Gaming System with Cooperative Video Sharing Multiplayer Cloud Gaming System with Cooperative Video Sharing Wei Cai and Victor C.M. Leung Department of Electrical and Computer Engineering The University of British Columbia Vancouver, Canada VT 1Z

More information

Coded Aperture and Coded Exposure Photography

Coded Aperture and Coded Exposure Photography Coded Aperture and Coded Exposure Photography Martin Wilson University of Cape Town Cape Town, South Africa Email: Martin.Wilson@uct.ac.za Fred Nicolls University of Cape Town Cape Town, South Africa Email:

More information

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR

LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 1 LECTURE VI: LOSSLESS COMPRESSION ALGORITHMS DR. OUIEM BCHIR 2 STORAGE SPACE Uncompressed graphics, audio, and video data require substantial storage capacity. Storing uncompressed video is not possible

More information

COMPRESSION OF SENSOR DATA IN DIGITAL CAMERAS BY PREDICTION OF PRIMARY COLORS

COMPRESSION OF SENSOR DATA IN DIGITAL CAMERAS BY PREDICTION OF PRIMARY COLORS COMPRESSION OF SENSOR DATA IN DIGITAL CAMERAS BY PREDICTION OF PRIMARY COLORS Akshara M, Radhakrishnan B PG Scholar,Dept of CSE, BMCE, Kollam, Kerala, India aksharaa009@gmail.com Abstract The Color Filter

More information

SNR Scalability, Multiple Descriptions, and Perceptual Distortion Measures

SNR Scalability, Multiple Descriptions, and Perceptual Distortion Measures SNR Scalability, Multiple Descriptions, Perceptual Distortion Measures Jerry D. Gibson Department of Electrical & Computer Engineering University of California, Santa Barbara gibson@mat.ucsb.edu Abstract

More information

Capturing Light. The Light Field. Grayscale Snapshot 12/1/16. P(q, f)

Capturing Light. The Light Field. Grayscale Snapshot 12/1/16. P(q, f) Capturing Light Rooms by the Sea, Edward Hopper, 1951 The Penitent Magdalen, Georges de La Tour, c. 1640 Some slides from M. Agrawala, F. Durand, P. Debevec, A. Efros, R. Fergus, D. Forsyth, M. Levoy,

More information

Image Compression Using SVD ON Labview With Vision Module

Image Compression Using SVD ON Labview With Vision Module International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 14, Number 1 (2018), pp. 59-68 Research India Publications http://www.ripublication.com Image Compression Using SVD ON

More information

SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel

SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel SPIHT Algorithm with Huffman Encoding for Image Compression and Quality Improvement over MIMO OFDM Channel Dnyaneshwar.K 1, CH.Suneetha 2 Abstract In this paper, Compression and improving the Quality of

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Hexagonal Liquid Crystal Micro-Lens Array with Fast-Response Time for Enhancing Depth of Light Field Microscopy

Hexagonal Liquid Crystal Micro-Lens Array with Fast-Response Time for Enhancing Depth of Light Field Microscopy Hexagonal Liquid Crystal Micro-Lens Array with Fast-Response Time for Enhancing Depth of Light Field Microscopy Chih-Kai Deng 1, Hsiu-An Lin 1, Po-Yuan Hsieh 2, Yi-Pai Huang 2, Cheng-Huang Kuo 1 1 2 Institute

More information

Video, Image and Data Compression by using Discrete Anamorphic Stretch Transform

Video, Image and Data Compression by using Discrete Anamorphic Stretch Transform ISSN: 49 8958, Volume-5 Issue-3, February 06 Video, Image and Data Compression by using Discrete Anamorphic Stretch Transform Hari Hara P Kumar M Abstract we have a compression technology which is used

More information

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin

A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION. Scott Deeann Chen and Pierre Moulin A TWO-PART PREDICTIVE CODER FOR MULTITASK SIGNAL COMPRESSION Scott Deeann Chen and Pierre Moulin University of Illinois at Urbana-Champaign Department of Electrical and Computer Engineering 5 North Mathews

More information

Reduction of Interband Correlation for Landsat Image Compression

Reduction of Interband Correlation for Landsat Image Compression Reduction of Interband Correlation for Landsat Image Compression Daniel G. Acevedo and Ana M. C. Ruedin Departamento de Computación, Facultad de Ciencias Exactas y Naturales, Universidad de Buenos Aires

More information

KAUSHIK MITRA CURRENT POSITION. Assistant Professor at Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai.

KAUSHIK MITRA CURRENT POSITION. Assistant Professor at Department of Electrical Engineering, Indian Institute of Technology Madras, Chennai. KAUSHIK MITRA School Address Department of Electrical Engineering Indian Institute of Technology Madras Chennai, TN, India 600036 Web: www.ee.iitm.ac.in/kmitra Email: kmitra@ee.iitm.ac.in Contact: 91-44-22574411

More information

Arithmetic Compression on SPIHT Encoded Images

Arithmetic Compression on SPIHT Encoded Images Arithmetic Compression on SPIHT Encoded Images Todd Owen, Scott Hauck {towen, hauck}@ee.washington.edu Dept of EE, University of Washington Seattle WA, 98195-2500 UWEE Technical Report Number UWEETR-2002-0007

More information

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image

Comparative Analysis of WDR-ROI and ASWDR-ROI Image Compression Algorithm for a Grayscale Image Comparative Analysis of WDR- and ASWDR- Image Compression Algorithm for a Grayscale Image Priyanka Singh #1, Dr. Priti Singh #2, 1 Research Scholar, ECE Department, Amity University, Gurgaon, Haryana,

More information

Level-Successive Encoding for Digital Photography

Level-Successive Encoding for Digital Photography Level-Successive Encoding for Digital Photography Mehmet Celik, Gaurav Sharma*, A.Murat Tekalp University of Rochester, Rochester, NY * Xerox Corporation, Webster, NY Abstract We propose a level-successive

More information

Computational Approaches to Cameras

Computational Approaches to Cameras Computational Approaches to Cameras 11/16/17 Magritte, The False Mirror (1935) Computational Photography Derek Hoiem, University of Illinois Announcements Final project proposal due Monday (see links on

More information

Depth-Based Image Segmentation

Depth-Based Image Segmentation Depth-Based Image Segmentation Nathan Loewke Stanford University Department of Electrical Engineering noloewke@stanford.edu Abstract In this paper I investigate light field imaging as it might relate to

More information

Optimization Techniques for Alphabet-Constrained Signal Design

Optimization Techniques for Alphabet-Constrained Signal Design Optimization Techniques for Alphabet-Constrained Signal Design Mojtaba Soltanalian Department of Electrical Engineering California Institute of Technology Stanford EE- ISL Mar. 2015 Optimization Techniques

More information