CN107944497A - Image block method for measuring similarity based on principal component analysis - Google Patents

Image block method for measuring similarity based on principal component analysis Download PDF

Info

Publication number
CN107944497A
CN107944497A CN201711276622.7A CN201711276622A CN107944497A CN 107944497 A CN107944497 A CN 107944497A CN 201711276622 A CN201711276622 A CN 201711276622A CN 107944497 A CN107944497 A CN 107944497A
Authority
CN
China
Prior art keywords
vector
pixel point
pca
pixel
image
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.)
Pending
Application number
CN201711276622.7A
Other languages
Chinese (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.)
Tianjin University
Original Assignee
Tianjin University
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 Tianjin University filed Critical Tianjin University
Priority to CN201711276622.7A priority Critical patent/CN107944497A/en
Publication of CN107944497A publication Critical patent/CN107944497A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/757Matching configurations of points or features
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/213Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods
    • G06F18/2135Feature extraction, e.g. by transforming the feature space; Summarisation; Mappings, e.g. subspace methods based on approximation criteria, e.g. principal component analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Software Systems (AREA)
  • Image Processing (AREA)

Abstract

The invention belongs to computer graphics, to realize image noise reduction, lifting digital picture quality.For this reason, the technical solution adopted by the present invention is, a kind of image block method for measuring similarity based on principal component analysis, comprises the steps of:Step 1:Mathematical model is built using principal component analysis PCA algorithms;Step 2:To given image V, M pixel is randomly choosed in the picture to build the dictionary of PCA, the method standardized using standard deviation is pre-processed, and is established covariance matrix, is obtained the characteristic value of sample and corresponding feature vector;Step 3:Primitive character is projected in a sub-spaces, builds new feature, and similitude between pixel is calculated with this feature;Step 4:Its overall situation can be obtained by stratification orthogonal matching pursuit algorithm and aid in similar point set, simplify the Similarity measures of target pixel points and auxiliary pixel point, simplify similarity measurement and calculate.Present invention is mainly applied to computer graphical processing occasion.

Description

Image block similarity measurement method based on principal component analysis
Technical Field
The invention belongs to the field of computer graphics and computer vision, relates to the technologies of image processing, image noise reduction and the like, can be widely applied to multiple aspects of computer vision, such as feature extraction, target monitoring, image segmentation and the like, and particularly relates to an image block similarity measurement method based on principal component analysis. In particular to a knowledge recommendation method based on time migration.
Background
Image noise reduction is a technical means for improving the quality of digital images, and is widely applied to multiple aspects of computer vision. Aiming at the problem of image noise reduction, a series of effective noise reduction algorithms are proposed by a plurality of researchers at home and abroad and can be divided into a spatial domain filtering algorithm and a transform domain filtering algorithm.
The spatial domain filtering algorithm directly processes the image, can generally avoid introducing artifacts in the noise reduction process, generally uses a certain filtering template, takes a target pixel point as a template center, performs convolution operation on the template and the target pixel point, and takes a convolution result as a noise reduction value of the pixel point. Common filtering templates include mean filtering, median filtering, and the like.
The transform domain filtering algorithm is to perform certain transform on an image, map the image to a transform domain space, and adjust a transform coefficient in a switch domain according to the assumption that a noise spectrum and a real signal are intensively distributed in different frequency bands, so as to realize the aim of signal-noise separation.
In the methods, the value of a target point subjected to noise reduction is estimated through pixel points in a neighborhood by utilizing the spatial position relationship among pixels, and the estimated value is locally restricted by the neighborhood. When the image structure is complex and the detail structure is small, the noise reduction algorithms are difficult to obtain a good noise reduction effect.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention aims to provide an image block similarity measurement method based on principal component analysis, which is used for realizing image noise reduction and improving the quality of a digital image. Therefore, the invention adopts the technical scheme that the image block similarity measurement method based on principal component analysis comprises the following steps:
the method comprises the following steps: a Principal Component Analysis (PCA) algorithm is adopted to construct a mathematical model: giving a d-dimensional random vector x, considering the estimation of the random vector, transforming a sample x into a new vector Y through a linear transformation operator to reconstruct an original vector, and defining a reconstructed mean square error;
step two: for a given image V, randomly selecting M pixel points in the image to construct a dictionary of PCA, preprocessing by adopting a standard deviation standardization method, establishing a covariance matrix, and obtaining a characteristic value of a sample and a corresponding characteristic vector;
step three: projecting the original features into a subspace, constructing new features, and calculating the similarity between pixel points by using the features;
step four: the global auxiliary similarity point set can be obtained through a hierarchical orthogonal matching pursuit algorithm, similarity calculation of the target pixel point and the auxiliary pixel points is simplified, and similarity measurement calculation is simplified.
And (3) adopting an evaluation standard based on pixel point errors and an evaluation standard based on human visual characteristics to test the effectiveness of the measuring method.
The steps in one embodiment include:
step S0101: given a d-dimensional random vector x = (x) 1 ,x 2 ,…,x d ) The random variables are estimated by the PCA algorithm using a covariance matrix defined as shown in equation (1) where m X Is the mean value of the samples, S X The elements on the diagonal represent each random variable x i The off-diagonal elements represent covariance:
S X =E[(X-m X )(X-m X ) T ] (1)
the matrix A is a linear transformation operator, the operator transforms any sample X into a new vector Y, and the transformation process is expressed as formula (2):
Y=A T (X-m x ) (2)
correspondingly, the inverse transformation process of the PCA can be expressed as shown in formula (3), where the matrix A is a linear transformation operator and m is a linear transformation operator X Is the mean of the samples.
X=AY+m X (3)
Step S0102: in reconstruction, the first M columns of the linear operator A are adopted to construct a new transformation matrix A', and the PCA reconstruction result of the original vector X is shown in formula (4) by using the new transformation operator, whereinRepresents the reconstructed vector:
step S0201: for a pixel point i in a given image V, taking a gray value feature vector fi of a square neighborhood taking the point as a center as an original feature vector, marking the size of the square neighborhood as S, and using the SRepresenting all pixel points in the image V, where f i The expression dimension is S 2 The neighborhood feature vector of the pixel is based on the principal component analysis, the basic unit of the feature extraction method of the principal component analysis is the pixel, and the same method is used for extracting the features of the pixel in the measurement of global similarity constraint and local similarity constraint;
step S0202: randomly selecting M pixel points in the image V to construct a dictionary of PCA (principal component analysis)To represent the original feature vector set of the M pixel points, so that the original data sample set has a dimension S 2 X M, preprocessing by standard deviation standardization, establishing covariance matrix, and obtaining sample eigenvalue { lambda i A sum pairA corresponding feature vector;
step S0301:representing a slave setAccording to the feature vector f of the corresponding feature value, and then the original feature vector f i Projected into the K-dimensional PCA subspace, the constructed new features are represented as shown in equation (5), wherein,<f ij &and gt, representing the projection length of the original feature vector of the pixel point i on the jth PCA subspace basis vector:
step S0401: subspace basis vectorsThe distances between the pixel point i and the pixel point m in the PCA subspace can be simplified as shown in formula (6), dist (i, m) represents the distance between the pixel point i and the pixel point m,<f mi &the projection length of the original characteristic vector of the pixel point m on the ith PCA subspace basis vector is expressed;
step S0402: using Dist (i, m) to replace the conventional similarity measurement method, the similarity calculation manner between the target pixel point i and the auxiliary pixel point m can be represented as formula (7), where exp () function represents an exponential function with e as the base, h is a weight attenuation coefficient, and is related to the noise level:
step S0403: given pixel point i, a global auxiliary similar point set can be obtained through a layering orthogonal matching tracking algorithmFor auxiliary pixel pointThe global similarity constraint is defined as shown in equation (8):
wherein f is i Representing the domain feature vector of the pixel point i, | · | | luminance 2 Representing the euclidean distance between the feature vectors, when z = n,if not, then,
the invention has the characteristics and beneficial effects that:
in the method, in order to improve the noise reduction level of the image, the characteristics of the pixel points are extracted by using a Principal Component Analysis (PCA) method, and the similarity measurement of the target pixel points and the auxiliary pixel points is simplified by using dot product operation. The experimental result shows that the image block similarity measurement method based on principal component analysis can filter noise and simultaneously describe pixel point information more accurately by using fewer feature dimensions in the aspect of feature extraction.
Description of the drawings:
fig. 1 is a flowchart of the present invention, and it can be seen from the diagram that a principal component analysis method is used to perform correlation processing on pixel points of an image block, and the feature after dimension reduction is used as a feature of similarity measurement.
Fig. 2 shows a noise reduction contrast chart when the noise standard deviation σ = 20. From left to right the images are Lena, boat, barbarara and Man, respectively. The clear image, the noise image and the noise reduction result image are respectively arranged from top to bottom.
Fig. 2 shows the image denoising result when the noise standard deviation is 20. As can be seen from the figure, the image after noise reduction has high fidelity and is closer to the original pure image. At a noise level with a standard deviation of 20, detail information in the Lena image in a face flat area and at a hat is well protected, and boundary information is clearly visible. The Boat image shows clear hull and better recovery of the blocks on the ground. The main structural information in the image can still be kept after the image is subjected to noise reduction overall.
Detailed Description
The invention aims to extract the characteristics of pixel points by using a Principal Component Analysis (PCA) method and simplify the similarity measurement between a target pixel point and an auxiliary pixel point by using dot product operation. For a pixel point, the gray value set of the pixel block taking the point as the center is used as an original characteristic, the original artificial characteristic of the pixel point is projected into a subspace, and a more characteristic is constructed through a PCA algorithm and used for similarity measurement.
In order to achieve the above object, the present invention provides an image block similarity measurement method based on principal component analysis, comprising the following steps:
the method comprises the following steps: and constructing a mathematical model according to the core idea of the PCA algorithm. Given a d-dimensional random vector x, the random vector is considered to be estimated, and the PCA algorithm uses a covariance matrix to estimate a random variable more accurately, so that the influence of a related variable on an estimation result is reduced. The original vector is reconstructed by transforming the sample x into a new vector Y by a linear transformation operator and the reconstructed mean square error is defined.
Step two: for a given image V, according to the principle of PCA, M pixel points are randomly selected in the image to construct a dictionary of PCA. And preprocessing by adopting a standard deviation standardization method, establishing a covariance matrix, and obtaining the eigenvalue of the sample and the corresponding eigenvector.
Step three: and projecting the original features into a subspace, constructing new features, and calculating the similarity between pixel points by using the features.
Step four: a global auxiliary similar point set can be obtained through a layering orthogonal matching tracking algorithm, similarity calculation of a target pixel point and auxiliary pixel points is simplified, and similarity measurement calculation is simplified.
In the task of image noise reduction, the quality evaluation of the noise-reduced result image is an important process of algorithm analysis. And judging the quality of the noise-reduced image through different evaluation criteria, thereby checking the effectiveness of the method.
1. Evaluation standard based on pixel point error
The evaluation standard judges the quality of the noise reduction algorithm by comparing the gray value difference between corresponding pixel points of the original pure image and the noise-reduced image, and common indicators are as follows: mean Square Error (MSE) and peak signal-to-noise ratio (PSNR). In general, the smaller the MSE value, the larger the PSNR, and the higher the accuracy.
2. Evaluation criterion based on human visual characteristics
Based on the human visual perception system model, the most typical measurement index is Structural Similarity (SSIM). The SSIM index explicitly unifies image brightness, contrast and structural factors into one model to improve accuracy of an evaluation result. The higher the SSIM index is, the better the structural information in the pure image is kept in the noise-reduced image.
The experiment used an image noise reduction standard data set to test the performance of the algorithm, and the image size was 512 x 512, including 16 basic images. The comparison experiment includes noise reduction processing under three different levels of noise levels, and additive white gaussian noise with standard deviation sigma of 20, 30 and 40 is respectively added to each image in the standard data set to serve as a test image. And optimizing parameters in the feature selection process based on principal component analysis by comparing the noise reduction results of the algorithm in the parameter training data set. In the test process, the values of parameters involved in the generation of the global auxiliary points are as follows: the downsampling rate r =2, the number of downsampling layers T =4, and the global assist point number | Ng | =5. The parameters involved in the feature selection process take values as follows: the original gray value vector is composed of 7 × 7 image blocks, the reconstruction error θ =0, and the number M =10000 of selected pixels during pca initialization. According to the experimental results, the new feature dimension based on principal component analysis is generally 6.
In the aspect of feature extraction, the image block similarity measurement based on principal component analysis can extract main features of a pixel point geometric structure while filtering noise, and more accurately describe pixel point information by using fewer feature dimensions. The NLMPCA algorithm simplifies calculation by utilizing a subspace mapping method, simplifies similarity measurement in the standard NLM algorithm by the orthogonal property of PCA basis vectors, and performs rapid operation by using an inner product. According to experimental results, feature dimensions screened out using PCA are generally between 5 and 7, which reduces the computational load in the similarity measure by 80% compared to the original feature dimension of 25.
Table 1 shows the SSIM index comparison of various algorithms when the noise standard deviation is 20, and it can be seen from the table that the SSIM index is superior to other improved algorithms on 10 images, and the PCA algorithm achieves better performance.
Table 1 σ =20 SSIM indices of different noise reduction algorithms
The invention extracts the characteristics of the pixel points by using a principal component analysis method, and simplifies the similarity measurement of a target pixel point and an auxiliary pixel point by using dot product operation, comprising the following steps of:
step S0101: given a d-dimensional random vector x = (x) 1 ,x 2 ,…,x d ) Consider estimating a random vector. The method uses the covariance matrix to estimate the random variable more accurately through the PCA algorithm, and reduces the influence of the related variable on the estimation result. The covariance matrix is defined as shown in formula (1), where m X Is the mean value of the samples, S X The elements on the diagonal represent each random variable x i The off-diagonal elements represent covariance.
S X =E[(X-m X )(X-m X ) T ] (1)
Note that the matrix a is a linear transformation operator, which can transform any sample X into a new vector Y, and the transformation process can be expressed as shown in formula (2).
Y=A T (X-m x ) (2)
Correspondingly, the inverse transformation process of the PCA can be expressed as shown in formula (3), where the matrix A is a linear transformation operator and m is a linear transformation operator X Is the mean of the samples.
X=AY+m X (3)
Step S0102: in reconstruction, assuming that the first M columns of the linear operator A are taken to construct a new transformation matrix A', the new transformation operator is used, and the PCA reconstruction result of the original vector X is shown in formula (4), whereinRepresenting the reconstructed vector.
Step S0201: for a pixel point i in a given image V, a gray value feature vector fi of a square neighborhood taking the point as a center is used as an original feature vector, and the size of the square neighborhood is recorded as S. Randomly selecting M pixel points in the image V to construct a dictionary of PCA, and using the dictionaryTo represent the original feature vector set of the M pixel points. Thus, the original data sample set has dimension S 2 Xm, pre-treatment using standard deviation normalization. Establishing a covariance matrix to obtain the eigenvalue { lambda ] of the sample i And the corresponding feature vectors.
Step S0301:Representing a slave setThe feature vector combinations are selected and arranged according to the descending order of the corresponding feature values. Then the original feature vector f i Projected into the K-dimensional PCA subspace, the constructed new features can be expressed as shown in equation (5), where,<f ij &and gt, representing the projection length of the original feature vector of the pixel point i on the jth PCA subspace basis vector.
Step S0401: subspace basis vectorsThe distances between the pixel point i and the pixel point m in the PCA subspace can be simplified, and the calculation process can be simplified as shown in formula (6), wherein,<f mi &and gt represents the projection length of the original feature vector of the pixel point m on the ith PCA subspace basis vector.
Step S0402: using Dist (i, m) to replace the traditional similarity measurement method, the similarity calculation method between the target pixel point i and the auxiliary pixel point m can be expressed as shown in formula (7), where the exp () function represents an exponential function with e as the base, and h is a weight attenuation coefficient, which is related to the noise level.
Step S0403: given pixel point i, pass hierarchyThe orthogonal matching pursuit algorithm can obtain the global auxiliary similar point setFor auxiliary pixel pointThe global similarity constraint is defined as shown in equation (8), where f i The field feature vector representing the pixel point i, | | ground | | 2 Representing the euclidean distance between the feature vectors. When z = n, the number of the n-th planes is zero,if not, then the mobile terminal can be switched to the normal mode,
in the method, in order to improve the noise reduction level of the image, the characteristics of the pixel points are extracted by using a Principal Component Analysis (PCA) method, and the similarity measurement of the target pixel points and the auxiliary pixel points is simplified by using dot product operation. The experimental result shows that the image block similarity measurement method based on principal component analysis can filter noise and simultaneously use less feature dimensions to more accurately describe pixel point information in the aspect of feature extraction.

