CN110532867B - Facial image clustering method based on golden section method - Google Patents

Facial image clustering method based on golden section method Download PDF

Info

Publication number
CN110532867B
CN110532867B CN201910663745.9A CN201910663745A CN110532867B CN 110532867 B CN110532867 B CN 110532867B CN 201910663745 A CN201910663745 A CN 201910663745A CN 110532867 B CN110532867 B CN 110532867B
Authority
CN
China
Prior art keywords
clustering
cluster
face
optimal
calculating
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.)
Active
Application number
CN201910663745.9A
Other languages
Chinese (zh)
Other versions
CN110532867A (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.)
Zhejiang University of Technology ZJUT
Original Assignee
Zhejiang University of Technology ZJUT
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 Zhejiang University of Technology ZJUT filed Critical Zhejiang University of Technology ZJUT
Priority to CN201910663745.9A priority Critical patent/CN110532867B/en
Publication of CN110532867A publication Critical patent/CN110532867A/en
Application granted granted Critical
Publication of CN110532867B publication Critical patent/CN110532867B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/232Non-hierarchical techniques
    • G06F18/2321Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
    • G06F18/23213Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/161Detection; Localisation; Normalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/16Human faces, e.g. facial parts, sketches or expressions
    • G06V40/168Feature extraction; Face representation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Oral & Maxillofacial Surgery (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Biophysics (AREA)
  • Multimedia (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Probability & Statistics with Applications (AREA)
  • Image Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A facial image clustering method based on a golden section method comprises the following steps: 1) applying a DCNN (deep convolutional neural network) to realize the characteristic representation of all face pictures in a database; 2) clustering the image representations by applying a K-Means + + clustering algorithm; 3) determining the optimal clustering number based on a 0.618 golden section method, wherein the process comprises the following steps: first, a clustering range [ a, b ] is given],K∈[a,b]. Arbitrarily initializing a given number of clusters K within a range0Establishing an optimization function f (K) based on the internal performance evaluation indexes of the clustering result; then, based on the golden section optimization algorithm of 0.618, one-dimensional dynamic search function optimal solution is carried out. The optimal solution is the optimal clustering number K*Corresponding to the clustering result C*The best cluster of the facial image library is obtained. The invention obviously improves the face image clustering performance.

Description

Facial image clustering method based on golden section method
Technical Field
The invention relates to a face image clustering method, in particular to a face image clustering method based on a golden section method.
Background
With the rapid development of computer vision and pattern recognition technology, images have wide application prospects as the most common visual information presentation mode. In the "big data" era, a large number of pictures are produced every day. For example, Facebook reports on social media produce an average of 3.5 million pictures per day, most of which are images of human faces. In judicial investigation, there is still a huge number of pictures that need to be identified and classified urgently. In social security maintenance and monitoring management, a large number of face images captured by the camera need to be subjected to identity authentication and warehousing comparison. However, these face images usually have no identity tag or the tag is lost. In the face of such a huge image database, it is difficult to ensure the accuracy and effectiveness of identification by using the manual labeling method, and the method is time-consuming and labor-consuming.
The rise of machine learning provides an effective solution to this troublesome problem. In recent years, the deep convolutional neural network DCNN shows excellent performance in image feature extraction and identity recognition: according to the current research at home and abroad, the recognition performance of the method far exceeds that of human eyes. Meanwhile, the data clustering technology is mature day by day, and a method basis is provided for solving the problems of large-scale image data identification and classification. However, applying the clustering technique requires giving the number of image clusters in advance. Typically, facing large image databases, the number of clusters can be hundreds or thousands or even difficult to determine.
Disclosure of Invention
The invention provides a facial image clustering method based on a golden section method, aiming at overcoming the defect of poor performance of the existing facial image clustering method and obviously improving the facial image clustering performance.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a facial image clustering method based on a golden section method comprises the following steps:
1) the method is characterized by comprising the following steps of applying a DCNN (deep convolutional neural network) to realize the characteristic representation of all face pictures in a database:
step 1.1: the preprocessing is to perform preliminary correction processing on the image;
step 1.2: accurately positioning a face region in the image and cutting the region based on 68 feature points labeled by the Dlib face;
step 1.3: extracting the characteristics of the cut face by applying pre-trained DCNN (Dlib ResNet), and outputting a 128-dimensional characteristic vector as the representation of the face;
2) the clustering of the image representation is realized by applying a K-Means + + clustering algorithm, and the operation steps are as follows:
step 2.1: set X ═ where face representations are represented in the form of a column matrix (X)1,X2,···,Xn) Wherein X is a 128-dimensional face representation, and n is the number of faces;
step 2.2: giving a clustering number K, and randomly initializing and selecting a representation as a clustering center point;
step 2.3: for each Xi(XiE.g. X), calculating its euclidean distance D (X) to the nearest cluster center pointi) And calculates the sum of all distances
Figure GDA0003553452440000021
Step 2.4: a random number κ is generated within the range of sumd (x). The following criteria were used: k ═ D (X)i) The next cluster center is selected until κ < 0, thus resulting in a larger D (X)i) The characterization point of (2) has higher probability to be selected as the next clustering center point;
step 2.5: repeating the steps 2.3 to 2.4 until K cluster center points (U)1,U2,···,UK) Finishing the selection;
step 2.6: calculating each face representation XiWith each initialized cluster center UjEuclidean distance of (a):
Figure GDA0003553452440000034
step 2.7: according to minimum DijDetermination of XiCluster marking of (2): lambda [ alpha ]i=argminj∈{1,2,···,K}Dij
Step 2.8: mixing Xi Dividing into corresponding clusters:
Figure GDA0003553452440000033
step 2.9: calculating a new clusterClass center
Figure GDA0003553452440000031
And replaces the original clustering center Uj
Step 2.10: repeating step 2.6 to step 2.9 until Uj *=Uj
Step 2.11: outputting the cluster division result C ═ { C ═ C1,C2,···,CK};
3) Determining the optimal clustering number based on a 0.618 golden section method, wherein the process comprises the following steps: first, a clustering range [ a, b ] is given],K∈[a,b]. Arbitrary initialization of the number of clusters K within the range0Establishing an optimization function f (K) based on the internal performance evaluation indexes of the clustering result; then, based on the 0.618 golden section optimization algorithm, one-dimensional dynamic search function optimal solution is obtained, and the optimal solution is the optimal clustering number K*Corresponding to the clustering result C*The best cluster of the facial image library is obtained.
Further, in the step 3), the dynamic searching step is as follows:
calculating the corresponding output value f (K) of the DBI coefficient as the optimization function about K, and dividing C ═ C corresponding to the cluster1,C2,···,CKThe process is represented as:
Figure GDA0003553452440000032
Figure GDA0003553452440000035
Figure GDA0003553452440000041
wherein, each parameter and function realization are defined as follows:
k: the number of clusters;
avg (C): characterizing the mean value of faces in the cluster;
l C |: the number of face tokens in cluster C;
DU(Ci,Cj):Ciand CjCenter distance between clusters;
u: the center of cluster C;
because the DBI coefficients of different clustering results generated by different Ks can be calculated, an optimal objective function f (K) related to the K and an optimal clustering number K can be constructed*Necessarily corresponding to the minimum DBI value, and therefore f (K) may be at K*Neighborhood of [ a, b ]]Taking the method as a unimodal function, the searching steps by applying the golden section method of 0.618 are as follows:
step 3.1: given an initial cluster number range [ a ]0,b0]Error condition epsilon;
step 3.2: calculating lambda0=a0+0.382(b0-a0),μ0=a0+0.618(b0-a0);
Step 3.3: calculating function value f1=f([λk]) And f2=f([μk]) Wherein the variable value is rounded down;
step 3.4: if b isk-akIf not more than epsilon, ending the search; if b isk-akIf the value is more than epsilon, turning to the step 3.5;
step 3.5: if f is1>f2If yes, go to step 3.6; if f1<f2Then go to step 3.7;
step 3.6: a isk+1=λk,bk+1=bkk+1=μkk+1=ak+1+0.618(bk+1-ak+1). Calculating function value f2=f([μk+1]) Go to step 3.8;
step 3.7: a isk+1=ak,bk+1=μkk+1=λkk+1=ak+1+0.382(bk+1-ak+1). Calculating function value f1=f([λk+1]) Go to step 3.8;
step 3.8: setting k: go to step 3.4 when k + 1;
the cluster number range obtained finally by the one-dimensional search is recorded as [ a ]k,bk]Therefore, the median value in this range is taken as the optimal cluster number:
Figure GDA0003553452440000051
the optimal cluster number is rounded down.
The technical conception of the invention is as follows: under the current background of the "big data" era, a large amount of unidentified face images are generated in many fields such as social media, judicial survey and the like. In order to solve the problem of face identity recognition and classification of a large-scale face image database, an effective solution is provided by combining a DCNN and a K-Means + + clustering algorithm. Firstly, the representation of the face image is realized by adopting DCNN. And then, identifying and classifying the obtained face representation by applying a K-Means + + clustering algorithm. In the face of the clustering task of large-scale databases, the reasonable number of clusters is often unknown and difficult to determine. In this regard, a method for one-dimensional dynamic search of the optimal cluster number based on the 0.618 golden section method is proposed. The method can effectively search and find out reasonable clustering number, thereby improving clustering performance.
The beneficial effects of the invention are mainly as follows: 1. in order to solve the problem of image recognition and classification in a large-scale face image database, an image clustering method based on DCNN and K-Means + + algorithm is provided. The method realizes face representation by applying DCNN, and can ensure the accuracy and effectiveness of recognition. 2. And dynamically searching the optimal clustering number by applying a 0.618 golden section algorithm, thereby solving the problem that the most important clustering number in the clustering task is unknown. The solution of this problem can greatly improve the performance of clustering, and the application of this search method will not excessively increase the complexity of computation and time loss, and is therefore suitable for image clustering of large-scale databases.
Drawings
FIG. 1 is a schematic diagram of a DCNN-based face image representation implementation;
FIG. 2 is a flow chart of the K-Means + + algorithm;
fig. 3 is a flow chart of the golden section algorithm.
Detailed Description
The present invention is described in further detail below with reference to the attached drawing figures.
Referring to fig. 1 to 3, a facial image clustering method based on the golden section method includes 3 parts: the method comprises the steps of characterizing facial images by applying DCNN (as shown in figure 1), identifying and classifying a large number of facial features by using a K-Means + + clustering algorithm (as shown in figure 2), and searching for the optimal clustering number in one dimension by using a golden section algorithm (as shown in figure 3), thereby improving the clustering performance. The method comprises the following steps:
1) the method is characterized in that a Deep Convolutional Neural Network (DCNN) is applied to realize the feature representation of all face pictures in a database, the process comprises preprocessing, face alignment and feature extraction, and the steps are as follows:
step 1.1: the preprocessing is to perform preliminary correction processing on the image, for example, the social media picture needs to be subjected to brightness equalization processing, the biomedical material picture needs to be subjected to denoising processing, and the like. The pretreatment can obviously improve the performance of feature extraction;
step 1.2: accurately positioning a face region in the image and cutting the region based on 68 feature points labeled by the Dlib face;
step 1.3: extracting the characteristics of the cut face by applying pre-trained DCNN (Dlib ResNet), and outputting a 128-dimensional characteristic vector as the representation of the face;
2) the clustering of the image representation is realized by applying a K-Means + + clustering algorithm, and the operation steps are as follows:
step 2.1: set X ═ where face representations are represented in the form of a column matrix (X)1,X2,···,Xn) Wherein X is the human face representation with 128 dimensionality, and n is the number of human faces;
step 2.2: giving a clustering number K, and randomly initializing and selecting a representation as a clustering center point;
step 2.3: for each Xi(XiE.g. X), calculating its euclidean distance D (X) to the nearest cluster center pointi) And calculates the sum of all distances
Figure GDA0003553452440000071
Step 2.4: a random number κ is generated within the range of SumD (X). The following criteria were used: k-D (X)i) Until k < 0, the next cluster center is selected, thus resulting in a larger D (X)i) The characterization point of (2) has higher probability to be selected as the next clustering center point;
step 2.5: repeating the steps 2.3 to 2.4 until K cluster center points (U)1,U2,···,UK) Finishing the selection;
step 2.6: calculating each face representation XiWith each initialized cluster center UjEuclidean distance of (a):
Figure GDA0003553452440000075
step 2.7: according to minimum DijDetermination of XiCluster marking of (2): lambda [ alpha ]i=argminj∈{1,2,···,K}Dij
Step 2.8: mixing Xi Dividing into corresponding clusters:
Figure GDA0003553452440000074
step 2.9: computing new cluster centers
Figure GDA0003553452440000072
And replaces the original clustering center Uj
Step 2.10: repeating step 2.6 to step 2.9 until
Figure GDA0003553452440000073
Step 2.11: output cluster division result C ═ C1,C2,···,CK};
3) Determining the optimal clustering number based on a 0.618 golden section method, wherein the process comprises the following steps: first, a clustering range [ a, b ] is given],K∈[a,b]. Arbitrarily initializing a given cluster number K within a range0Internal performance evaluation index construction optimization based on clustering resultsA change function f (K); then, based on the 0.618 golden section optimization algorithm, one-dimensional dynamic search function optimal solution is obtained, and the optimal solution is the optimal clustering number K*Corresponding to the clustering result C*The best cluster of the facial image library is obtained.
Further, in the step 3), the dynamic searching step is as follows:
calculating the corresponding output value f (K) of the DBI coefficient as the optimization function about K, and dividing C ═ C corresponding to the cluster1,C2,···,CKThe process is represented as:
Figure GDA0003553452440000081
Figure GDA0003553452440000083
Figure GDA0003553452440000082
wherein, each parameter and function realization are defined as follows:
k: the number of clusters;
avg (C): characterizing the mean value of faces in the cluster;
l C |: the number of face tokens in cluster C;
DU(Ci,Cj):Ciand CjCenter distance between clusters;
u: the center of cluster C;
because the DBI coefficients of different clustering results generated by different Ks can be calculated, an optimal objective function f (K) related to the K and an optimal clustering number K can be constructed*Necessarily corresponding to the minimum DBI value, and therefore f (K) may be at K*Neighborhood of [ a, b ]]Taking the method as a unimodal function, the searching steps by applying the golden section method of 0.618 are as follows:
step 3.1: given an initial cluster number range [ a ]0,b0]Error condition epsilon;
step 3.2: calculating lambda0=a0+0.382(b0-a0),μ0=a0+0.618(b0-a0);
Step 3.3: calculating function value f1=f([λk]) And f2=f([μk]) Wherein the variable value is rounded down;
step 3.4: if b isk-akIf not more than epsilon, ending the search; if b isk-akIf the value is more than epsilon, turning to the step 3.5;
step 3.5: if f is1>f2Then go to step 3.6; if f1<f2Then go to step 3.7;
step 3.6: a isk+1=λk,bk+1=bkk+1=μkk+1=ak+1+0.618(bk+1-ak+1). Calculating function value f2=f([μk+1]) Go to step 3.8;
step 3.7: a isk+1=ak,bk+1=μkk+1=λkk+1=ak+1+0.382(bk+1-ak+1). Calculating a function value f1=f([λk+1]) Go to step 3.8;
step 3.8: setting k: go to step 3.4 when k + 1;
the cluster number range obtained finally by the one-dimensional search is recorded as [ a ]k,bk]Therefore, the median value in this range is taken as the optimal cluster number:
Figure GDA0003553452440000091
the optimal cluster number is rounded down.

