Instantaneous Video Quality Assessment for lightweight devices

Size: px
Start display at page:

Download "Instantaneous Video Quality Assessment for lightweight devices"

Transcription

1 Instantaneous Video Quality Assessment for lightweight devices Antonio Liotta Eindhoven University of Technology, The Netherlands Decebal Constantin Mocanu Eindhoven University of Technology, The Netherlands Luciana Cagnetta Georgios Exarchakos University of Modena, Eindhoven University of Italy Technology,The Netherlands Vlado Menkovski Eindhoven University of Technology, The Netherlands ABSTRACT Monitoring and controlling the user s Quality of Experience (QoE) in modern video services is a challenging proposition, mainly due to the limitations of current video quality assessment algorithms. While subjective QoE methods would better reflect the nature of human perception, these are not suitable in real-time automation cases. On the other hand, the existing objective algorithms are either too complex or too inaccurate, particularly in the context of lightweight devices such as camera sensors or smart phones. This paper introduces a novel objective QoE algorithm, Instantaneous Video Quality Assessment (IVQA), that is comparably as accurate as the most heavyweight algorithm available in the literature but can also be run in real-time. This approach is tested against a selection of ten objective metrics and benchmarked with a subjective user dataset. Categories and Subject Descriptors H.5.. [Multimedia Information Systems]: Video; D.4.8. [Measurements]: Video quality metrics General Terms Algorithms, Measurement, Performance, Experimentation Keywords Quality of Experience, video quality assessment, objective metrics, subjective metrics. INTRODUCTION Digital videos are becoming more and more common in people s everyday life thanks to the proliferation of video Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. MoMM 23, Vienna, Austria Copyright 23 ACM /3/2...$5.. architectures and applications such as digital television, digital cinema, internet videos, IPTV, video teleconferencing, mobile broadcasting, and the more popular video streaming and video sharing services. Network and content providers have as primary goal providing high quality video services accordingly to satisfaction of users. Monitoring and controlling the user s Quality of Experience (QoE) [2], [5], [9] in these modern video services is a challenging proposition, mainly due to the limitations of current video quality assessment algorithms. Nowadays, the best methods to assess the QoE for people are the subjectives ones [2], due to the fact that they are the most suitable to accurately reflect the nature of human perception. However, they are not suitable to be used in real world scenarios, where there is need for a fast automated decision process. Towards this direction a good substitution for the subjective methods are the objective ones [2], which rely just on the video sequence characteristics and not on the human factor. On the other hand, due to the widespread of lightweight devices (e.g. smart phones, cameras sensors, in general low-resource devices) and to the need of real-time automation applications, even the traditional objective metrics for video quality assessment have started to fail, particularly, for these low resources machines. This is the case because existing objective algorithms are either too complex or either too inaccurate. Aiming to solve the above problems, this paper proposes a novel algorithm, namely Instantaneous Video Quality Assessment (IVQA), that simultaneously offers: () assessment of video quality with a high accuracy, comparable with the most heavyweight algorithms available in the literature; and (2) a very fast computational time O(k) where k is a constant, more exactly it can be run in a fix amount of time, independently of the video characteristics (e.g. resolution, length, and so on). To achieve these goals the IVQA approach relies only on parameters which are calculated during the video encoding process. The performance of IVQA was tested by comparing it with a selection of ten objectives metrics on the Live video databases [2], while it was benchmarked with a subjective user dataset. The remainder of this paper is organized as follows. Section 2, presents background knowledge on QoE assessment

2 for the benefit of the non-specialist reader. Section 3, details the proposed method including all the mathematical details. Section 4, describes the experiments performed and reflects upon the attained results. Finally, Section 5 concludes and presents directions of future work. 2. BACKGROUND ON QOE ASSESSMENT In this section, different QoE algorithms for Video Quality Assessment are presented. Firstly, is discussed one subjective metric, namely Maximum Likelihood Difference Scaling (MLDS), used in Section 4 to benchmark the results of all the objective metrics. Secondly, a brief presentation of different objective metrics is given. 2. Subjective QoE benchmark The best methods to reflect the human perception are the subjectives QoE methods, due to the fact that they involve humans to evaluate human-perception factors. However, it s not always possible to employ subjective tests, particularly when the application requires real-time feedback for the purpose of service monitoring and control. More commonly, subjective studies are successfully used to benchmark the results of the objective QoE methods. The Maximum Likelihood Difference Scaling procedure [6] is a two-alternative-forced-choice (2AFC) method from the domain of psychophysics that asks people to discriminate between the intensity of two stimuli. This type of tests has less bias and variability because the mechanisms of direct comparison is more natural than rating. Moreover MLDS has the advantage of requiring less testing than traditional subjective approaches [7], while being reasonably accurate. The MLDS method in the literature has been adopted by Charrier et al. [2] in the estimation of quality differences for images compressed at different levels. The authors of [2] presented an observer with two pairs of images picked up randomly from the set of compressed images and asked him to judge which exhibited the larger perceptual difference. Moreover, they proved the user-friendliness of the MLDS procedures and the ease of collecting data with it. In [8], instead, MLDS is used to estimate the perceptual differences in the quality of a video based on the intensity of impairments introduced by ten different levels of H.264 video compression. 2.2 Objective Metrics for QoE In contrast with subjective metrics, the objective ones offer more advantages from an economical and practical perspective. But it has to be kept in mind that subjective techniques are still needed to benchmark the performance of objective methods, which are less accurate. Further, ten objectives metrics for video quality assessment are briefly presented, selecting the most state-of-the-art solutions. Mean Signal Error(). [7] can be calculated as a function of the original and distorted luminance signal, as shown in the following formula: N M i= j= [f(i, j) F (i, j)]2 = () M N where f(i, j) is the original signal and F (i, j) is the test signal at pixel (i, j), M and N represent the picture dimensions. When it is applied to video sequences, it is necessary to average the values calculated for each single frame over all frames of the sequence. Peak Signal to Noise Ratio(PSNR). PSNR [2] is obtained by putting the in relation to the maximum possible value of the luminance as shown below: ( ) MAXI P SNR = 2 log (2) where MAX I is the maximum possible pixel value of the image (e.g for a typical 8-bit value this means MAX I = 2 8 = 255). Structural Similarity(SSIM). SSIM index [9] [8] was created as a method for quality assessment of images. Afterwards, it was extended to video by applying it frame by frame on the luminance component of the video and taking as overall SSIM index for the video the average of the frame level quality scores. Multiscale SSIM (MS-SSIM). The MS-SSIM index [2] is an extension over SSIM index. It takes the reference and distorted image signals as inputs, iteratively applies a low-pass filter and down-samples the filtered image by a factor of 2. The original image is indexed as Scale, and the highest scale is Scale M. The MS-SSIM index can be extended to video by applying it frame by frame on the luminance component of the video and the overall MS-SSIM index for the video is computed as the average of the frame level quality scores. Visual Signal-to-Noise Ratio(VSNR). VSNR [] is a quality assessment algorithm proposed for still images. It is basically a full reference still image quality metric based on near-threshold and supra-threshold properties of human vision. The VSNR metric has also shown a good performance in assessing video quality when applied on a frame by frame basis and then averaged. Visual Information Fidelity(VIF). VIF [4] is a quality assessment algorithm for natural images that combines visual statistics and human visual system modeling. It is based on the extraction of the loss of image information after the distortion process (e.g compression) and explores the relationship between image information and visual quality. This metric was extended to video using temporal derivatives in [3]. Pixel Visual Information Fidelity(VIFP). VIFP [4] is an adaption of VIF in the pixel domain, done by the same authors. This method comes with an advantage of computational complexity. Universal Quality Index(UQI). UQI [6] is a quality measure for various image processing applications. Instead of using traditional error summation methods, UQI is designed by modeling any image distortion as a combination of three factors: loss of correlation, luminance distortion, and contrast distortion. It can be applied to video frame by frame on the luminance component and taking their averaged UQI scores.

3 Information Fidelity Criterion(IFC). IFC [5] approaches the problem of quality analysis by proposing an information fidelity criterion that is based on sophisticated models that capture the statistics of natural signals (i.e. pictures and videos) of the visual environment. The principle lying under this method, completely different from other methods, is that natural images can be considered as signals with particular statistical properties. Motion-based Video Integrity Evaluation(MOVIE). MOVIE [] is an objective, full reference video quality index recently developed at the Laboratory for Image & Video Engineering in Texas. It combines both spatial and temporal aspects of distortion assessment. In fact, it extracts motion information from the reference video and evaluates the quality of the distorted video along the motion trajectories of the reference video. In the literature, it achieved the best results for an objective video quality metrics, but it comes with the downside of a high computational complexity. 3. INSTANTANEOUS VIDEO QUALITY AS- SESSMENT This section introduces an Instantaneous Video Quality Assessment (IVQA) metric. Firstly, an intuition describing the metric is discussed. Secondly, the parameters on which the novel proposed metrics relies are detailed. Thirdly, we give mathematical details. 3. Intuition While subjective QoE methods would better reflect the nature of human perception of video quality, these are not suitable in real-time automation cases. On the other hand, the existing objective algorithms are either too complex or too inaccurate, particularly in the context of lightweight devices such as camera sensors or smart phones. It is well known that the content of a video plays an important role in the perceptual quality of a video. For these reasons, while trying not to reinvent the wheel, we investigated what parameters, which are already incorporated into video file, can be used to describe as much as possible the content of a video file, with the ultimate goal to use these parameters to measure the video quality. Thus, we came across the Scene Complexity and Level of Motion, which are described further. 3.2 Scene Complexity and Level of Motion This subsection details the parameters which can be used to characterize the content of a video. More exactly, these parameters are Scene Complexity (C) and Level of Motion (M), as they were introduced in a recent study by Hu and Wildfeuer [4]. Formally, C [, ] and M [, ] and they can be calculated as follows: Bits I C = QP I Bits P M = QP P where Bits I are bits of coded Intra (I ) frames, Bits P are bits of coded Inter (P ) frames, QP I represents the average quantization parameter of I-frames and QP P represents the average quantization parameter of P-frames. More than (3) (4) that, Bits I, Bits P, QP I and QP P are variables computed during the encoding process. Thus, the computational time needed to calculate C and M for a video on the client device is O(k), where k is a constant, and it is not dependent upon the size of the video (i.e. resolution, bit-rate, length). The interested reader should refer to [4] for a better understanding of these concepts. 3.3 Mathematical Details Relying on the Scene Complexity and Level of Motion parameters, in Equation 5 we propose the novel IVQA metric as an objective algorithm for video quality estimation. ) ( e b Br C c Md Q IV QA (Br, C, M) = a where C and M are the formerly presented complexity and motion parameters and Br is the bit-rate. To ensure the convergence of the maximum quality index to the a parameter is set to, and b, c, d parameters are optimized for a generic video type, as it is shown further. The starting point for the previous formula, was a prediction model depending only on the bit rate: Q(Br) = ( α e α Br) β (6) where and were calculated through a non linear regression between the MLDS data obtained from [] and their α β respective bit-rates, on the Live video databases [2] which is extensively used in videos studies. Afterwards, the parameters α were modeled using as responses the complexity and β motion factors, i.e. they were non linearly regressed using the following function: (5) α β = b (7) C c M d The parameters b, c and d were optimized to be used on every content type. The resulting values were: b =, 82357, c =, and d =, The main advantage of the IVQA metric is the running time. Due to the fact that it is relying just on variables computed during the encoding process, which already incorporate the characteristics of the movie, the time needed to calculate IV AQ Q is O(k), where k is a constant, and it is not dependent on the video resolution, length, size, etc. For this reason, it becomes a very good candidate to calculate the video quality on the lightweight devices. 4. EXPERIMENTS AND RESULTS To test the IVQA algorithm an extensive set of experiments was done using the Live video databases [2] in a step wise fashion. The database contains videos, described in Table, each of them encoded at 64, 28, 256, 384, 52, 64, 768, 24, 536, and 248 kbits. The description of each type of video can be obtained from the Live database. On each possible combination (movie,bit-rate) we applied all the objectives metrics presented in Subsection 2.2 and the IVQA metrics. For the implementation of all objectives metrics (i.e., PSNR, SSIM, MS-SSIM, VSNR, VIF, VIFP, UQI, IFC, and MOVIE) we used free software, downloadable from the Internet. Due to the fact that the performance of an objective video quality metric depends on its correlation with subjective results, which are the benchmark for any visual quality approach, all of the metrics used in this

4 paper were benchmarked with a subjective user dataset, using Maximum Likelihood Difference Scaling (MLDS). This dataset was created in one of our previous work at Eindhoven University of Technology []. 4. Analysis of Scene Complexity and Level of Motion The first step, was to analyze the Scene Complexity (C) and the Level of Motion (M) for each video and for each possible bit-rate. The averaged values over all ten available bit-rates are depicted in Figure. In the second step of the experiments, from the ten videos studied we picked up the three videos, which have extremes C and M values, for a detailed examination. More specifically these are rb, rh, and tr. Distance All metrics against MLDS on "rb" video PSNR SSIM MSSIM VSNR VIF VIFP UQI IFC MOVIE IVQA Motion Average Motion vs Complexity bs mc pa pr rb rh sf sh st tr Complexity Figure : Complexity vs Motion for each video, averaged over all possible bit-rates. 4.2 IVQA performance on rb, rh, and tr videos In the second step of the experiments, we analyzed the IVQA performance on the three most extreme videos available, rb, rh, and tr, in comparison with ten objectives metrics, using the MLDS benchmark. To be able to compare all the objective metrics their outputs were first scaled into the subjective domain interval [, ] Distance from MLDS Using the normalized values for each objectives metrics, we estimated how far away they were from the MLDS outputs. We achieved these by calculating the Euclidean distance between the quality estimated by each of the eleven metrics (including IVQA proposed herein) and the quality assessed by the subjective MLDS method. We considered a number of cases leading to Fig. 2, 3, and 4. Notably, IVQA performs well, comparably with the best objective metric, available in the literature(movie) Prediction accuracy, monotonicity and consistency Bitrate [kbps] Figure 2: Video Quality Metrics analyses by using the Euclidean distance between the predicted values of the objective metrics and their MLDS correspondent on rb video. After gaining the first insights into the results of IVQA on the three borderline videos, we evaluated its performance with respect to the following three main attributes : prediction accuracy, prediction monotonicity, prediction consistency [3]. Prediction accuracy is the ability of a metric to predict subjective ratings with minimum average error and can be evaluated by means of the Pearson linear correlation coefficient (LCC) and the root mean square error (R). In particular, Pearson LCC is calculated as the correlation coefficient between the subjective and the mapped objective scores, while the R is calculated as follows: R = N N i= (Q objective i Q MLDS i ) 2 where N represents the total number of data points. Prediction monotonicity measures if increases or decreases in one variable are associated respectively with increases or decreases in the other variable, independently of the magnitude of the increase or decrease. The degree of monotonicity is calculated by the Spearman rank-order correlation coefficient (SROCC). However, this calculation was not necessary, because the monotonicity was ensured by the equivalence of the ranks of the objective metrics values and of MLDS values for each video and each metric. Prediction consistency is the degree to which the model maintains prediction accuracy over the range of video test sequences. It can be evaluated by measuring the outliers ratio (OR), which is simply defined as OR = N outliers, where N N outliers is the number of outliers and N is the total number of data points. An outlier is a point i from the dataset for which Q objective i Q MLDS i > 2 σi MOS, where σi MOS is the standard deviation for the all the votes, given by the users, in the case of MLDS, for that specific point. For this specific experiment the number N of data points is, corresponding to the bite-rates options. From Table 2

5 Acronym Name Description bs Blue Sky Circular camera motion showing a blue sky and some trees. rb River Bed Still camera, shows a river bed containing some pebbles in the water. pa Pedestrian Area Still camera, shows some people walking about in a street intersection. tr Tractor Camera pan shows a tractor moving across some fields. sf Sunflower Still camera, shows a bee moving over a sun-flower in close-up. rh Rush hour Still camera, shows rush hour traffic on a street. st Station Still camera, shows railway track, a train and some people walking across the track. sh Shields Camera pans at first, then becomes still and zooms in; shows a person walking across. a display pointing at it. mc Mobile and Calendar Camera pan, tor train moving horizon tally with a calendar moving vertically in the background. pr Park run Camera pan, a person running across a park. Table : Description of the Live videos under scouting. Predictions on rb video Predictions on rh video Predictions on tr video Metric Accuracy Consistency Accuracy Consistency Accuracy Consistency Pearson LLC R OR Pearson LLC R OR Pearson LLC R OR PSNR SSIM MSSIM VSNR VIF VIFP UQI IFC MOVIE IVQA Table 2: Objective metrics performance with respect to MLDS results on 3 borderline movies, averaged over all bit-rates possibilities. it can be inferred that IVQA performs very well, in terms of prediction accuracy and consistency, comparably with the best results achieved by the other objective algorithms, on each of the extreme videos under scouting. 4.3 IVQA performance on all videos In the third step of the experiments, we analyzed the IVQA performance on all the videos available in the dataset following the same main attributes as in Subsection : prediction accuracy, prediction monotonicity and prediction consistency. For each objective metrics, firstly, the Pearson LLC, R, and OR values were calculated for each videos over all possible bit-rates options. Secondly, the previous obtained values were averaged over all videos. In Table 3 it can be seen that IVQA offers good performance also in this scenario, very close the the performance of the best objectives metrics for the assessment of video quality. All of these are achieved by IVQA, while its running time is a constant O(k), being much faster that any of its competitors for which their running time is at least O(n), where n is linearly dependent by the video characteristics (e.g. resolution, bit-rate, length and so on). 5. CONCLUSION This paper proposes a novel objective metric for video quality assessment, namely Instantaneous Video Quality Assessment (IVQA). The approach was benchmarked based on Metric Predictions Accuracy Consistency Pearson LLC R OR PSNR SSIM MSSIM VSNR VIF VIFP UQI IFC MOVIE.94 7 IVQA Table 3: Objective metrics performance with respect to MLDS results, averaged over all movies and all bit-rates possibilities. the Live video dataset [2], ten existing objective metrics (i.e. PSNR,, SSIM, MSSIM, VSNR, VIF, VIFP, UQI, IFC and MOVIE) and a subjective metrics (MLDS). The results show that IVQA performance is comparable with the best objective metric from the literature, while its running time is a constant, making it suitable for implementation in real-time applications in lightweight devices (i.e. mobile devices, video cameras and so on).

6 Distance All metrics against MLDS on "rh" video PSNR SSIM MSSIM VSNR VIF VIFP UQI IFC MOVIE IVQA Distance All metrics against MLDS on "tr" video PSNR SSIM MSSIM VSNR VIF VIFP UQI IFC MOVIE IVQA Bitrate [kbps] Bitrate [kbps] Figure 3: Video Quality Metrics analyses by using the Euclidean distance between the predicted values of the objective metrics and their MLDS correspondent on rh video. Figure 4: Video Quality Metrics analyses by using the Euclidean distance between the predicted values of the objective metrics and their MLDS correspondent on tr video. As further work, it would be interesting to study how IVQA could perform in a real world application, when the video signal is streamed from a server over a wireless network to different clients lightweight devices. 6. REFERENCES [] D. M. Chandler and S. S. Hemami. Vsnr: A wavelet-based visual signal-to-noise ratio for natural images. Trans. Img. Proc., 6(9): , Sept. 27. [2] C. Charrier, L. T. Maloney, H. Cherifi, and K. Knoblauch. Maximum likelihood difference scaling of image quality in compression-degraded images. J. Opt. Soc. Am. A, 24(): , Nov 27. [3] S. Chikkerur, V. Sundaram, M. Reisslein, and L. J. Karam. Objective video quality assessment methods: A classification, review, and performance comparison. TBC, 57(2):65 82, 2. [4] J. Hu and H. Wildfeuer. Use of content complexity factors in video over ip quality monitoring. In Quality of Multimedia Experience, 29. QoMEx 29. International Workshop on, pages 26 22, 29. [5] H. l. Kim and S. G. Choi. A study on a qos/qoe correlation model for qoe evaluation on iptv service. In Proceedings of the 2th international conference on Advanced communication technology, ICACT, pages , Piscataway, NJ, USA, 2. IEEE Press. [6] L. T. Maloney and J. N. Yang. Maximum likelihood difference scaling. Journal of Vision, 3(8), 23. [7] V. Menkovski, G. Exarchakos, and A. Liotta. Tackling the sheer scale of subjective qoe. In MobiMedia, volume 79 of Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, pages 5. Springer, 2. [8] V. Menkovski, G. Exarchakos, and A. Liotta. The value of relative quality in video delivery. J. Mob. Multimed., 7(3):5 62, Sept. 2. [9] V. Menkovski, G. Exarchakos, A. Liotta, and A. C. Sanchez. Quality of experience models for multimedia streaming. IJMCMC, 2(4): 2, 2. [] V. Menkovski and A. Liotta. Adaptive psychometric scaling for video quality assessment. Image Commun., 27(8): , Sept. 22. [] K. Seshadrinathan and A. C. Bovik. In B. E. Rogowitz and T. N. Pappas, editors, Human Vision and Electronic Imaging, SPIE Proceedings, page 724. SPIE. [2] K. Seshadrinathan, R. Soundararajan, A. C. Bovik, and L. K. Cormack. Study of subjective and objective quality assessment of video. Trans. Img. Proc., 9(6):427 44, June 2. [3] H. R. Sheikh and A. C. Bovik. A visual information fidelity approach to video quality assessment. In in The First International Workshop on Video Processing and Quality Metrics for Consumer Electronics, pages 23 25, 25. [4] H. R. Sheikh and A. C. Bovik. Image information and visual quality. Image Processing, IEEE Transactions on, 5(2):43 444, Feb. 26. [5] H. R. Sheikh, A. C. Bovik, and G. de Veciana. An information fidelity criterion for image quality assessment using natural scene statistics. IEEE Transactions on Image Processing, 4(2):27 228, 25. [6] Z. Wang and A. C. Bovik. A universal image quality index. IEEE Signal Processing Letters, 9(3):8 84, Mar. 22. [7] Z. Wang and A. C. Bovik. Mean squared error: Love it or leave it? A new look at Signal Fidelity Measures. Signal Processing Magazine, IEEE, 26():98 7, Jan. 29. [8] Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P.

7 Simoncelli. Image Quality Assessment: From Error Visibility to Structural Similarity. IEEE Transactions on Image Processing, 3(4):6 62, Apr. 24. [9] Z. Wang, L. Lu, and A. C. Bovik. Video quality assessment based on structural distortion measurement. Signal Processing: Image Communication, 9(2):2 32, Feb. 24. [2] Z. Wang, E. P. Simoncelli, and A. C. Bovik. Multiscale structural similarity for image quality assessment. In Proc 37th Asilomar Conf on Signals, Systems and Computers, volume 2, pages , Pacific Grove, CA, Nov IEEE Computer Society. [2] S. Winkler and P. Mohandas. The evolution of video quality measurement: From PSNR to hybrid metrics. IEEE Transactions on Broadcasting, 54(3):66 668, Sept. 28.

When does lower bitrate give higher quality in modern video services? Mocanu, D.C.; Liotta, A.; Ricci, A.; Torres Vega, M.; Exarchakos, G.

When does lower bitrate give higher quality in modern video services? Mocanu, D.C.; Liotta, A.; Ricci, A.; Torres Vega, M.; Exarchakos, G. When does lower bitrate give higher quality in modern video services? Mocanu, D.C.; Liotta, A.; Ricci, A.; Torres Vega, M.; Exarchakos, G. Published in: Proceedings of the IEEE/IFIP Network Operations

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

DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM. Jeoong Sung Park and Tokunbo Ogunfunmi

DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM. Jeoong Sung Park and Tokunbo Ogunfunmi DCT-BASED IMAGE QUALITY ASSESSMENT FOR MOBILE SYSTEM Jeoong Sung Park and Tokunbo Ogunfunmi Department of Electrical Engineering Santa Clara University Santa Clara, CA 9553, USA Email: jeoongsung@gmail.com

More information

Blind Prediction of Natural Video Quality and H.264 Applications

Blind Prediction of Natural Video Quality and H.264 Applications Proceedings of Seventh International Workshop on Video Processing and Quality Metrics for Consumer Electronics January 30-February 1, 2013, Scottsdale, Arizona 1 Blind Prediction of Natural Video Quality

More information

SUBJECTIVE ANALYSIS OF VIDEO QUALITY ON MOBILE DEVICES. Anush K. Moorthy, Lark K. Choi, Gustavo de Veciana and Alan C. Bovik

SUBJECTIVE ANALYSIS OF VIDEO QUALITY ON MOBILE DEVICES. Anush K. Moorthy, Lark K. Choi, Gustavo de Veciana and Alan C. Bovik SUBJECTIVE ANALYSIS OF VIDEO QUALITY ON MOBILE DEVICES Anush K. Moorthy, Lark K. Choi, Gustavo de Veciana and Alan C. Bovik Department of Electrical and Computer Engineering, The University of Texas at

More information

Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation

Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation IJECT Vo l. 8, Is s u e 3, Ju l y - Se p t 2017 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Efficient Color Image Quality Assessment Using Gradient Magnitude Similarity Deviation 1 Preeti Rani,

More information

Image Classification for JPEG Compression

Image Classification for JPEG Compression Image Classification for Compression Jevgenij Tichonov Vilnius University, Institute of Mathematics and Informatics Akademijos str. 4 LT-08663, Vilnius jevgenij.tichonov@gmail.com Olga Kurasova Vilnius

More information

A Subjective Study to Evaluate Video Quality Assessment Algorithms

A Subjective Study to Evaluate Video Quality Assessment Algorithms A Subjective Study to Evaluate Video Quality Assessment Algorithms Kalpana Seshadrinathan a, Rajiv Soundararajan b, Alan C. Bovik b and Lawrence K. Cormack b a Intel Corporation, Chandler, AZ - USA. b

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

Objective Quality Assessment of Screen Content Images by Structure Information

Objective Quality Assessment of Screen Content Images by Structure Information Objective Quality Assessment of Screen Content Images by Structure Information Yuming Fang 1, Jiebin Yan 1, Jiaying Liu 2, Shiqi Wang 3, Qiaohong Li 3, and Zongming Guo 2 1 Jiangxi University of Finance

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

SSIM Image Quality Metric for Denoised Images

SSIM Image Quality Metric for Denoised Images SSIM Image Quality Metric for Denoised Images PETER NDAJAH, HISAKAZU KIKUCHI, MASAHIRO YUKAWA, HIDENORI WATANABE and SHOGO MURAMATSU Department of Electrical and Electronics Engineering, Niigata University,

More information

MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT. (Invited Paper)

MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT. (Invited Paper) MULTI-SCALE STRUCTURAL SIMILARITY FOR IMAGE QUALITY ASSESSMENT Zhou Wang 1, Eero P. Simoncelli 1 and Alan C. Bovik 2 (Invited Paper) 1 Center for Neural Sci. and Courant Inst. of Math. Sci., New York Univ.,

More information

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

A NO-REFERENCE AUDIO-VISUAL VIDEO QUALITY METRIC

A NO-REFERENCE AUDIO-VISUAL VIDEO QUALITY METRIC A NO-REFERENCE AUDIO-VISUAL VIDEO QUALITY METRIC Helard Becerra Martinez and Mylène C. Q. Farias Department of Electrical Engineering Department of Computer Science University of Brasília, Brasília - DF,

More information

Evaluation of Two Principal Approaches to Objective Image Quality Assessment

Evaluation of Two Principal Approaches to Objective Image Quality Assessment Evaluation of Two Principal Approaches to Objective Image Quality Assessment Martin Čadík, Pavel Slavík Department of Computer Science and Engineering Faculty of Electrical Engineering, Czech Technical

More information

OBJECTIVE IMAGE QUALITY ASSESSMENT WITH SINGULAR VALUE DECOMPOSITION. Manish Narwaria and Weisi Lin

OBJECTIVE IMAGE QUALITY ASSESSMENT WITH SINGULAR VALUE DECOMPOSITION. Manish Narwaria and Weisi Lin OBJECTIVE IMAGE UALITY ASSESSMENT WITH SINGULAR VALUE DECOMPOSITION Manish Narwaria and Weisi Lin School of Computer Engineering, Nanyang Technological University, Singapore, 639798 Email: {mani008, wslin}@ntu.edu.sg

More information

SCREEN CONTENT IMAGE QUALITY ASSESSMENT USING EDGE MODEL

SCREEN CONTENT IMAGE QUALITY ASSESSMENT USING EDGE MODEL SCREEN CONTENT IMAGE QUALITY ASSESSMENT USING EDGE MODEL Zhangkai Ni 1, Lin Ma, Huanqiang Zeng 1,, Canhui Cai 1, and Kai-Kuang Ma 3 1 School of Information Science and Engineering, Huaqiao University,

More information

F-MAD: A Feature-Based Extension of the Most Apparent Distortion Algorithm for Image Quality Assessment

F-MAD: A Feature-Based Extension of the Most Apparent Distortion Algorithm for Image Quality Assessment F-MAD: A Feature-Based Etension of the Most Apparent Distortion Algorithm for Image Quality Assessment Punit Singh and Damon M. Chandler Laboratory of Computational Perception and Image Quality, School

More information

VISUAL QUALITY METRIC FOR PERCEPTUAL VIDEO CODING

VISUAL QUALITY METRIC FOR PERCEPTUAL VIDEO CODING VISUAL QUALITY METRIC FOR PERCEPTUAL VIDEO CODING Long XU,,2, Lin Ma3, King Ngi Ngan4, Weisi Lin', and Ying Weng5 'School of Computer Engineering, Nanyang Technological University, Singapore 2School of

More information

Attention modeling for video quality assessment balancing global quality and local quality

Attention modeling for video quality assessment balancing global quality and local quality Downloaded from orbit.dtu.dk on: Jul 02, 2018 Attention modeling for video quality assessment balancing global quality and local quality You, Junyong; Korhonen, Jari; Perkis, Andrew Published in: proceedings

More information

EE 5359 Multimedia project

EE 5359 Multimedia project EE 5359 Multimedia project -Chaitanya Chukka -Chaitanya.chukka@mavs.uta.edu 5/7/2010 1 Universality in the title The measurement of Image Quality(Q)does not depend : On the images being tested. On Viewing

More information

CS 260: Seminar in Computer Science: Multimedia Networking

CS 260: Seminar in Computer Science: Multimedia Networking CS 260: Seminar in Computer Science: Multimedia Networking Jiasi Chen Lectures: MWF 4:10-5pm in CHASS http://www.cs.ucr.edu/~jiasi/teaching/cs260_spring17/ Multimedia is User perception Content creation

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Temporal Quality Assessment for Mobile Videos

Temporal Quality Assessment for Mobile Videos Temporal Quality Assessment for Mobile Videos An (Jack) Chan, Amit Pande, Eilwoo Baik, Prasant Mohapatra Department of Computer Science, University of California, Davis Videos are Everywhere Cisco s Virtual

More information

BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES

BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES BLIND IMAGE QUALITY ASSESSMENT WITH LOCAL CONTRAST FEATURES Ganta Kasi Vaibhav, PG Scholar, Department of Electronics and Communication Engineering, University College of Engineering Vizianagaram,JNTUK.

More information

Open Access Research on No-reference Video Quality Assessment Based on H.264/AVC Bitstream

Open Access Research on No-reference Video Quality Assessment Based on H.264/AVC Bitstream Send Orders for Reprints to reprints@benthamscience.ae 444 The Open Automation and Control Systems Journal, 204, 6, 444-450 Open Access Research on No-reference Video Quality Assessment Based on H.264/AVC

More information

New Directions in Image and Video Quality Assessment

New Directions in Image and Video Quality Assessment New Directions in Image and Video Quality Assessment Al Bovik Laboratory for Image & Video Engineering (LIVE) The University of Texas at Austin bovik@ece.utexas.edu October 2, 2007 Prologue I seek analogies

More information

Subjective Assessment of H.264 Compressed Stereoscopic Video

Subjective Assessment of H.264 Compressed Stereoscopic Video Subjective Assessment of H.264 Compressed Stereoscopic Video Manasa K, Balasubramanyam Appina, and Sumohana S. Channappayya, Member, IEEE arxiv:1604.07519v1 [cs.mm] 26 Apr 2016 Abstract The tremendous

More information

Structural Similarity Based Image Quality Assessment Using Full Reference Method

Structural Similarity Based Image Quality Assessment Using Full Reference Method From the SelectedWorks of Innovative Research Publications IRP India Spring April 1, 2015 Structural Similarity Based Image Quality Assessment Using Full Reference Method Innovative Research Publications,

More information

A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming. Nagabhushan Eswara IIT Hyderabad November 14, 2017

A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming. Nagabhushan Eswara IIT Hyderabad November 14, 2017 A Linear Regression Framework For Assessing Time-Varying Subjective Quality in HTTP Streaming Nagabhushan Eswara IIT Hyderabad November 14, 2017 1 Introduction Increased mobile data traffic 1 : Data traffic

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

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 7, NO. 2, APRIL 1997 429 Express Letters A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation Jianhua Lu and

More information

Network-based model for video packet importance considering both compression artifacts and packet losses

Network-based model for video packet importance considering both compression artifacts and packet losses Network-based model for video packet importance considering both compression artifacts and packet losses Yuxia Wang Communication University of China Beijing, China, 124 Email: yuxiaw@cuc.edu.cn Ting-Lan

More information

PERCEPTUALLY-FRIENDLY RATE DISTORTION OPTIMIZATION IN HIGH EFFICIENCY VIDEO CODING. Sima Valizadeh, Panos Nasiopoulos and Rabab Ward

PERCEPTUALLY-FRIENDLY RATE DISTORTION OPTIMIZATION IN HIGH EFFICIENCY VIDEO CODING. Sima Valizadeh, Panos Nasiopoulos and Rabab Ward PERCEPTUALLY-FRIENDLY RATE DISTORTION OPTIMIZATION IN HIGH EFFICIENCY VIDEO CODING Sima Valizadeh, Panos Nasiopoulos and Rabab Ward Department of Electrical and Computer Engineering, University of British

More information

Performance of Quality Metrics for Compressed Medical Images Through Mean Opinion Score Prediction

Performance of Quality Metrics for Compressed Medical Images Through Mean Opinion Score Prediction RESEARCH ARTICLE Copyright 212 American Scientific Publishers All rights reserved Printed in the United States of America Journal of Medical Imaging and Health Informatics Vol. 2, 1 7, 212 Performance

More information

A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT. Dogancan Temel and Ghassan AlRegib

A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT. Dogancan Temel and Ghassan AlRegib A COMPARATIVE STUDY OF QUALITY AND CONTENT-BASED SPATIAL POOLING STRATEGIES IN IMAGE QUALITY ASSESSMENT Dogancan Temel and Ghassan AlRegib Center for Signal and Information Processing (CSIP) School of

More information

BLIND QUALITY ASSESSMENT OF VIDEOS USING A MODEL OF NATURAL SCENE STATISTICS AND MOTION COHERENCY

BLIND QUALITY ASSESSMENT OF VIDEOS USING A MODEL OF NATURAL SCENE STATISTICS AND MOTION COHERENCY BLIND QUALITY ASSESSMENT OF VIDEOS USING A MODEL OF NATURAL SCENE STATISTICS AND MOTION COHERENCY Michele A. Saad The University of Texas at Austin Department of Electrical and Computer Engineering Alan

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

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

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

Structural Similarity Based Image Quality Assessment

Structural Similarity Based Image Quality Assessment Structural Similarity Based Image Quality Assessment Zhou Wang, Alan C. Bovik and Hamid R. Sheikh It is widely believed that the statistical properties of the natural visual environment play a fundamental

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 QUALITY ASSESSMENT BASED ON EDGE

IMAGE QUALITY ASSESSMENT BASED ON EDGE IMAGE QUALITY ASSESSMENT BASED ON EDGE Xuanqin Mou 1, Min Zhang 1, Wufeng Xue 1 and Lei Zhang 1 Institute of Image Processing and Pattern Recognition, Xi'an Jiaotong University, China Department of Computing,

More information

No-Refrence Image Quality Assessment Using Blind Image Quality Indices

No-Refrence Image Quality Assessment Using Blind Image Quality Indices No-Refrence Image Quality Assessment Using Blind Image Quality Indices Parul Satsangi, Sagar Tandon, Prashant Kr. Yadav & Priyal Diwakar Electronics and Communication Department, M.I.T,Moradabad E-mail

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

Scalable Coding of Image Collections with Embedded Descriptors

Scalable Coding of Image Collections with Embedded Descriptors Scalable Coding of Image Collections with Embedded Descriptors N. Adami, A. Boschetti, R. Leonardi, P. Migliorati Department of Electronic for Automation, University of Brescia Via Branze, 38, Brescia,

More information

BLIND QUALITY ASSESSMENT OF JPEG2000 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS. Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack

BLIND QUALITY ASSESSMENT OF JPEG2000 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS. Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack BLIND QUALITY ASSESSMENT OF JPEG2 COMPRESSED IMAGES USING NATURAL SCENE STATISTICS Hamid R. Sheikh, Alan C. Bovik and Lawrence Cormack Laboratory for Image and Video Engineering, Department of Electrical

More information

Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china. Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS

Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china. Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS Performance analysis of AAC audio codec and comparison of Dirac Video Codec with AVS-china Under guidance of Dr.K.R.Rao Submitted By, ASHWINI S URS Outline Overview of Dirac Overview of AVS-china Overview

More information

MAXIMIZING BANDWIDTH EFFICIENCY

MAXIMIZING BANDWIDTH EFFICIENCY MAXIMIZING BANDWIDTH EFFICIENCY Benefits of Mezzanine Encoding Rev PA1 Ericsson AB 2016 1 (19) 1 Motivation 1.1 Consumption of Available Bandwidth Pressure on available fiber bandwidth continues to outpace

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue I, Jan. 18, www.ijcea.com ISSN 2321-3469 A STUDY ON STATISTICAL METRICS FOR IMAGE DE-NOISING A.Ramya a, D.Murugan b, S.Vijaya

More information

Keywords: Contrast Masking, Gradient Similarity, Human Visual System (HVS), Image Quality Assessment (IQA), Structural Similarity (SSIM).

Keywords: Contrast Masking, Gradient Similarity, Human Visual System (HVS), Image Quality Assessment (IQA), Structural Similarity (SSIM). ISSN 2348 2370 Vol.06,Issue.02, March-2014, Pages:64-71 www.semargroup.org Image Quality Assessment Based on Gradient Similarity F. ASMA BEGUM 1, NAZIA SHABANA 2, NAHID JABEEN 3 1 Assoc Prof, Dept of ECE,

More information

QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks

QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks QoE Characterization for Video-On-Demand Services in 4G WiMAX Networks Amitabha Ghosh IBM India Research Laboratory Department of Electrical Engineering University of Southern California, Los Angeles http://anrg.usc.edu/~amitabhg

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

Reduction of Blocking artifacts in Compressed Medical Images

Reduction of Blocking artifacts in Compressed Medical Images ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 8, No. 2, 2013, pp. 096-102 Reduction of Blocking artifacts in Compressed Medical Images Jagroop Singh 1, Sukhwinder Singh

More information

2284 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 16, NO. 9, SEPTEMBER VSNR: A Wavelet-Based Visual Signal-to-Noise Ratio for Natural Images

2284 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 16, NO. 9, SEPTEMBER VSNR: A Wavelet-Based Visual Signal-to-Noise Ratio for Natural Images 2284 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 16, NO. 9, SEPTEMBER 2007 VSNR: A Wavelet-Based Visual Signal-to-Noise Ratio for Natural Images Damon M. Chandler, Member, IEEE, and Sheila S. Hemami, Senior

More information

Video-Aware Wireless Networks (VAWN) Final Meeting January 23, 2014

Video-Aware Wireless Networks (VAWN) Final Meeting January 23, 2014 Video-Aware Wireless Networks (VAWN) Final Meeting January 23, 2014 1/26 ! Real-time Video Transmission! Challenges and Opportunities! Lessons Learned for Real-time Video! Mitigating Losses in Scalable

More information

ANALYSIS AND COMPARISON OF SYMMETRY BASED LOSSLESS AND PERCEPTUALLY LOSSLESS ALGORITHMS FOR VOLUMETRIC COMPRESSION OF MEDICAL IMAGES

ANALYSIS AND COMPARISON OF SYMMETRY BASED LOSSLESS AND PERCEPTUALLY LOSSLESS ALGORITHMS FOR VOLUMETRIC COMPRESSION OF MEDICAL IMAGES JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 24/2015, ISSN 1642-6037 Bilateral symmetry, Human visual system, MRI and CT images, Just noticeable distortion, Perceptually lossless compression Chandrika

More information

A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression

A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression A 3-D Virtual SPIHT for Scalable Very Low Bit-Rate Embedded Video Compression Habibollah Danyali and Alfred Mertins University of Wollongong School of Electrical, Computer and Telecommunications Engineering

More information

Prediction-based Directional Search for Fast Block-Matching Motion Estimation

Prediction-based Directional Search for Fast Block-Matching Motion Estimation Prediction-based Directional Search for Fast Block-Matching Motion Estimation Binh P. Nguyen School of Information and Communication Technology, Hanoi University of Technology, Vietnam binhnp@it-hut.edu.vn

More information

LOCAL MASKING IN NATURAL IMAGES MEASURED VIA A NEW TREE-STRUCTURED FORCED-CHOICE TECHNIQUE. Kedarnath P. Vilankar and Damon M.

LOCAL MASKING IN NATURAL IMAGES MEASURED VIA A NEW TREE-STRUCTURED FORCED-CHOICE TECHNIQUE. Kedarnath P. Vilankar and Damon M. LOCAL MASKING IN NATURAL IMAGES MEASURED VIA A NEW TREE-STRUCTURED FORCED-CHOICE TECHNIQUE Kedarnath P. Vilankar and Damon M. Chandler Laboratory of Computational Perception and Image Quality (CPIQ) School

More information

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.

EE 5359 MULTIMEDIA PROCESSING SPRING Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H. EE 5359 MULTIMEDIA PROCESSING SPRING 2011 Final Report IMPLEMENTATION AND ANALYSIS OF DIRECTIONAL DISCRETE COSINE TRANSFORM IN H.264 Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY

More information

SVD FILTER BASED MULTISCALE APPROACH FOR IMAGE QUALITY ASSESSMENT. Ashirbani Saha, Gaurav Bhatnagar and Q.M. Jonathan Wu

SVD FILTER BASED MULTISCALE APPROACH FOR IMAGE QUALITY ASSESSMENT. Ashirbani Saha, Gaurav Bhatnagar and Q.M. Jonathan Wu 2012 IEEE International Conference on Multimedia and Expo Workshops SVD FILTER BASED MULTISCALE APPROACH FOR IMAGE QUALITY ASSESSMENT Ashirbani Saha, Gaurav Bhatnagar and Q.M. Jonathan Wu Department of

More information

Unsupervised Feature Learning Framework for No-reference Image Quality Assessment

Unsupervised Feature Learning Framework for No-reference Image Quality Assessment Unsupervised Feature Learning Framework for No-reference Image Quality Assessment Peng Ye, Jayant Kumar, Le Kang, David Doermann Institute for Advanced Computer Studies University of Maryland, College

More information

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING Engineering Review Vol. 32, Issue 2, 64-69, 2012. 64 VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING David BARTOVČAK Miroslav VRANKIĆ Abstract: This paper proposes a video denoising algorithm based

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

AN IMAGE, before it is displayed to a human, is often

AN IMAGE, before it is displayed to a human, is often IEEE SIGNAL PROCESSING LETTERS, VOL. 23, NO. 1, JANUARY 2016 65 Decision Fusion for Image Quality Assessment using an Optimization Approach Mariusz Oszust Abstract The proliferation of electronic means

More information

Robust Video Watermarking for MPEG Compression and DA-AD Conversion

Robust Video Watermarking for MPEG Compression and DA-AD Conversion Robust Video ing for MPEG Compression and DA-AD Conversion Jong-Uk Hou, Jin-Seok Park, Do-Guk Kim, Seung-Hun Nam, Heung-Kyu Lee Division of Web Science and Technology, KAIST Department of Computer Science,

More information

ASSESSMENT OF VIDEO WATERMARKING USING STRUCTURAL METRICS 1

ASSESSMENT OF VIDEO WATERMARKING USING STRUCTURAL METRICS 1 ASSESSMENT OF VIDEO WATERMARKING USING STRUCTURAL METRICS Divjot Kaur Thind, 2 Sonika Jindal Student Mtech (Cse), 2 Assistant Professor SBSSTC, Ferozepur, Punjab prettythind0@gmail.com, 2 sonikamanoj@gmail.com

More information

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Journal of ELECTRICAL ENGINEERING, VOL. 59, NO. 1, 8, 9 33 PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Eugeniusz Kornatowski Krzysztof Okarma In the paper a probabilistic approach to quality

More information

Multimedia Systems Video II (Video Coding) Mahdi Amiri April 2012 Sharif University of Technology

Multimedia Systems Video II (Video Coding) Mahdi Amiri April 2012 Sharif University of Technology Course Presentation Multimedia Systems Video II (Video Coding) Mahdi Amiri April 2012 Sharif University of Technology Video Coding Correlation in Video Sequence Spatial correlation Similar pixels seem

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

Gradient Magnitude Similarity Deviation: A Highly Efficient Perceptual Image Quality Index

Gradient Magnitude Similarity Deviation: A Highly Efficient Perceptual Image Quality Index 1 Gradient Magnitude Similarity Deviation: A Highly Efficient Perceptual Image Quality Index Wufeng Xue a, Lei Zhang b, Member, IEEE, Xuanqin Mou a, Member, IEEE, Alan C. Bovik c, Fellow, IEEE a Institute

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

Frame Rate versus Spatial Quality: Which Video Characteristics Do Matter?

Frame Rate versus Spatial Quality: Which Video Characteristics Do Matter? Downloaded from orbit.dtu.dk on: Feb, 09 Frame Rate versus Spatial Quality: Which Video Characteristics Do Matter? Korhonen, Jari; Reiter, Ulrich; Ukhanova, Ann Published in: Proceedings of International

More information

Context based optimal shape coding

Context based optimal shape coding IEEE Signal Processing Society 1999 Workshop on Multimedia Signal Processing September 13-15, 1999, Copenhagen, Denmark Electronic Proceedings 1999 IEEE Context based optimal shape coding Gerry Melnikov,

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

PERCEPTUAL ALIASING FACTORS AND THE IMPACT OF FRAME RATE ON VIDEO QUALITY. Rasoul Mohammadi Nasiri and Zhou Wang

PERCEPTUAL ALIASING FACTORS AND THE IMPACT OF FRAME RATE ON VIDEO QUALITY. Rasoul Mohammadi Nasiri and Zhou Wang PERCEPTUAL ALIASING FACTORS AND THE IMPACT OF FRAME RATE ON VIDEO QUALITY Rasoul Mohammadi Nasiri and Zhou Wang Dept. of Electrical and Computer Engineering, University of Waterloo Emails: {r26moham, zhou.wang}@uwaterloo.ca

More information

A Study of Objective Quality Assessment Metrics for Video Codec Design and Evaluation

A Study of Objective Quality Assessment Metrics for Video Codec Design and Evaluation A Study of Objective Quality Assessment Metrics for Video Codec Design and Evaluation M. Martinez-Rach, O. Lopez, P. Piñol, M.P. Malumbres J. Oliver Dept. of Physics and Computer Engineering Miguel Hernández

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

Begin with the End in Mind: A Unified End-to-End Quality-of-Experience Monitoring, Optimization and Management Framework

Begin with the End in Mind: A Unified End-to-End Quality-of-Experience Monitoring, Optimization and Management Framework Society of Motion Picture & Television Engineers (SMPTE) Annual Technical Conference & Exhibition, Hollywood, CA, Oct. 2017. Zhou Wang, PhD Begin with the End in Mind: A Unified End-to-End Quality-of-Experience

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

Reduced-Reference Image Quality Assessment Using A Wavelet-Domain Natural Image Statistic Model

Reduced-Reference Image Quality Assessment Using A Wavelet-Domain Natural Image Statistic Model Presented at: IS&T/SPIE s 17th Annual Symposium on Electronic Imaging San Jose, CA, Jan. 17-, 05 Published in: Human Vision and Electronic Imaging X, Proc. SPIE, vol. 5666. c SPIE Reduced-Reference Image

More information

WAVELET VISIBLE DIFFERENCE MEASUREMENT BASED ON HUMAN VISUAL SYSTEM CRITERIA FOR IMAGE QUALITY ASSESSMENT

WAVELET VISIBLE DIFFERENCE MEASUREMENT BASED ON HUMAN VISUAL SYSTEM CRITERIA FOR IMAGE QUALITY ASSESSMENT WAVELET VISIBLE DIFFERENCE MEASUREMENT BASED ON HUMAN VISUAL SYSTEM CRITERIA FOR IMAGE QUALITY ASSESSMENT 1 NAHID MOHAMMED, 2 BAJIT ABDERRAHIM, 3 ZYANE ABDELLAH, 4 MOHAMED LAHBY 1 Asstt Prof., Department

More information

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks Compressive Sensing for Multimedia 1 Communications in Wireless Sensor Networks Wael Barakat & Rabih Saliba MDDSP Project Final Report Prof. Brian L. Evans May 9, 2008 Abstract Compressive Sensing is an

More information

SPATIO-TEMPORAL SSIM INDEX FOR VIDEO QUALITY ASSESSMENT

SPATIO-TEMPORAL SSIM INDEX FOR VIDEO QUALITY ASSESSMENT SPATIO-TEMPORAL SSIM INDEX FOR VIDEO QUALITY ASSESSMENT Yue Wang 1,Tingting Jiang 2, Siwei Ma 2, Wen Gao 2 1 Graduate University of Chinese Academy of Sciences, Beijing, China 2 National Engineering Lab

More information

DEEP BLIND IMAGE QUALITY ASSESSMENT

DEEP BLIND IMAGE QUALITY ASSESSMENT DEEP BLIND IMAGE QUALITY ASSESSMENT BY LEARNING SENSITIVITY MAP Jongyoo Kim, Woojae Kim and Sanghoon Lee ICASSP 2018 Deep Learning and Convolutional Neural Networks (CNNs) SOTA in computer vision & image

More information

Rate Distortion Optimization in Video Compression

Rate Distortion Optimization in Video Compression Rate Distortion Optimization in Video Compression Xue Tu Dept. of Electrical and Computer Engineering State University of New York at Stony Brook 1. Introduction From Shannon s classic rate distortion

More information

Deep learning for objective quality assessment of 3D images Mocanu, D.C.; Exarchakos, G.; Liotta, A.

Deep learning for objective quality assessment of 3D images Mocanu, D.C.; Exarchakos, G.; Liotta, A. Deep learning for objective quality assessment of 3D images Mocanu, D.C.; Exarchakos, G.; Liotta, A. Published in: Proceedings of the IEEE International Conference on Image Processing 2014 (ICIP 2014),

More information

QUALITY OF EXPERIENCE PREDICTION FOR STREAMING VIDEO. Zhengfang Duanmu

QUALITY OF EXPERIENCE PREDICTION FOR STREAMING VIDEO. Zhengfang Duanmu QUALITY OF EXPERIENCE PREDICTION FOR STREAMING VIDEO Zhengfang Duanmu Joint work with Abdul Rehman, Kai Zeng, and Zhou Wang July 13, 2016 2 / 26 Outline and 1 and 2 Model 3 3 / 26 Outline and 1 and 2 Model

More information

Image Interpolation using Collaborative Filtering

Image Interpolation using Collaborative Filtering Image Interpolation using Collaborative Filtering 1,2 Qiang Guo, 1,2,3 Caiming Zhang *1 School of Computer Science and Technology, Shandong Economic University, Jinan, 250014, China, qguo2010@gmail.com

More information

No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing

No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing No Reference Medical Image Quality Measurement Based on Spread Spectrum and Discrete Wavelet Transform using ROI Processing Arash Ashtari Nakhaie, Shahriar Baradaran Shokouhi Iran University of Science

More information

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction

3D Mesh Sequence Compression Using Thin-plate Spline based Prediction Appl. Math. Inf. Sci. 10, No. 4, 1603-1608 (2016) 1603 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/100440 3D Mesh Sequence Compression Using Thin-plate

More information

A hybrid video quality metric for analyzing quality degradation due to frame drop

A hybrid video quality metric for analyzing quality degradation due to frame drop A hybrid video quality metric for analyzing quality degradation due to frame drop Manish K Thakur, Vikas Saxena 2 and J P Gupta 3 Department of CSE/IT, Jaypee Institute of Information Technology Noida,

More information

Multidimensional Transcoding for Adaptive Video Streaming

Multidimensional Transcoding for Adaptive Video Streaming Multidimensional Transcoding for Adaptive Video Streaming Jens Brandt Lars Wolf IBR Technische Universität Braunschweig Mühlenpfordtstrasse 23, 38106 Braunschweig, Germany {brandt wolf}@ibr.cs.tu-bs.de

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

A Business Model for Video Transmission Services using Dynamic Adaptation Streaming over HTTP

A Business Model for Video Transmission Services using Dynamic Adaptation Streaming over HTTP A Business Model for Video Transmission Services using Dynamic Adaptation Streaming over HTTP Demóstenes Zegarra Rodríguez, Renata Lopes Rosa, Graça Bressan Laboratory of Computer Architecture and Networks

More information

A Joint Histogram - 2D Correlation Measure for Incomplete Image Similarity

A Joint Histogram - 2D Correlation Measure for Incomplete Image Similarity A Joint Histogram - 2D Correlation for Incomplete Image Similarity Nisreen Ryadh Hamza MSc Candidate, Faculty of Computer Science & Mathematics, University of Kufa, Iraq. ORCID: 0000-0003-0607-3529 Hind

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

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