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 ...
随机推荐
- python-12-字典的嵌套与int快速排序
前言 字典的增删改查我们都有一定的认识与了解啦,但是字典也可以嵌套列表.字典.元组等数据结构. 一.字典的嵌套 1.修改.添加 dic = { "name": ["lin ...
- IT兄弟连 HTML5教程 HTML5和CSS3的关系
HTML5是第五版HTML的标准,CSS3则是第三版CSS,新增一些非常实用的选择器和样式属性,并且CSS3语言开发是朝着模块化发展的.以前的规范作为一个模块实在是太庞大而且比较复杂,所以,把它分解为 ...
- 愉快地使用Groovy Shell
这是一篇有关Groovy Shell的帖子,以及它如何在日常工作中为您提供帮助(只要您是软件开发人员).无论您使用哪种编程语言或技术,都可以从Groovy Shell中受益.唯一真正的要求是您能够编写 ...
- .net post请求wcf
class Program { static void Main(string[] args) { }); var r = HttpHelper.PostRequest("http://lo ...
- C# - 操作Word文档小实验
前言 本篇主要记录:VS2019 WinFrm桌面应用程序实现对Word文档的简单操作. 准备工作 搭建WinFrm前台界面 添加必要的控件,如下图 NuGet包管理器 安装Microsoft.Off ...
- python网络爬虫进阶之HTTP原理,爬虫的基本原理,Cookies和代理介绍
目录 一.HTTP基本原理 (一)URI和URL (二)超文本 (三)HTTP和HTTPS (四)HTTP请求过程 (五)请求 1.请求方法 2.请求的网址 3.请求头 4.请求体 (六)响应 1.响 ...
- 面试题-JavaScript交换两个变量的方法
在平时的业务开发或者面试过程中,经常会遇到交换两个变量这种问题,于是,个人总结以下几种交换变量的方法: 1.方案一 使用一个临时变量来交换 2.方案二 使用ES6解构赋值语法来交换 3.方案三利用数 ...
- Dynamics CRM定制子网格添加按钮实例之一
关注本人微信和易信公众号: 微软动态CRM专家罗勇 ,回复221或者20160430可方便获取本文,同时可以在第一间得到我发布的最新的博文信息,follow me!我的网站是 www.luoyong. ...
- Apache配置https
Apache配置https 之前一直用的是Tomcat,今天突然接到任务要给Apache配置https证书,因为小程序要用.下面把过程列出来以备后续查看. 1.首先你得有ssl证书,没有的可以去购买, ...
- 【转载】编程语言排行榜2019年7月 TIOBE编程语言排行榜2019年最新版
TIOBE在前段时间公布了编程语言排行榜2019年7月的数据,编程语言7月的排名有了新的变化,Python继教占领第三名,Java还是稳居第一,C++本月又降了0.91%.下面一起来看看2019年7月 ...