Claims (1)

1. A facial image clustering method based on a golden section method is characterized by comprising the following steps:
1) the method is characterized by comprising the following steps of applying a DCNN (deep convolutional neural network) to realize the characteristic representation of all face pictures in a database:
step 1.1: the preprocessing is to perform preliminary correction processing on the image;
step 1.2: accurately positioning a face region in the image and cutting the region based on 68 feature points labeled by the Dlib face;
step 1.3: extracting the features of the cut human face by using the pre-trained DCNN, and outputting a 128-dimensional feature vector as the representation of the human face;
2) the clustering of the image representation is realized by applying a K-Means + + clustering algorithm, and the operation steps are as follows:
step 2.1: set X ═ where face representations are represented in the form of a column matrix (X)1,X2,···,Xn) Wherein X is the human face representation with 128 dimensionality, and n is the number of human faces;
step 2.2: giving a clustering number K, and randomly initializing and selecting a representation as a clustering center point;
step 2.3: for each Xi,XiE.g. X, calculating the Euclidean distance D (X) from the nearest cluster center pointi) And calculates the sum of all distances
Figure FDA0003553452430000011
Step 2.4: a random number k is generated within the range of sumd (x), using the following criteria: k ═ D (X)i) The next cluster center is selected until κ < 0, thus allowing for a larger D (X)i) The characterization point of (2) has higher probability to be selected as the next clustering center point;
step 2.5: repeating the steps from 2.3 to 2.4 until K cluster center points (U)1,U2,···,UK) Finishing the selection;
step 2.6: calculating each face representation XiWith each initialized cluster center UjEuclidean distance of (c): dij=||Xi-Uj||2
Step 2.7: according to minimum DijDetermination of XiCluster marking of (2): lambdai=arg minj∈{1,2,···,K}Dij
Step 2.8: mixing Xi Dividing into corresponding clusters:
Figure FDA0003553452430000021
step 2.9: computing new cluster centers
Figure FDA0003553452430000022
And replaces the original clustering center Uj
Step 2.10: repeating step 2.6 to step 2.9 until
Figure FDA0003553452430000023
Step 2.11: outputting the cluster division result C ═ { C ═ C1,C2,···,CK};
3) Determining the optimal clustering number based on a 0.618 golden section method, wherein the process comprises the following steps: first, a clustering range [ a, b ] is given],K∈[a,b]Arbitrarily initializing a given number of clusters K within the range0Establishing an optimization function f (K) based on the internal performance evaluation indexes of the clustering result; then, based on the 0.618 golden section optimization algorithm, one-dimensional dynamic search function optimal solution is obtained, and the optimal solution is the optimal clustering number K*Corresponding to the clustering result C*The best cluster of the face image library is obtained;
in the step 3), the dynamic searching step is as follows:
calculating the corresponding output value f (K) of the DBI coefficient as the optimization function about K, and dividing C ═ C corresponding to the cluster1,C2,···,CKThe process is represented as:
Figure FDA0003553452430000024
DU(Ci,Cj)=||Ui-Uj||2
Figure FDA0003553452430000025
wherein, each parameter and function realization are defined as follows:
k: the number of clusters;
avg (C): characterizing the mean value of faces in the cluster;
l C |: the number of face tokens in cluster C;
DU(Ci,Cj):Ciand CjThe center distance between clusters;
u: the center of cluster C;
because the DBI coefficients of different clustering results generated by different Ks can be calculated, an optimal objective function f (K) related to the K is constructed, and the optimal clustering number K*Necessarily corresponding to the minimum DBI value, and therefore f (K) at K*Neighborhood of [ a, b ]]Taking the interior as a unimodal function, the searching steps by applying the golden section method of 0.618 are as follows:
step 3.1: given an initial cluster number range [ a ]0,b0]Error condition epsilon;
step 3.2: calculating lambda0=a0+0.382(b0-a0),μ0=a0+0.618(b0-a0);
Step 3.3: calculating function value f1=f([λk]) And f2=f([μk]) Wherein the variable value is rounded down;
step 3.4: if b isk-akIf the epsilon is less than or equal to epsilon, ending the search; if b isk-akIf the value is more than epsilon, turning to the step 3.5;
step 3.5: if f is1>f2Then go to step 3.6; if f1<f2Then go to step 3.7;
step 3.6: a is ak+1=λk,bk+1=bkk+1=μkk+1=ak+1+0.618(bk+1-ak+1) Calculating a function value f2=f([μk+1]) Go to step 3.8;
step 3.7: a is ak+1=ak,bk+1=μkk+1=λkk+1=ak+1+0.382(bk+1-ak+1) Calculating a function value f1=f([λk+1]) Go to step 3.8;
step 3.8: setting k: if k +1, go to step 3.4;
the cluster number range obtained finally by the one-dimensional search is recorded as [ a ]k,bk]Therefore, the median value in this range is taken as the optimal cluster number:
Figure FDA0003553452430000031
the optimal cluster number is rounded down.
CN201910663745.9A 2019-07-23 2019-07-23 Facial image clustering method based on golden section method Active CN110532867B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910663745.9A CN110532867B (en) 2019-07-23 2019-07-23 Facial image clustering method based on golden section method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910663745.9A CN110532867B (en) 2019-07-23 2019-07-23 Facial image clustering method based on golden section method

Publications (2)

Publication Number Publication Date
CN110532867A CN110532867A (en) 2019-12-03
CN110532867B true CN110532867B (en) 2022-06-17

Family

ID=68660389

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910663745.9A Active CN110532867B (en) 2019-07-23 2019-07-23 Facial image clustering method based on golden section method

Country Status (1)

Country Link
CN (1) CN110532867B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111728602A (en) * 2020-08-21 2020-10-02 之江实验室 Non-contact blood pressure measuring device based on PPG
CN114612967B (en) * 2022-03-03 2023-06-20 北京百度网讯科技有限公司 Face clustering method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8983141B2 (en) * 2011-03-17 2015-03-17 Exxonmobile Upstream Research Company Geophysical data texture segmentation using double-windowed clustering analysis
CN109447997A (en) * 2018-09-01 2019-03-08 哈尔滨工程大学 A kind of underwater sonar image object dividing method of adaptive Cultural Algorithm

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8983141B2 (en) * 2011-03-17 2015-03-17 Exxonmobile Upstream Research Company Geophysical data texture segmentation using double-windowed clustering analysis
CN109447997A (en) * 2018-09-01 2019-03-08 哈尔滨工程大学 A kind of underwater sonar image object dividing method of adaptive Cultural Algorithm

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
基于卷积神经网络的大规模人脸聚类;申小敏;《中国优秀博硕士学位论文全文数据库(硕士) 信息科技辑》;20161115(第11期);第6-7,22-24,28-32,40-42页 *
基于黄金分割法的ISODATA算法的大样本特征数据提取方法;张丽娜 等;《内蒙古大学学报(自然科学版)》;20130131;第44卷(第1期);第93-96页 *
大样本数据聚类的改进方法;卞亦文;《统计与决策》;20091231(第1期);第12-13页 *

Also Published As

Publication number Publication date
CN110532867A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
Gupta et al. 2D-human face recognition using SIFT and SURF descriptors of face’s feature regions
Ding et al. Towards better validity: Dispersion based clustering for unsupervised person re-identification
Hariri et al. 3D face recognition using covariance based descriptors
Kang et al. Attentional feature-pair relation networks for accurate face recognition
CN110490913B (en) Image matching method based on feature description operator of corner and single line segment grouping
CN110188225B (en) Image retrieval method based on sequencing learning and multivariate loss
Monnier et al. Deep transformation-invariant clustering
Fiel et al. Automated identification of tree species from images of the bark, leaves or needles
CN106485253B (en) A kind of pedestrian of maximum particle size structured descriptor discrimination method again
CN106780639B (en) Hash coding method based on significance characteristic sparse embedding and extreme learning machine
Biswas et al. An efficient and robust algorithm for shape indexing and retrieval
Ross et al. Augmenting ridge curves with minutiae triplets for fingerprint indexing
CN110427517A (en) A kind of figure based on scene lexicographic tree searches video method, device and computer readable storage medium
Aiadi et al. MDFNet: An unsupervised lightweight network for ear print recognition
Dubey et al. Interactive Biogeography Particle Swarm Optimization for Content Based Image Retrieval
CN110532867B (en) Facial image clustering method based on golden section method
Yadav et al. A new illumination normalization framework via homomorphic filtering and reflectance ratio in DWT domain for face recognition
Jayaraman et al. An efficient color and texture based iris image retrieval technique
Castellano et al. Deep convolutional embedding for digitized painting clustering
CN110852292B (en) Sketch face recognition method based on cross-modal multi-task depth measurement learning
CN114387505A (en) Hyperspectral and laser radar multi-modal remote sensing data classification method and system
Khalaf et al. Robust partitioning and indexing for iris biometric database based on local features
An et al. Multi-level common space learning for person re-identification
Lu et al. Spectral segmentation via midlevel cues integrating geodesic and intensity
CN112070116B (en) Automatic artistic drawing classification system and method based on support vector machine

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant