[go: up one dir, main page]

CN104281843A - Image recognition method and system based on self-adaptive features and classification model selection - Google Patents

Image recognition method and system based on self-adaptive features and classification model selection Download PDF

Info

Publication number
CN104281843A
CN104281843A CN201410557595.0A CN201410557595A CN104281843A CN 104281843 A CN104281843 A CN 104281843A CN 201410557595 A CN201410557595 A CN 201410557595A CN 104281843 A CN104281843 A CN 104281843A
Authority
CN
China
Prior art keywords
feature
image
distance
features
characteristic
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
CN201410557595.0A
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.)
Shanghai Dianji University
Original Assignee
Shanghai Dianji 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 Shanghai Dianji University filed Critical Shanghai Dianji University
Priority to CN201410557595.0A priority Critical patent/CN104281843A/en
Publication of CN104281843A publication Critical patent/CN104281843A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2413Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

本发明提供了一种基于自适应特征和分类模型选择的图像识别方法及系统,全面考虑了不同种类的图像的识别,不局限于单一图像特征的匹配,也异于组合特征匹配方法,具有较高的灵活性。本发明为图像识别检索模型预先设置较为全面的特征提取方法,并且为每个特征设置一种相应的分类器,同时确定计算图像特征间距离的方法并根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征,为待分类识别的图像自适应地指定合适的分类器进行特征匹配以及类判别,以提高图像识别率,当待识别的图像受各种不良因素影响时,使用同一种识别模型均具有较好的识别效果,可以解决目标图像类型发生改变等情况下识别模型的匹配性能降低的问题。

The present invention provides an image recognition method and system based on adaptive features and classification model selection, which fully considers the recognition of different types of images, is not limited to the matching of a single image feature, and is also different from the combined feature matching method, and has a relatively High flexibility. The present invention pre-sets a relatively comprehensive feature extraction method for the image recognition retrieval model, and sets a corresponding classifier for each feature, and at the same time determines the method for calculating the distance between image features, and determines the distance between the features in the feature library according to the result of the distance calculation. Identify the feature with the closest feature distance of the image, and adaptively designate a suitable classifier for the image to be classified and recognized to perform feature matching and class discrimination, so as to improve the image recognition rate. When the image to be recognized is affected by various adverse factors, use The same recognition model has a good recognition effect, which can solve the problem of reduced matching performance of the recognition model when the type of the target image changes.

Description

基于自适应特征和分类模型选择的图像识别方法及系统Image recognition method and system based on adaptive feature and classification model selection

技术领域technical field

本发明涉及图像处理、模式识别以及机器学习技术领域,特别涉及一种基于自适应特征和分类模型选择的图像识别方法及系统。The invention relates to the technical fields of image processing, pattern recognition and machine learning, in particular to an image recognition method and system based on adaptive features and classification model selection.

背景技术Background technique

目前,图像分类识别方法多为基于图像特征进行匹配、识别和检索,即用机器学习方法设计一个算法模型,用一定数量样本的图像数据库根据一定特征提取方法所提取的特征,对该算法模型进行训练,使之具有一定的认知能力;之后,模型输入一张未知类别的样本图像,即测试图像,根据相似度等准则对未知图像和已知图像数据库做匹配,以此确定输入测试图像的身份。At present, image classification and recognition methods are mostly based on image features for matching, recognition, and retrieval, that is, to design an algorithm model with machine learning methods, and use a certain number of samples of image databases to extract features from a certain feature extraction method. Training, so that it has a certain cognitive ability; after that, the model inputs a sample image of an unknown category, that is, the test image, and matches the unknown image with the known image database according to similarity and other criteria, so as to determine the quality of the input test image. identity.

现有的图像分类识别方法主要有如下缺点:The existing image classification and recognition methods mainly have the following shortcomings:

(1)需要事先确定合适的图像特征提取方法,由于待确定类别的图像具有很多未知因素,比如,图像部分缺失、摄像角度偏转等因素,因此预先设置的特征提取方法并不适应于所有的样本。(1) It is necessary to determine the appropriate image feature extraction method in advance. Since the image of the category to be determined has many unknown factors, such as missing parts of the image, camera angle deflection, etc., the preset feature extraction method is not suitable for all samples. .

(2)不同的特征提取方法要结合相应的分类识别算法才能体现较好的识别结果,要获得精确的识别率,算法模型比较复杂。(2) Different feature extraction methods must be combined with corresponding classification recognition algorithms to reflect better recognition results. To obtain accurate recognition rates, the algorithm model is more complicated.

发明内容Contents of the invention

