节点文献

图像感知哈希若干关键技术研究

Research on Key Techniques of Image Perceptual Hashing

【作者】 刘兆庆

【导师】 彭喜元; 牛夏牧;

【作者基本信息】 哈尔滨工业大学 , 测试计量技术及仪器, 2013, 博士

【摘要】 人们公认当今社会已经进入了多媒体时代。由于图像具有直观生动,承载信息量大的特点,已经由文字的补充,成为与文字同等重要的媒体形式,在信息传播中起到了无法替代的作用。随着图像在社会生活中发挥了越来越重要的作用,对图像的管理和安全保障也产生了更高的新需求。感知哈希技术通过对图像内容的简短摘要和基于摘要的匹配,可以很好地适应实际应用的需求,是一种受到广泛关注的新兴技术。但目前关于感知哈希的理论基础还不够完善,研究者对不同模式下的感知哈希的性能需求及测评问题的理解还比较模糊,现有算法在多种性能上还不足以满足实际需求。因此非常有必要攻克图像感知哈希关键技术,为图像感知哈希算法评价提供理论依据和支撑,设计出高性能图像感知哈希算法,推动图像感知哈希技术及相关产业的健康持续发展。本文在系统综述感知哈希的基本概念、应用模式及发展现状的基础上,总结出感知哈希技术现存的几个关键问题,针对这些问题,本文进行了如下创新性研究:系统研究了感知哈希在识别模式、认证模式的重点性能指标及其测评方法。对于识别模式,通过对基于类内测试和类间测试的鲁棒性、区分性测试方法的分析,指出现有方法的不足和改善方向。对于认证模式,通过对认证模式的需求分析提出鉴别性的概念,用于评价算法区分局部篡改与内容保持操作的能力,并给出了等感知距离曲线的鉴别性测评方法。对比分析了与安全性相关的单向性、扩散性、抗碰撞性概念,澄清了这些特性与安全性的关系,针对目前缺乏测试方法的扩散性,提出了基于翻转率分布曲线的测评方法。实验结果验证了等感知距离曲线和翻转率分布曲线的有效性。针对目前识别模式的感知哈希算法普遍存在对几何攻击鲁棒性不足的问题,提出了基于SIFT(Scale Invariant Feature Transform)特征点的图像感知哈希算法。通过对SIFT特征点进行筛选和压缩,基于特征质心的量化,编码得到感知摘要,设计了基于广义集合距的匹配算法。算法充分保留了SIFT特征点对图像内容的标识性,可有效的抵抗常见的内容保持操作,特别是对旋转、尺度变换、剪切等几何攻击的鲁棒性明显优于对比感知哈希算法。针对目前认证模式的感知哈希算法存在篡改检测性能低的问题,分别提出了一种基于信息融合感知哈希算法、一种基于视觉显著图的感知哈希算法,并进行了较充分的测试。信息融合的算法通过综合不同特征的优点,在利用全局特征解决鲁棒性和区分性的基础上,利用局部特征完成篡改检测功能。基于显著图的算法可提取符合人类神经生理学和认知心理学的图像显著特征,使得对有意义的篡改检测为可能。在较大规模数据库上的实验结果表明,本文提出的算法在不影响鲁棒性、区分性的同时,实现了远高于已有算法的篡改检测性能,更适合与认证应用需求。由于目前感知哈希算法普遍存在扩散性不足的问题,直接导致算法的安全性不高。针对这一问题,本文以生物认证领域的安全技术模糊承诺(FuzzyCommitment)为基础,提出了基于模糊承诺的感知哈希认证方案。分析和实验表明,只要有针对性的选择系统参数,可以保证基于模糊承诺的感知哈希认证方案几乎不牺牲原有感知哈希算法的鲁棒性和区分性,大大提高系统的安全性,解决扩散性不足带来的安全性问题,是一种具有可行性的安全的感知哈希认证方案。

【Abstract】 It is well known that the multimedia era has come upon us. Because images areperfect for conveying large information directly and vividly, they have become a mediaas important as texts. With the increasingly important role in the modern society, higherrequirements for image management and security insurances have arisen. Through thebrief digesting of the content of an image and the digest based matching, image perceptu-al hashing is a promising technique to meet the multiple application requirements and hasdrawn many attentions. However, the theoretical foundation of perceptual hashing is notmature, the understanding to the performance requirements and evaluation in different ap-plication modes have not been clarified, and multiple performances of existing perceptualhashing algorithms cannot meet the applicable requirements. So it is necessary to conquerthe key tequchiques of perceptual hashing, provide the theoritcial support, design the newalgorithms with better performance and improve the healthy and sustainable developmentof perceptual hashing and the related indurstry.After studying the basic concepts, application modes, state-of-arts of perceptualhashing systematically, current problems of perceptual hashing technique are summa-rized. Aiming at solving these problems, the creative contributions of this dissertationinclude the follows.The main performances and their evaluation methods in recognition mode and au-thentication mode are studied systematically. In recognition mode, current shortage andimprovement direction are pointed out via the analysis on the inner-test and inter-testbased robustness/discrimination test methods. In authentication mode, the concept of ver-ifiability and the Identical Perceptual Distance (IPD) based test method is presented toevaluate the ability of one perceptual hashing algorithm to differentiate the local tamperand global content preserving operations. The concepts of onewayness, confusion, dif-fusion and collision-resistance are compared and studied, and the relationships betweenthese features and security are clarified. For diffusion, which has no test method so far,the Flip Rate Distribution (FRD) curve based test method is proposed. The experimen-tal results demonstrate the effectiveness of the proposed IPD curve and FRD curve testmethods. Aiming at the inefficient robustness to geometric attack in recognition mode, theScale Invariant Feature Transform (SIFT) feature point based image perceptual hashingalgorithm is proposed. Through the filter, compression and centroid of feature pointsbased quantization, the perceptual digest is generated. The matching algorithm is based ongeneral set distance. The algorithm can preserve the identifying ability of the SIFT featurepoint to the image well, and resist common content preserving operations, especiallygeometric attacks such as rotation, scale and cropping.To improve the tamper detection ability in authentication mode, two perceptual hash-ing algorithms are proposed, which are based information fusion and saliency map re-spectively. The information fusion algorithm utilizes the advantages of different types offeatures. The global feature is responsible for the robustness/discrimination, and the localfeature is in charge of tamper detection. The saliency map based algorithm extracts theimage salient feature compatible with human neurophysiology and cognitive psycholo-gy, which makes it possible to detect the meaningful tamper. The experimental resultson a middle scale image database demonstrate that the proposed algorithms implementmuch higher tamper detection ability than existing algorithms except for the comparativerobustness/discrimination.The common problem of low diffusion in current perceptual hashing algorithms de-creases the security directly. To overcome such problem, a fuzzy commitment based per-ceptual hashing authentication scheme is proposed. The analysis and experiment resultsshow that the scheme can improve the security greatly without sacrificing the robustnessand discrimination of original perceptual hashing algorithm. The security problem due tolow diffusion can also be solved.

【关键词】 多媒体感知哈希识别认证鲁棒性
【Key words】 multimediaperceptual hashingrecognitionauthenticationrobustness
  • 【分类号】TP391.41
  • 【被引频次】28
  • 【下载频次】1234
  • 攻读期成果
节点文献中: 

本文链接的文献网络图示:

本文的引文网络