[go: up one dir, main page]

CN1629875A - Distributed Face Detection and Recognition Method in Mobile Computing Environment - Google Patents

Distributed Face Detection and Recognition Method in Mobile Computing Environment Download PDF

Info

Publication number
CN1629875A
CN1629875A CN 200310120624 CN200310120624A CN1629875A CN 1629875 A CN1629875 A CN 1629875A CN 200310120624 CN200310120624 CN 200310120624 CN 200310120624 A CN200310120624 A CN 200310120624A CN 1629875 A CN1629875 A CN 1629875A
Authority
CN
China
Prior art keywords
face
recognition
server
image
mobile computing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 200310120624
Other languages
Chinese (zh)
Other versions
CN1284111C (en
Inventor
王阳生
周晓旭
黄向生
徐斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Institute of Automation of Chinese Academy of Science
Original Assignee
Institute of Automation of Chinese Academy of Science
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Institute of Automation of Chinese Academy of Science filed Critical Institute of Automation of Chinese Academy of Science
Priority to CN 200310120624 priority Critical patent/CN1284111C/en
Publication of CN1629875A publication Critical patent/CN1629875A/en
Application granted granted Critical
Publication of CN1284111C publication Critical patent/CN1284111C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

本发明涉及模式识别技术领域的移动计算环境下分布式的人脸识别方法,包括步骤:从移动设备上的摄像头获得图像,对图像进行简单有效的光线矫正;采用快速人脸检测算法进行人脸检测和标定,将标定后的人脸区域进行水印嵌入;通过无线网络将嵌入水印的人脸区域图像传输到人脸识别服务器;最后,在服务器上通过水印验证该区域图像的真/伪,然后进行人脸识别,并将识别结果传输到移动端。

Figure 200310120624

The invention relates to a distributed face recognition method in a mobile computing environment in the technical field of pattern recognition, comprising the steps of: obtaining an image from a camera on a mobile device, performing simple and effective light correction on the image; Detection and calibration, embedding the calibrated face area with a watermark; transmitting the watermarked face area image to the face recognition server through a wireless network; finally, verifying the authenticity of the area image through the watermark on the server, and then Perform face recognition and transmit the recognition results to the mobile terminal.

Figure 200310120624

Description

移动计算环境下分布式的人脸检测与识别方法Distributed Face Detection and Recognition Method in Mobile Computing Environment

技术领域technical field

本发明涉及模式识别技术领域,特别涉及结合人脸检测与识别技术、光线处理技术和无线通讯技术的分布式移动计算环境下人脸检测与识别方法。The invention relates to the technical field of pattern recognition, in particular to a face detection and recognition method in a distributed mobile computing environment combining face detection and recognition technology, light processing technology and wireless communication technology.

背景技术Background technique

近年来,无线网络技术呈现出爆炸式的发展势头。随着网络技术的发展,无线网络越来越影响到人们的日常生活。无线网络带宽的扩大以及网络可靠性的提高使得人们对于无线网络中智能多媒体的应用需求也变得日益强烈。这些应用包括:In recent years, wireless network technology has shown an explosive development momentum. With the development of network technology, wireless network has more and more influence on people's daily life. The expansion of wireless network bandwidth and the improvement of network reliability have made people's demand for intelligent multimedia applications in wireless networks increasingly strong. These applications include:

·人脸识别·Face recognition

·表情分析·Expression Analysis

·基于内容的视频播放· Content-based video playback

·无线交互式游戏·Wireless interactive games

·通缉犯和犯罪嫌疑人鉴别等等· Wanted criminals and criminal suspects identification, etc.

其中人脸检测与识别技术是这些应用的一种必不可少的支撑技术。Among them, face detection and recognition technology is an essential supporting technology for these applications.

所谓人脸检测就是在多媒体数据(如图像、视频等数字信号)中检测出人脸的位置、大小、个数及方向;人脸识别则是将人脸检测所得到的结果进行识别,以判断所检测出的脸像属于哪个人。The so-called face detection is to detect the position, size, number and direction of faces in multimedia data (such as digital signals such as images and videos); face recognition is to recognize the results obtained by face detection to judge Which person does the detected face belong to.

目前已有的人脸检测和识别技术都是基于台式机甚至是工作站的运行环境,无法满足人们在手持移动计算环境中应用的需求。相对于桌面系统来说,手持移动计算环境具有一些特殊的运行条件,这包括:The existing face detection and recognition technologies are all based on the operating environment of desktop computers or even workstations, which cannot meet the needs of people in handheld mobile computing environments. Compared with desktop systems, handheld mobile computing environments have some special operating conditions, including:

·计算能力弱·Weak computing power

·电能及数据存储空间有限·Limited power and data storage space

·使用环境的光线变化大·The light in the environment changes greatly

·不同用户有不同的使用习惯等等· Different users have different usage habits, etc.

由于移动计算环境的光照情况多变,为了提高人脸检测与识别的鲁棒性,进行光线处理是必不可少的一个环节。光线处理技术可以处理在各种不同光照条件下捕获的图片,尽量减少光照变化对人脸检测与识别的影响。Due to the changing lighting conditions in the mobile computing environment, in order to improve the robustness of face detection and recognition, light processing is an essential link. Light processing technology can process pictures captured under various lighting conditions, minimizing the impact of lighting changes on face detection and recognition.

由于光线处理和人脸检测与识别都是大运算量的工作,因此,必须优化光线处理和人脸检测与识别的算法,减少运算量,并将人脸识别部分放在服务端进行,以减轻手持设备的运算与存储负担,这对小型移动设备来说是非常关键的。Since light processing and face detection and recognition are tasks with a large amount of calculation, it is necessary to optimize the algorithm of light processing and face detection and recognition to reduce the amount of calculation, and put the face recognition part on the server to reduce the workload. The computing and storage burden of handheld devices, which is very critical for small mobile devices.

发明内容Contents of the invention

本发明的目的是提供一种在无线网络环境下,基于分布式系统的人脸检测与识别方法。本系统在手持设备上实时地、鲁棒地进行人脸检测,然后将检测出的人脸图像进行数字水印加密后通过无线网络发送到服务端,在服务端进行人脸识别并返回识别结果。The purpose of the present invention is to provide a method of face detection and recognition based on a distributed system in a wireless network environment. This system performs real-time and robust face detection on the handheld device, and then encrypts the detected face image with digital watermark and sends it to the server through the wireless network, and performs face recognition on the server and returns the recognition result.

为实现上述目的,这种分布式移动环境下的人脸检测与识别步骤包括:To achieve the above purpose, the face detection and recognition steps in this distributed mobile environment include:

1、检测标定:将手持设备(掌上电脑、手机或PDA)捕获的图像进行光线预处理并进行人脸检测和人脸范围标定;1. Detection and calibration: perform light preprocessing on images captured by handheld devices (handheld computers, mobile phones or PDAs) and perform face detection and face range calibration;

2、加密传输:将标定出的人脸范围进行数字水印加密后通过无线网络发送到服务端。服务端对图像中嵌入的数字水印进行验证,判断图像的完整性与正确性;2. Encrypted transmission: Encrypt the calibrated face range with digital watermark and send it to the server through wireless network. The server verifies the digital watermark embedded in the image to judge the integrity and correctness of the image;

3、识别并返回结果:采用基于嵌入式隐马尔可夫模型Hidden MarkovModels(HMM)的人脸识别训练算法进行人脸识别并将结果返回给手持设备。3. Recognize and return the result: use the face recognition training algorithm based on the embedded hidden Markov model Hidden Markov Models (HMM) to perform face recognition and return the result to the handheld device.

从摄像头获得视频数据,利用像素的均值和方差对视频数据进行光线矫正;从图像中检测出人脸的大小、位置;将水印嵌入到检测到的人脸区域里;然后通过无线网络将人脸区域图像传输到服务器,服务器根据水印对该图像进行真/伪验证;最后进行识别,并将识别结果传输到移动端。Obtain video data from the camera, use the mean value and variance of the pixels to correct the light of the video data; detect the size and position of the face from the image; embed the watermark into the detected face area; and then pass the wireless network. The area image is transmitted to the server, and the server verifies the authenticity/fake of the image according to the watermark; finally, it recognizes and transmits the recognition result to the mobile terminal.

附图说明Description of drawings

图1是本发明的移动计算环境下分布式的人脸检测与识别方法总体框架图;Fig. 1 is the overall frame diagram of distributed face detection and recognition method under the mobile computing environment of the present invention;

图2是本发明的移动计算环境下分布式的人脸检测与识别方法的流程图;Fig. 2 is the flowchart of the distributed face detection and recognition method under the mobile computing environment of the present invention;

图3是本发明的移动计算环境下分布式的人脸检测与识别方法的训练流程图。Fig. 3 is a training flowchart of the distributed face detection and recognition method in the mobile computing environment of the present invention.

具体实施方式Detailed ways

图1的过程如下:The process in Figure 1 is as follows:

·人脸检测过程·Face detection process

(1)获取帧图像:通过手持设备上的摄像头C将图像捕获进来。因为我们要对每一帧进行处理,所以要从视频流中,将图像逐帧提取出来。(1) Acquiring a frame image: capture the image through the camera C on the handheld device. Because we have to process each frame, we need to extract the image frame by frame from the video stream.

(2)光线处理:由于光线对人脸检测和识别有着巨大的影响,这包括不同角度、不同强度以及阴影的影响。同时,由于移动设备的计算能力较弱,不能采用复杂的光线模型。在这里采用像素值的均值和方差来矫正光线对图像每一个像素点的影响,即将每个像素点的像素值减去均值,除以方差,然后乘以一个系数。经过上述处理,从而尽可能地消除光线对人脸像素值的影响。(2) Light processing: Since light has a huge impact on face detection and recognition, this includes the effects of different angles, different intensities, and shadows. At the same time, due to the weak computing power of mobile devices, complex light models cannot be adopted. Here, the mean and variance of pixel values are used to correct the influence of light on each pixel of the image, that is, the pixel value of each pixel is subtracted from the mean, divided by the variance, and then multiplied by a coefficient. After the above processing, the influence of light on the pixel value of the face is eliminated as much as possible.

(3)进行人脸检测:对经过光线处理后的图像进行人脸检测。(3) Perform face detection: perform face detection on the image after light processing.

(4)标定检测区域:图像经过检测模块之后,我们将得到人脸部分的坐标、大小。通过这些坐标标定出人脸区域。(4) Calibrate the detection area: After the image passes through the detection module, we will get the coordinates and size of the face part. The face area is demarcated by these coordinates.

·加密传输过程·Encrypted transmission process

(1)嵌入数字水印:由于无线传输通路的安全性和可靠性相比有线网络要差,所以我们必须保证传输数据的完整性和正确性。这将通过在图片中嵌入数字水印来实现。同时为了提高传输速度,我们处理的对象只是图像中的人脸区域。这个区域是上一个过程中经过人脸检测提取出来的。将检测到的人脸区域快速嵌入整数小波水印,以便在服务器端进行该区域图像真/伪验证。(1) Embed digital watermark: Since the security and reliability of the wireless transmission path are worse than that of the wired network, we must ensure the integrity and correctness of the transmitted data. This will be achieved by embedding a digital watermark in the picture. At the same time, in order to improve the transmission speed, the object we process is only the face area in the image. This area was extracted by face detection in the previous process. The detected face area is quickly embedded with an integer wavelet watermark, so that the image authenticity/false verification of the area can be performed on the server side.

(2)无线传输:嵌入水印的人脸区域图像通过无线网络传输到服务器端。此处的无线通路可以是无线局域网,也可以是GPRS网络。(2) Wireless transmission: The face area image embedded with watermark is transmitted to the server through wireless network. The wireless path here can be a wireless local area network or a GPRS network.

(3)分布计算过程:由于后台有多台识别服务器进行数据处理,所以协调好手持终端与服务器之间的沟通是很重要的。我们在手持终端与识别服务器之间加入代理服务器,此代理服务器是一台运行着专用调度软件的计算机,该调度软件的具体步骤在图2中进行了说明。代理服务器就像是一个总指挥,将众多手持终端发来的请求重定向到不同的服务器上,这样可以减少数据等待被处理的时间。所有服务器上的人脸数据库都是一致的,在人脸注册阶段,所有数据库也都是同步更新的。如图2所示,处理过程如下:(3) Distributed calculation process: Since there are multiple recognition servers in the background for data processing, it is very important to coordinate the communication between the handheld terminal and the server. We add a proxy server between the handheld terminal and the identification server. The proxy server is a computer running a special scheduling software. The specific steps of the scheduling software are illustrated in Figure 2. The proxy server is like a commander-in-chief, redirecting the requests sent by many handheld terminals to different servers, which can reduce the time for data to be processed. The face databases on all servers are consistent, and all databases are updated synchronously during the face registration phase. As shown in Figure 2, the processing process is as follows:

a)代理服务器接收到处理请求后寻找处于空闲状态的人脸识别服务器,人脸识别服务器是一台运行着人脸识别程序的计算机,该程序的具体步骤在图2中进行了说明。如果没有服务器处于空闲状态则进行排队等待,否则将接收到的处理请求发送给处于空闲状态的服务器,同时将该服务器标记为繁忙状态;a) The proxy server searches for an idle face recognition server after receiving the processing request. The face recognition server is a computer running a face recognition program. The specific steps of the program are illustrated in FIG. 2 . If no server is idle, wait in line, otherwise, send the received processing request to an idle server, and mark the server as busy;