本发明的目的在于提供一种基于自适应特征和分类模型选择的图像识别方法及系统,能够解决目标图像类型发生改变等情况下识别模型的匹配性能降低的问题。The purpose of the present invention is to provide an image recognition method and system based on adaptive features and classification model selection, which can solve the problem of reduced matching performance of the recognition model when the type of the target image changes.

为解决上述问题,本发明提供一种基于自适应特征和分类模型选择的图像识别方法,包括:In order to solve the above problems, the present invention provides an image recognition method based on adaptive features and classification model selection, including:

设置供训练和测试的图像样本数据库,并把所述图像样本数据库划分为若干个子类,每一子类中图像样本数据具有一种或多种共同的特征;An image sample database for training and testing is set, and the image sample database is divided into several subcategories, and the image sample data in each subcategory has one or more common features;

确定每一种特征的提取方法,并为每一种特征的提取方法确定相应的分类器;Determine the extraction method of each feature, and determine the corresponding classifier for each feature extraction method;

对所有子类中的图像样本数据分别根据所有特征的提取方法提取特征组成特征库,并对所述特征库中所有特征进行一致性处理;For the image sample data in all subcategories, extract features according to the extraction methods of all features to form a feature library, and perform consistent processing on all the features in the feature library;

对所述特征库中的每一种特征用所有的分类器轮流进行训练,并从所述特征库中随机选择部分图像用以验证分类器的识别率,根据识别率的验证结果为每个子类确定识别率最高的一种特征及对应的分类器;Each feature in the feature library is trained with all the classifiers in turn, and some images are randomly selected from the feature library to verify the recognition rate of the classifier, and the verification results for each subclass according to the recognition rate Determine a feature with the highest recognition rate and the corresponding classifier;

对待识别图像用所有特征的提取方法提取对应的特征,并对提取到的特征进行一致性处理;Use all feature extraction methods to extract the corresponding features of the image to be recognized, and perform consistent processing on the extracted features;

根据预设的计算距离方法确定所述待识别图像的特征和所述特征库中的每一种特征的距离,根据距离计算的结果确定特征库中与待识别图像的特征距离最近的特征;Determine the distance between the features of the image to be recognized and each feature in the feature library according to a preset calculation distance method, and determine the feature in the feature library that is closest to the feature of the image to be recognized according to the result of the distance calculation;

根据预设的计算距离方法确定所述待识别图像的特征和所述特征库中的每一种特征的距离,根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征;Determine the distance between the feature of the image to be recognized and each feature in the feature library according to a preset calculation distance method, and determine the feature in the feature library that is closest to the feature of the image to be recognized according to the result of the calculation distance;

根据与待识别图像的特征距离最近的特征确定与该特征相对应的分类器,根据确定的对应的分类器确定对应的子类,使用确定的对应的分类器在对应的子类中检索识别出与待识别图像匹配的图像样本数据。Determine the classifier corresponding to the feature according to the feature closest to the feature of the image to be recognized, determine the corresponding subclass according to the determined corresponding classifier, use the determined corresponding classifier to retrieve and identify in the corresponding subclass Image sample data matched with the image to be recognized.

进一步的,在上述方法中,所述提取方法为LBP方法。Further, in the above method, the extraction method is the LBP method.

进一步的,在上述方法中,所述提取方法为SIFT方法。Further, in the above method, the extraction method is the SIFT method.

根据本发明的另一面,提供一种基于自适应特征和分类模型选择的图像识别系统,包括:According to another aspect of the present invention, an image recognition system based on adaptive features and classification model selection is provided, including:

划分模块,用于设置供训练和测试的图像样本数据库,并把所述图像样本数据库划分为若干个子类,每一子类中图像样本数据具有一种或多种共同的特征;The division module is used to set the image sample database for training and testing, and divides the image sample database into several subcategories, and the image sample data in each subcategory has one or more common characteristics;

确定模块,用于确定每一种特征的提取方法,并为每一种特征的提取方法确定相应的分类器;A determination module is used to determine the extraction method of each feature, and determine a corresponding classifier for each feature extraction method;

第一提取模块,用于对所有子类中的图像样本数据分别根据所有特征的提取方法提取特征组成特征库,并对所述特征库中所有特征进行一致性处理,以使不同的特征可用同一准则进行比较;The first extraction module is used to extract features from image sample data in all subcategories according to all feature extraction methods to form a feature library, and perform consistent processing on all features in the feature library, so that different features can be used in the same standards for comparison;

训练和选择模块,用于对所述特征库中的每一种特征用所有的分类器轮流进行训练,并从所述特征库中随机选择部分图像用以验证分类器的识别率,根据识别率的验证结果为每个子类选择识别率最高的一种特征及对应的分类器;The training and selection module is used to train each feature in the feature library with all classifiers in turn, and randomly select some images from the feature library to verify the recognition rate of the classifier, according to the recognition rate According to the verification results, select a feature with the highest recognition rate and a corresponding classifier for each subclass;

