Further Reduced Resolution Depth Coding for Stereoscopic 3D Video

Size: px
Start display at page:

Download "Further Reduced Resolution Depth Coding for Stereoscopic 3D Video"

Transcription

1 Further Reduced Resolution Depth Coding for Stereoscopic 3D Video N. S. Mohamad Anil Shah, H. Abdul Karim, and M. F. Ahmad Fauzi Multimedia University, Cyberjaya, Selangor, Malaysia Abstract In this paper, Further Reduced Resolution Depth Coding (FRRDC) method is proposed as an improvement for the Reduced Resolution Depth Coding (RRDC) method that was used for Scalable Video Coding (SVC). Similar to RRDC, FRRDC is applied by using Down-Sampling and Up-Sampling (DSUS) of the depth data of the stereoscopic 3D video. The depth data is downsampled before the SVC encoding and up-sampled after the SVC decoding operation. The proposed FRRDC using DSUS method aims to improve the coding method and efficiency of the RRDC method in terms of objective and subjective quality of the stereoscopic 3D video. The difference between FRRDC and RRDC method lies in the sense that FRRDC encodes an even more reduced resolution of the depth video compared to the RRDC. This paper gives an overview of the FRRDC method and the simulation results are obtained to evaluate the performance of the FRRDC method. Index Terms 3D stereoscopic video, scalable video coding, down-sampling and up-sampling. I. INTRODUCTION The Joint Video Team of the ITU-T Video Coding Expert Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG) has previously standardized a scalable video coding extension (SVC) to the existing H.264/AVC codec to support video systems with diverse capabilities. SVC is a technology that uses single bit stream to provide multiple spatial, temporal, and quality (SNR) resolutions, resulting in various options in terms of picture quality and spatialtemporal resolutions [1]. In this paper, the SVC is used to encode the stereoscopic 3D video. Stereoscopic 3D video is the simplest type of 3D video that can be used for many multimedia applications that are compatible with existing video technologies. Stereoscopic video renders a different view for each eye to project the illusion of depth for the 3D scene. A 2D plus depth video format of stereoscopic video is described in [2], where 2D video from an ordinary 2D video camera and depth video from a laser range or depth camera are used. Using the spatial scalability of SVC, the 2D colour video and depth video can be coded at the base and enhancement layers respectively using the SVC encoder as shown in Fig. 1. At the SVC decoder, depth video is combined with colour video using the Depth Image Base Rendering (DIBR) technique [2] to produce the left and right views of the stereoscopic video. The 2D plus depth format of stereoscopic video coding configuration provides a more backward compatibility with other video encoders such as the left and right coding and interlaced coding of the colour and depth data, compared to other types of stereoscopic video coding configurations [3]. The 2D plus depth SVC configuration as shown in Fig. 1 has also been proven to have better performance than the coding of colour and depth format using the MPEG4-Multiple Auxiliary Component (MPEG4-MAC) [3]. Color Video SVC ENCODER SVC DECODER DIBR Depth Video 3D Stereoscopic Video Fig. 1: SVC configuration for 2D plus depth format. This paper investigates the application of DSUS together with further reduced resolution of depth video coding to the SVC for 2D plus depth stereoscopic video format. The objective of this paper is to achieve further compression using the DSUS without impairing the quality of the perceived stereoscopic 3D video. Such compression method is desirable for consumer devices such as the 3DTV [4], mobile 3DTV [5]

2 and 3D mobile phone [6] as it can store and transmit 3D video at a much reduced bandwidth requirement. In the DSUS method, the depth video frames are spatially down-sampled before the SVC encoding and up-sampled after the SVC decoding. Section II gives a brief literature review on FRRDC based on RRDC DSUS method. Section III describes the application of FRRDC DSUS method with the SVC. Section IV provides the performance evaluation of the proposed solution in error free and error prone environments, objectively and subjectively. Section V gives the concluding remarks of this paper. II. OVERVIEW OF FURTHER REDUCED RESOLUTION DEPTH CODING METHOD The application of reduced resolution or down-sampling for image and video compression has been investigated with the aim of improving the objective and subjective performance at low bit rates in [7] and [14]. In [7], it is shown that the downsampling of the image resolution resulted to an optimum compression with improved PSNR performance. In [14], it is shown that the down-sampling of the depth video resolution resulted to better PSNR performance as well as better perceived quality of the stereoscopic 3D video. The effect of down-sampling is also investigated on multiview video coding efficiency in [8] and [9]. In [8], arbitrary views inside a multi-view sequence are down-sampled before encoding and up-sampled to their original resolutions after decoding. Results showed a reduction in bit rate and computational complexity. In [9] the method in [8] is applied to multi-view sequences with depth information taking into consideration the quantisation distortion and down-sampling distortion that varies with the operating bit rate. In [9], the coding efficiency of the stereoscopic 3D video in [3] is enhanced at low bit rate range by applying the RRDC method. Ultimately, the effects of further reducing or further downsampling of the depth video resolution based on the RRDC method is to be investigated in this paper. Method used in [14] will be modified by further reducing or further down-sampling the depth video resolution used in the coding processes of the stereoscopic 3D videos. III. FRRDC FOR SVC Similar to RRDC, FRRDC uses a simple way to further reduce the spatial resolution of an image by a factor of four instead of a factor of two by using sub-sampling. If f(i,j) is the pixel value of an image at location (i,j), then the downsampled image is, fd(i/4,j/4) = f(i,j) (1) For i=0,4,8, XSIZE, j=0,4,8, YSIZE where XSIZE is the vertical size and YSIZE is the horizontal size of the image to be down-sampled. Take into account that the three neighbouring pixels to f(i,j), which are f(i,j+1), f(i+1,j) and f(i+1,j+1), can also be used. In this paper, the pixel f(i,j) added with the three neighbouring pixel values are averaged as given below to produce an image down-sampled by a factor of four. fd (i/4,j/4) =[f(i,j) + f(i,j+1) + f(i+1,j) + f(i+1,j+1)]/4 (2) For i=0,4,8 XSIZE-1, j=0,4,8 YSIZE-1 As an example, Equation (2) can be repeated for every frame in a 720x576 depth image sequence resulting in a 180x144 depth image sequence. The resulting sequence has to be cropped to 176x144 (QCIF resolution) to suit the SVC encoder operation. During the process of up-sampling from 176x144 to 720x576, the depth video quality is slightly affected as a result from pixel copying at the edge to match the cropped columns, which reduces the Peak Signal to Noise Ratio (PSNR) of the up-sampled depth information. However, the overall bit rate is further reduced due to the further downsampling of the depth information. The FRRDC algorithm can be applied to the enhancement layer of SVC which is used to code the depth information by using the DSUS method. Fig. 2 shows the block diagram of the proposed method for the encoder. At the decoder, the coded depth information from the enhancement layer is upsampled back to its original resolution. 720x x576 Enhancement Layer Downsample 176x144 Base Layer SVC ENCODER Fig. 2: Block diagram of H.264/SVC encoder with FRRDC. IV. SIMULATION RESULTS AND DISCUSSION Orbi, Interview, and Cg test sequences with spatial resolution of 720x576 are used in the simulation. The test sequences include both, color and depth information. The depth information is down-sampled from the original 720x576 spatial resolutions to QCIF (176x144) spatial resolution. The JSVM software [10] is used in the simulation of the SVC. Three layer configurations is used in the simulation as shown in Table 1 due to the fact that the SVC spatial scalability does not allow the enhancement layer to send video at lower spatial resolution than the base layer as mentioned in [14]. Similar to RRDC, both SVC without DSUS (SVC-ORG) and SVC with DSUS (SVC-DSUS) configurations are used for simulation purposes. The base layer (layer 0) of the SVC is used to send the colour information at QCIF (176x144) resolution. For SVC-DSUS configuration, the enhancement layer (layer 1) is used to send the depth at reduced resolution. The third layer which is the enhancement layer 2 is used to

