How does the access control system avoid the risks of using facial recognition data?

Project scenario:

Facial recognition has been widely used in access control scenarios. Especially since this year, due to the needs of epidemic prevention and control, digital sentries and health verification terminals with facial recognition functions have been accelerated and used. Although the smart ecosystem related to facial recognition continues to expand, fully protecting personal privacy and ensuring security should be the prerequisite. How does the access control system avoid the risks of using facial recognition data?

For example: Project scenario: Face collection app or APP secretly steals user information, but users have no way to identify and prevent it.


Problem Description

人脸信息的安全性问题比较突出,人脸信息存在泄露和越权使用问题难以得到统一的监管
和控制。

人脸识别相关算法的优劣性难以评比,算法也在不断改进和优化,企业的人脸识别
应用系统难以及时跟进,存在新算法更新成本高和更新不及时等问题。

@Override
	public void run() {
		bytes = mmInStream.read(buffer);
		mHandler.obtainMessage(READ_DATA, bytes, -1, buffer).sendToTarget();
	}


Cause Analysis:

Guess you like

Origin blog.csdn.net/xuanke_yang/article/details/125555788