计算机应用 ›› 2017, Vol. 37 ›› Issue (12): 3447-3451.DOI: 10.11772/j.issn.1001-9081.2017.12.3447

• 网络空间安全 • 上一篇    下一篇

基于尺度不变特征变换的快速图像拷贝检测

郑丽君1, 李新伟1,2, 卜旭辉1   

  1. 1. 河南理工大学 电气工程与自动化学院, 河南 焦作 454000;
    2. 河南省高等学校控制工程重点学科开放实验室, 河南 焦作 454000
  • 收稿日期:2017-06-12 修回日期:2017-08-28 出版日期:2017-12-10 发布日期:2017-12-18
  • 通讯作者: 李新伟
  • 作者简介:郑丽君(1993-),女,河南郑州人,硕士研究生,主要研究方向:图像分析与处理;李新伟(1983-),男,河南南阳人,讲师,博士,主要研究方向:图像哈希、视频指纹、多媒体信息;卜旭辉(1981-),男,河南商丘人,副教授,博士生导师,博士,主要研究方向:数据驱动控制、智能信息处理。
  • 基金资助:
    国家自然科学基金资助项目(61402152,61403130);河南省高等学校控制工程重点学科开放实验室课题项目(KG2014-06);河南理工大学博士基金资助项目(B2013-022)。

Scale invariant feature transform-based fast image copy detection

ZHENG Lijun1, LI Xinwei1,2, BU Xuhui1   

  1. 1. School of Electrical Engineering and Automation, Henan Polytechnic University, Jiaozuo Henan 454000, China;
    2. Key Laboratory of Control Engineering of Henan Province, Jiaozuo Henan 454000, China
  • Received:2017-06-12 Revised:2017-08-28 Online:2017-12-10 Published:2017-12-18
  • Supported by:
    This work is partially supported by the National Natural Science Foundation of China (61402152,61403130), the Key Laboratory of Control Engineering of Henan Province (KG2014-06), the Doctoral Funds for the Henan Polytechnic University (B2013-022).

摘要: 针对传统基于尺度不变特征变换(SIFT)特征的图像拷贝检测算法特征提取速度慢、匹配效率不高的问题,提出了一种基于SIFT特征点位置分布与方向分布特征的快速图像拷贝检测算法。首先,提取SIFT特征点二维位置信息,通过计算各个特征点与图像中心点的距离、角度,分块统计各区间的特征点数量,依据数量关系量化生成二值哈希序列,构成一级鲁棒特征;然后,根据特征点一维方向分布特征分块统计各方向子区间特征点数量,依据数量关系构成二级图像特征;最后,拷贝检测时采用级联式过滤框架作出是否为拷贝的判断。仿真实验结果表明,与传统SIFT以128维特征描述子为基础构建哈希序列的图像拷贝检测算法相比,所提算法在保证鲁棒性与独特性不降低的同时,特征提取时间缩短为原来的1/20,匹配时间也缩短了1/2以上,可满足在线拷贝检测的需求。

关键词: 拷贝检测, 图像哈希, 尺度不变特征变换, 级联检索, 分布特征

Abstract: Focusing on the problems of low feature extraction speed and low matching efficiency of the traditional image copy detection algorithm based on Scale Invariant Feature Transform (SIFT) feature, a fast image copy detection algorithm based on location distribution and orientation distribution features of SIFT feature points was proposed. Firstly, the two-dimensional location information of SIFT feature points was extracted. The number of feature points in each interval was counted with block statistics by calculating the distance and angle between each feature point and image center point. The binary hash sequence was generated to construct the first order robust feature according to the quantitative relationship. Then, the numbers of sub-interval feature points in all directions were counted with block statistics according to the one-dimensional direction distribution feature of feature points, and the secondary image feature was constructed according to the quantitative relationship. Finally, a cascade filter framework was used in the copy detection to make a judgement about whether the copy or not. The simulation experimental results show that, compared with the traditional copy detection algorithm which constructs the hash sequence based on the SIFT feature with 128-dimensional descriptor, the feature extraction time of the proposed algorithm is shortened to the original 1/20, and the matching time is also reduced by more than 1/2. Therefore the proposed algorithm meet the requirement of online copy detection.

Key words: copy detection, image hash, Scale Invariant Feature Transform (SIFT), cascade search, distribution feature

中图分类号: