Paper | No-reference Quality Assessment of Deblocked Images
目录
发表在2016年Neurocomputing。
摘要
JPEG is the most commonly used image compression standard. In practice, JPEG images are easily subject to blocking artifacts at low bit rates. To reduce the blocking artifacts, many deblocking algorithms have been proposed. However, they also introduce certain degree of blur, so the deblocked images contain multiple distortions. Unfortunately, the current quality metrics are not designed for multiply distorted images, so they are limited in evaluating the quality of deblocked images. To solve the problem, this paper presents a no-reference (NR) quality metric for deblocked images. A DeBlocked Image Database (DBID) is first built with subjective Mean Opinion Score (MOS) as ground truth. Then a NR DeBlocked Image Quality (DBIQ) metric is proposed by simultaneously evaluating blocking artifacts in smooth regions and blur in textured regions. Experimental results conducted on the DBID database demonstrate that the proposed metric is effective in evaluating the quality of deblocked images, and it significantly outperforms the existing metrics. As an application, the proposed metric is further used for automatic parameter selection in image deblocking algorithms.
结论
Image deblocking has been extensively researched for removing blocking artifacts in JPEG images. However, the quality evaluation of such deblocked images is still an open problem. In this paper, we have presented a no-reference quality model for evaluating the quality of deblocked images. Blocking artifacts in smooth regions and blur effects in textured regions are considered in the proposed model. It is a moment-based metric, where the Tchebichef moments are used to achieve: (1) block classification, (2) blocking artifact evaluation, and (3) blur evaluation. We have also built a deblocked image database DBID to compare the performances of image deblocking algorithms, and also to verify the performance of the proposed method. The experimental results have demonstrated that the proposed method is effective in evaluating the quality of deblocked images, and it significantly outperforms the state-of-the-art blocking artifact metrics, blur metrics and general-purpose NR image quality metrics. As an application of the proposed model, we have also used DBIQ for automatic parameter tuning in image deblocking algorithm, producing very promising results.
In this work, the proposed quality model is based on the Tchebichef moments of gray-scale images. However, color also affects the quality of deblocked images, so the performance of the proposed metric could be further enhanced by incorporating color information. A straightforward way to improve DBIQ is to use quaternion-type moments [51]. Furthermore, the presented work mainly focus on deblocked JPEG images. More general deblocking scenarios, e.g., deblocking loop filter in H.264/AVC, will be investigated in future work.
要点
我们讨论JPEG压缩图像的块效应。
许多去块效应方法都会引入模糊,导致图像中存在多重失真。然而,现存质量指标都只局限于单一失真(比如块效应),没有考虑模糊等其他失真。
为了解决这一问题,本文针对去块效应的图像(deblocked images),提出了一种无参考质量评价指标:NR DeBlocked Image Quality(DBIQ)。
方法核心:同时评估平滑区域的块效应,以及纹理区域的模糊程度。
具体而言,作者采用了切比雪夫矩(Tchebichef moments),同时实现了块分类、块效应评估和模糊程度评估。
本文还有建库等贡献。作者将预测的指标用于去块效应算法,发现实验结果有所提升,证明了该指标的有效性。
局限:只考虑了灰度图像;只考虑了JPEG图像。
故事背景
作者观察了借助去块效应算法[14]得到的图像,发现:去块效应图像的平滑区域容易遭受(残留)块效应影响,而纹理区域容易变模糊。
The deblocked images are contaminated by both blocking artifacts and blur. Blocking artifacts mainly affect the quality of smooth regions and blur mainly affects the quality of textured regions.
基于此观察,作者提出用离散切比雪夫矩,同时评估块效应和模糊。
本文方法(DBIQ)
DBIQ由两部分组成:
块效应指标RMB[26],是当时最好的检测块效应指标;
基于矩的模糊检测模块。
整体框图:

流程大致如下:
- 首先,deblocked图像被不重叠地分为\(8 \times 8\)的目标块。\(8 \times 8\)应该是JPEG编码块的尺寸。
对于每一个目标块,计算切比雪夫矩。根据非直流分量的平方和(the sum of squared non-DC moment, SSM),决定该块的类型:平滑还是纹理。
对于平滑块,我们通过RMB方法计算块效应指数。
对于纹理块,我们通过本文的方法计算模糊效应指数。作者还加入了显著性图。
两个得分通过池化,得到最终得分。
博主更关注块效应的检测,因此跑去看块效应质量评估论文啦。
Paper | No-reference Quality Assessment of Deblocked Images的更多相关文章
- Paper | Quality assessment of deblocked images
目录 1. 故事 2. 失真变化 3. 方法(PSNR-B) 4. 实验 这篇文章提出了一个PSNR-B指标,旨在衡量 压缩图像的块效应强度 或 去块效应后的残留块效应强度(比较去块效应算法的优劣). ...
- Paper | Blind Quality Assessment Based on Pseudo-Reference Image
目录 1. 技术细节 1.1 失真识别 1.2 得到对应的PRI并评估质量 块效应 模糊和噪声 1.3 扩展为通用的质量评价指标--BPRI 归一化3种质量评分 判断失真类型 加权求和 2. 总结 这 ...
- [论文笔记] Methodologies for Data Quality Assessment and Improvement (ACM Comput.Surv, 2009) (1)
Carlo Batini, Cinzia Cappiello, Chiara Francalanci, and Andrea Maurino. 2009. Methodologies for data ...
- Paper | BLIND QUALITY ASSESSMENT OF COMPRESSED IMAGES VIA PSEUDO STRUCTURAL SIMILARITY
目录 1. 技术细节 1.1 得到MDI 1.2 判别伪结构,计算伪结构相似性 2. 实验 动机:作者认为,基于块的压缩会产生一种伪结构(pseudo structures),并且不同程度压缩产生的伪 ...
- [论文笔记] Methodologies for Data Quality Assessment and Improvement (ACM Comput.Surv, 2009) (2)
本篇博文主要对DMQ(S3.7)的分类进行了研读. 1. 这个章节提出了一种DQM的分类法(如下图) 由上图可见,该分类法的分类标准是对assessment & improvement阶段的支 ...
- Quality assessment and quality control of NGS data
http://www.molecularevolution.org/resources/activities/QC_of_NGS_data_activity_new table of contents ...
- Paper | Predicting the Quality of Images Compressed After Distortion in Two Steps
目录 1. 问题本质剖析 2. 方法细节 图像质量评估大佬AC Bovik的论文,发表在2019 TIP上. 考虑的问题:对于有参考图像质量评估(R-IQA)任务,参考图像有时是有损的.这会导致评估的 ...
- {ICIP2014}{收录论文列表}
This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...
- ITU-T G.1080 IPTV的体验质量(QoE)要求 (Quality of experience requirements for IPTV services)
IPTV的服务质量(QoE)要求 Quality of experience requirements for IPTV services Summary This Recommendation de ...
随机推荐
- echarts 中 参数的详讲
xAxis 属性 xAxis : [ { type : 'category',//坐标轴类型 // show:'',//是否显示 x 轴 //id:'',组件 ID.默认不指定. //gridInde ...
- Codeforces Round #599 (Div. 2) A. Maximum Square 水题
A. Maximum Square Ujan decided to make a new wooden roof for the house. He has
- 反射(hasattr和getattr和setattr和delattr)
目录 一.反射在类中的使用 1.1 应用 二.反射在模块中的使用 2.1 前言 2.2 反射机制 2.2.1 getattr() 2.2.2 hasattr(object, name) 2.2.3 s ...
- python做中学(四)main函数的用法
什么场景下会有main函数? 当该python脚本被作为模块(module)引入(import)时,其中的main()函数将不会被执行. main函数的作用? __name__ == '__main_ ...
- java获取下一天的日期
我们来看看Java怎么获取下一天的日期: 哈哈哈,开玩笑啦,这个只是个段子. "哪怕悲伤有1000种,快乐有1种就够了."
- flex布局和边框阴影
"妄"眼欲穿-CSS之flex布局和边框阴影 妄:狂妄: 不会的东西只有怀着一颗狂妄的心,假装能把它看穿吧. flex布局 main axis:主轴:cross axis:交叉轴 ...
- .Net与其他公司接口对接心得
第一次搞这玩意,心里有点紧张,万事开头难,第一次搞过之后,以后就容易了,所以将这次经历记录下来. 这里我们暂且把对接的公司叫A吧,A公司会提供一个接口对接说明,下面是A公司提供的接口说明 请求内容说明 ...
- TCP三次握手四次分手—简单详解
关于TCP三次握手四次分手,之前看资料解释的都很笼统,很多地方都不是很明白,所以很难记,前几天看的一个博客豁然开朗,可惜现在找不到了.现在把之前的疑惑总结起来,方便一下大家. 疑问一,上图传递过程中出 ...
- 用canvas写一个简易画图工具
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- Android apk签名方法介绍
还望支持个人博客站:http://www.enjoytoday.cn 参考博客:http://www.enjoytoday.cn/posts/203 为什么要签名 在介绍签名方法之前,首先我们来了解下 ...