Claims (3)

1. An image block similarity measurement method based on principal component analysis is characterized by comprising the following steps:
the method comprises the following steps: a Principal Component Analysis (PCA) algorithm is adopted to construct a mathematical model: giving a d-dimensional random vector x, considering the estimation of the random vector, transforming a sample x into a new vector Y through a linear transformation operator to reconstruct an original vector, and defining a reconstructed mean square error;
step two: for a given image V, randomly selecting M pixel points in the image to construct a dictionary of PCA, preprocessing by adopting a standard deviation standardization method, establishing a covariance matrix, and obtaining a characteristic value of a sample and a corresponding characteristic vector;
step three: projecting the original features into a subspace, constructing new features, and calculating the similarity between pixel points by using the features;
step four: a global auxiliary similar point set can be obtained through a layering orthogonal matching tracking algorithm, similarity calculation of a target pixel point and auxiliary pixel points is simplified, and similarity measurement calculation is simplified.
2. The image block similarity measurement method based on principal component analysis according to claim 1, wherein the effectiveness of the measurement method is verified by using an evaluation criterion based on pixel point errors and an evaluation criterion based on human visual characteristics.
3. The principal component analysis-based image block similarity measurement method of claim 1, wherein the detailed steps in a specific example are as follows:
step S0101: given a d-dimensional random vector x = (x) 1 ,x 2 ,...,x d ) The random variables are estimated by the PCA algorithm using a covariance matrix defined as formula (1), where m X Is the mean value of the samples, S X The elements on the diagonal represent each random variable x i The off-diagonal elements represent covariance:
S X =E[(X-m X )(X-m X ) T ] (1)
the matrix A is a linear transformation operator, the operator transforms any sample X into a new vector Y, and the transformation process is expressed as formula (2):
Y=A T (X-m x ) (2)
correspondingly, the inverse transformation process of PCA can be expressed as shown in formula (3), where matrix A is a linear transformation operator and m is X Is the mean of the samples.
X=AY+m X (3)
Step S0102: during reconstruction, the first M columns of the linear operator A are adopted to construct a new transformation matrix A', and the PCA reconstruction result of the original vector X is shown in formula (4) by using the new transformation operatorRepresents the reconstructed vector:
step S0201: for a pixel point i in a given image V, taking a gray value feature vector fi of a square neighborhood taking the point as a center as an original feature vector, marking the size of the square neighborhood as S, and using the SRepresenting all pixel points in the image V, where f i The expression dimension is S 2 The neighborhood feature vector of the pixel is based on the principal component analysis, the basic unit of the feature extraction method of the principal component analysis is the pixel, and the same method is used for extracting the features of the pixel in the measurement of global similarity constraint and local similarity constraint;
step S0202: randomly selecting M pixel points in the image V to construct a dictionary of PCA (principal component analysis)To express the original feature vector set of the M pixel points, therefore, the original data sample set has dimension S 2 X M, preprocessing by standard deviation standardization, establishing covariance matrix, and obtaining sample eigenvalue { lambda i And the corresponding feature vectors;
step S0301:representing a slave setAccording to the feature vector f of the corresponding feature value, and then the original feature vector f i Projected into the K-dimensional PCA subspace, the constructed new feature is represented as shown in equation (5), where < f i ,λ j The projection length of the original feature vector representing the pixel point i on the jth PCA subspace basis vector is as follows:
step S0401: subspace basis vectorsThe distances between the pixel point i and the pixel point m in the PCA subspace can be simplified, the calculation process is simplified as shown in a formula (6), dist (i, m) represents the distance between the pixel point i and the pixel point m, and f is less than f m ,λ i The projection length of the original characteristic vector of the pixel point m on the ith PCA subspace basis vector is represented;
step S0402: using Dist (i, m) to replace the conventional similarity measurement method, the similarity calculation method between the target pixel point i and the auxiliary pixel point m can be represented as shown in formula (7), where the exp () function represents an exponential function with e as the base, h is a weight attenuation coefficient, and is related to the noise level:
step S0403: given pixel point i, a global auxiliary similar point set can be obtained through a layering orthogonal matching tracking algorithmFor auxiliary pixel pointThe global similarity constraint is defined as shown in equation (8):
wherein, f i Representing the domain feature vector of the pixel point i, | · | | luminance 2 Representing the euclidean distance between the feature vectors, when z = n,if not, then,
CN201711276622.7A 2017-12-06 2017-12-06 Image block method for measuring similarity based on principal component analysis Pending CN107944497A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711276622.7A CN107944497A (en) 2017-12-06 2017-12-06 Image block method for measuring similarity based on principal component analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711276622.7A CN107944497A (en) 2017-12-06 2017-12-06 Image block method for measuring similarity based on principal component analysis

Publications (1)

Publication Number Publication Date
CN107944497A true CN107944497A (en) 2018-04-20

Family

ID=61945912

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711276622.7A Pending CN107944497A (en) 2017-12-06 2017-12-06 Image block method for measuring similarity based on principal component analysis

Country Status (1)

Country Link
CN (1) CN107944497A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109063599A (en) * 2018-07-13 2018-12-21 北京大学 A method of carrying out distance metric between pulse array signals
CN109543536A (en) * 2018-10-23 2019-03-29 北京市商汤科技开发有限公司 Image identification method and device, electronic equipment and storage medium
CN109711256A (en) * 2018-11-27 2019-05-03 天津津航技术物理研究所 A kind of low latitude complex background unmanned plane target detection method
CN110222590A (en) * 2019-05-15 2019-09-10 北京字节跳动网络技术有限公司 Image difference judgment method, device and electronic equipment
CN114707806A (en) * 2022-03-09 2022-07-05 安徽农业大学 Famous tea blending method based on appearance quality similarity measurement

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080144891A1 (en) * 2006-12-18 2008-06-19 Samsung Electronics Co., Ltd. Method and apparatus for calculating similarity of face image, method and apparatus for retrieving face image, and method of synthesizing face image
CN103034970A (en) * 2012-12-10 2013-04-10 大连大学 Multiple information hiding method based on combination of image normalization and principal component analysis (PCA)
CN104637060A (en) * 2015-02-13 2015-05-20 武汉工程大学 Image partition method based on neighbor-hood PCA (Principal Component Analysis)-Laplace

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080144891A1 (en) * 2006-12-18 2008-06-19 Samsung Electronics Co., Ltd. Method and apparatus for calculating similarity of face image, method and apparatus for retrieving face image, and method of synthesizing face image
CN103034970A (en) * 2012-12-10 2013-04-10 大连大学 Multiple information hiding method based on combination of image normalization and principal component analysis (PCA)
CN104637060A (en) * 2015-02-13 2015-05-20 武汉工程大学 Image partition method based on neighbor-hood PCA (Principal Component Analysis)-Laplace

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
XIAONI GAO: ""Sparsity for Image Denoising with Local and Global Priors"", 《ADVANCES IN MULTIMEDIA》 *
宁佐廷: ""基于PCA的人脸识别算法研究"", 《基于PCA的人脸识别算法研究》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109063599A (en) * 2018-07-13 2018-12-21 北京大学 A method of carrying out distance metric between pulse array signals
CN109063599B (en) * 2018-07-13 2020-11-03 北京大学 Method for measuring distance between pulse array signals
CN109543536A (en) * 2018-10-23 2019-03-29 北京市商汤科技开发有限公司 Image identification method and device, electronic equipment and storage medium
CN109711256A (en) * 2018-11-27 2019-05-03 天津津航技术物理研究所 A kind of low latitude complex background unmanned plane target detection method
CN110222590A (en) * 2019-05-15 2019-09-10 北京字节跳动网络技术有限公司 Image difference judgment method, device and electronic equipment
CN110222590B (en) * 2019-05-15 2021-05-25 北京字节跳动网络技术有限公司 Image difference judgment method and device and electronic equipment
CN114707806A (en) * 2022-03-09 2022-07-05 安徽农业大学 Famous tea blending method based on appearance quality similarity measurement

Similar Documents

Publication Publication Date Title
Manap et al. Non-distortion-specific no-reference image quality assessment: A survey
CN112507997B (en) Face super-resolution system based on multi-scale convolution and receptive field feature fusion
Zhang et al. Joint image denoising using adaptive principal component analysis and self-similarity
CN107274462B (en) Classified multi-dictionary learning magnetic resonance image reconstruction method based on entropy and geometric direction
CN109389585B (en) Brain tissue extraction method based on full convolution neural network
Zheng et al. An advanced image fusion algorithm based on wavelet transform: incorporation with PCA and morphological processing
Mahapatra et al. Retinal vasculature segmentation using local saliency maps and generative adversarial networks for image super resolution
CN104123705B (en) A kind of super-resolution rebuilding picture quality Contourlet territory evaluation methodology
Zheng et al. No-reference quality assessment for screen content images based on hybrid region features fusion
CN107944497A (en) Image block method for measuring similarity based on principal component analysis
CN106991661B (en) Non-local mean denoising method fusing KL (karhunen-Loeve) transformation and grey correlation degree
Jia et al. Image denoising via sparse representation over grouped dictionaries with adaptive atom size
CN104657951A (en) Multiplicative noise removal method for image
Moorthy et al. Visual perception and quality assessment
CN114120176A (en) Behavior analysis method for fusion of far infrared and visible light video images
CN108830829B (en) Non-reference quality evaluation algorithm combining multiple edge detection operators
CN108537752B (en) Image processing method and device based on non-local self-similarity and sparse representation
Ahmed et al. PIQI: perceptual image quality index based on ensemble of Gaussian process regression
CN112598708A (en) Hyperspectral target tracking method based on four-feature fusion and weight coefficient
CN107392211B (en) Salient target detection method based on visual sparse cognition
CN111046893A (en) Image similarity determining method and device, and image processing method and device
CN109064402A (en) Based on the single image super resolution ratio reconstruction method for enhancing non local total variation model priori
Wu et al. Research on crack detection algorithm of asphalt pavement
CN116385281A (en) Remote sensing image denoising method based on real noise model and generated countermeasure network
CN114463379A (en) Dynamic capturing method and device for video key points

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20180420

WD01 Invention patent application deemed withdrawn after publication