3 send the colour information of the original resolution for both SVC-ORG and SVC-DSUS configurations. The purpose of having two configurations such as the SVC-ORG and SVC- DSUS is to illustrate, compare, and evaluate the effects of the further reduced resolution coding method with regards of the original resolution coding method. TABLE I. CONFIGURATION USED FOR SVC-ORG AND SVC-DSUS Encoder SVC- ORG SVC- DSUS Layer Spatial Resolution Type 0 (b) 176x144 Color 1 (e) 720x576 Depth 2 (e) 720x576 Color 0 (b) 176x144 Color 1 (e) 176x144 Depth 2 (e) 720x576 Color b: base layer, e: enhancement layer Fig. 3: Rate distortion for the depth information of Orbi sequence. A. Error Free Objective Quality Evaluation The rate distortion curve obtained for the depth information of the Orbi, Cg and Interview sequences simulation are shown in Fig. 3, Fig. 4, and Fig. 5 respectively. The bit rate is varied using the quantization parameter (QP). QP of 10, 30, and 50 is used in this particular simulation. The same quantization parameter is used for colour and depth. There is no rate allocation performed between the color and depth information. Horizontal axis of the graph shows the bit rate for the depth whereas the vertical axis of the graph shows the average PNSR for the depth as shown in Fig.3, Fig. 4, and Fig.5. It can be seen from Fig. 3, Fig.4, and Fig. 5 that the performance of the SVC DSUS (FRRDC) is much better than SVC-ORG (FRRDC) at the same bit rate in low bit range (less than 300 kbit/s for Orbi sequence, less than 500 kbits/s for Interview sequence, and less than 100 kbits/second for Cg sequence). For example it can be seen in Fig 3. that at about 300 kbit/s, the average PSNR for SVC-DSUS Orbi is about 36 db and the average PSNR for SVC-ORG Orbi is about 28 db. However, the DSUS method degrades depth performance at bit rate above 1000 kbit/s due to the up-sampling distortion which is more visible at high bit rates. Fig. 4: Rate distortion for the depth information of Interview sequence. B. Error Free Subjective Quality Evaluation Subjective quality evaluation of the stereoscopic 3D videos is performed to further confirm the perceived quality of the synthesized stereoscopic 3D video. The evaluation is done due to the fact that the PSNR measures video quality has been said to have poor correlation with the real perceptual quality as discussed in [11] and [12]. Orbi, Interview and Cg video sequences are used for the subjective quality evaluation. In the subjective quality evaluation, the QP of the colour video is fixed to 5 and the QP of the depth video is varied from 10, 30 and 50 to evaluate the videos of different compression characteristics or at different bitrates. Fig. 5: Rate distortion for the depth information of Cg sequence. The Double Stimulus Continuous Quality Scale (DSCQS) method (Variant I) is used in this evaluation. The assessors are presented with both the unimpaired (original) reference video

4 which is the synthesized stereoscopic 3D video from the SVC- ORG (FRRDC) configuration and the so called impaired (down-sampled and up-sampled) synthesized stereoscopic 3D video from the SVC-DSUS (FRRDC) configuration for all the required combinations of QP 10, 30, and 50. The assessors are asked to rate the quality for both videos according on the scale given in the survey form. The SVC-ORG and SVC DSUS videos are presented randomly to the assessors according to its corresponding QP. A total of 15 respondents (8 males and 7 females) with the age ranges from 20 to 50 are chosen to participate in the evaluation. All participants are non-experts in assessing 3D stereoscopic video quality. A full resolution 1366x768 of a 14 inch Sony VAIO LCD monitor display is used for viewing and evaluation of the videos. A pair of red and blue 3D glasses is given to the respondents to view and assess the 3D impairment effect of the video. A sheet of survey form is given to each assessor to evaluate the quality of the three videos sequences. In each test, the videos are assessed using the grading scale as shown in Fig. 6. Assessors were asked to assess the overall picture quality of each video by marking on the continuous vertical scale given in the survey form. The scale was divided into five equal lengths corresponding to the ITUR five-point quality scale. The associated terms categorizing the different levels were the same as used in the BT Recommendation. The method mentioned is used for subjective quality evaluation in [14] and again used in this paper for subjective quality evaluation of the FRRDC method. Fig. 6. Grading scale of the subjective quality evaluation. Similarly, the results obtained in the subjective quality evaluation are compiled and analyzed accordingly. The mean score, standard deviation and the confidence interval were calculated and tabulated for all of the test sequences. The quality of the video is considered to be high if the mean score is closer to 0, whereas the quality of the video is considered to be low if the mean score is closer to 100. Other than that, mean score of 0 also indicates that the quality of the SVC- DSUS video is 100% the same as the quality of the SVC-ORG video. The standard deviation and the confidence interval values indicate the level of correlation between one assessor s opinions to the other. deviation values that is closer to 0 also indicates that the quality of the perceived video assessed by the assessor is closer to 100% the same between all of the assessors, which points to no variation in opinion among them. Therefore it should also be of small values in order for the mean score to be meaningful and collective. Fig. 7, Fig. 8 and Fig. 9 shows the pairs of test sequences used for the subjective quality evaluation of both the original (SVC-ORG) and the down-and-up-sampled (SVC-DSUS) of the FRRDC stereoscopic 3D videos for Orbi, Interview, and Cg sequence respectively with QP of the color video fixed to 5 and QP of the depth video varied from 10, 30 and 50. It can be seen from Fig. 7, Fig. 8 and Fig. 9 that the depth video can be further compressed without impairing the perceived stereoscopic 3D video quality much. The first column of Fig. 7, Fig. 8 and Fig. 9 shows the images of the videos from the SVC-ORG configuration whereas the second column Fig. 7, Fig. 8 and Fig. 9 shows the images of the videos from the SVC-DSUS configuration of the FRRDC method. The first row, second and third row of Fig. 7, Fig. 8 and Fig. 9 also shows the images of the videos for the configuration of QP depth equal to 10, 30, and 50 respectively. It can be seen from the Fig. 7 to Fig. 9 that, on the second column, last row (SVC-DSUS), the stereoscopic 3D video quality is almost the same as the SVC Org (first column, last row). This shows that compression distortion together with the DSUS distortion of the depth data does not affect the overall quality stereoscopic 3D video. This is further confirmed by the subjective evaluation results in Table II to Table IV. The overall bit rates, bit rate difference between SVC-ORG and SVC-DSUS, mean score, standard deviation and confidence interval for Orbi, Interview, and Cg sequence are given in Table II, Table III, and Table IV respectively. The results from Table II, Table III and Table IV show that the SVC DSUS can achieve almost the same stereoscopic 3D video quality as SVC-ORG with lesser bit rates. For example as shown in Table II, for QP equals to 10, SVC-ORG encodes the Orbi sequence at kbit/s and SVC-DSUS encodes the Orbi sequence at kbit/s, lower by kbit/s, which is about 19.7% reduction in bit rates which is much higher than the RRDC method with only 15.1% of reduction in bit rates for Orbi sequence in [14]. The results from Table II, Table III, and Table IV also shows that the Orbi, Interview and Cg video quality is of high quality for all QP of 10, 30, and 50 with a mean score of 1.60 each, which indicates 98.4% of similarity in both SVC-ORG and SVC-DSUS videos. It can also be seen that the standard deviation values of all videos are also of small values (less than 3.00) for all QP values which indicate that the majority of the assessors have similar sense of the perceived video quality. The data obtained from Table II, Table III and Table IV are then analyzed to obtain the overall subjective quality. The overall mean score, standard deviation and confidence interval for all the videos of all QP variation tested are calculated. Table V generally sums up the overall subjective quality of the three videos for FRRDC method.

5 TABLE II. SURVEY RESULTS OF THE SUBJECTIVE QUALITY EVALUATION FOR ORBI VIDEO Fig. 7. Orbi sequence with original depth videos (left) and down-and-upsampled depth videos (right), 1st row QP depth 10, 2nd row QP depth 30, and 3rd row QP depth 50. Orbi QP10 QP30 QP50 Overall Bitrates (kbps) SVC-ORG SVC-DSUS Bitrate Difference Mean Score Deviation Confidence 1.60± ± ±1.08 TABLE III. SURVEY RESULTS OF THE SUBJECTIVE QUALITY EVALUATION FOR INTERVIEW VIDEO Interview QP10 QP30 QP50 Overall Bitrates (kbps) SVC-ORG Fig. 8. Interview sequence with original depth videos (left) and down-and-up-sampled depth videos (right), 1st row QP depth 10, 2nd row QP depth 30, and 3rd row QP depth 50. Fig. 9. Cg sequence with original depth videos (left) and down-and-up-sampled depth videos (right), 1st row QP depth 10, 2nd row QP depth 30, and 3rd row QP depth 50. SVC-DSUS Bitrate Difference Mean Score Deviation Confidence ± ± ±1.08 TABLE IV. SURVEY RESULTS OF THE SUBJECTIVE QUALITY EVALUATION FOR CG VIDEO Cg QP10 QP30 QP50 Overall Bitrates (kbps) SVC-ORG SVC-DSUS Bitrate Difference Mean Score Deviation Confidence 1.60± ± ±1.08 It is also shown in Table V that the overall quality of the SVC-DSUS for Orbi, Interview and Cg sequences has the mean score of 1.60 each which indicates that the videos are about 98.40%, similar to the SVC-ORG of Orbi, Interview and Cg sequences, with a small standard deviation of 1.08 each. The overall subjective quality evaluation result shows that the assessors found it hard to differentiate the perceived

6 quality of all the stereoscopic 3D videos. This further proves that the process of further down-sampling and up-sampling depth information applied in the SVC-DSUS using FRRDC configuration has the ability to yield high quality stereoscopic 3D video comparable to the quality of the original depth information used in the SVC-ORG configuration at a much reduced storage and bandwidth requirements than the RRDC DSUS method. TABLE V. OVERALL SUBJECTIVE QUALITY EVALUATION RESULTS FOR ALL TEST SEQUENCES Test Sequence Mean Score Deviation Confidence FRRDC Orbi Cg Interview ± ± ±1.08 V. CONCLUSION This paper presents the application of DSUS with FRRDC to SVC for the compression of 3D stereoscopic video using the 2D plus depth video format. The simulation results showed that the FRRDC method provides further compression of the 3D stereoscopic video than the RRDC method with no impairment on the perceived video quality. The application of FRRDC shows an improvement in the rate distortion performance of SVC, particularly at the low bit rate range due to the further reduction in depth bit rates. Similar to RRDC method, although there is a risk of up-sampling distortion; the simulation results shows that the up-sampling distortion only reduces the coding efficiency in the high bit rate range. Results obtained from the subjective quality evaluation of the stereoscopic 3D video further confirmed that the perceived quality of the FRRDC SVC stereoscopic 3D video is better than the RRDC SVC stereoscopic 3D video for both configurations, SVC ORG and SVC DSUS as it yields videos with 98.4% similarity to the original videos with even lesser bit rates. This proves that the FRRDC DSUS depth coding method can be used to encode stereoscopic 3D videos, as it gives the viewer high quality of stereoscopic 3D video with the videos that uses original depth information at a much lower bitrates than the RRDC DSUS depth coding method. ACKNOWLEDGMENT This project is sponsored under the MMU-GRA scheme with project ID of IP REFERENCES [1] H. Schwarz, D. Marpe, and T. Wiegand. Overview of the scalable video coding extension of the H.264/AVC standard, IEEE Transcaction on Circuits and Video Systems for Video Technology, vol. 17, no. 9, pp , September [2] C. Fehn. A 3d-tv approach using depth-image-based rendering (dibr), in Proc. of VIIP2003, Spain, September [3] C.T.E.R. Hewage, H. A. Karim, S. Worrall, S.Dogan, and A.M. Kondoz. Comparison of Stereo Video Coding Support in MPEG-4 MAC, H.264/AVC and H.264/SVC, in Proc. of VIE2007, London, July [4] H.M. Ozaktas and L. Onural, Three-Dimensional Television - Capture, Transmission, Display, Springer, 2008, Pp [5] A. Gotchev, A. Tikanmaki, A. Boev, K. Egiazarian, I. Pushkarov, and N.Daskalov, Mobile 3DTV technology demonstrator based on OMAP3430, 16th International Conference on Digital Signal Processing (DSP 2009), Santorini, Greece, July [6] C. Bal, Three-Dimensional Video Coding On Mobile Platforms, Master Thesis, Bilkent University, September [7] A. M. Bruckstein, M. Elad, and R. Kimmel. Downscaling for better transform compression, IEEE Trans. Image Processing, vol. 12, no. 12, pp , September [8] E. Ekmekcioglu, S. T. Worrall, and A. M. Kondoz. Utilisation of downsampling for arbitrary views in multi-view video coding, Electronic Letters, vol. 44, no. 5, pp , February [9] E. Ekmekcioglu, S. Worrall, and A. M. Kondoz. Bit-rate adaptive downsampling for the coding of multi-view video with depth information, in Proc. of 3DTVConference, Istanbul, Turkey, May [10] JSVM reference software from CVS server, garcon.ient.rwthaachen.de/cvs/jvt. [11] P. W. Gorley and N. S. Holliman, Stereoscopic Image Quality Metrics and Compression, in Proceedings of SPIE-IS&T Electronic Imaging, SPIE, vol. 6803, pp. 1-12, January [12] Y. Zhong, I. Richardson, A. Sahraie, and P. Mcgeorge, Qualitative and quantitative assessment in video compression, in Proc. of 12 th European Conference on Eye Movements, Dundee, Scotland, August [13] Recommendation ITU-R BT , Methodology for the Subjective Assessment of the Quality of Television Pictures, ITU-R, pp. 1-48, [14] H. A. Karim, N. S. Mohamad Anil Shah, N. M. Arif, A. Sali, S. Worrall, Reduced Resolution Depth Coding for Stereoscopic 3D Video, IEEE Transactions on Consumer Electronics, 2010.

304 IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 3, NO. 2, APRIL 2009

304 IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 3, NO. 2, APRIL 2009 304 IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 3, NO. 2, APRIL 2009 Quality Evaluation of Color Plus Depth Map-Based Stereoscopic Video Chaminda T. E. R. Hewage, Student Member, IEEE, Stewart

