CN103020602A - 基于神经网络的人脸识别方法 - Google Patents

基于神经网络的人脸识别方法 Download PDF

Info

Publication number
CN103020602A
CN103020602A CN2012105451554A CN201210545155A CN103020602A CN 103020602 A CN103020602 A CN 103020602A CN 2012105451554 A CN2012105451554 A CN 2012105451554A CN 201210545155 A CN201210545155 A CN 201210545155A CN 103020602 A CN103020602 A CN 103020602A
Authority
CN
China
Prior art keywords
neural network
face
facial image
people
output
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
CN2012105451554A
Other languages
English (en)
Other versions
CN103020602B (zh
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.)
Lenovo Zhongtian Technology Co ltd
Original Assignee
Beijing University of Civil Engineering and Architecture
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 Beijing University of Civil Engineering and Architecture filed Critical Beijing University of Civil Engineering and Architecture
Priority to CN201210545155.4A priority Critical patent/CN103020602B/zh
Publication of CN103020602A publication Critical patent/CN103020602A/zh
Application granted granted Critical
Publication of CN103020602B publication Critical patent/CN103020602B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)
  • Image Processing (AREA)
  • Collating Specific Patterns (AREA)

Abstract

一种基于神经网络的人脸识别方法属于人工智能和模式识别技术领域,其特征是:(1)在训练阶段,首先通过已知类别的人脸图像对神经网络进行训练,将人脸特征的提取用神经网络的学习过程实现,将人脸特征的描述用连接权大小表示,然后用训练样本测试训练好的神经网络并确定分类阈值;(2)在识别阶段,将待识别人脸图像输入到神经网络,计算神经网络输出向量,取其中最大分量与分类阈值比较给出识别结果。本发明的优点是对环境光照、视角、表情、化妆等多种因素引起的人脸图像变化有强的鲁棒性,解决了人脸图像中“神似”特征的提取和表示,识别时对每幅人脸图像处理的时间相同。

Description

基于神经网络的人脸识别方法
技术领域
本发明属于人工智能和模式识别技术领域,具体涉及一种基于神经网络的人脸识别方法。
背景技术
在当今的数字化时代,基于钥匙、证件、用户名和密码等的传统身份识别方法已经满足不了对身份认证的要求,利用人本身所具有的生理和行为特征的身份鉴别手段,如利用人脸、虹膜、指纹等进行鉴别受到了关注,成为研究热点。目前基于神经网络的人脸识别方法主要是把神经网络作为一个分类器使用,神经网络的输入为面部关键部位的形状、大小、位置关系等特征,神经网络只是根据这些特征完成模式分类。可见,这些方法依靠的是一些“看似有效的特征”存在着主观性、获取特征计算量大、鲁棒性差等问题。其实,人们对人和事物的模式识别往往依靠的是那种难以描述的“神似”特征,这些特征很难用类似于提取和描述形状、大小等特征的方法去获得和描述。
用神经网络模拟人的学习过程和联想能力,可以从复杂的数据中建立辨识系统,这符合人类对人脸图像这种复杂数据的认知过程。用神经网络去发现同一人脸多幅图像中存在的共性特征是通过调整神经网络的连接权实现的,这就是神经网络的训练。一旦训练完成,神经网络就可以作为人脸识别器使用,且识别过程无须“逐一比对”,对待识别人数多的识别问题,该系统识别每个人脸图像需要的时间都是相同的。
人脸识别要解决的关键问题就是如何提取和表示那些“只可意会、不可言传”的“神似”特征,而神经网络所具有的学习功能和非线性映射功能有助于神经网络从样本感悟到这些特征并记忆于连接权上,实现“神似”特征的提取和表示。
发明内容
本发明目的在于提供一种基于神经网络的人脸识别方法,可有效地克服现有技术存在的缺点。
本发明目的是这样实现的,其特征在于实施步骤如下:
(1)采集人脸图像,通过人脸检测和定位算法在人脸图像中分割人脸,将这些人脸图像统一缩放成M×M像素的灰度图像,设需要识别的人数为W,取每个人的人脸图像幅数为C,W和C均为正整数,人脸图像P(i,j)表示第i人的第j幅图像,i=1,2,…,W,j=1,2,…,C,P(i)表示第i人的全部图像,有P(i,j)∈P(i),构造期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,dW (i)),其中di (i)取0.8~1.0,D(i)其余的分量为0.0~0.2;
(2)设计神经网络的结构,采用输入层、三个隐层和输出层的五层神经网络,输入层节点数为M×M,隐层节点数为(4~8)log2(M2+W2),输入层和隐层的输出函数均选为tansig函数,输出层节点数为需要识别的人数W,输出函数选purelin函数,将均方误差作为训练停止的条件;
(3)训练神经网络,取已知人脸样本P(i,j)作为神经网络输入,计算神经网络输出向量O(i,j)=(o1 (i,j),o2 (i,j),…,oi (i,j),…,oW (i,j)),并与已知人脸样本对应的期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,dW (i))比较,将比较误差E(i,j)=D(i)-O(i,j)用于调节神经网络连接权大小,反复训练神经网络,直到均方误差
Figure BDA00002590685200021
满足要求;
(4)将P(i,j)(i=1,2,…,W,j=1,2,…,C)逐一输入神经网络,记录所有的输出O(i,j)(i=1,2,…,W,j=1,2,…,C),将O(i,j)中所有第i个分量看作同一类样本same,将O(i,j)中除第i个分量外的其它分量看作另外一类样本different,根据对same和different两类样本的统计分析,确定分类阈值T,此时,训练好的神经网络就可作为人脸识别器;
(5)识别时,将待识别人脸图像P输入到神经网络,计算输出向量O=(o1,o2,…,oW),若O=(o1,o2,…,oW)中第K个分量最大,即
Figure BDA00002590685200031
且oK>T,那么待识别人脸图像P属于第K个人,否则给出“不认识”的结果。
本发明优点及积极效果是:
(1)解决了不同人脸的特征具有很大相似性、人脸易受(光照、表情、视角等)影响发生改变导致人脸特征提取困难的问题,该方法有助于获得人脸图像中存在的“只可意会、不可言传”的特征,通过训练神经网络能够把握同类样本的共同点和不同类样本之间的差异点,更有利于人脸区分。减小了特征选择存在的主观性影响,更加注重模仿人类认知过程中对“神似”特征的提取。
(2)在识别过程中无需对人脸面部关键特征及几何特征等进行检测和定位,也不需要对人脸进行几何校正,该方法对人脸的特征提取均由神经网络通过样本数据学习,因此算法简单,不需要进行额外数据处理,识别时可保证对每个人脸图像识别所需的时间相等。
(3)神经网络的并行存储和并行处理,使其具有很强的容错性,容许输入模式有一定的摄动范围,提高了算法鲁棒性。
(4)用已知样本测试训练好的神经网络,可以很容易地确定决策阈值,这样确定的阈值,既可减小错误识别率,同时又能减小错误拒绝率,提高了识别过程中对人脸图像的利用率。
(5)虽然样本数据均为图像,占用空间较大,但是,一旦神经网络训练完成,神经网络就可脱离样本数据使用,这样有助于节省程序存储空间,容易实现嵌入式人脸识别系统。
具体实施方式
以yalafaces数据库中15个人、每个人11幅图像为例进行人脸识别,其特征在于操作过程如下:
(1)采集人脸图像,设需要识别的人数为W=15,每个人的人脸图像幅数为C=11。将这些人脸图像统一缩放成100×100像素的灰度图像,人脸图像P(i,j)表示第i人的第j幅图像,i=1,2,…,15,j=1,2,…,11,P(i)表示第i人的全部图像,有P(i,j)∈P(i),构造期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,d15 (i)),其中di (i)取0.9,D(i)其余的分量取0.1。
(2)设计神经网络的结构,采用输入层、三个隐层和输出层的五层神经网络,输入层节点数为10000,每个隐层节点数为50,输入层和隐层的输出函数均选为tansig函数,输出层节点数为需要识别的人数15,输出函数为purelin函数,将均方误差作为训练停止的条件。
(3)训练神经网络,取已知人脸样本P(i,j)作为神经网络输入,计算神经网络输出向量O(i,j)=(o1 (i,j),o2 (i,j),…,oi (i,j),…,o15 (i,j)),并与已知人脸样本对应的期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,d15 (i))比较,将比较误差E(i,j)=D(i)-O(i,j)用于调节神经网络连接权大小,反复训练神经网络,直到均方误差
Figure BDA00002590685200041
满足要求。经过反复训练,神经网络不断从相同人的图像中寻找共同特征,同时弱化不同人间具有的共性特征,强化不同人间的差异性特征,将这些找到的“只可意会、不可言传”的特征记忆在神经网络的连接权上,随着训练的次数增多,相同人的样本间的共性特征和不同人间的差异特征都基本固定下来,这时候均方误差不再减小或者减小很慢,可以停止训练。
(4)将P(i,j)(i=1,2,…,15,j=1,2,…,11)逐一输入神经网络,记录所有的输出O(i,j)(i=1,2,…,15,j=1,2,…,11),将O(i,j)中所有第i个分量看作同一类样本same,将O(i,j)中除第i个分量外的其它分量看作另外一类样本different,根据对same和different两类样本的统计分析,确定分类阈值T=0.47。此时,训练好的神经网络就可作为人脸识别器。
(5)识别时,将待识别人脸图像P输入到神经网络,计算输出向量O=(o1,o2,…,o15),若O=(o1,o2,…,o15)中第K个分量最大,即
Figure BDA00002590685200051
且oK>T,那么待识别人脸图像P属于第K个人,否则给出“不认识”的结果。

Claims (1)

1.一种基于神经网络的人脸识别方法,其特征在于实施步骤为:
(1)采集人脸图像,通过人脸检测和定位算法在人脸图像中分割人脸,将这些人脸图像统一缩放成M×M像素的灰度图像,设需要识别的人数为W,取每个人的人脸图像幅数为C,W和C均为正整数,人脸图像P(i,j)表示第i人的第j幅图像,i=1,2,…,W,j=1,2,…,C,P(i)表示第i人的全部图像,有P(i,j)∈P(i),构造期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,dW (i)),其中di (i)取0.8~1.0,D(i)其余的分量为0.0~0.2;
(2)设计神经网络的结构,采用输入层、三个隐层和输出层的五层神经网络,输入层节点数为M×M,隐层节点数为(4~8)log2(M2+W2),输入层和隐层的输出函数均选为tansig函数,输出层节点数为需要识别的人数W,输出函数选purelin函数,将均方误差作为训练停止的条件;
(3)训练神经网络,取已知人脸样本P(i,j)作为神经网络输入,计算神经网络输出向量O(i,j)=(o1 (i,j),o2 (i,j),…,oi (i,j),…,oW (i,j)),并与已知人脸样本对应的期望输出向量D(i)=(d1 (i),d2 (i),…,di (i),…,dW (i))比较,将比较误差E(i,j)=D(i)-O(i,j)用于调节神经网络连接权大小,反复训练神经网络,直到均方误差
Figure FDA00002590685100011
满足要求;
(4)将P(i,j)(i=1,2,…,W,j=1,2,…,C)逐一输入神经网络,记录所有的输出O(i,j)(i=1,2,…,W,j=1,2,…,C),将O(i,j)中所有第i个分量看作同一类样本same,将O(i,j)中除第i个分量外的其它分量看作另外一类样本different,根据对same和different两类样本的统计分析,确定分类阈值T,此时,训练好的神经网络就可作为人脸识别器;
(5)识别时,将待识别人脸图像P输入到神经网络,计算输出向量O=(o1,o2,…,oW),若O=(o1,o2,…,oW)中第K个分量最大,即
Figure FDA00002590685100012
且oK>T,那么待识别人脸图像P属于第K个人,否则给出“不认识”的结果。
CN201210545155.4A 2012-10-12 2012-12-14 基于神经网络的人脸识别方法 Active CN103020602B (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210545155.4A CN103020602B (zh) 2012-10-12 2012-12-14 基于神经网络的人脸识别方法

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201210384589.0 2012-10-12
CN2012103845890 2012-10-12
CN201210384589 2012-10-12
CN201210545155.4A CN103020602B (zh) 2012-10-12 2012-12-14 基于神经网络的人脸识别方法

Publications (2)

Publication Number Publication Date
CN103020602A true CN103020602A (zh) 2013-04-03
CN103020602B CN103020602B (zh) 2015-10-14

Family

ID=47969193

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210545155.4A Active CN103020602B (zh) 2012-10-12 2012-12-14 基于神经网络的人脸识别方法

Country Status (1)

Country Link
CN (1) CN103020602B (zh)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866810A (zh) * 2015-04-10 2015-08-26 北京工业大学 一种深度卷积神经网络的人脸识别方法
WO2016015170A1 (en) * 2014-07-28 2016-02-04 Xiaoou Tang A method for face recognition and a system thereof
CN106096598A (zh) * 2016-08-22 2016-11-09 深圳市联合视觉创新科技有限公司 一种利用深度相关神经网络模型识别人脸表情的方法及装置
CN106503665A (zh) * 2016-10-26 2017-03-15 电子科技大学 一种基于协同神经网络的人脸识别方法
CN106570474A (zh) * 2016-10-27 2017-04-19 南京邮电大学 一种基于3d卷积神经网络的微表情识别方法
CN107423727A (zh) * 2017-08-14 2017-12-01 河南工程学院 基于神经网络的人脸复杂表情识别方法
CN107909053A (zh) * 2017-11-30 2018-04-13 济南浪潮高新科技投资发展有限公司 一种基于等级学习级联卷积神经网络的人脸检测方法
CN107945188A (zh) * 2017-11-20 2018-04-20 北京奇虎科技有限公司 基于场景分割的人物装扮方法及装置、计算设备
CN110443177A (zh) * 2019-07-29 2019-11-12 上海工程技术大学 一种基于人脸识别的机场室内定位系统
WO2019214344A1 (zh) * 2018-05-07 2019-11-14 上海商汤智能科技有限公司 系统增强学习方法和装置、电子设备、计算机存储介质

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080222064A1 (en) * 2007-03-08 2008-09-11 Larimer Daniel J Processes and Systems for Automated Collective Intelligence
CN101814158A (zh) * 2009-02-20 2010-08-25 北京联合大学生物化学工程学院 基于人工神经网络的实验数据分析处理方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080222064A1 (en) * 2007-03-08 2008-09-11 Larimer Daniel J Processes and Systems for Automated Collective Intelligence
CN101814158A (zh) * 2009-02-20 2010-08-25 北京联合大学生物化学工程学院 基于人工神经网络的实验数据分析处理方法

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
安金梁: "基于神经网络的人脸识别方法研究", 《内江科技》, no. 10, 31 October 2011 (2011-10-31), pages 93 - 82 *
葛春苑: "基于神经网络的人脸识别系统研究", 《中国优秀硕士学位论文全文数据库》, 15 August 2011 (2011-08-15), pages 48 - 50 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106663186B (zh) * 2014-07-28 2018-08-21 北京市商汤科技开发有限公司 用于脸部识别的方法和系统
WO2016015170A1 (en) * 2014-07-28 2016-02-04 Xiaoou Tang A method for face recognition and a system thereof
CN106663186A (zh) * 2014-07-28 2017-05-10 北京市商汤科技开发有限公司 用于脸部识别的方法和系统
CN104866810A (zh) * 2015-04-10 2015-08-26 北京工业大学 一种深度卷积神经网络的人脸识别方法
CN104866810B (zh) * 2015-04-10 2018-07-13 北京工业大学 一种深度卷积神经网络的人脸识别方法
CN106096598A (zh) * 2016-08-22 2016-11-09 深圳市联合视觉创新科技有限公司 一种利用深度相关神经网络模型识别人脸表情的方法及装置
CN106503665A (zh) * 2016-10-26 2017-03-15 电子科技大学 一种基于协同神经网络的人脸识别方法
CN106570474A (zh) * 2016-10-27 2017-04-19 南京邮电大学 一种基于3d卷积神经网络的微表情识别方法
CN106570474B (zh) * 2016-10-27 2019-06-28 南京邮电大学 一种基于3d卷积神经网络的微表情识别方法
CN107423727A (zh) * 2017-08-14 2017-12-01 河南工程学院 基于神经网络的人脸复杂表情识别方法
CN107945188A (zh) * 2017-11-20 2018-04-20 北京奇虎科技有限公司 基于场景分割的人物装扮方法及装置、计算设备
CN107909053A (zh) * 2017-11-30 2018-04-13 济南浪潮高新科技投资发展有限公司 一种基于等级学习级联卷积神经网络的人脸检测方法
CN107909053B (zh) * 2017-11-30 2020-06-26 浪潮集团有限公司 一种基于等级学习级联卷积神经网络的人脸检测方法
WO2019214344A1 (zh) * 2018-05-07 2019-11-14 上海商汤智能科技有限公司 系统增强学习方法和装置、电子设备、计算机存储介质
US11669711B2 (en) 2018-05-07 2023-06-06 Shanghai Sensetime Intelligent Technology Co., Ltd System reinforcement learning method and apparatus, and computer storage medium
CN110443177A (zh) * 2019-07-29 2019-11-12 上海工程技术大学 一种基于人脸识别的机场室内定位系统

Also Published As

Publication number Publication date
CN103020602B (zh) 2015-10-14

Similar Documents

Publication Publication Date Title
CN103020602A (zh) 基于神经网络的人脸识别方法
CN107194341B (zh) Maxout多卷积神经网络融合人脸识别方法和系统
Sheela et al. Iris recognition methods-survey
Chino et al. Bowfire: detection of fire in still images by integrating pixel color and texture analysis
US20210034840A1 (en) Method for Recognzing Face from Monitoring Video Data
CN103902978B (zh) 人脸检测及识别方法
CN107230267B (zh) 基于人脸识别算法的幼儿园智能签到方法
Fahmy et al. A fingerprint segmentation technique based on morphological processing
WO2018082011A1 (zh) 活体指纹识别方法及装置
CN103336973B (zh) 多特征决策融合的眼状态识别方法
CN102156887A (zh) 一种基于局部特征学习的人脸识别方法
CN108564040B (zh) 一种基于深度卷积特征的指纹活性检测方法
CN103971096B (zh) 一种基于mb‑lbp特征和人脸能量图的多姿态人脸识别方法
CN108960142B (zh) 基于全局特征损失函数的行人再识别方法
CN103646255A (zh) 一种基于Gabor特征和极限学习机的人脸检测方法
Das et al. A framework for liveness detection for direct attacks in the visible spectrum for multimodal ocular biometrics
Lee et al. Robust iris recognition baseline for the grand challenge
Ramya et al. Certain investigation on iris image recognition using hybrid approach of Fourier transform and Bernstein polynomials
CN103942545A (zh) 一种基于双向压缩数据空间维度缩减的人脸识别方法和装置
Murugan et al. Fragmented iris recognition system using BPNN
Chinnappan et al. Fingerprint recognition technology using deep learning: a review
CN111209850A (zh) 一种基于改进cGAN网络生成适用多设备识别指静脉图像的方法
CN109858308B (zh) 视频检索装置、视频检索方法和存储介质
Méndez-Llanes et al. On the use of local fixations and quality measures for deep face recognition
KR101133225B1 (ko) 자세 추정을 이용한 얼굴 인식 시스템 및 방법

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
C41 Transfer of patent application or patent right or utility model
C56 Change in the name or address of the patentee
CB03 Change of inventor or designer information

Inventor after: Tian Qichuan

Inventor after: Leng Shuang

Inventor after: Lu Xiaoliang

Inventor before: Tian Qichuan

Inventor before: Zhang Lanfang

Inventor before: Chen Zhixin

Inventor before: Wang Yahui

Inventor before: Li Linsheng

COR Change of bibliographic data
CP01 Change in the name or title of a patent holder

Address after: 100044 Xicheng District Exhibition Hall Road, Beijing, No. 1

Patentee after: Beijing University of Civil Engineering and Architecture

Address before: 100044 Xicheng District Exhibition Hall Road, Beijing, No. 1

Patentee before: BEIJING University OF CIVIL ENGINEERING AND ARCHITECTURE

TR01 Transfer of patent right

Effective date of registration: 20160511

Address after: 030006, Shanxi, Taiyuan hi tech Zone, South Central Street No. 529, clear control innovation base, block D, 9

Patentee after: SHANXI WORLD TECHNOLOGY Co.,Ltd.

Address before: 100044 Xicheng District Exhibition Hall Road, Beijing, No. 1

Patentee before: Beijing University of Civil Engineering and Architecture

PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Face recognition method based on neural network

Effective date of registration: 20180817

Granted publication date: 20151014

Pledgee: Shanxi finance re Company limited by guarantee

Pledgor: SHANXI WORLD TECHNOLOGY Co.,Ltd.

Registration number: 2018140000011

CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 030006 Nine Floors of Block D, Cleaning and Control Innovation Base, 529 South Central Street, Taiyuan Xuefu Park, Taiyuan Comprehensive Reform Demonstration Area, Shanxi Province

Patentee after: Zhongke Tiandi Technology Co.,Ltd.

Address before: 030006 Nine Floors of Block D, Cleaning and Control Innovation Base, 529 Nanzhonghuan Street, Taiyuan High-tech Zone, Shanxi Province

Patentee before: SHANXI WORLD TECHNOLOGY Co.,Ltd.

PC01 Cancellation of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20191206

Granted publication date: 20151014

Pledgee: Shanxi finance re Company limited by guarantee

Pledgor: SHANXI WORLD TECHNOLOGY Co.,Ltd.

Registration number: 2018140000011

PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Face recognition method based on neural network

Effective date of registration: 20191218

Granted publication date: 20151014

Pledgee: Shanxi Financing Reinsurance Group Co.,Ltd.

Pledgor: Zhongke Tiandi Technology Co.,Ltd.

Registration number: Y2019980001087

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 030006 Nine Floors of Block D, Cleaning and Control Innovation Base, 529 South Central Street, Taiyuan Xuefu Park, Taiyuan Comprehensive Reform Demonstration Area, Shanxi Province

Patentee after: Lenovo Zhongtian Technology Co.,Ltd.

Address before: 030006 Nine Floors of Block D, Cleaning and Control Innovation Base, 529 South Central Street, Taiyuan Xuefu Park, Taiyuan Comprehensive Reform Demonstration Area, Shanxi Province

Patentee before: Zhongke Tiandi Technology Co.,Ltd.

PC01 Cancellation of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20210518

Granted publication date: 20151014

Pledgee: Shanxi Financing Reinsurance Group Co.,Ltd.

Pledgor: Zhongke Tiandi Technology Co.,Ltd.

Registration number: Y2019980001087