b)人脸识别服务器对图像中嵌入的数字水印进行验证,如果发现数据遭到更改或破坏,就通知手持终端重新发送数据,同时通知代理服务器自己处于空闲状态;b) The face recognition server verifies the digital watermark embedded in the image, and if it finds that the data has been changed or destroyed, it notifies the handheld terminal to resend the data, and at the same time notifies the proxy server that it is in an idle state;

c)人脸识别服务器将未被破坏的数据处理完之后将识别结果返回给手持终端并发送消息给代理服务器,告诉代理服务器自己处于空闲状态。c) After processing the undamaged data, the face recognition server returns the recognition result to the handheld terminal and sends a message to the proxy server, telling the proxy server that it is in an idle state.

·人脸识别·Face recognition

1)基于嵌入式隐马尔可夫模型的人脸识别训练算法。在进行人脸识别之前,要先进行注册,并对注册的人脸图像进行训练,以便后面的识别。本发明中采用的是分析人脸内部各部位的比例关系来识别人脸。因此,在训练阶段采用隐马尔可夫模型来训练。但人脸像素数据非常庞大,如果直接用隐马尔可夫模型训练,会导致模型过大,以至无法进行识别。本发明中采用嵌入式隐马尔可夫模型,将人脸分额头、眼睛、鼻子、嘴、下巴等五个状态,而每个状态又是一条隐马尔可夫链。训练的时候将五个大状态之间的隐马尔可夫参数训练出来,并且将每个状态内部的隐马尔可夫模型训练出来。这样每个人脸就得到一个嵌入式的隐马尔可夫模型。1) Face recognition training algorithm based on embedded hidden Markov model. Before face recognition, it is necessary to register and train the registered face images for subsequent recognition. What adopt in the present invention is to analyze the proportional relationship of each part inside the human face to recognize the human face. Therefore, a hidden Markov model is used for training in the training phase. However, the face pixel data is very large. If the hidden Markov model is directly used for training, the model will be too large to be recognized. In the present invention, an embedded hidden Markov model is adopted to divide the human face into five states of forehead, eyes, nose, mouth, and chin, and each state is a hidden Markov chain. During training, the hidden Markov parameters between the five states are trained, and the hidden Markov model inside each state is trained. This way each face gets an embedded Hidden Markov Model.

2)基于嵌入式隐马尔可夫模型的人脸识别。根据人脸检测获得的图像,用维特比算法,求出在各种嵌入式隐马尔可夫模型条件下,出现捕获到图像的各种概率。概率最大的那个模型就是捕获到的人脸的最有可能的模型。而每个模型对应一个人。这样就可以识别出人脸图像所对应的人。2) Face recognition based on embedded hidden Markov model. According to the images obtained by face detection, use the Viterbi algorithm to obtain various probabilities of capturing images under various embedded hidden Markov model conditions. The model with the highest probability is the most likely model of the captured face. And each model corresponds to a person. In this way, the person corresponding to the face image can be identified.

图2中,移动计算环境下分布式的人脸检测与识别方法,其处理步骤如下:In Fig. 2, the distributed face detection and recognition method under the mobile computing environment, its processing steps are as follows:

S2-1  代理服务器接收到处理请求后寻找处于空闲状态的人脸识别服务器,S2-1 The proxy server looks for an idle face recognition server after receiving the processing request,

S2-2  如果没有服务器空闲则转到S2-3,否则转到S2-4,S2-2 Go to S2-3 if no server is idle, otherwise go to S2-4,

S2-3  进行排队等待,并返回S2-2继续寻找处于空闲状态的人脸识别服务器,S2-3 waits in line, and returns to S2-2 to continue looking for an idle face recognition server,

S2-4  将接收到的处理请求发送给处于空闲状态的服务器,同时将该服务器标记为繁忙状态,S2-4 Send the received processing request to the idle server, and mark the server as busy at the same time,

S2-5  人脸识别服务器对图像中嵌入的数字水印进行验证,如果发现数据遭到更改或破坏,就转到S2-6,否则转到S2-7,S2-5 The face recognition server verifies the digital watermark embedded in the image, if it finds that the data has been changed or destroyed, go to S2-6, otherwise go to S2-7,

S2-6  通知手持终端重新发送数据,然后转到S2-9,S2-6 Notify the handheld terminal to resend the data, then go to S2-9,

S2-7  进行人脸识别,S2-7 for face recognition,

S2-8  将识别结果发送到手机终端,S2-8 Send the recognition result to the mobile terminal,

S2-9  发送消息给代理服务器,通知代理服务器自己处于空闲状态。S2-9 Send a message to the proxy server to inform the proxy server that it is idle.

图3中,移动计算环境下分布式的人脸检测与识别方法,其训练步骤如下:In Fig. 3, the distributed face detection and recognition method under the mobile computing environment, its training steps are as follows:

S3-1  建立HMM模型,S3-1 Establish HMM model,

S3-2  将人脸图像均匀分割,得到初始化的人脸HMM模型参数,S3-2 Evenly divide the face image to obtain the initialized face HMM model parameters,