More information

Upcoming Video Standards. Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc.

Upcoming Video Standards. Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc. Upcoming Video Standards Madhukar Budagavi, Ph.D. DSPS R&D Center, Dallas Texas Instruments Inc. Outline Brief history of Video Coding standards Scalable Video Coding (SVC) standard Multiview Video Coding

More information

Performance Comparison between DWT-based and DCT-based Encoders

Performance Comparison between DWT-based and DCT-based Encoders , pp.83-87 http://dx.doi.org/10.14257/astl.2014.75.19 Performance Comparison between DWT-based and DCT-based Encoders Xin Lu 1 and Xuesong Jin 2 * 1 School of Electronics and Information Engineering, Harbin

More information

Adaptation of Scalable Video Coding to Packet Loss and its Performance Analysis

Adaptation of Scalable Video Coding to Packet Loss and its Performance Analysis Adaptation of Scalable Video Coding to Packet Loss and its Performance Analysis Euy-Doc Jang *, Jae-Gon Kim *, Truong Thang**,Jung-won Kang** *Korea Aerospace University, 100, Hanggongdae gil, Hwajeon-dong,

More information

Coding of 3D Videos based on Visual Discomfort

Coding of 3D Videos based on Visual Discomfort Coding of 3D Videos based on Visual Discomfort Dogancan Temel and Ghassan AlRegib School of Electrical and Computer Engineering, Georgia Institute of Technology Atlanta, GA, 30332-0250 USA {cantemel, alregib}@gatech.edu

More information

CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC

CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC CONTENT ADAPTIVE COMPLEXITY REDUCTION SCHEME FOR QUALITY/FIDELITY SCALABLE HEVC Hamid Reza Tohidypour, Mahsa T. Pourazad 1,2, and Panos Nasiopoulos 1 1 Department of Electrical & Computer Engineering,

More information

Advanced Video Coding: The new H.264 video compression standard

Advanced Video Coding: The new H.264 video compression standard Advanced Video Coding: The new H.264 video compression standard August 2003 1. Introduction Video compression ( video coding ), the process of compressing moving images to save storage space and transmission

More information

One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain

One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain Author manuscript, published in "International Symposium on Broadband Multimedia Systems and Broadcasting, Bilbao : Spain (2009)" One-pass bitrate control for MPEG-4 Scalable Video Coding using ρ-domain

More information

QUALITY ASSESSMENT FOR H.264 CODED LOW-RATE AND LOW-RESOLUTION VIDEO SEQUENCES

QUALITY ASSESSMENT FOR H.264 CODED LOW-RATE AND LOW-RESOLUTION VIDEO SEQUENCES Copyright 2004 IASTED. Published in the proceedings of CIIT, St. Thomas, US Virgin Islands, November 22-24, 2004 QUALITY ASSESSMENT FOR H.264 CODED LOW-RATE AND LOW-RESOLUTION VIDEO SEQUENCES Olivia Nemethova,

More information

TEMPORAL AND SPATIAL SCALING FOR STEREOSCOPIC VIDEO COMPRESSION

TEMPORAL AND SPATIAL SCALING FOR STEREOSCOPIC VIDEO COMPRESSION TEMPORAL AND SPATIAL SCALING FOR STEREOSCOPIC VIDEO COMPRESSION Anil Aksay 1, Cagdas Bilen 1, Engin Kurutepe 2, Tanır Ozcelebi 2, Gozde Bozdagi Akar 1, M. Reha Civanlar 2, A. Murat Tekalp 2 1 Electrical

More information

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC

SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC SINGLE PASS DEPENDENT BIT ALLOCATION FOR SPATIAL SCALABILITY CODING OF H.264/SVC Randa Atta, Rehab F. Abdel-Kader, and Amera Abd-AlRahem Electrical Engineering Department, Faculty of Engineering, Port

More information

STUDY AND IMPLEMENTATION OF VIDEO COMPRESSION STANDARDS (H.264/AVC, DIRAC)

STUDY AND IMPLEMENTATION OF VIDEO COMPRESSION STANDARDS (H.264/AVC, DIRAC) STUDY AND IMPLEMENTATION OF VIDEO COMPRESSION STANDARDS (H.264/AVC, DIRAC) EE 5359-Multimedia Processing Spring 2012 Dr. K.R Rao By: Sumedha Phatak(1000731131) OBJECTIVE A study, implementation and comparison

More information

Bit Allocation for Spatial Scalability in H.264/SVC

Bit Allocation for Spatial Scalability in H.264/SVC Bit Allocation for Spatial Scalability in H.264/SVC Jiaying Liu 1, Yongjin Cho 2, Zongming Guo 3, C.-C. Jay Kuo 4 Institute of Computer Science and Technology, Peking University, Beijing, P.R. China 100871

More information

2014 Summer School on MPEG/VCEG Video. Video Coding Concept

2014 Summer School on MPEG/VCEG Video. Video Coding Concept 2014 Summer School on MPEG/VCEG Video 1 Video Coding Concept Outline 2 Introduction Capture and representation of digital video Fundamentals of video coding Summary Outline 3 Introduction Capture and representation

More information

No-reference perceptual quality metric for H.264/AVC encoded video. Maria Paula Queluz

No-reference perceptual quality metric for H.264/AVC encoded video. Maria Paula Queluz No-reference perceptual quality metric for H.264/AVC encoded video Tomás Brandão Maria Paula Queluz IT ISCTE IT IST VPQM 2010, Scottsdale, USA, January 2010 Outline 1. Motivation and proposed work 2. Technical

More information

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s).

For layered video encoding, video sequence is encoded into a base layer bitstream and one (or more) enhancement layer bit-stream(s). 3rd International Conference on Multimedia Technology(ICMT 2013) Video Standard Compliant Layered P2P Streaming Man Yau Chiu 1, Kangheng Wu 1, Zhibin Lei 1 and Dah Ming Chiu 2 Abstract. Peer-to-peer (P2P)

More information

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 4, April 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 4, April 2012) A Technical Analysis Towards Digital Video Compression Rutika Joshi 1, Rajesh Rai 2, Rajesh Nema 3 1 Student, Electronics and Communication Department, NIIST College, Bhopal, 2,3 Prof., Electronics and

More information

DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS

DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS DIGITAL TELEVISION 1. DIGITAL VIDEO FUNDAMENTALS Television services in Europe currently broadcast video at a frame rate of 25 Hz. Each frame consists of two interlaced fields, giving a field rate of 50

More information

Effect of Contrast on the Quality of 3D Visual Perception

Effect of Contrast on the Quality of 3D Visual Perception Effect of Contrast on the Quality of 3D Visual Perception Mahsa T. Pourazad TELUS Communications Company, Canada University of British Columbia, Canada pourazad@ece.ubc.ca Zicong Mai, Panos Nasiopoulos

More information

Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter *

Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter * Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter * LU Feng ( 陆峰 ) ER Guihua ( 尔桂花 ) ** DAI Qionghai ( 戴琼海 ) XIAO Hongjiang ( 肖红江 ) Department of Automation Tsinghua Universit

More information

FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION

FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION FAST SPATIAL LAYER MODE DECISION BASED ON TEMPORAL LEVELS IN H.264/AVC SCALABLE EXTENSION Yen-Chieh Wang( 王彥傑 ), Zong-Yi Chen( 陳宗毅 ), Pao-Chi Chang( 張寶基 ) Dept. of Communication Engineering, National Central