第二提取模块,用于对待识别图像用所有特征的提取方法提取对应的特征,并对提取到的特征进行一致性处理,以使不同的特征可用统一准则进行比较;The second extraction module is used to extract corresponding features using all feature extraction methods of the image to be identified, and perform consistent processing on the extracted features, so that different features can be compared with a unified criterion;

距离模块,用于根据预设的计算距离方法确定所述待识别图像的特征和所述特征库中的每一种特征的距离,根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征;A distance module, configured to determine the distance between the feature of the image to be recognized and each feature in the feature library according to a preset calculation distance method, and determine the feature distance between the feature library and the image to be recognized according to the result of the calculation distance most recent features;

匹配模块,用于根据与待识别图像的特征距离最近的特征确定对应的分类器,根据确定的对应的分类器确定对应的子类,使用确定的对应的分类器在对应的子类中检索识别出与待识别图像匹配的图像样本数据。The matching module is used to determine the corresponding classifier according to the feature closest to the feature of the image to be recognized, determine the corresponding subclass according to the determined corresponding classifier, and use the determined corresponding classifier to retrieve and identify in the corresponding subclass Output image sample data that matches the image to be recognized.

进一步的,在上述系统中,所述提取方法为LBP方法。Further, in the above system, the extraction method is the LBP method.

进一步的,在上述系统中,所述提取方法为SIFT方法。Further, in the above system, the extraction method is a SIFT method.

与现有技术相比,本发明的模型全面考虑了不同种类的图像的识别,不局限于单一图像特征的匹配,也异于组合特征匹配方法,具有较高的灵活性,为图像识别检索模型预先设置较为全面的特征提取方法,并且为每个特征设置一种相应的分类器;同时计算距离方法和根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征,为对待分类识别的图像自适应地指定合适的分类器进行特征匹配以及类判别,以提高图像识别率,能自适应地为各种各样的待确定类别的图像选择正确的特征提取方法及相应的识别检索方法,当待识别的图像受各种不良因素影响时,使用同一种识别模型均具有较好的识别效果,具有较高的实用性,可以解决目标图像类型发生改变等情况下识别模型的匹配性能降低的问题,具有可靠、实时性高、鲁棒性强等优点,可为智能监控等领域提供可靠支持。Compared with the prior art, the model of the present invention fully considers the recognition of different types of images, is not limited to the matching of a single image feature, and is also different from the combined feature matching method. It has high flexibility and is an image recognition retrieval model. Set a more comprehensive feature extraction method in advance, and set a corresponding classifier for each feature; at the same time, calculate the distance method and determine the feature with the closest distance to the feature of the image to be recognized in the feature library according to the result of the calculation distance, for the classifier to be classified The recognized image adaptively specifies the appropriate classifier for feature matching and class discrimination to improve the image recognition rate, and can adaptively select the correct feature extraction method and corresponding recognition retrieval for various images to be determined method, when the image to be recognized is affected by various adverse factors, using the same recognition model has a better recognition effect, has high practicability, and can solve the matching performance of the recognition model when the type of the target image changes. The reduced problem has the advantages of reliability, high real-time performance, and strong robustness, and can provide reliable support for intelligent monitoring and other fields.

附图说明Description of drawings

图1是本发明一实施例的基于自适应特征和分类模型选择的图像识别方法的流程图;Fig. 1 is a flow chart of an image recognition method based on adaptive features and classification model selection according to an embodiment of the present invention;

图2是本发明一实施例的基于自适应特征和分类模型选择的图像识别系统的模块图。Fig. 2 is a block diagram of an image recognition system based on adaptive feature and classification model selection according to an embodiment of the present invention.

具体实施方式Detailed ways

为使本发明的上述目的、特征和优点能够更加明显易懂,下面结合附图和具体实施方式对本发明作进一步详细的说明。In order to make the above objects, features and advantages of the present invention more comprehensible, the present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments.

实施例一Embodiment one

如图1所示,本发明提供一种基于自适应特征和分类模型选择的图像识别方法,包括:As shown in Figure 1, the present invention provides a kind of image recognition method based on adaptive feature and classification model selection, comprising:

步骤S1,设置供训练和测试的图像样本数据库,并把所述图像样本数据库划分为若干个子类,每一子类中图像样本数据具有一种或多种共同的特征;Step S1, setting an image sample database for training and testing, and dividing the image sample database into several subcategories, and the image sample data in each subcategory has one or more common features;

步骤S2,确定每一种特征的提取方法,并为每一种特征的提取方法确定相应的分类器;Step S2, determine the extraction method of each feature, and determine the corresponding classifier for each feature extraction method;

步骤S3,对所有子类中的图像样本数据分别根据所有特征的提取方法提取特征组成特征库,并对所述特征库中所有特征进行一致性处理,以使不同的特征可用统一准则进行比较;Step S3, extracting features from the image sample data in all subcategories according to all feature extraction methods to form a feature library, and performing consistent processing on all the features in the feature library, so that different features can be compared with a unified criterion;

步骤S4,对所述特征库中的每一种特征用所有的分类器轮流进行训练,并从所述特征库中随机选择部分图像用以验证分类器的识别率,根据识别率的验证结果为每个子类确定识别率最高的一种特征及对应的分类器;Step S4, use all classifiers to train each feature in the feature library in turn, and randomly select some images from the feature library to verify the recognition rate of the classifier. The verification result according to the recognition rate is Each subclass determines a feature with the highest recognition rate and a corresponding classifier;

步骤S5,对待识别图像用所有特征的提取方法提取对应的特征,并对提取到的特征进行一致性处理,以使不同的特征可用统一准则进行比较;Step S5, using all feature extraction methods to extract corresponding features from the image to be recognized, and performing consistent processing on the extracted features, so that different features can be compared with a unified criterion;

步骤S6,根据预设的计算距离方法确定所述待识别图像的特征和所述特征库中的每一种特征的距离,根据距离计算的结果确定特征库中与待识别图像的特征距离最近的特征;Step S6: Determine the distance between the feature of the image to be recognized and each feature in the feature library according to the preset calculation distance method, and determine the feature library with the closest distance to the feature of the image to be recognized according to the distance calculation result feature;

步骤S7,根据与待识别图像的特征距离最近的特征确定与该特征相对应的分类器,根据确定的对应的分类器确定对应的子类,使用确定的对应的分类器在对应的子类中检索识别出与待识别图像匹配的图像样本数据。Step S7, determine the classifier corresponding to the feature according to the feature closest to the feature of the image to be recognized, determine the corresponding subclass according to the determined corresponding classifier, and use the determined corresponding classifier in the corresponding subclass Retrieve and identify image sample data matching the image to be recognized.

优选的,所述提取方法为LBP方法(局部二值模式,Local BinaryPatterns)。Preferably, the extraction method is an LBP method (Local Binary Patterns).

优选的,所述提取方法为SIFT方法(尺度不变特征转换,Scale-invariantfeature transform)。Preferably, the extraction method is a SIFT method (scale-invariant feature transform, Scale-invariantfeature transform).

本实施例的模型全面考虑了不同种类的图像的识别,不局限于单一图像特征的匹配,也异于组合特征匹配方法,具有较高的灵活性。为图像识别检索模型预先设置较为全面的特征提取方法,并且为每个特征设置一种相应的分类器;同时确定计算图像特征间距离的方法并根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征,为对待分类识别的图像自适应地指定合适的分类器进行特征匹配以及类判别,以提高图像识别率,能自适应地为测试范围内各种各样的待确定类别的图像选择正确的特征提取方法及相应的识别检索方法,当待识别的图像受各种不良因素影响时,使用同一种识别模型均具有较好的识别效果,具有较高的实用性,可以解决目标图像类型发生改变等情况下识别模型的匹配性能降低的问题,具有可靠、实时性高、鲁棒性强等优点,可为智能监控等领域提供可靠支持。The model of this embodiment fully considers the recognition of different types of images, and is not limited to the matching of a single image feature, and is also different from the combined feature matching method, and has higher flexibility. Pre-set a relatively comprehensive feature extraction method for the image recognition retrieval model, and set a corresponding classifier for each feature; at the same time determine the method of calculating the distance between image features and determine the distance between the feature library and the image to be recognized according to the result of the calculation distance. The feature with the closest feature distance is used to adaptively designate a suitable classifier for feature matching and class discrimination for the image to be classified and recognized, so as to improve the image recognition rate, and can adaptively provide various categories to be determined within the test range Select the correct feature extraction method and the corresponding recognition retrieval method for the image. When the image to be recognized is affected by various adverse factors, using the same recognition model will have a better recognition effect and high practicability, which can solve the problem of The matching performance of the recognition model decreases when the target image type changes, etc. It has the advantages of reliability, high real-time performance, and strong robustness, and can provide reliable support for intelligent monitoring and other fields.

实施例二Embodiment two

如图2所示,本发明还提供另一种基于自适应特征和分类模型选择的图像识别系统,包括:As shown in Figure 2, the present invention also provides another image recognition system based on adaptive features and classification model selection, including:

划分模块1,用于设置供训练和测试的图像样本数据库,并把所述图像样本数据库划分为若干个子类,每一子类中图像样本数据具有一种或多种共同的特征;Divide module 1, be used to set the image sample database for training and testing, and divide described image sample database into several subcategories, image sample data has one or more common features in each subcategory;

确定模块2,用于确定每一种特征的提取方法,并为每一种特征的提取方法确定相应的分类器;Determining module 2, used to determine the extraction method of each feature, and determine the corresponding classifier for the extraction method of each feature;

第一提取模块3,用于对所有子类中的图像样本数据分别根据所有特征的提取方法提取特征组成特征库,并对所述特征库中所有特征进行一致性处理,以使不同的特征可用同一准则进行比较;The first extraction module 3 is used to extract features from the image sample data in all subcategories according to the extraction methods of all features to form a feature library, and perform consistent processing on all the features in the feature library to make different features available. compared with the same criteria;

训练和选择模块4,用于对所述特征库中的每一种特征用所有的分类器轮流进行训练,并从所述特征库中随机选择部分图像用以验证分类器的识别率,根据识别率的验证结果为每个子类选择识别率最高的一种特征及对应的分类器;Training and selection module 4 is used to train each feature in the feature library with all classifiers in turn, and randomly select part of the images from the feature library to verify the recognition rate of the classifier, according to the identification The verification result of the rate selects a feature with the highest recognition rate and a corresponding classifier for each subclass;

第二提取模块5,用于对待识别图像用所有特征的提取方法提取对应的特征,并对提取到的特征进行一致性处理,以使不同的特征可用统一准则进行比较;The second extraction module 5 is used to extract corresponding features using all feature extraction methods of the image to be identified, and perform consistency processing on the extracted features, so that different features can be compared with a unified criterion;

距离模块6,用于根据预设的计算距离方法确定所述待识别图像的所有特征和所述特征库中的每一种特征的距离,根据距离计算的结果确定特征库中与待识别图像的特征距离最近的特征;The distance module 6 is used to determine the distance between all the features of the image to be recognized and each feature in the feature library according to the preset calculation distance method, and determine the distance between the image to be recognized in the feature library and the image to be recognized according to the result of the distance calculation. The feature with the closest feature distance;

匹配模块7,用于根据与待识别图像的特征距离最近的特征确定与该特征相对应的分类器,根据确定的对应的分类器确定对应的子类,使用确定的对应的分类器在对应的子类中检索识别出与待识别图像匹配的图像样本数据。Matching module 7, for determining the classifier corresponding to the feature according to the feature closest to the feature distance of the image to be recognized, determining the corresponding subclass according to the determined corresponding classifier, using the determined corresponding classifier in the corresponding In the subclass, the image sample data that matches the image to be recognized is identified.

优选的,所述提取方法为LBP方法(局部二值模式,Local BinaryPatterns)。Preferably, the extraction method is an LBP method (Local Binary Patterns).

优选的,所述提取方法为SIFT方法(尺度不变特征转换,Scale-invariantfeature transform)。Preferably, the extraction method is a SIFT method (scale-invariant feature transform, Scale-invariantfeature transform).

综上所述,本发明的模型全面考虑了不同种类的图像的识别,不局限于单一图像特征的匹配,也异于组合特征匹配方法,具有较高的灵活性,为图像识别检索模型预先设置较为全面的特征提取方法,并且为每种特征设置一种相应的分类器,同时确定计算图像特征间距离的方法并根据计算距离的结果确定特征库中与待识别图像的特征距离最近的特征,为对待分类识别的图像自适应地指定合适的分类器进行特征匹配以及类判别,以提高图像识别率,能自适应地为测试范围内各种各样的待确定类别的图像选择正确的特征提取方法及相应的识别检索方法,当待识别的图像受各种不良因素影响时,使用同一种识别模型均具有较好的识别效果,具有较高的实用性,可以解决目标图像类型发生改变等情况下识别模型的匹配性能降低的问题,具有可靠、实时性高、鲁棒性强等优点,可为智能监控等领域提供可靠支持。In summary, the model of the present invention fully considers the recognition of different types of images, is not limited to the matching of single image features, and is also different from the combination of feature matching methods. It has high flexibility and is preset for the image recognition retrieval model. A relatively comprehensive feature extraction method, and set a corresponding classifier for each feature, and at the same time determine the method of calculating the distance between image features and determine the feature in the feature library with the closest feature distance to the feature of the image to be recognized according to the result of the calculation distance. In order to adaptively designate a suitable classifier for feature matching and class discrimination for the image to be classified and recognized, so as to improve the image recognition rate, it can adaptively select the correct feature extraction for a variety of images to be determined within the test range method and the corresponding recognition and retrieval method, when the image to be recognized is affected by various adverse factors, using the same recognition model has a better recognition effect, has high practicability, and can solve the situation that the target image type changes, etc. It has the advantages of reliability, high real-time performance, and strong robustness, and can provide reliable support for intelligent monitoring and other fields.

本说明书中各个实施例采用递进的方式描述,每个实施例重点说明的都是与其他实施例的不同之处,各个实施例之间相同相似部分互相参见即可。对于实施例公开的系统而言,由于与实施例公开的方法相对应,所以描述的比较简单,相关之处参见方法部分说明即可。Each embodiment in this specification is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same and similar parts of each embodiment can be referred to each other. As for the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and for related parts, please refer to the description of the method part.

专业人员还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。Professionals can further realize that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, computer software or a combination of the two. In order to clearly illustrate the possible For interchangeability, in the above description, the composition and steps of each example have been generally described according to their functions. Whether these functions are executed by hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present invention.

显然,本领域的技术人员可以对发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包括这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the invention without departing from the spirit and scope of the invention. Thus, if these modifications and variations of the present invention fall within the scope of the claims of the present invention and equivalent technologies thereof, the present invention also intends to include these modifications and variations.

Claims (6)

1., based on the image-recognizing method that self-adaptive features and disaggregated model are selected, it is characterized in that, comprising:
Arrange the image sample data storehouse for training and testing, and described image sample data storehouse is divided into several subclasses, in each subclass, image sample data has one or more common features;
Determine the extracting method of each feature, and determine corresponding sorter for the extracting method of each feature;
According to institute's characteristic extracting method, feature composition characteristic storehouse is extracted respectively to the image sample data in all subclasses, and consistency treatment is carried out to features all in described feature database;
Each feature in described feature database is trained in turn with all sorters, and Stochastic choice parts of images, in order to verify the discrimination of sorter, is the sorter of a kind of feature that each subclass determination discrimination is the highest and correspondence according to the result of discrimination from described feature database;
Treat the characteristic extracting method of recognition image institute and extract characteristic of correspondence, and consistency treatment is carried out to the feature extracted;
According to the distance of each feature in feature database described in all characteristic sum that the calculating distance method preset determines described image to be identified, according to feature nearest with the characteristic distance of image to be identified in the result determination feature database that distance calculates;
According to the distance of each feature in feature database described in the characteristic sum that the calculating distance method preset determines described image to be identified, according to calculating feature nearest with the characteristic distance of image to be identified in the result determination feature database of distance;
The sorter corresponding with this feature is determined according to the feature nearest with the characteristic distance of image to be identified, determine corresponding subclass according to the sorter of the correspondence determined, use sorter retrieval in the subclass of correspondence of the correspondence determined to go out the image sample data with images match to be identified.
2., as claimed in claim 1 based on the image-recognizing method that self-adaptive features and disaggregated model are selected, it is characterized in that, described extracting method is LBP method.
3., as claimed in claim 1 based on the image-recognizing method that self-adaptive features and disaggregated model are selected, it is characterized in that, described extracting method is SIFT method.
4., based on the image identification system that self-adaptive features and disaggregated model are selected, it is characterized in that, comprising:
Divide module, for arranging the image sample data storehouse for training and testing, and described image sample data storehouse is divided into several subclasses, in each subclass, image sample data has one or more common features;
Determination module, for determining the extracting method of each feature, and determines corresponding sorter for the extracting method of each feature;
First extraction module, for extracting feature composition characteristic storehouse according to the characteristic extracting method of institute respectively to the image sample data in all subclasses, and carries out consistency treatment to features all in described feature database;
Training and selection module, for training in turn with all sorters each feature in described feature database, and Stochastic choice parts of images, in order to verify the discrimination of sorter, is the sorter of a kind of feature that each subclass selective recognition rate is the highest and correspondence according to the result of discrimination from described feature database;
Second extraction module, extracts characteristic of correspondence for treating all feature extracting methods of recognition image, and carries out consistency treatment to the feature extracted;
Spacing module, for determine described image to be identified according to the calculating distance method preset all characteristic sum described in the distance of each feature in feature database, according to feature nearest with the characteristic distance of image to be identified in the result determination feature database that distance calculates;
Matching module, for determining the sorter corresponding with this feature according to the feature nearest with the characteristic distance of image to be identified, determine corresponding subclass according to the sorter of the correspondence determined, use sorter retrieval in the subclass of correspondence of the correspondence determined to go out the image sample data with images match to be identified.
5., based on the image identification system that self-adaptive features and disaggregated model are selected, it is characterized in that, described extracting method is LBP method.
6., based on the image identification system that self-adaptive features and disaggregated model are selected, it is characterized in that, described extracting method is SIFT method.
CN201410557595.0A 2014-10-20 2014-10-20 Image recognition method and system based on self-adaptive features and classification model selection Pending CN104281843A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410557595.0A CN104281843A (en) 2014-10-20 2014-10-20 Image recognition method and system based on self-adaptive features and classification model selection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410557595.0A CN104281843A (en) 2014-10-20 2014-10-20 Image recognition method and system based on self-adaptive features and classification model selection

Publications (1)

Publication Number Publication Date
CN104281843A true CN104281843A (en) 2015-01-14

Family

ID=52256703

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410557595.0A Pending CN104281843A (en) 2014-10-20 2014-10-20 Image recognition method and system based on self-adaptive features and classification model selection

Country Status (1)

Country Link
CN (1) CN104281843A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105224950A (en) * 2015-09-29 2016-01-06 小米科技有限责任公司 The recognition methods of filter classification and device
WO2017024963A1 (en) * 2015-08-11 2017-02-16 阿里巴巴集团控股有限公司 Image recognition method, measure learning method and image source recognition method and device
CN106503728A (en) * 2016-09-30 2017-03-15 深圳云天励飞技术有限公司 A kind of image-recognizing method and device
CN106919889A (en) * 2015-12-25 2017-07-04 株式会社日立制作所 The method and apparatus detected to the number of people in video image
CN108229498A (en) * 2017-08-30 2018-06-29 黄建龙 A kind of slider of slide fastener recognition methods, device and equipment
CN109325538A (en) * 2018-09-29 2019-02-12 北京京东尚科信息技术有限公司 Object detection method, device and computer readable storage medium
CN109508582A (en) * 2017-09-15 2019-03-22 中国公路工程咨询集团有限公司 Remote sensing image recognition method and device
CN109783671A (en) * 2019-01-30 2019-05-21 京东方科技集团股份有限公司 A method, computer readable medium and server for searching images by image
CN110188613A (en) * 2019-04-28 2019-08-30 上海鹰瞳医疗科技有限公司 Image Classification Method and Equipment
JP2020013559A (en) * 2019-06-12 2020-01-23 Zホールディングス株式会社 Information providing device, information providing method, and program
JP2020013558A (en) * 2019-06-12 2020-01-23 Zホールディングス株式会社 Information providing device, information providing method, and program
CN111684461A (en) * 2018-03-05 2020-09-18 欧姆龙株式会社 Method, apparatus, system, and program for determining feature data of image data, and storage medium
CN112182265A (en) * 2020-09-17 2021-01-05 国家电网有限公司 Image identification method of broad-spectrum integrated multi-algorithm
TWI731919B (en) * 2017-01-19 2021-07-01 香港商斑馬智行網絡(香港)有限公司 Image recognition method and device and metric learning method and device
CN113392730A (en) * 2021-05-31 2021-09-14 国网福建省电力有限公司 Power distribution network equipment image identification method and computer readable storage medium
WO2022022319A1 (en) * 2020-07-28 2022-02-03 华为技术有限公司 Image processing method, electronic device, image processing system and chip system
CN118918378A (en) * 2024-08-02 2024-11-08 苏州旗开得电子科技有限公司 Image data screening method based on multiple artificial intelligence classification algorithms

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090016604A1 (en) * 2007-07-11 2009-01-15 Qifa Ke Invisible Junction Features for Patch Recognition
CN102646200A (en) * 2012-03-08 2012-08-22 武汉大学 Image classification method and system based on multi-classifier adaptive weight fusion

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090016604A1 (en) * 2007-07-11 2009-01-15 Qifa Ke Invisible Junction Features for Patch Recognition
CN102646200A (en) * 2012-03-08 2012-08-22 武汉大学 Image classification method and system based on multi-classifier adaptive weight fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘中华等: "基于自适应特征选择的人脸图像识别算法", 《上海电机学院学报》 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017024963A1 (en) * 2015-08-11 2017-02-16 阿里巴巴集团控股有限公司 Image recognition method, measure learning method and image source recognition method and device
CN105224950A (en) * 2015-09-29 2016-01-06 小米科技有限责任公司 The recognition methods of filter classification and device
CN106919889A (en) * 2015-12-25 2017-07-04 株式会社日立制作所 The method and apparatus detected to the number of people in video image
CN106503728A (en) * 2016-09-30 2017-03-15 深圳云天励飞技术有限公司 A kind of image-recognizing method and device
TWI731919B (en) * 2017-01-19 2021-07-01 香港商斑馬智行網絡(香港)有限公司 Image recognition method and device and metric learning method and device
CN108229498A (en) * 2017-08-30 2018-06-29 黄建龙 A kind of slider of slide fastener recognition methods, device and equipment
CN108229498B (en) * 2017-08-30 2022-02-22 黄建龙 Zipper piece identification method, device and equipment
CN109508582A (en) * 2017-09-15 2019-03-22 中国公路工程咨询集团有限公司 Remote sensing image recognition method and device
CN111684461A (en) * 2018-03-05 2020-09-18 欧姆龙株式会社 Method, apparatus, system, and program for determining feature data of image data, and storage medium
CN111684461B (en) * 2018-03-05 2023-10-20 欧姆龙株式会社 Method, device, system and storage medium for determining characteristic data of image data
CN109325538B (en) * 2018-09-29 2020-12-22 北京京东尚科信息技术有限公司 Object detection method, device and computer-readable storage medium
CN109325538A (en) * 2018-09-29 2019-02-12 北京京东尚科信息技术有限公司 Object detection method, device and computer readable storage medium
US11763164B2 (en) 2019-01-30 2023-09-19 Boe Technology Group Co., Ltd. Image-to-image search method, computer-readable storage medium and server
CN109783671A (en) * 2019-01-30 2019-05-21 京东方科技集团股份有限公司 A method, computer readable medium and server for searching images by image
CN110188613A (en) * 2019-04-28 2019-08-30 上海鹰瞳医疗科技有限公司 Image Classification Method and Equipment
JP7258666B2 (en) 2019-06-12 2023-04-17 ヤフー株式会社 Information providing device, information providing system, information providing method, and program
JP7258667B2 (en) 2019-06-12 2023-04-17 ヤフー株式会社 Information providing device, information providing system, and information providing method
JP2020013558A (en) * 2019-06-12 2020-01-23 Zホールディングス株式会社 Information providing device, information providing method, and program
JP2020013559A (en) * 2019-06-12 2020-01-23 Zホールディングス株式会社 Information providing device, information providing method, and program
WO2022022319A1 (en) * 2020-07-28 2022-02-03 华为技术有限公司 Image processing method, electronic device, image processing system and chip system
CN112182265A (en) * 2020-09-17 2021-01-05 国家电网有限公司 Image identification method of broad-spectrum integrated multi-algorithm
CN113392730A (en) * 2021-05-31 2021-09-14 国网福建省电力有限公司 Power distribution network equipment image identification method and computer readable storage medium
CN118918378A (en) * 2024-08-02 2024-11-08 苏州旗开得电子科技有限公司 Image data screening method based on multiple artificial intelligence classification algorithms
CN118918378B (en) * 2024-08-02 2025-05-13 苏州旗开得电子科技有限公司 Image data screening method based on multiple artificial intelligence classification algorithms

Similar Documents

Publication Publication Date Title
CN104281843A (en) Image recognition method and system based on self-adaptive features and classification model selection
CN110362677B (en) Text data category identification method and device, storage medium and computer equipment
CN108154171B (en) Figure identification method and device and electronic equipment
CN110019896B (en) An image retrieval method, device and electronic device
JP6838005B2 (en) Device and computer mounting method for fingerprint-based authentication
CN109165639B (en) Finger vein identification method, device and device
Bodesheim et al. Local novelty detection in multi-class recognition problems
US10043071B1 (en) Automated document classification
US9619753B2 (en) Data analysis system and method
US20170132457A1 (en) Human face similarity recognition method and system
CN109543547A (en) Facial image recognition method, device, equipment and storage medium
Yue et al. Hashing based fast palmprint identification for large-scale databases
CN108319968A (en) A kind of recognition methods of fruits and vegetables image classification and system based on Model Fusion
CN104463141B (en) A kind of fingerprint template input method and device based on smart card
CN105809205B (en) A method and system for classifying hyperspectral images
JP6858525B2 (en) Money classification device and money classification method
CN110717540B (en) A method and device for identifying individual new radiation sources of radar
US11126827B2 (en) Method and system for image identification
CN110348289B (en) Finger vein identification method based on binary image
WO2017079166A1 (en) High speed reference point independent database filtering for fingerprint identification
Škrjanc et al. Evolving gustafson-kessel possibilistic c-means clustering
WO2019095587A1 (en) Face recognition method, application server, and computer-readable storage medium
CN102637255A (en) Method and device for processing faces contained in images
CN111242158A (en) Neural network training method, image processing method and device
CN106610977A (en) Data clustering method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150114