信息网络安全 ›› 2014, Vol. 14 ›› Issue (9): 50-53.doi: 10.3969/j.issn.1671-1122.2014.09.011

• 入选论文 • 上一篇    下一篇

基于人脸识别技术的Android平台隐私保护系统设计

蔡芷铃1, 2, 3, 林柏钢1, 2, 姜青山3   

  1. 1.福州大学数学与计算机科学学院,福建福州 350108;
    2.网络系统信息安全福建省高校重点实验室,福建福州350108;
    3.中国科学院深圳先进技术研究院,广东深圳518055
  • 收稿日期:2014-08-06 出版日期:2014-09-01
  • 作者简介:蔡芷铃(1992-),女,福建,本科,主要研究方向:信息安全;林柏钢(1953-),男,福建,博士生导师,教授,主要研究方向:网络与信息安全、编码与密码;姜青山(1962-),男,河北,博士生导师,研究员,博士,主要研究方向:数据挖掘、信息安全。

Privacy Protection Using Face Recognition in Android Platform

CAI Zhi-ling1, 2, 3, LIN Bo-gang1, 2, JIANG Qing-shan3   

  1. 1.College of Mathematics and Computer Science, Fuzhou University, Fuzhou Fujian 350108, China;
    2. Key Lab of Information Security of Network System in Fujian Province, Fuzhou Fujian 350108, China;
    3.Shenzhen Institutes of Advanced Technology, Chinese Academy of Sciences, Shenzhen Guangdong 518055, China
  • Received:2014-08-06 Online:2014-09-01

摘要: Android移动设备的普及和其日渐丰富的功能,使其极大地融入了人们的生活,同时人们也对Android设备的信息安全提出了更高的要求。随着人脸识别技术的不断发展,人脸识别技术在现实生活中开始成功应用,成为一种有效的安全防护手段。文章围绕人脸识别技术,设计和实现了Android平台上的隐私保护系统。考虑到Android设备计算能力和存储能力的局限性,人脸识别的各个步骤使用了基于Haar特征的AdaBoost人脸检测算法和基于局部二值特征(LBP)的特征提取算法等简单高效的算法。文章最终实现了Android平台上的人脸识别系统,用人脸识别和文件加密对设备进行访问控制。

关键词: 人脸识别, 隐私保护, Android

Abstract: With the popularization of Android devices, they have become a part of our lives. At the same time, the information security of Android devices comes into the picture. As the development of face recognition, it has been successfully used in real life. Face recognition is an effective approach of security protection. This paper focuses on face recognition technology, designs and implemen of privacy protection system on Android. Considering the limitation of calculation and storage on Android mobile devices, this paper uses the simple and effective algorithms such as AdaBoost face detection algorithm base on Haar-like features and Local Binary Pattern (LBP) operator. This paper finally realizes face recognition on Android.

Key words: face recognition, privacy protection, Android