More information

ESTIMATION OF THE UTILITIES OF THE NAL UNITS IN H.264/AVC SCALABLE VIDEO BITSTREAMS. Bin Zhang, Mathias Wien and Jens-Rainer Ohm

ESTIMATION OF THE UTILITIES OF THE NAL UNITS IN H.264/AVC SCALABLE VIDEO BITSTREAMS. Bin Zhang, Mathias Wien and Jens-Rainer Ohm 19th European Signal Processing Conference (EUSIPCO 2011) Barcelona, Spain, August 29 - September 2, 2011 ESTIMATION OF THE UTILITIES OF THE NAL UNITS IN H.264/AVC SCALABLE VIDEO BITSTREAMS Bin Zhang,

More information

On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks

On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks 2011 Wireless Advanced On the Adoption of Multiview Video Coding in Wireless Multimedia Sensor Networks S. Colonnese, F. Cuomo, O. Damiano, V. De Pascalis and T. Melodia University of Rome, Sapienza, DIET,

More information

Complexity Reduced Mode Selection of H.264/AVC Intra Coding

Complexity Reduced Mode Selection of H.264/AVC Intra Coding Complexity Reduced Mode Selection of H.264/AVC Intra Coding Mohammed Golam Sarwer 1,2, Lai-Man Po 1, Jonathan Wu 2 1 Department of Electronic Engineering City University of Hong Kong Kowloon, Hong Kong

More information

EE Low Complexity H.264 encoder for mobile applications

EE Low Complexity H.264 encoder for mobile applications EE 5359 Low Complexity H.264 encoder for mobile applications Thejaswini Purushotham Student I.D.: 1000-616 811 Date: February 18,2010 Objective The objective of the project is to implement a low-complexity

More information

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Frank Ciaramello, Jung Ko, Sheila Hemami School of Electrical and Computer Engineering Cornell University,

More information

SUBJECTIVE QUALITY EVALUATION OF H.264 AND H.265 ENCODED VIDEO SEQUENCES STREAMED OVER THE NETWORK

SUBJECTIVE QUALITY EVALUATION OF H.264 AND H.265 ENCODED VIDEO SEQUENCES STREAMED OVER THE NETWORK SUBJECTIVE QUALITY EVALUATION OF H.264 AND H.265 ENCODED VIDEO SEQUENCES STREAMED OVER THE NETWORK Dipendra J. Mandal and Subodh Ghimire Department of Electrical & Electronics Engineering, Kathmandu University,

More information

The Performance of MANET Routing Protocols for Scalable Video Communication

The Performance of MANET Routing Protocols for Scalable Video Communication Communications and Network, 23, 5, 9-25 http://dx.doi.org/.4236/cn.23.522 Published Online May 23 (http://www.scirp.org/journal/cn) The Performance of MANET Routing Protocols for Scalable Video Communication

More information

Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec

Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec Optimum Quantization Parameters for Mode Decision in Scalable Extension of H.264/AVC Video Codec Seung-Hwan Kim and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST), 1 Oryong-dong Buk-gu,

More information

Homogeneous Transcoding of HEVC for bit rate reduction

Homogeneous Transcoding of HEVC for bit rate reduction Homogeneous of HEVC for bit rate reduction Ninad Gorey Dept. of Electrical Engineering University of Texas at Arlington Arlington 7619, United States ninad.gorey@mavs.uta.edu Dr. K. R. Rao Fellow, IEEE

More information

Cross-Layer Optimization for Efficient Delivery of Scalable Video over WiMAX Lung-Jen Wang 1, a *, Chiung-Yun Chang 2,b and Jen-Yi Huang 3,c

Cross-Layer Optimization for Efficient Delivery of Scalable Video over WiMAX Lung-Jen Wang 1, a *, Chiung-Yun Chang 2,b and Jen-Yi Huang 3,c Applied Mechanics and Materials Submitted: 2016-06-28 ISSN: 1662-7482, Vol. 855, pp 171-177 Revised: 2016-08-13 doi:10.4028/www.scientific.net/amm.855.171 Accepted: 2016-08-23 2017 Trans Tech Publications,

More information

EE 5359 Low Complexity H.264 encoder for mobile applications. Thejaswini Purushotham Student I.D.: Date: February 18,2010

EE 5359 Low Complexity H.264 encoder for mobile applications. Thejaswini Purushotham Student I.D.: Date: February 18,2010 EE 5359 Low Complexity H.264 encoder for mobile applications Thejaswini Purushotham Student I.D.: 1000-616 811 Date: February 18,2010 Fig 1: Basic coding structure for H.264 /AVC for a macroblock [1] .The

More information

Scalable Extension of HEVC 한종기

Scalable Extension of HEVC 한종기 Scalable Extension of HEVC 한종기 Contents 0. Overview for Scalable Extension of HEVC 1. Requirements and Test Points 2. Coding Gain/Efficiency 3. Complexity 4. System Level Considerations 5. Related Contributions

More information

RECOMMENDATION ITU-R BT

RECOMMENDATION ITU-R BT Rec. ITU-R BT.1687-1 1 RECOMMENDATION ITU-R BT.1687-1 Video bit-rate reduction for real-time distribution* of large-screen digital imagery applications for presentation in a theatrical environment (Question

More information

Video pre-processing with JND-based Gaussian filtering of superpixels

Video pre-processing with JND-based Gaussian filtering of superpixels Video pre-processing with JND-based Gaussian filtering of superpixels Lei Ding, Ge Li*, Ronggang Wang, Wenmin Wang School of Electronic and Computer Engineering, Shenzhen Graduate School, Peking University

More information

Investigation of the GoP Structure for H.26L Video Streams

Investigation of the GoP Structure for H.26L Video Streams Investigation of the GoP Structure for H.26L Video Streams F. Fitzek P. Seeling M. Reisslein M. Rossi M. Zorzi acticom GmbH mobile networks R & D Group Germany [fitzek seeling]@acticom.de Arizona State

More information

STUDY ON DISTORTION CONSPICUITY IN STEREOSCOPICALLY VIEWED 3D IMAGES

STUDY ON DISTORTION CONSPICUITY IN STEREOSCOPICALLY VIEWED 3D IMAGES STUDY ON DISTORTION CONSPICUITY IN STEREOSCOPICALLY VIEWED 3D IMAGES Ming-Jun Chen, 1,3, Alan C. Bovik 1,3, Lawrence K. Cormack 2,3 Department of Electrical & Computer Engineering, The University of Texas

More information

A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION

A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION A COST-EFFICIENT RESIDUAL PREDICTION VLSI ARCHITECTURE FOR H.264/AVC SCALABLE EXTENSION Yi-Hau Chen, Tzu-Der Chuang, Chuan-Yung Tsai, Yu-Jen Chen, and Liang-Gee Chen DSP/IC Design Lab., Graduate Institute

More information

Depth Estimation for View Synthesis in Multiview Video Coding

Depth Estimation for View Synthesis in Multiview Video Coding MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Depth Estimation for View Synthesis in Multiview Video Coding Serdar Ince, Emin Martinian, Sehoon Yea, Anthony Vetro TR2007-025 June 2007 Abstract

More information

Quality Assessment of a 3D Mobile Video Service

Quality Assessment of a 3D Mobile Video Service 5. INTRODUCTION Quality Assessment of a 3D Mobile Video Service Technische Universität Wien Faculty of Electrical Engineering and Information Technology Institute of Telecommunications Master of Science

More information

Comparative and performance analysis of HEVC and H.264 Intra frame coding and JPEG2000

Comparative and performance analysis of HEVC and H.264 Intra frame coding and JPEG2000 Comparative and performance analysis of HEVC and H.264 Intra frame coding and JPEG2000 EE5359 Multimedia Processing Project Proposal Spring 2013 The University of Texas at Arlington Department of Electrical

More information

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding

Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Deblocking Filter Algorithm with Low Complexity for H.264 Video Coding Jung-Ah Choi and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 261 Cheomdan-gwagiro, Buk-gu, Gwangju, 500-712, Korea

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

Sergio Sanz-Rodríguez, Fernando Díaz-de-María, Mehdi Rezaei Low-complexity VBR controller for spatialcgs and temporal scalable video coding

Sergio Sanz-Rodríguez, Fernando Díaz-de-María, Mehdi Rezaei Low-complexity VBR controller for spatialcgs and temporal scalable video coding Sergio Sanz-Rodríguez, Fernando Díaz-de-María, Mehdi Rezaei Low-complexity VBR controller for spatialcgs and temporal scalable video coding Conference obect, Postprint This version is available at http://dx.doi.org/10.14279/depositonce-5786.

More information

HEVC based Stereo Video codec

HEVC based Stereo Video codec based Stereo Video B Mallik*, A Sheikh Akbari*, P Bagheri Zadeh *School of Computing, Creative Technology & Engineering, Faculty of Arts, Environment & Technology, Leeds Beckett University, U.K. b.mallik6347@student.leedsbeckett.ac.uk,

More information

Intra-Mode Indexed Nonuniform Quantization Parameter Matrices in AVC/H.264

Intra-Mode Indexed Nonuniform Quantization Parameter Matrices in AVC/H.264 Intra-Mode Indexed Nonuniform Quantization Parameter Matrices in AVC/H.264 Jing Hu and Jerry D. Gibson Department of Electrical and Computer Engineering University of California, Santa Barbara, California

More information

Image and Video Quality Assessment Using Neural Network and SVM

Image and Video Quality Assessment Using Neural Network and SVM TSINGHUA SCIENCE AND TECHNOLOGY ISSN 1007-0214 18/19 pp112-116 Volume 13, Number 1, February 2008 Image and Video Quality Assessment Using Neural Network and SVM DING Wenrui (), TONG Yubing (), ZHANG Qishan

More information

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda

Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE Gaurav Hansda Fast Decision of Block size, Prediction Mode and Intra Block for H.264 Intra Prediction EE 5359 Gaurav Hansda 1000721849 gaurav.hansda@mavs.uta.edu Outline Introduction to H.264 Current algorithms for

More information

Testing HEVC model HM on objective and subjective way

Testing HEVC model HM on objective and subjective way Testing HEVC model HM-16.15 on objective and subjective way Zoran M. Miličević, Jovan G. Mihajlović and Zoran S. Bojković Abstract This paper seeks to provide performance analysis for High Efficient Video

More information

SJTU 4K Video Subjective Quality Dataset for Content Adaptive Bit Rate Estimation without Encoding

SJTU 4K Video Subjective Quality Dataset for Content Adaptive Bit Rate Estimation without Encoding SJTU 4K Video Subjective Quality Dataset for Content Adaptive Bit Rate Estimation without Encoding Yutong Zhu, Li Song, Rong Xie, Wenjun Zhang Shanghai Jiao Tong University Outline Motivation Subjective

More information

View Synthesis Prediction for Rate-Overhead Reduction in FTV

View Synthesis Prediction for Rate-Overhead Reduction in FTV MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com View Synthesis Prediction for Rate-Overhead Reduction in FTV Sehoon Yea, Anthony Vetro TR2008-016 June 2008 Abstract This paper proposes the

More information

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames

A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames A Quantized Transform-Domain Motion Estimation Technique for H.264 Secondary SP-frames Ki-Kit Lai, Yui-Lam Chan, and Wan-Chi Siu Centre for Signal Processing Department of Electronic and Information Engineering

More information

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution 2011 IEEE International Symposium on Multimedia Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution Jeffrey Glaister, Calvin Chan, Michael Frankovich, Adrian

More information

A LOW-COMPLEXITY AND LOSSLESS REFERENCE FRAME ENCODER ALGORITHM FOR VIDEO CODING

A LOW-COMPLEXITY AND LOSSLESS REFERENCE FRAME ENCODER ALGORITHM FOR VIDEO CODING 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) A LOW-COMPLEXITY AND LOSSLESS REFERENCE FRAME ENCODER ALGORITHM FOR VIDEO CODING Dieison Silveira, Guilherme Povala,

More information

Fast Mode Assignment for Quality Scalable Extension of the High Efficiency Video Coding (HEVC) Standard: A Bayesian Approach

Fast Mode Assignment for Quality Scalable Extension of the High Efficiency Video Coding (HEVC) Standard: A Bayesian Approach Fast Mode Assignment for Quality Scalable Extension of the High Efficiency Video Coding (HEVC) Standard: A Bayesian Approach H.R. Tohidypour, H. Bashashati Dep. of Elec.& Comp. Eng. {htohidyp, hosseinbs}

More information

Digital Image Stabilization and Its Integration with Video Encoder

Digital Image Stabilization and Its Integration with Video Encoder Digital Image Stabilization and Its Integration with Video Encoder Yu-Chun Peng, Hung-An Chang, Homer H. Chen Graduate Institute of Communication Engineering National Taiwan University Taipei, Taiwan {b889189,

More information

Improved Context-Based Adaptive Binary Arithmetic Coding in MPEG-4 AVC/H.264 Video Codec

Improved Context-Based Adaptive Binary Arithmetic Coding in MPEG-4 AVC/H.264 Video Codec Improved Context-Based Adaptive Binary Arithmetic Coding in MPEG-4 AVC/H.264 Video Codec Abstract. An improved Context-based Adaptive Binary Arithmetic Coding (CABAC) is presented for application in compression

More information

Development and optimization of coding algorithms for mobile 3DTV. Gerhard Tech Heribert Brust Karsten Müller Anil Aksay Done Bugdayci

Development and optimization of coding algorithms for mobile 3DTV. Gerhard Tech Heribert Brust Karsten Müller Anil Aksay Done Bugdayci Development and optimization of coding algorithms for mobile 3DTV Gerhard Tech Heribert Brust Karsten Müller Anil Aksay Done Bugdayci Project No. 216503 Development and optimization of coding algorithms

More information

Unit-level Optimization for SVC Extractor

Unit-level Optimization for SVC Extractor Unit-level Optimization for SVC Extractor Chang-Ming Lee, Chia-Ying Lee, Bo-Yao Huang, and Kang-Chih Chang Department of Communications Engineering National Chung Cheng University Chiayi, Taiwan changminglee@ee.ccu.edu.tw,

More information

Perceptual Quality Improvement of Stereoscopic Images

Perceptual Quality Improvement of Stereoscopic Images Perceptual Quality Improvement of Stereoscopic Images Jong In Gil and Manbae Kim Dept. of Computer and Communications Engineering Kangwon National University Chunchon, Republic of Korea, 200-701 E-mail:

More information

An Efficient Mode Selection Algorithm for H.264

An Efficient Mode Selection Algorithm for H.264 An Efficient Mode Selection Algorithm for H.64 Lu Lu 1, Wenhan Wu, and Zhou Wei 3 1 South China University of Technology, Institute of Computer Science, Guangzhou 510640, China lul@scut.edu.cn South China

More information

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding.

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Project Title: Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Midterm Report CS 584 Multimedia Communications Submitted by: Syed Jawwad Bukhari 2004-03-0028 About

More information

VIDEO AND IMAGE PROCESSING USING DSP AND PFGA. Chapter 3: Video Processing

VIDEO AND IMAGE PROCESSING USING DSP AND PFGA. Chapter 3: Video Processing ĐẠI HỌC QUỐC GIA TP.HỒ CHÍ MINH TRƯỜNG ĐẠI HỌC BÁCH KHOA KHOA ĐIỆN-ĐIỆN TỬ BỘ MÔN KỸ THUẬT ĐIỆN TỬ VIDEO AND IMAGE PROCESSING USING DSP AND PFGA Chapter 3: Video Processing 3.1 Video Formats 3.2 Video

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Fundamentals of Image Compression DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL PROCESSING IMPERIAL COLLEGE LONDON Compression New techniques have led to the development

More information

Scalable Video Coding

Scalable Video Coding 1 Scalable Video Coding Z. Shahid, M. Chaumont and W. Puech LIRMM / UMR 5506 CNRS / Universite Montpellier II France 1. Introduction With the evolution of Internet to heterogeneous networks both in terms

More information

3G Services Present New Challenges For Network Performance Evaluation

3G Services Present New Challenges For Network Performance Evaluation 3G Services Present New Challenges For Network Performance Evaluation 2004-29-09 1 Outline Synopsis of speech, audio, and video quality evaluation metrics Performance evaluation challenges related to 3G

More information

Perceptual quality evaluation of asymmetric stereo video coding for efficient 3D rate scaling

Perceptual quality evaluation of asymmetric stereo video coding for efficient 3D rate scaling Turkish Journal of Electrical Engineering & Computer Sciences http:// journals. tubitak. gov. tr/ elektrik/ Research Article Turk J Elec Eng & Comp Sci (214) 22: 663 678 c TÜBİTAK doi:1.396/elk-129-53

More information

Optimal Bitstream Adaptation for Scalable Video Based On Two-Dimensional Rate and Quality Models

Optimal Bitstream Adaptation for Scalable Video Based On Two-Dimensional Rate and Quality Models INT J COMPUT COMMUN, ISSN 1841-9836 Vol.7 (2012), No. 3 (September), pp. 473-481 Optimal Bitstream Adaptation for Scalable Video Based On Two-Dimensional Rate and Quality Models J. Hou, S. Wan Junhui Hou,

More information

Pattern based Residual Coding for H.264 Encoder *

Pattern based Residual Coding for H.264 Encoder * Pattern based Residual Coding for H.264 Encoder * Manoranjan Paul and Manzur Murshed Gippsland School of Information Technology, Monash University, Churchill, Vic-3842, Australia E-mail: {Manoranjan.paul,

More information

LBP-GUIDED DEPTH IMAGE FILTER. Rui Zhong, Ruimin Hu

LBP-GUIDED DEPTH IMAGE FILTER. Rui Zhong, Ruimin Hu LBP-GUIDED DEPTH IMAGE FILTER Rui Zhong, Ruimin Hu National Engineering Research Center for Multimedia Software,School of Computer, Wuhan University,Wuhan, 430072, China zhongrui0824@126.com, hrm1964@163.com

More information

Reduced Frame Quantization in Video Coding

Reduced Frame Quantization in Video Coding Reduced Frame Quantization in Video Coding Tuukka Toivonen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P. O. Box 500, FIN-900 University

More information

White paper: Video Coding A Timeline

White paper: Video Coding A Timeline White paper: Video Coding A Timeline Abharana Bhat and Iain Richardson June 2014 Iain Richardson / Vcodex.com 2007-2014 About Vcodex Vcodex are world experts in video compression. We provide essential

More information

Real-time and smooth scalable video streaming system with bitstream extractor intellectual property implementation

Real-time and smooth scalable video streaming system with bitstream extractor intellectual property implementation LETTER IEICE Electronics Express, Vol.11, No.5, 1 6 Real-time and smooth scalable video streaming system with bitstream extractor intellectual property implementation Liang-Hung Wang 1a), Yi-Mao Hsiao

More information

BANDWIDTH-EFFICIENT ENCODER FRAMEWORK FOR H.264/AVC SCALABLE EXTENSION. Yi-Hau Chen, Tzu-Der Chuang, Yu-Jen Chen, and Liang-Gee Chen

BANDWIDTH-EFFICIENT ENCODER FRAMEWORK FOR H.264/AVC SCALABLE EXTENSION. Yi-Hau Chen, Tzu-Der Chuang, Yu-Jen Chen, and Liang-Gee Chen BANDWIDTH-EFFICIENT ENCODER FRAMEWORK FOR H.264/AVC SCALABLE EXTENSION Yi-Hau Chen, Tzu-Der Chuang, Yu-Jen Chen, and Liang-Gee Chen DSP/IC Design Lab., Graduate Institute of Electronics Engineering, National

More information

Title Adaptive Lagrange Multiplier for Low Bit Rates in H.264.

Title Adaptive Lagrange Multiplier for Low Bit Rates in H.264. Provided by the author(s) and University College Dublin Library in accordance with publisher policies. Please cite the published version when available. Title Adaptive Lagrange Multiplier for Low Bit Rates

More information

MULTIMEDIA COMMUNICATION

MULTIMEDIA COMMUNICATION MULTIMEDIA COMMUNICATION Laboratory Session: JPEG Standard Fernando Pereira The objective of this lab session about the JPEG (Joint Photographic Experts Group) standard is to get the students familiar

More information

DEPTH LESS 3D RENDERING. Mashhour Solh and Ghassan AlRegib

DEPTH LESS 3D RENDERING. Mashhour Solh and Ghassan AlRegib DEPTH LESS 3D RENDERING Mashhour Solh and Ghassan AlRegib School of Electrical and Computer Engineering Georgia Institute of Technology { msolh,alregib } @gatech.edu ABSTRACT We propose a new view synthesis

More information

A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality

A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality A Comparison of Still-Image Compression Standards Using Different Image Quality Metrics and Proposed Methods for Improving Lossy Image Quality Multidimensional DSP Literature Survey Eric Heinen 3/21/08

More information

Technical Recommendation S. 10/07: Source Encoding of High Definition Mobile TV Services

Technical Recommendation S. 10/07: Source Encoding of High Definition Mobile TV Services Technical Recommendation S. 10/07: Source Encoding of High Definition Mobile TV Services Version: 0.4 Date: November 29, 2007 Authors: M. Ries, M. Rupp Status: Final Page 1 / 7 Technical Recommendation

More information

IMPROVED CONTEXT-ADAPTIVE ARITHMETIC CODING IN H.264/AVC

IMPROVED CONTEXT-ADAPTIVE ARITHMETIC CODING IN H.264/AVC 17th European Signal Processing Conference (EUSIPCO 2009) Glasgow, Scotland, August 24-28, 2009 IMPROVED CONTEXT-ADAPTIVE ARITHMETIC CODING IN H.264/AVC Damian Karwowski, Marek Domański Poznań University

More information

Focus on visual rendering quality through content-based depth map coding

Focus on visual rendering quality through content-based depth map coding Focus on visual rendering quality through content-based depth map coding Emilie Bosc, Muriel Pressigout, Luce Morin To cite this version: Emilie Bosc, Muriel Pressigout, Luce Morin. Focus on visual rendering

More information

How Many Humans Does it Take to Judge Video Quality?

How Many Humans Does it Take to Judge Video Quality? How Many Humans Does it Take to Judge Video Quality? Bill Reckwerdt, CTO Video Clarity, Inc. Version 1.0 A Video Clarity Case Study page 1 of 5 Abstract for Subjective Video Quality Assessment In order

More information

Calculation of average coding efficiency based on subjective quality scores

Calculation of average coding efficiency based on subjective quality scores Calculation of average coding efficiency based on subjective quality scores Philippe Hanhart, Touradj Ebrahimi Multimedia Signal Processing Group, EPFL, Lausanne, Switzerland Abstract The Bjøntegaard model

More information

SUBJECTIVE EVALUATION OF HEVC INTRA CODING FOR STILL IMAGE COMPRESSION

SUBJECTIVE EVALUATION OF HEVC INTRA CODING FOR STILL IMAGE COMPRESSION SUBJECTIVE EVALUATION OF HEVC INTRA CODING FOR STILL IMAGE COMPRESSION Philippe Hanhart, Martin Řeřábek, Pavel Korshunov, and Touradj Ebrahimi Multimedia Signal Processing Group (MMSPG), Ecole Polytechnique

More information

EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER

EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER EFFICIENT PU MODE DECISION AND MOTION ESTIMATION FOR H.264/AVC TO HEVC TRANSCODER Zong-Yi Chen, Jiunn-Tsair Fang 2, Tsai-Ling Liao, and Pao-Chi Chang Department of Communication Engineering, National Central

More information

Block-based Watermarking Using Random Position Key

Block-based Watermarking Using Random Position Key IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.2, February 2009 83 Block-based Watermarking Using Random Position Key Won-Jei Kim, Jong-Keuk Lee, Ji-Hong Kim, and Ki-Ryong

More information

Coding of Coefficients of two-dimensional non-separable Adaptive Wiener Interpolation Filter

Coding of Coefficients of two-dimensional non-separable Adaptive Wiener Interpolation Filter Coding of Coefficients of two-dimensional non-separable Adaptive Wiener Interpolation Filter Y. Vatis, B. Edler, I. Wassermann, D. T. Nguyen and J. Ostermann ABSTRACT Standard video compression techniques

More information

Reducing/eliminating visual artifacts in HEVC by the deblocking filter.

Reducing/eliminating visual artifacts in HEVC by the deblocking filter. 1 Reducing/eliminating visual artifacts in HEVC by the deblocking filter. EE5359 Multimedia Processing Project Proposal Spring 2014 The University of Texas at Arlington Department of Electrical Engineering

More information

Optimized Strategies for Real-Time Multimedia Communications from Mobile Devices

Optimized Strategies for Real-Time Multimedia Communications from Mobile Devices Optimized Strategies for Real-Time Multimedia Communications from Mobile Devices Enrico Masala Dept. of Control and Computer Engineering, Politecnico di Torino, Torino, Italy ( Part of this work has been

More information

Mesh Based Interpolative Coding (MBIC)

Mesh Based Interpolative Coding (MBIC) Mesh Based Interpolative Coding (MBIC) Eckhart Baum, Joachim Speidel Institut für Nachrichtenübertragung, University of Stuttgart An alternative method to H.6 encoding of moving images at bit rates below

More information

RATE-DISTORTION EVALUATION FOR TWO-LAYER CODING SYSTEMS. Philippe Hanhart and Touradj Ebrahimi

RATE-DISTORTION EVALUATION FOR TWO-LAYER CODING SYSTEMS. Philippe Hanhart and Touradj Ebrahimi RATE-DISTORTION EVALUATION FOR TWO-LAYER CODING SYSTEMS Philippe Hanhart and Touradj Ebrahimi Multimedia Signal Processing Group, EPFL, Lausanne, Switzerland ABSTRACT The Bjøntegaard model is widely used

More information

Overview of H.264 and Audio Video coding Standards (AVS) of China

Overview of H.264 and Audio Video coding Standards (AVS) of China Overview of H.264 and Audio Video coding Standards (AVS) of China Prediction is difficult - especially of the future. Bohr (1885-1962) Submitted by: Kaustubh Vilas Dhonsale 5359 Multimedia Processing Spring

More information

An Architecture for 3D multi-view video transmission based. on Dynamic Adaptive Streaming over HTTP (DASH)

An Architecture for 3D multi-view video transmission based. on Dynamic Adaptive Streaming over HTTP (DASH) An Architecture for 3D multi-view video transmission based on Dynamic Adaptive Streaming over HTTP (DASH) Tianyu Su Thesis submitted to the Faculty of Graduate and Postdoctoral Studies In partial fulfillment

More information

Cross Layer Protocol Design

Cross Layer Protocol Design Cross Layer Protocol Design Radio Communication III The layered world of protocols Video Compression for Mobile Communication » Image formats» Pixel representation Overview» Still image compression Introduction»

More information

A study of depth/texture bit-rate allocation in multi-view video plus depth compression

A study of depth/texture bit-rate allocation in multi-view video plus depth compression A study of depth/texture bit-rate allocation in multi-view video plus depth compression Emilie Bosc, Fabien Racapé, Vincent Jantet, Paul Riou, Muriel Pressigout, Luce Morin To cite this version: Emilie

More information

Scalable Video Watermarking. Peter Meerwald June 25, 2007

Scalable Video Watermarking. Peter Meerwald June 25, 2007 Scalable Video Watermarking Peter Meerwald June 25, 2007 Watermarking Watermarking is imperceptible embedding of information into multimedia data [Cox02a] Applications: copyright protection, data authentication,

More information

Fast Mode Decision for H.264/AVC Using Mode Prediction

Fast Mode Decision for H.264/AVC Using Mode Prediction Fast Mode Decision for H.264/AVC Using Mode Prediction Song-Hak Ri and Joern Ostermann Institut fuer Informationsverarbeitung, Appelstr 9A, D-30167 Hannover, Germany ri@tnt.uni-hannover.de ostermann@tnt.uni-hannover.de

More information

Professor Laurence S. Dooley. School of Computing and Communications Milton Keynes, UK

Professor Laurence S. Dooley. School of Computing and Communications Milton Keynes, UK Professor Laurence S. Dooley School of Computing and Communications Milton Keynes, UK How many bits required? 2.4Mbytes 84Kbytes 9.8Kbytes 50Kbytes Data Information Data and information are NOT the same!

More information

Implementation and analysis of Directional DCT in H.264

Implementation and analysis of Directional DCT in H.264 Implementation and analysis of Directional DCT in H.264 EE 5359 Multimedia Processing Guidance: Dr K R Rao Priyadarshini Anjanappa UTA ID: 1000730236 priyadarshini.anjanappa@mavs.uta.edu Introduction A

More information

Video Codec Design Developing Image and Video Compression Systems

Video Codec Design Developing Image and Video Compression Systems Video Codec Design Developing Image and Video Compression Systems Iain E. G. Richardson The Robert Gordon University, Aberdeen, UK JOHN WILEY & SONS, LTD Contents 1 Introduction l 1.1 Image and Video Compression

More information