S3-3  初始化观察序列参数、观察向量和状态转移矩阵等HMM参数,S3-3 Initialize HMM parameters such as observation sequence parameters, observation vectors and state transition matrices,

S3-4  采用嵌入式的Viterbi分割方法进行参数调整,S3-4 uses the embedded Viterbi segmentation method for parameter adjustment,

S3-5  通过分段计算平均值K来估计模型参数,S3-5 Estimate the model parameters by calculating the average K in segments,

S3-6  判断模型的迭代是否收敛,如果不收敛则转到S3-4继续进行参数调整。如果收敛则转到S3-7,S3-6 Determine whether the iteration of the model is converged, if not, go to S3-4 to continue parameter adjustment. If converged then go to S3-7,

S3-7  经过迭代收敛之后,就得到了训练好的HMM模型。S3-7 After iterative convergence, the trained HMM model is obtained.

用检测到的人脸区域在无线网络环境进行传输,解决了两个问题:Using the detected face area to transmit in a wireless network environment solves two problems:

一、在移动设备上进行多类问题分类的计算量大问题;1. The large amount of calculation for multi-category problem classification on mobile devices;

二、在无线网络环境中很难实时传输大图像到服务器端。Second, it is difficult to transmit large images to the server in real time in a wireless network environment.

Claims (7)

1, distributed people's face detects and recognition methods under a kind of mobile computing environment, comprises step:
Detect to demarcate: the image that handheld device is caught carries out the light pre-service and goes forward side by side that pedestrian's face detects and the demarcation of people's face scope;
Encrypted transmission: the people's face scope that calibrates is carried out sending to service end by wireless network after digital watermarking is encrypted, and service end is verified the digital watermarking that embeds in the image, judges the integrality and the correctness of image;
Identification and return results: adopt recognition of face training algorithm to carry out recognition of face and the result is returned to handheld device based on built-in type hidden Markov model.
2, distributed people's face detects and recognition methods under the mobile computing environment according to claim 1,
Step is as follows: obtain video data from camera, utilize the average of pixel and variance that video data is carried out the light rectification; From image, detect size, the position of people's face; Watermark is embedded in the detected human face region; By wireless network the human face region image is transferred to server then, server carries out very/pseudo-checking this image according to watermark; Discern at last, and recognition result is transferred to the mobile terminal.
3, method according to claim 2 is characterized in that, also comprises step: adopt the average of pixel and variance to carry out the light rectification, this mode is simple and effective, can satisfy the requirement of mobile computing.
4, method according to claim 2 is characterized in that also comprising step: detected human face region is embedded the integer wavelet watermark fast so that server end carry out this area image true/pseudo-checking.
5, method according to claim 2 is characterized in that also comprising step: adopt built-in type hidden Markov model in the recognition of face training, the proportionate relationship at each position of analyst's face improves discrimination and recognition speed greatly.
6, distributed people's face detects and recognition methods under the mobile computing environment according to claim 1, and its treatment step is as follows:
The S2-1 acting server receives the request back of processing and seeks the recognition of face server that is in idle condition,
If S2-2 does not have the server free time then forwards S2-3 to, otherwise forwards S2-4 to,
The S2-3 wait of ranking, and return S2-2 and continue to seek the recognition of face server that is in idle condition,
The processing request that S2-4 will receive sends to the server that is in idle condition, is busy state with this server-tag simultaneously,
S2-5 recognition of face server is verified the digital watermarking that embeds in the image, if find that data are changed or destroyed, just forwards S2-6 to, otherwise forwards S2-7 to,
S2-6 notice handheld terminal resends data, forwards S2-9 then to,
S2-7 carries out recognition of face,
S2-8 sends to mobile phone terminal with recognition result,
S2-9 sends message to acting server, and the notification agent server lays oneself open to idle condition.
7, distributed people's face detects and recognition methods under the mobile computing environment according to claim 6, and its training step is as follows:
S3-1 sets up the HMM model,
S3-2 is evenly cut apart facial image, obtains initialized people's face HMM model parameter,
S3-3 initialization observation sequence parameter, observation vector sum state-transition matrix HMM parameter,
S3-4 adopts Embedded Viterbi dividing method to carry out parameter adjustment,
S3-5 comes the estimation model parameter by segmentation calculating mean value K,
Whether the iteration of S3-6 judgment models restrains, and proceeds parameter adjustment if do not restrain then forward S3-4 to.If the convergence would forward S3-7 to,
S3-7 has just obtained the HMM model that trains through after the iteration convergence.
CN 200310120624 2003-12-15 2003-12-15 Distributed human face detecting and identifying method under mobile computing environment Expired - Fee Related CN1284111C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200310120624 CN1284111C (en) 2003-12-15 2003-12-15 Distributed human face detecting and identifying method under mobile computing environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200310120624 CN1284111C (en) 2003-12-15 2003-12-15 Distributed human face detecting and identifying method under mobile computing environment

Publications (2)

Publication Number Publication Date
CN1629875A true CN1629875A (en) 2005-06-22
CN1284111C CN1284111C (en) 2006-11-08

Family

ID=34843952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200310120624 Expired - Fee Related CN1284111C (en) 2003-12-15 2003-12-15 Distributed human face detecting and identifying method under mobile computing environment

Country Status (1)

Country Link
CN (1) CN1284111C (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100357960C (en) * 2006-03-08 2007-12-26 北京邮电大学 Parallel and distributing type identifying human face based on net
CN101075868B (en) * 2006-05-19 2010-05-12 华为技术有限公司 System, terminal, server and method for remote identity authentication
CN101957911A (en) * 2010-09-29 2011-01-26 汉王科技股份有限公司 Face identification method and system
CN101114909B (en) * 2007-08-17 2011-02-16 上海博康智能信息技术有限公司 Full-automatic video identification authentication system and method
WO2013000142A1 (en) * 2011-06-30 2013-01-03 深圳市君盛惠创科技有限公司 Mobile phone user identity authentication method, cloud server and network system
CN101944998B (en) * 2007-01-16 2013-03-13 株式会社东芝 System and server apparatus for biometric authentication
CN103384234A (en) * 2012-05-04 2013-11-06 深圳市腾讯计算机系统有限公司 Method and system for face identity authentication
CN104281799A (en) * 2013-07-09 2015-01-14 宏达国际电子股份有限公司 Electronic device and method for selectively enabling face unlock function
CN104952026A (en) * 2014-03-31 2015-09-30 腾讯科技(深圳)有限公司 Method of processing image and device thereof
CN106682590A (en) * 2016-12-07 2017-05-17 浙江宇视科技有限公司 Processing method and server for monitoring service
WO2018040028A1 (en) * 2016-08-31 2018-03-08 张北江 Method and system for recognizing face in video
CN108596063A (en) * 2018-04-13 2018-09-28 唐山新质点科技有限公司 A kind of face identification method and system
CN110020519A (en) * 2019-01-08 2019-07-16 阿里巴巴集团控股有限公司 A kind of identity checking method, device and electronic equipment
CN110489240A (en) * 2019-08-22 2019-11-22 Oppo广东移动通信有限公司 Image-recognizing method, device, cloud platform and storage medium
CN111460992A (en) * 2020-03-31 2020-07-28 北京奇艺世纪科技有限公司 Object recognition, correction model training and face recognition method and device
CN112149564A (en) * 2020-09-23 2020-12-29 上海交通大学烟台信息技术研究院 A face classification and recognition system based on small sample learning
CN113516723A (en) * 2020-11-19 2021-10-19 腾讯科技(深圳)有限公司 Face image encryption method, device, computer equipment and storage medium

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100357960C (en) * 2006-03-08 2007-12-26 北京邮电大学 Parallel and distributing type identifying human face based on net
CN101075868B (en) * 2006-05-19 2010-05-12 华为技术有限公司 System, terminal, server and method for remote identity authentication
CN101944998B (en) * 2007-01-16 2013-03-13 株式会社东芝 System and server apparatus for biometric authentication
CN101114909B (en) * 2007-08-17 2011-02-16 上海博康智能信息技术有限公司 Full-automatic video identification authentication system and method
CN101957911A (en) * 2010-09-29 2011-01-26 汉王科技股份有限公司 Face identification method and system
CN101957911B (en) * 2010-09-29 2012-11-28 汉王科技股份有限公司 Face identification method and system
WO2013000142A1 (en) * 2011-06-30 2013-01-03 深圳市君盛惠创科技有限公司 Mobile phone user identity authentication method, cloud server and network system
US9813909B2 (en) 2011-06-30 2017-11-07 Guangzhou Haiji Technology Co., Ltd Cloud server for authenticating the identity of a handset user
US8861798B2 (en) 2011-06-30 2014-10-14 Shenzhen Junshenghuichuang Technologies Co., Ltd. Method for authenticating identity of handset user
US9537859B2 (en) 2011-06-30 2017-01-03 Dongguan Ruiteng Electronics Technologies Co., Ltd Method for authenticating identity of handset user in a cloud-computing environment
US8983145B2 (en) 2011-06-30 2015-03-17 Shenzhen Junshenghuichuang Technologies Co., Ltd Method for authenticating identity of handset user
CN103384234B (en) * 2012-05-04 2016-09-28 深圳市腾讯计算机系统有限公司 Face identity authentication and system
CN103384234A (en) * 2012-05-04 2013-11-06 深圳市腾讯计算机系统有限公司 Method and system for face identity authentication
CN104281799A (en) * 2013-07-09 2015-01-14 宏达国际电子股份有限公司 Electronic device and method for selectively enabling face unlock function
CN104952026A (en) * 2014-03-31 2015-09-30 腾讯科技(深圳)有限公司 Method of processing image and device thereof
CN104952026B (en) * 2014-03-31 2019-09-27 腾讯科技(深圳)有限公司 The method and device of image procossing
WO2018040028A1 (en) * 2016-08-31 2018-03-08 张北江 Method and system for recognizing face in video
CN106682590B (en) * 2016-12-07 2023-08-22 浙江宇视科技有限公司 Processing method of monitoring service and server
CN106682590A (en) * 2016-12-07 2017-05-17 浙江宇视科技有限公司 Processing method and server for monitoring service
CN108596063A (en) * 2018-04-13 2018-09-28 唐山新质点科技有限公司 A kind of face identification method and system
CN110020519A (en) * 2019-01-08 2019-07-16 阿里巴巴集团控股有限公司 A kind of identity checking method, device and electronic equipment
CN110489240A (en) * 2019-08-22 2019-11-22 Oppo广东移动通信有限公司 Image-recognizing method, device, cloud platform and storage medium
CN111460992A (en) * 2020-03-31 2020-07-28 北京奇艺世纪科技有限公司 Object recognition, correction model training and face recognition method and device
CN112149564A (en) * 2020-09-23 2020-12-29 上海交通大学烟台信息技术研究院 A face classification and recognition system based on small sample learning
CN112149564B (en) * 2020-09-23 2023-01-10 上海交通大学烟台信息技术研究院 A face classification and recognition system based on small sample learning
CN113516723A (en) * 2020-11-19 2021-10-19 腾讯科技(深圳)有限公司 Face image encryption method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN1284111C (en) 2006-11-08

Similar Documents

Publication Publication Date Title
CN114627502B (en) A target recognition and detection method based on improved YOLOv5
CN1629875A (en) Distributed Face Detection and Recognition Method in Mobile Computing Environment
CN104813339B (en) Method, device and system for detecting objects in video
TW201820264A (en) Action recognition in a video sequence
CN111368635A (en) A multi-person gait recognition method and device based on millimeter wave
JP6216516B2 (en) Digital watermark embedding method and digital watermark detection method
Korshunov et al. Video quality for face detection, recognition, and tracking
CN1849613A (en) Apparatus and method for feature recognition
WO2021012647A1 (en) Face verification method and apparatus, server and readable storage medium
CN111985281A (en) Image generation model generation method and device, and image generation method and device
GB2608063A (en) Device and method for providing missing child search service based on face recognition using deep learning
CN117854160A (en) A method and system for face liveness detection based on artificial multimodality and fine-grained patches
CN114743264B (en) Shooting behavior detection method, device, equipment and storage medium
WO2023109551A1 (en) Living body detection method and apparatus, and computer device
CN114299371A (en) Method, system, device and medium for certificate recognition model training and certificate recognition
CN110992426B (en) Gesture recognition method and device, electronic equipment and storage medium
CN111654668B (en) Monitoring equipment synchronization method, device and computer terminal
CN117975110A (en) A method and device for detecting fake human posture videos based on diffusion model
CN1991901A (en) Method and device for embedding finger water-print information
CN114387648A (en) Abnormal image detection method, abnormal image detection device, computer equipment and storage medium
CN114663930A (en) A living body detection method, device, terminal device and storage medium
WO2021082006A1 (en) Monitoring device and control method
CN1570953A (en) Human face detecting method under mobile computing environment
CN110738174B (en) Finger vein recognition method, device, equipment and storage medium
CN114550259A (en) Face living body detection method, device and equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20061108

Termination date: 20151215

EXPY Termination of patent right or utility model