CN113723449A - Preference information-based agent-driven multi-objective evolutionary fuzzy clustering method - Google Patents

Preference information-based agent-driven multi-objective evolutionary fuzzy clustering method Download PDF

Info

Publication number
CN113723449A
CN113723449A CN202110808514.XA CN202110808514A CN113723449A CN 113723449 A CN113723449 A CN 113723449A CN 202110808514 A CN202110808514 A CN 202110808514A CN 113723449 A CN113723449 A CN 113723449A
Authority
CN
China
Prior art keywords
population
individual
image
calculating
search
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110808514.XA
Other languages
Chinese (zh)
Other versions
CN113723449B (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.)
Xian University of Posts and Telecommunications
Original Assignee
Xian University of Posts and Telecommunications
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 Xian University of Posts and Telecommunications filed Critical Xian University of Posts and Telecommunications
Priority to CN202110808514.XA priority Critical patent/CN113723449B/en
Publication of CN113723449A publication Critical patent/CN113723449A/en
Application granted granted Critical
Publication of CN113723449B publication Critical patent/CN113723449B/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

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

Abstract

The invention discloses a preference information-based agent-driven multi-target evolution fuzzy clustering method, which mainly solves the problems of unsatisfactory color image segmentation performance and high calculation cost in the prior art. The scheme comprises the following steps: inputting an image to be segmented and setting an initial parameter value; constructing a fitness function fusing image region information, introducing a coarse and fine agent model and designing a multi-objective evolutionary clustering framework based on a dominance relation of a reference point and a preference angle to obtain a non-dominance solution set; constructing a clustering effectiveness index by using an information entropy of a fuzzy membership function, and selecting an optimal chromosome from a non-dominated solution set by using the index to decode the optimal chromosome to obtain an optimal clustering center; and updating the global membership matrix by using the optimal clustering center, and obtaining a classification result of the pixel points according to the maximum membership principle. Aiming at the image with a complex background and low contrast, the method can effectively improve the image segmentation effect and has short time consumption; the method can be used for identifying natural images.

Description

Preference information-based agent-driven multi-objective evolutionary fuzzy clustering method
Technical Field
The invention belongs to the field of image processing, and further relates to a fuzzy clustering image segmentation method, in particular to a preference information-based agent-driven multi-target evolution fuzzy clustering method, which can be used for identifying natural images.
Background
The image segmentation is to divide an image into a plurality of mutually disjoint areas according to characteristics such as gray scale, color, texture, geometric shape and the like, so that the characteristics show similarity in the same area and obvious difference between different areas. The image segmentation algorithm mainly comprises a threshold-based segmentation algorithm, a clustering-based segmentation algorithm, an edge detection-based segmentation algorithm, a convolutional neural network-based weak supervised learning segmentation algorithm and the like. Common clustering methods can be mainly classified into a K-means clustering algorithm, a fuzzy clustering algorithm, a density-based clustering method, a hierarchical clustering method, a spectral clustering algorithm, a kernel clustering algorithm and the like. Fuzzy clustering algorithms are one of the most widely used segmentation algorithms, and their success is mainly due to the introduction of ambiguity for each data attribution, which is more consistent with the characteristics of both things and things.
The traditional fuzzy clustering image segmentation algorithm has the following problems at present: first, the algorithm is sensitive to image noise because no spatial information of the image is considered; secondly, the initial clustering center of the traditional fuzzy clustering image segmentation algorithm is manually specified in advance, the algorithm is based on local search, and if the initial clustering center is not properly specified, the algorithm is easily caused to fall into the problem of local optimization. Thirdly, the algorithm only considers a single clustering criterion function, does not consider the image segmentation problem under multiple clustering criteria, and cannot meet the multi-aspect segmentation requirements of users. In order to solve the above problems, Zhao et al propose a noise Robust multi-objective Evolutionary Clustering algorithm (f.zhao, j.fan, h.liu, et.al.noise Robust multi objective Clustering Image Segmentation moved by the intuition noise information, ieee transformations on Fuzzy Systems, feb.2013879, 27(2)2: 401, doi: 10.1109/tfuzz.2018.2852289), define a novel noise Robust intuition Fuzzy set representation, and introduce the intuition Fuzzy set into an objective function, so as to improve the robustness to noise, and retain detail information of the Image. However, because the genetic algorithm is used as a bottom-layer optimization framework of the evolution strategy, the multi-objective evolutionary fuzzy clustering algorithm needs expensive fitness function evaluation, so that the time required for the algorithm to acquire the image segmentation result is too long.
Disclosure of Invention
The invention aims to provide a preference information-based agent-driven multi-target evolution fuzzy clustering method aiming at the defects of the prior art, and the preference information-based agent-driven multi-target evolution fuzzy clustering method is used for solving the technical problems of low calculation efficiency and long time consumption of the algorithm when the multi-target evolution fuzzy clustering algorithm is applied to image segmentation. Firstly, constructing a global fuzzy compactness function and a fuzzy separation function which fuse image region information, designing a multi-objective evolutionary clustering framework by introducing a coarse-and-fine agent model and a domination relation based on a reference point and a preference angle, guiding an evolutionary selection direction, improving the evolutionary efficiency and quality of a clustering center, and obtaining a non-domination solution set; then, constructing a clustering effectiveness index by using the information entropy of the fuzzy membership function, and selecting an optimal chromosome from the non-dominated solution set by using the index to decode the optimal chromosome to obtain an optimal clustering center; and updating the global membership matrix by using the optimal clustering center, and obtaining a classification result of the pixel points according to a maximum membership principle so as to obtain an image segmentation result. The invention can obtain good segmentation effect and obviously reduce the operation time of the algorithm.
The invention realizes the aim as follows:
(1) inputting an image I to be segmented, and setting initial parameter values: the population size E is 50, the fuzzy index m is 2, and the maximum iteration number TF of the fine searchmax50, threshold σ 0.3, reference point (0.1, 0.9), maximum number of iterations TC of the coarse searchmax20, the cross probability is 0.9, the variation probability is 0.1, the coefficient beta for controlling the dimension of the coarse search space is 0.3, the weighting factor χ for controlling the image area information is 0.5, and the number v of the reference vectors is 40;
(2) adopting Latin hypercube sampling to obtain an initial population X, and coding chromosomes in the population;
(3) decoding each encoded chromosome to obtain a column vector, and calculating a fitness function value Y corresponding to each chromosome;
(4) carrying out normalization processing on the initial population X and the fitness function value Y to obtain a normalized population and a normalized fitness function value;
(5) training a radial basis function model (RBF) by utilizing the normalized population and the normalized fitness function value to obtain a trained RBF;
(6) setting the current iteration frequency TF of the fine search to be 0, and generating an initial population P of the fine search by adopting Latin hypercube samplingTFTo PTFCarrying out iterative updating;
(6.1) obtaining the final generation population after the iteration updating of the coarse search by using a coarse search algorithm, which comprises the following specific steps:
(6.1.1) calculating the dimensionality of the coarse search space
Figure BDA0003167422430000021
Wherein D is the dimension of the original space; randomly selecting DC dimension population from initial population X, and recording index of selected dimension as DindObtaining a training population XC ═ X (: D) of the coarse search spaceind);
(6.1.2) training a polynomial regression model PR by taking (XC, Y) as a training data set to obtain a trained PR model;
(6.1.3) obtaining an initial coarse search population P by adopting Latin hypercube sampling0And each individual is ensured to have a DC dimension, the current iteration time TC of the rough search is made equal to 0, and the current population P of the rough search is madeTC=P0
(6.1.4) estimating P Using PR modelTCFitness function value in an individual, and then applying a binary tournament selection strategy from P based on the valueTCIn the formation of a parent population PC(ii) a And to the parent population PCPerforming crossover and mutation operations to generate a progeny population QC(ii) a Then, merging the parent population and the offspring population to obtain a rough search merged population RC=PC∪QC
(61.5) utilizing the PR model obtained by training to obtain the sub-generation population QCCarrying out fitness function value estimation on the individuals in the group;
(6.1.6) using an Ra dominance relation based on the reference point and the preference angle from R according to the estimated fitness function valueCSelecting individuals to form a next generation population PTC+1The method is concretely realized as follows:
(6.1.6-1) setting a non-empty population P for storing the selected individuals each timenull
(6.1.6-2) finding rough search merged population R according to Pareto domination relationCAll non-dominant individuals in the Pareto dominant relationship were met, and the number was recorded as NnrStore these individuals in PnullPerforming the following steps; the number of remaining individuals is 2E-NnrIf the Pareto dominance relation is not satisfied, continuing to execute the step (6.1.6-3);
(6.1.6-3) calculating the preference angle α:
Figure BDA0003167422430000031
(6.1.6-4) calculating a weighted Euclidean distance from the remaining individuals in the population to the reference point g:
Figure BDA0003167422430000032
wherein ,λsDenotes the weight, λ, occupied by the value of the s-th fitness functions0.5; z represents the number of fitness function values;
(6.1.6-5) finding out the individual corresponding to the weighted Euclidean distance minimum value, and marking the individual as pnear(ii) a Calculating the preference radius r ═ dist (g, p)near) Tan α, reference direction v vextor (g, p)near);
(6.1.6-6) allowing b to be 1; q-1, 2, …,2E-NnrAnd b ≠ q;
(6.1.6-7) calculating the difference D in vertical distanceV(p,q,v):
DV(pb,pq,v)=DV(pb,v)-DV(pq,v),
wherein ,DV(pbV) represents an individual pbPerpendicular distance to reference direction, DV(pqV) represents an individual pqA vertical distance to a reference direction; if D isV(p, q, v) < -R, then the individual pbStore to Pnull
(6.1.6-8) allowing b to be b +1 if b < 2E-NnrReturning to the step (6.1.6-7), otherwise, continuing to execute the step (6.1.6-9);
(6.1.6-9) selection of PnullThe first E individuals in the group constitute the next generation population PTC+1
(6.1.7) determining whether the iteration is terminated, if TC < TCmaxIf yes, returning to the step (6.1.3) by making TC + TC, otherwise, terminating the iteration and continuing to execute the step (6.1.8);
(6.1.8) outputting the final generation population P after the coarse searchTCfinalAnd a dimension index Dind
(6.2) the last generation population P obtained by the coarse searchTCfinalMigrating to a fine search to obtain a migrated population PT
(6.3) executing a fine search algorithm to obtain an optimal clustering center, and specifically comprising the following steps:
(6.3.1) transferring the population PT and PTFCombining to obtain: pF=PT∪PTFRandom scrambling of PF
(6.3.2) on the population PFPerforming crossover and mutation operations to generate a progeny population QF
(6.3.3) merging contemporary population PTFAnd progeny population QFObtaining a population R after fine search and combinationF=PTF∪QF
(6.3.4) estimating a population R after fine search and combination by using the RBF model trained in the step (5)FThe fitness function value of the medium individual is estimated, and then the Ra domination relation based on the reference point and the preference angle is adopted to carry out RFSelecting individuals to formA next generation population; adding the population formed each time into a database DB, and outputting the database DB;
(7) judging whether the iteration is terminated, if TF is less than TFmaxIf yes, setting TF to TF +1, returning to the step (6), otherwise, ending the iteration, and continuing to execute the step (8);
(8) according to the database DB obtained in the step (6.3.4), a non-dominated solution set is obtained by utilizing a final solution set generation strategy based on the angle penalty distance APD;
(9) decoding each chromosome in the non-dominated solution set, and constructing an optimal solution selection index I by using the information entropy of the fuzzy membership functionE(X):
Figure BDA0003167422430000041
(10) Selecting index I according to the optimal solutionE(X) selecting the smallest I from the non-dominated solution setE(X) the individual corresponding to the value is used as an optimal solution and decoded to obtain an optimal clustering center;
(11) and calculating a corresponding membership matrix according to the optimal clustering center, and segmenting the image according to the maximum membership correspondence principle to obtain a final image segmentation result.
Compared with the prior art, the invention has the following advantages:
firstly, because the invention introduces the thickness agent model to design the multi-objective evolutionary clustering framework and guides the evolutionary selection direction, the evolutionary efficiency of the clustering center is improved, thereby effectively reducing the time cost required by the algorithm;
secondly, a domination relation based on a reference point and a preference angle is introduced to a frame of a multi-objective evolutionary clustering algorithm guided by a rough and fine agent model, so that a population is guided to correctly evolve towards the Pareto frontier direction on the basis of the reference point, and the evolution quality of a clustering center is improved;
thirdly, the invention designs a global fuzzy compactness function and a fuzzy separation function which are fused with the image area information, can retain the detail information of the image and enables the segmentation effect to be better.
Drawings
FIG. 1 is a flow chart of an implementation of the method of the present invention;
FIG. 2 is a comparison graph of the results of simulation segmentation of images numbered 124084 in a Berkeley image database using the present invention and existing methods;
fig. 3 is a comparison graph of the results of simulation segmentation of an image numbered 300091 in a Berkeley image database using the present invention and a prior art method.
FIG. 4 is a comparison of results of simulation segmentation of an image numbered pict2272 in a Weizmann image database using the present invention and a prior art method.
FIG. 5 is a comparison of the results of a simulation segmentation of an image with the number img-1965 in a Weizmann image database using the present invention and a prior art method.
Detailed Description
The invention is further described below with reference to the accompanying drawings.
The first embodiment is as follows:
referring to the attached figure 1, the agent-driven multi-objective evolutionary fuzzy clustering method based on preference information provided by the invention integrally comprises the following steps:
step A, inputting an image to be segmented and setting an initial parameter value.
Inputting an image I to be segmented;
setting initial parameter values: the population size E is 50, the fuzzy index m is 2, and the maximum iteration number TF of the fine searchmax50, threshold σ 0.3, reference point (0.1, 0.9), maximum number of iterations TC of the coarse searchmax20, the cross probability is 0.9, the variation probability is 0.1, the coefficient beta for controlling the dimension of the coarse search space is 0.3, the weighting factor χ for controlling the image area information is 0.5, and the number v of the reference vectors is 40;
and B: applying a multi-objective evolutionary fuzzy clustering method based on reference points and preference angles guided by a coarse and fine proxy model to the two objective functions to obtain a group of non-dominated solution sets S;
2.1) population initialization: coding each chromosome into K clustering centers by utilizing a latin hypercube sampling method, and randomly generating 50 parent chromosomes to form an initial population;
2.2) calculating the fitness function value Y of each chromosome in the population, namely two objective function values: global fuzzy compactness function CRIAnd a fuzzy separation function Sep;
2.3) carrying out normalization processing on the initial population X and the fitness function value Y to obtain a normalized population and a normalized fitness function value, and training a radial basis function model RBF by using the normalized population and the normalized fitness function value to obtain a trained radial basis function model RBF;
2.4) setting the iteration frequency TF of the fine search to be 0, and performing population iteration updating;
2.4.1) executing a coarse search algorithm to quickly find some better individuals.
2.4.2) transferring some better individuals obtained in the coarse search step into the fine search by using a knowledge transfer strategy;
2.4.3) executing a fine search algorithm to obtain an ideal clustering center;
2.5) judging whether the iteration is terminated, if TF is less than TFmaxIf yes, setting TF to TF +1, returning to step 2.4), otherwise, terminating the iteration, and continuing to execute step 2.6);
2.6) executing a final solution set generation strategy based on the angle penalty distance to obtain a final non-dominated solution set S of the algorithm.
And C: the optimal chromosome is selected.
3.1) constructing a clustering effectiveness index I according to the information entropy of the fuzzy membership functionE(X):
Figure BDA0003167422430000061
wherein ,ukiIs a global membership function.
3.2) selecting an optimal chromosome from the interval value non-dominated solution set S obtained in the step B according to the index, and taking the clustering center coded on the chromosome as the optimal clustering center.
Step D: and outputting the result of the image segmentation.
And D, updating a global membership matrix U ═ U by using the optimal clustering center obtained in the step Cki]K×nAnd classifying the pixel points according to the maximum membership principle to obtain the segmentation result of the color image.
Example two:
referring to fig. 1, the method provided by the invention specifically comprises the following steps:
step 1: inputting an image I to be segmented, and setting initial parameter values: the population size E is 50, the fuzzy index m is 2, and the maximum iteration number TF of the fine searchmax50, threshold σ 0.3, reference point (0.1, 0.9), maximum number of iterations TC of the coarse searchmax20, the cross probability is 0.9, the variation probability is 0.1, the coefficient beta for controlling the dimension of the coarse search space is 0.3, the weighting factor χ for controlling the image area information is 0.5, and the number v of the reference vectors is 40;
step 2: adopting Latin hypercube sampling to obtain an initial population X, and coding chromosomes in the population;
and step 3: decoding each encoded chromosome to obtain a column vector, and calculating a fitness function value Y corresponding to each chromosome, specifically calculating a global fuzzy compactness function CRIAnd a fuzzy separation function Sep comprising:
(3.1) calculating the characteristic information of the super-pixel region of the image I, which comprises the following specific steps:
(3.1.1) performing superpixel segmentation on the image I by adopting a linear iterative clustering algorithm to obtain H superpixel regions: p ═ P1,P2,…,Ph,…,PH},h=1,2,...,H;
(3.1.2) respectively extracting the characteristics of each super-pixel region by using the color and position information in the super-pixel region, wherein the formula is as follows:
Figure BDA0003167422430000071
wherein ,RhFeatures representing the h-th super-pixel region;farepresenting the 3-dimensional LAB color component, f, of the pixel point a in the superpixel regionmedRepresenting a 3-dimensional LAB color component of a median pixel point med of the superpixel region; omega (f)a,fmed) The weight between the pixel point a and the median pixel point med in the super pixel region is represented and obtained according to the following calculation:
ω(fa,fmed)=Damed×Camed
wherein ,DamedRepresents a position weight, CamedRepresenting a color weight;
Figure BDA0003167422430000072
Figure BDA0003167422430000073
wherein (phi, eta) represents the coordinates of the pixel points in the superpixel region, NumThe number of pixel points in the superpixel is represented, and delta represents the color characteristic variance of the superpixel region.
(3.1.3) obtaining superpixel region characteristic information R ═ R1,R2,…,Rh,…,RH};
(3.2) set an image I ═ x1,x2,…,xi,…,xNN pixels, i is 1,2, …, N, the number of clusters is K, K is 1, 2. Calculating a pixel xiTo class k center ckMahalanobis distance d (c)k,xi):
Figure BDA0003167422430000081
Where T represents the transpose of the matrix, AkThe symmetric positive definite matrix is expressed, and the calculation formula is as follows:
Figure BDA0003167422430000082
wherein, -1 represents the inverse of the matrix, FkRepresenting the covariance matrix, the formula is calculated as follows:
Figure BDA0003167422430000083
wherein ,ukiRepresenting the ith pixel point xiBelonging to class k center ckThe calculation formula of the membership degree of (c) is as follows:
Figure BDA0003167422430000084
wherein d (-) represents the mahalanobis distance;
Figure BDA0003167422430000085
representing pixel points in the h-th super pixel region; c. CjRepresents class j center, j ═ 1, 2.., K;
(3.3) according to the characteristic information of the super-pixel region, the pixel characteristic R in the h-th super-pixel regionhAs all pixel information in the area
Figure BDA0003167422430000086
Computing
Figure BDA0003167422430000087
To the center of the cluster ckMahalanobis distance of
Figure BDA0003167422430000088
Figure BDA0003167422430000089
Figure BDA00031674224300000810
Figure BDA00031674224300000811
(3.4) calculating a global fuzzy compactness function C of the fused image area informationRIThe value of (c):
Figure BDA00031674224300000812
(3.5) calculating the fuzzy separation function Sep:
Figure BDA0003167422430000091
wherein ,upi and uqiRespectively representing the membership degree of the ith pixel point to the p-th and the q-th clustering centers, h (x)i) To describe the weighting coefficients for different degrees of membership, the following is defined:
Figure BDA0003167422430000092
and 4, step 4: carrying out normalization processing on the initial population X and the fitness function value Y to obtain a normalized population and a normalized fitness function value;
and 5: training a radial basis function model (RBF) by utilizing the normalized population and the normalized fitness function value, wherein the model is obtained by directly calling a proxy SURROGATES tool carried by MATLAB software, and the model is trained to obtain the trained RBF;
step 6: setting the current iteration frequency TF of the fine search to be 0, and generating an initial population P of the fine search by adopting Latin hypercube samplingTFTo PTFCarrying out iterative updating;
(6.1) obtaining the final generation population after the iteration updating of the coarse search by using a coarse search algorithm, which comprises the following specific steps:
(6.1.1) calculating the dimensionality of the coarse search space
Figure BDA0003167422430000093
Wherein D is the dimension of the original space; randomly selecting DC dimension population from initial population X, and recording index of selected dimension as DindObtaining a training population XC ═ X (: D) of the coarse search spaceind);
(6.1.2) training a polynomial regression model PR by taking (XC, Y) as a training data set, wherein the model is obtained by directly calling a proxy SURROGATES tool carried by MATLAB software, and training the model to obtain a trained PR model;
(6.1.3) obtaining an initial coarse search population P by adopting Latin hypercube sampling0And each individual is ensured to have a DC dimension, the current iteration time TC of the rough search is made equal to 0, and the current population P of the rough search is madeTC=P0
(6.1.4) estimating P Using PR modelTCFitness function value in an individual, and then applying a binary tournament selection strategy from P based on the valueTCIn the formation of a parent population PC(ii) a And to the parent population PCPerforming crossover and mutation operations to generate a progeny population QC(ii) a Then, merging the parent population and the offspring population to obtain a rough search merged population RC=PC∪QC(ii) a In which a binary tournament selection strategy is applied from the current population PTCIn the formation of a parent population PCThe method comprises the following specific steps:
(6.1.4-1) from the Current population PTCRandomly selecting 2 individuals, wherein the selected probability of each individual is the same, and selecting the individual with the largest fitness value to enter the next generation of population according to the fitness function value of each individual;
(6.1.4-2) repeating the step (6.1.4-1) until the next generation population size reaches population PTCScale;
(6.1.4-3) obtaining population size and PTCParent population P of the same sizeC
(6.1.5) utilizing the PR model obtained by training to obtain the sub-generation population QCCarrying out fitness function value estimation on the individuals in the group;
(6.1.6) based on the estimated fitnessFunction value from R using Ra-dominated relationship based on reference point and preference angleCSelecting individuals to form a next generation population PTC+1The method is concretely realized as follows:
(6.1.6-1) setting a non-empty population P for storing the selected individuals each timenull
(6.1.6-2) finding rough search merged population R according to Pareto domination relationCAll non-dominant individuals in the Pareto dominant relationship were met, and the number was recorded as NnrStore these individuals in PnullPerforming the following steps; the number of remaining individuals is 2E-NnrIf the Pareto dominance relation is not satisfied, continuing to execute the step (6.1.6-3);
(6.1.6-3) calculating the preference angle α:
Figure BDA0003167422430000101
(6.1.6-4) calculating a weighted Euclidean distance from the remaining individuals in the population to the reference point g:
Figure BDA0003167422430000102
wherein ,λsDenotes the weight, λ, occupied by the value of the s-th fitness functions∈[0,1](ii) a z represents the number of fitness function values;
(6.1.6-5) finding out the individual corresponding to the weighted Euclidean distance minimum value, and marking the individual as pnear(ii) a Calculating the preference radius r ═ dist (g, p)near) Tan α, reference direction v vextor (g, p)near);
(6.1.6-6) allowing b to be 1; q-1, 2, …,2E-NnrAnd b ≠ q;
(6.1.6-7) calculating the difference D in vertical distanceV(p,q,v):
DV(pb,pq,v)=DV(pb,v)-DV(pq,v),
wherein ,DV(pbV) represents an individual pbRadix GinsengPerpendicular distance between directions of examination, DV(pqV) represents an individual pqA vertical distance to a reference direction; if D isV(p, q, v) < -R, then the individual pbStore to Pnull
(6.1.6-8) allowing b to be b +1 if b < 2E-NnrReturning to the step (6.1.6-7), otherwise, continuing to execute the step (6.1.6-9);
(6.1.6-9) selection of PnullThe first E individuals in the group constitute the next generation population PTC+1
(6.1.7) determining whether the iteration is terminated, if TC < TCmaxIf yes, returning to the step (6.1.3) by making TC + TC, otherwise, terminating the iteration and continuing to execute the step (6.1.8);
(6.1.8) outputting the final generation population P after the coarse searchTCfinalAnd a dimension index Dind
(6.2) the last generation population P obtained by the coarse searchTCfinalMigrating to a fine search to obtain a migrated population PT(ii) a The method comprises the following specific steps:
(6.2.1) inputting the final generation population P after the coarse searchTCfinalAnd a dimension index Dind
(6.2.2) performing a migration from the coarse search to the fine search, making the number of lines l in the population of the fine search 1, the population P after the current migrationT(l,Dind)=PTCfinal(l,:);
(6.2.3) judging whether the iteration is terminated, if l is less than E, setting l to l +1, returning to the step (6.2.2), otherwise, ending the iteration, and obtaining the post-migration population PT=PT(l,Dind)。
(6.3) executing a fine search algorithm to obtain an optimal clustering center, and specifically comprising the following steps:
(6.3.1) transferring the population PT and PTFCombining to obtain: pF=PT∪PTFRandom scrambling of PF
(6.3.2) on the population PFPerforming crossover and mutation operations to generate a progeny population QF
(6.3.3) merging contemporary population PTFAnd progeny population QFObtaining a population R after fine search and combinationF=PTF∪QF
(6.3.4) estimating a population R after fine search and combination by using the RBF model trained in the step (5)FThe fitness function value of the medium individual is estimated, and then the Ra domination relation based on the reference point and the preference angle is adopted to carry out RFSelecting individuals to form a next generation population; adding the population formed each time into a database DB, and outputting the database DB;
and 7: judging whether the iteration is terminated, if TF is less than TFmaxIf yes, setting TF to TF +1, returning to the step 6, otherwise, ending iteration, and continuing to execute the step 8;
and 8: according to the database DB obtained in the step (6.3.4), a non-dominated solution set is obtained by utilizing a final solution set generation strategy based on the angle penalty distance APD;
the method comprises the following steps of obtaining a non-dominated solution set according to a final solution set generation strategy based on an angular punishment distance APD, and specifically comprises the following steps:
(8.1) generating v reference vectors by a simplex mesh method design;
(8.2) calculating an included angle between each individual and the reference vector, and associating each solution with the reference vector according to a minimum included angle principle so as to form a sub-population;
and (8.3) calculating Angular Penalty Distances (APD) of all individuals in each sub-population, selecting the individual with the minimum APD value from each sub-population, and generating a non-dominated solution set.
The angular penalty distance APD is defined as follows:
Figure BDA0003167422430000121
wherein ,
Figure BDA0003167422430000122
representing the objective function value vector obtained after the ith individual reduction,
Figure BDA0003167422430000123
fi sthe s-th target value of the ith individual is indicated,
Figure BDA0003167422430000124
represents the minimum of the s-th objective function for all individuals; thetaiDenotes the angle between the ith individual and the associated reference vector, P (θ)i) Is a penalty function defined as follows:
Figure BDA0003167422430000125
where z denotes the number of fitness functions, γvReference vector v representing the ith individualiThe minimum angle between any other reference vector.
And step 9: decoding each chromosome in the non-dominated solution set, and constructing an optimal solution selection index I by using the information entropy of the fuzzy membership functionE(X):
Figure BDA0003167422430000126
Step 10: selecting index I according to the optimal solutionE(X) selecting the smallest I from the non-dominated solution setE(X) the individual corresponding to the value is used as an optimal solution and decoded to obtain an optimal clustering center;
step 11: and calculating a corresponding membership matrix according to the optimal clustering center, and segmenting the image according to the maximum membership correspondence principle to obtain a final image segmentation result.
The technical effects of the invention are further explained by combining simulation experiments as follows:
1. simulation conditions are as follows:
the simulation experiment is carried out in the environment of computer Inter (R) core (TM) i5-8250CPU 1.80GHZ CPU, 8G memory and MATLAB R2018a software.
2. Simulation content:
simulation 1, selecting an image with a number of 124084 in a Berkeley image database, and segmenting the image with the Fuzzy C-mean clustering algorithm FCM (Fuzzy C-means clustering algorithm), the Kernel Fuzzy C-mean clustering algorithm KFCM (Kernel-based Fuzzy C-means clustering algorithm), the fast FCFCFCFCM (superpixel-based fast FCM clustering algorithm), the multi-objective variable length genetic Fuzzy clustering algorithm MOVGA (Multi objective variable clustering algorithm), the Keritin assisted reference vector guided evolution algorithm KRVESA (acquired reference vector guided evolution algorithm), wherein the results are shown in FIG. 2:
fig. 2 (a) is an original image of the 124084 image;
fig. 2 (b) is a standard segmentation chart of the 124084 image;
fig. 2 (c) is a result of segmenting 124084 images by the existing FCM method;
fig. 2 (d) is a result of segmentation of 124084 image by the existing KFCM method;
fig. 2 (e) shows the segmentation result of 124084 image by the existing SFFCM method;
fig. 2 (f) is a result of segmentation of 124084 images using the existing MOVGA method;
fig. 2 (g) shows the result of segmenting 124084 image by the conventional KRVEA method;
fig. 2 (h) is the segmentation result of 124084 image with the present invention;
as can be seen from fig. 2, the standard segmentation maps are the images divided into three categories: flower leaves, flowers and pistils. Since the #124084 image looks complicated and the background and object are unclear, resulting in poor segmentation results of FCM, KFCM and MOVGA methods, a certain part of the flower leaves is mistaken for the false division of the pistil. The SFFCM and KRVEA methods have few phenomena of wrong division, and basically, the flower leaves and the flowers can be clearly divided. However, the best visual effect is that the invention has few wrong division phenomena, and the characteristics and the outlines of flowers, flower leaves and flower pistils are clearly divided. Therefore, the segmentation effect of the color image is better than that of the traditional FCM method, KFCM method, SFFCM method, MOVGA method and KRVEA method.
Simulation 2, selecting an image with the number of 300091 in a Berkeley image database, and segmenting the image by using the method, the conventional FCM method, the KFCM method, the SFFCM method, the MOVGA method and the KRVEA method respectively, wherein the result is shown in FIG. 3, wherein:
fig. 3 (a) is an original image of the 300091 image;
fig. 3 (b) is a standard segmentation map of the 300091 image;
fig. 3 (c) shows the result of segmentation of 300091 images by the existing FCM method;
fig. 3 (d) is a result of segmentation of 300091 images by the existing KFCM method;
fig. 3 (e) shows the result of segmentation of 300091 images by the existing SFFCM method;
fig. 3 (f) is a result of segmenting 300091 an image by the existing MOVGA method;
fig. 3 (g) shows the result of 300091 image segmentation using the conventional KRVEA method;
fig. 3 (h) shows the result of the segmentation of 300091 images by the present invention;
as can be seen from fig. 3, the standard segmentation map divides the map into two categories: human and sea water. Since the pictures are complex and the color contrast is not high, the FCM method, KFCM method, SFFCM method, MOVGA method and KRVEA method all use human and seawater as background and splash spray as target, which obviously does not meet our segmentation requirements. The invention does not completely divide people, but the division of the background is correct. This is because the present invention employs a preference point and a plurality of objective functions to satisfy the variously different segmentation needs of the user.
Simulation 3, selecting an image with the number pict2272 in a Weizmann image database, and segmenting the image by using the method, the conventional FCM method, KFCM method, SFFCM method, MOVGA method and KRVEA method respectively, wherein the result is shown in FIG. 4, wherein:
fig. 4 (a) shows an original image of a pict2272 image;
fig. 4 (b) is a standard segmentation map of the pict2272 image;
fig. 4 (c) shows the result of segmenting a pict2272 image by the conventional FCM method;
fig. 4 (d) is a result of segmentation of a pict2272 image by the existing KFCM method;
fig. 4 (e) shows the result of segmenting a pict2272 image by the conventional SFFCM method;
fig. 4 (f) shows the result of segmenting a pict2272 image by the conventional MOVGA method;
fig. 4 (g) shows the result of segmenting a pict2272 image by using the conventional KRVEA method;
fig. 4 (h) shows the result of segmenting a pict2272 image by the present invention;
as can be seen from fig. 4, the FCM method, the KFCM method, the MOVGA method, and the KRVEA method are more serious in the phenomenon of wrong division of the background region, and the segmentation effect of the SFFCM algorithm with the addition of the region information is significantly improved, but the segmentation result of the present invention is very close to the standard segmentation map. Therefore, the segmentation effect of the color image is better than that of the traditional FCM method, KFCM method, SFFCM method, MOVGA method and KRVEA method.
Simulation 4, selecting an image with the number img _1965 in a Weizmann image database, and segmenting the image by using the method, the conventional FCM method, the KFCM method, the SFFCM method, the MOVGA method and the KRVEA method respectively, wherein the result is shown in FIG. 5, wherein:
fig. 5 (a) shows an original image of the img _1965 image;
fig. 5 (b) is a standard segmentation map of the img _1965 image;
fig. 5 (c) is a segmentation result of the img _1965 image by the existing FCM method;
fig. 5 (d) is a segmentation result of the img _1965 image by the existing KFCM method;
fig. 5 (e) is a segmentation result of the img _1965 image by the existing SFFCM method;
fig. 5 (f) is the result of image segmentation for img _1965 using the existing MOVGA method;
fig. 5 (g) shows the result of segmenting img _1965 image by the conventional KRVEA method;
fig. 5 (h) is a result of segmentation of the img _1965 image by the present invention;
as can be seen from FIG. 5, the building segmentation of the present invention is more consistent with the visual perception of people, and other methods have serious misclassification phenomena. Therefore, the segmentation effect of the color image is better than that of the traditional FCM method, KFCM method, SFFCM method, MOVGA method and KRVEA method.
The simulation analysis proves the correctness and the effectiveness of the method provided by the invention.
The invention has not been described in detail in part of the common general knowledge of those skilled in the art.
While the invention has been particularly shown and described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (8)

1. A preference information-based agent-driven multi-objective evolution fuzzy clustering method is characterized by comprising the following steps:
(1) inputting an image I to be segmented, and setting initial parameter values: the population size E is 50, the fuzzy index m is 2, and the maximum iteration number TF of the fine searchmax50, threshold σ 0.3, reference point (0.1, 0.9), maximum number of iterations TC of the coarse searchmax20, the cross probability is 0.9, the variation probability is 0.1, the coefficient beta for controlling the dimension of the coarse search space is 0.3, the weighting factor χ for controlling the image area information is 0.5, and the number v of the reference vectors is 40;
(2) adopting Latin hypercube sampling to obtain an initial population X, and coding chromosomes in the population;
(3) decoding each encoded chromosome to obtain a column vector, and calculating a fitness function value Y corresponding to each chromosome;
(4) carrying out normalization processing on the initial population X and the fitness function value Y to obtain a normalized population and a normalized fitness function value;
(5) training a radial basis function model (RBF) by utilizing the normalized population and the normalized fitness function value to obtain a trained RBF;
(6) setting the current iteration frequency TF of the fine search to be 0, and generating an initial population P of the fine search by adopting Latin hypercube samplingTFTo PTFCarrying out iterative updating;
(6.1) obtaining the final generation population after the iteration updating of the coarse search by using a coarse search algorithm, which comprises the following specific steps:
(6.1.1) calculating the dimensionality of the coarse search space
Figure FDA0003167422420000011
Wherein D is the dimension of the original space; randomly selecting DC dimension population from initial population X, and recording index of selected dimension as DindObtaining a training population XC ═ X (: D) of the coarse search spaceind);
(6.1.2) training a polynomial regression model PR by taking (XC, Y) as a training data set to obtain a trained PR model;
(6.1.3) obtaining an initial coarse search population P by adopting Latin hypercube sampling0And each individual is ensured to have a DC dimension, the current iteration time TC of the rough search is made equal to 0, and the current population P of the rough search is madeTC=P0
(6.1.4) estimating P Using PR modelTCFitness function value in an individual, and then applying a binary tournament selection strategy from P based on the valueTCIn the formation of a parent population PC(ii) a And to the parent population PCPerforming crossover and mutation operations to generate a progeny population QC(ii) a Then, merging the parent population and the offspring population to obtain a rough search merged population RC=PC∪QC
(6.1.5) utilizing the PR model obtained by training to obtain the sub-generation population QCCarrying out fitness function value estimation on the individuals in the group;
(6.1.6) using an Ra dominance relation based on the reference point and the preference angle from R according to the estimated fitness function valueCSelecting individual body shapeInto next generation population PTC+1The method is concretely realized as follows:
(6.1.6-1) setting a non-empty population P for storing the selected individuals each timenull
(6.1.6-2) finding rough search merged population R according to Pareto domination relationCAll non-dominant individuals in the Pareto dominant relationship were met, and the number was recorded as NnrStore these individuals in PnullPerforming the following steps; the number of remaining individuals is 2E-NnrIf the Pareto dominance relation is not satisfied, continuing to execute the step (6.1.6-3);
(6.1.6-3) calculating the preference angle α:
Figure FDA0003167422420000021
(6.1.6-4) calculating a weighted Euclidean distance from the remaining individuals in the population to the reference point g:
Figure FDA0003167422420000022
wherein ,λsDenotes the weight, λ, occupied by the value of the s-th fitness functions0.5; z represents the number of fitness function values;
(6.1.6-5) finding out the individual corresponding to the weighted Euclidean distance minimum value, and marking the individual as pnear(ii) a Calculating the preference radius r ═ dist (g, p)near) Tan α, reference direction v vextor (g, p)near);
(6.1.6-6) allowing b to be 1; q-1, 2, …,2E-NnrAnd b ≠ q;
(6.1.6-7) calculating the difference D in vertical distanceV(p,q,v):
DV(pb,pq,v)=DV(pb,v)-DV(pq,v),
wherein ,DV(pbV) represents an individual pbPerpendicular distance to reference direction, DV(pqV) represents an individual pqA vertical distance to a reference direction; if D isV(p, q, v) < -R, then the individual pbStore to Pnull
(6.1.6-8) allowing b to be b +1 if b < 2E-NnrReturning to the step (6.1.6-7), otherwise, continuing to execute the step (6.1.6-9);
(6.1.6-9) selection of PnullThe first E individuals in the group constitute the next generation population PTC+1
(6.1.7) determining whether the iteration is terminated, if TC < TCmaxIf yes, returning to the step (6.1.3) by making TC + TC, otherwise, terminating the iteration and continuing to execute the step (6.1.8);
(6.1.8) outputting the final generation population P after the coarse searchTCfinalAnd a dimension index Dind
(6.2) the last generation population P obtained by the coarse searchTCfinalMigrating to a fine search to obtain a migrated population PT
(6.3) executing a fine search algorithm to obtain an optimal clustering center, and specifically comprising the following steps:
(6.3.1) transferring the population PT and PTFCombining to obtain: pF=PT∪PTFRandom scrambling of PF
(6.3.2) on the population PFPerforming crossover and mutation operations to generate a progeny population QF
(6.3.3) merging contemporary population PTFAnd progeny population QFObtaining a population R after fine search and combinationF=PTF∪QF
(6.3.4) estimating a population R after fine search and combination by using the RBF model trained in the step (5)FThe fitness function value of the medium individual is estimated, and then the Ra domination relation based on the reference point and the preference angle is adopted to carry out RFSelecting individuals to form a next generation population; adding the population formed each time into a database DB, and outputting the database DB;
(7) judging whether the iteration is terminated, if TF is less than TFmaxIf yes, setting TF to TF +1, returning to the step (6), otherwise, ending the iteration, and continuing to execute the step (8);
(8) according to the database DB obtained in the step (6.3.4), a non-dominated solution set is obtained by utilizing a final solution set generation strategy based on the angle penalty distance APD;
(9) decoding each chromosome in the non-dominated solution set, and constructing an optimal solution selection index I by using the information entropy of the fuzzy membership functionE(X):
Figure FDA0003167422420000031
(10) Selecting index I according to the optimal solutionE(X) selecting the smallest I from the non-dominated solution setE(X) the individual corresponding to the value is used as an optimal solution and decoded to obtain an optimal clustering center;
(11) and calculating a corresponding membership matrix according to the optimal clustering center, and segmenting the image according to the maximum membership correspondence principle to obtain a final image segmentation result.
2. The method of claim 1, further comprising: calculating a fitness function value Y corresponding to each chromosome in the step (3), specifically calculating a global fuzzy compactness function CRIAnd a fuzzy separation function Sep comprising:
(3.1) calculating the characteristic information of the super-pixel region of the image I, which comprises the following specific steps:
(3.1.1) performing superpixel segmentation on the image I by adopting a linear iterative clustering algorithm to obtain H superpixel regions: p ═ P1,P2,…,Ph,…,PH},h=1,2,...,H;
(3.1.2) respectively extracting the characteristics of each super-pixel region by using the color and position information in the super-pixel region, wherein the formula is as follows:
Figure FDA0003167422420000041
wherein ,RhFeatures representing the h-th super-pixel region; f. ofaRepresenting the 3-dimensional LAB color component, f, of the pixel point a in the superpixel regionmedRepresenting a 3-dimensional LAB color component of a median pixel point med of the superpixel region; omega (f)a,fmed) Representing the weight between the pixel point a and the median pixel point med in the super pixel area;
(3.1.3) obtaining superpixel region characteristic information R ═ R1,R2,…,Rh,…,RH};
(3.2) set an image I ═ x1,x2,…,xi,…,xNN pixels, i is 1,2, …, N, the number of clusters is K, K is 1, 2. Calculating a pixel xiTo class k center ckMahalanobis distance d (c)k,xi):
Figure FDA0003167422420000042
Where T represents the transpose of the matrix, AkThe symmetric positive definite matrix is expressed, and the calculation formula is as follows:
Figure FDA0003167422420000043
wherein, -1 represents the inverse of the matrix, FkRepresenting the covariance matrix, the formula is calculated as follows:
Figure FDA0003167422420000044
wherein ,ukiRepresenting the ith pixel point xiBelonging to class k center ckThe calculation formula of the membership degree of (c) is as follows:
Figure FDA0003167422420000045
wherein d (-) represents the mahalanobis distance;
Figure FDA0003167422420000051
representing pixel points in the h-th super pixel region; c. CjRepresents class j center, j ═ 1, 2.., K;
(3.3) according to the characteristic information of the super-pixel region, the pixel characteristic R in the h-th super-pixel regionhAs all pixel information in the area
Figure FDA0003167422420000052
Computing
Figure FDA0003167422420000053
To the center of the cluster ckMahalanobis distance of
Figure FDA0003167422420000054
Figure FDA0003167422420000055
Figure FDA0003167422420000056
Figure FDA0003167422420000057
(3.4) calculating a global fuzzy compactness function C of the fused image area informationRIThe value of (c):
Figure FDA0003167422420000058
(3.5) calculating the fuzzy separation function Sep:
Figure FDA0003167422420000059
wherein ,upi and uqiRespectively representing the membership degree of the ith pixel point to the p-th and the q-th clustering centers, h (x)i) To describe the weighting coefficients for different degrees of membership, the following is defined:
Figure FDA00031674224200000510
3. the method of claim 2, further comprising: in the step (3.1.2), the weight between the pixel point a in the superpixel region and the median pixel point med is calculated as follows:
ω(fa,fmed)=Damed×Camed
wherein ,DamedRepresents a position weight, CamedRepresenting a color weight;
Figure FDA00031674224200000511
Figure FDA0003167422420000061
wherein (phi, eta) represents the coordinates of the pixel points in the superpixel region, NumThe number of pixel points in the superpixel is represented, and delta represents the color characteristic variance of the superpixel region.
4. The method of claim 1, further comprising: the radial basis function model RBF and the polynomial regression model PR are realized by calling an agent SURROGATES tool box of MATLAB software.
5. The method of claim 1, further comprising: step (6.1.4) uses binaryTournament selection strategy from the current population PTCIn the formation of a parent population PCThe method comprises the following specific steps:
(6.1.4-1) from the Current population PTCRandomly selecting 2 individuals, wherein the selected probability of each individual is the same, and selecting the individual with the largest fitness value to enter the next generation of population according to the fitness function value of each individual;
(6.1.4-2) repeating the step (6.1.4-1) until the next generation population size reaches population PTCScale;
(6.1.4-3) obtaining population size and PTCParent population P of the same sizeC
6. The method of claim 1, further comprising: the last generation population P obtained by the coarse search is used in the step (6.2)TCfinalMigrating to a fine search, and specifically comprising the following steps:
(6.2.1) inputting the final generation population P after the coarse searchTCfinalAnd a dimension index Dind
(6.2.2) performing a migration from the coarse search to the fine search, making the number of lines l in the population of the fine search 1, the population P after the current migrationT(l,Dind)=PTCfinal(l,:);
(6.2.3) judging whether the iteration is terminated, if l is less than E, setting l to l +1, returning to the step (6.2.2), otherwise, ending the iteration, and obtaining the post-migration population PT=PT(l,Dind)。
7. The method of claim 1, further comprising: step (8) obtaining a non-dominated solution set according to a final solution set generation strategy based on the angular punishment distance APD, and the specific steps are as follows:
(8.1) generating v reference vectors by a simplex mesh method design;
(8.2) calculating an included angle between each individual and the reference vector, and associating each solution with the reference vector according to a minimum included angle principle so as to form a sub-population;
and (8.3) calculating Angular Penalty Distances (APD) of all individuals in each sub-population, selecting the individual with the minimum APD value from each sub-population, and generating a non-dominated solution set.
8. The method of claim 7, further comprising: the angular penalty distance APD is defined as follows:
Figure FDA0003167422420000071
wherein ,
Figure FDA0003167422420000072
representing the objective function value vector obtained after the ith individual reduction,
Figure FDA0003167422420000073
Figure FDA0003167422420000074
the s-th target value of the ith individual is indicated,
Figure FDA0003167422420000075
represents the minimum of the s-th objective function for all individuals; thetaiDenotes the angle between the ith individual and the associated reference vector, P (θ)i) Is a penalty function defined as follows:
Figure FDA0003167422420000076
where z denotes the number of fitness functions, γvReference vector v representing the ith individualiThe minimum angle between any other reference vector.
CN202110808514.XA 2021-07-16 2021-07-16 Agent-driven multi-target evolutionary fuzzy clustering method based on preference information Active CN113723449B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110808514.XA CN113723449B (en) 2021-07-16 2021-07-16 Agent-driven multi-target evolutionary fuzzy clustering method based on preference information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110808514.XA CN113723449B (en) 2021-07-16 2021-07-16 Agent-driven multi-target evolutionary fuzzy clustering method based on preference information

Publications (2)

Publication Number Publication Date
CN113723449A true CN113723449A (en) 2021-11-30
CN113723449B CN113723449B (en) 2023-08-11

Family

ID=78673419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110808514.XA Active CN113723449B (en) 2021-07-16 2021-07-16 Agent-driven multi-target evolutionary fuzzy clustering method based on preference information

Country Status (1)

Country Link
CN (1) CN113723449B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115830022A (en) * 2023-02-15 2023-03-21 山东梁山酿酒总厂有限公司 Filter screen defect detection method based on machine vision
CN116883993A (en) * 2023-09-06 2023-10-13 临沂大学 Dried rose flower sorting method based on vision

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180204111A1 (en) * 2013-02-28 2018-07-19 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform
CN109389608A (en) * 2018-10-19 2019-02-26 山东大学 There is the fuzzy clustering image partition method of noise immunity using plane as cluster centre
CN110245666A (en) * 2019-06-10 2019-09-17 西安邮电大学 Multiple target Interval Valued Fuzzy based on dual membership driving clusters image partition method
US20200184278A1 (en) * 2014-03-18 2020-06-11 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180204111A1 (en) * 2013-02-28 2018-07-19 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform
US20200184278A1 (en) * 2014-03-18 2020-06-11 Z Advanced Computing, Inc. System and Method for Extremely Efficient Image and Pattern Recognition and Artificial Intelligence Platform
CN109389608A (en) * 2018-10-19 2019-02-26 山东大学 There is the fuzzy clustering image partition method of noise immunity using plane as cluster centre
CN110245666A (en) * 2019-06-10 2019-09-17 西安邮电大学 Multiple target Interval Valued Fuzzy based on dual membership driving clusters image partition method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵凤;张咪咪;刘汉强;: "区域信息驱动的多目标进化半监督模糊聚类图像分割算法", 电子与信息学报, no. 05 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115830022A (en) * 2023-02-15 2023-03-21 山东梁山酿酒总厂有限公司 Filter screen defect detection method based on machine vision
CN115830022B (en) * 2023-02-15 2023-04-28 山东梁山酿酒总厂有限公司 Filter screen defect detection method based on machine vision
CN116883993A (en) * 2023-09-06 2023-10-13 临沂大学 Dried rose flower sorting method based on vision
CN116883993B (en) * 2023-09-06 2023-12-01 临沂大学 Dried rose flower sorting method based on vision

Also Published As

Publication number Publication date
CN113723449B (en) 2023-08-11

Similar Documents

Publication Publication Date Title
CN107885778B (en) Personalized recommendation method based on dynamic near point spectral clustering
Zhang A survey of unsupervised domain adaptation for visual recognition
CN113723449B (en) Agent-driven multi-target evolutionary fuzzy clustering method based on preference information
CN110889865B (en) Video target tracking method based on local weighted sparse feature selection
CN113326731A (en) Cross-domain pedestrian re-identification algorithm based on momentum network guidance
CN110443257B (en) Significance detection method based on active learning
Li et al. Reliability exploration with self-ensemble learning for domain adaptive person re-identification
CN110705648A (en) Large-scale multi-view data self-dimension-reduction K-means algorithm and system
CN113592894B (en) Image segmentation method based on boundary box and co-occurrence feature prediction
Kannan Intelligent object recognition in underwater images using evolutionary-based Gaussian mixture model and shape matching
CN113361627A (en) Label perception collaborative training method for graph neural network
Dam et al. Improving clustergan using self-augmented information maximization of disentangling latent spaces
Liu et al. Multiobjective multiple features fusion: A case study in image segmentation
CN112132180A (en) Fuzzy C-kernel mean clustering segmentation method based on improved whale algorithm optimization
CN115311449A (en) Weak supervision image target positioning analysis system based on class reactivation mapping chart
Zhang et al. Category modeling from just a single labeling: Use depth information to guide the learning of 2d models
CN108921853B (en) Image segmentation method based on super-pixel and immune sparse spectral clustering
He et al. Spatial and temporal dual-attention for unsupervised person re-identification
CN111126467B (en) Remote sensing image space spectrum clustering method based on multi-target sine and cosine algorithm
Azarbad et al. Brain tissue segmentation using an unsupervised clustering technique based on PSO algorithm
CN110245666B (en) Multi-target interval value fuzzy clustering image segmentation method based on dual-membership-degree driving
CN113469270B (en) Semi-supervised intuitive clustering method based on decomposition multi-target differential evolution superpixel
Li et al. Research on 3D face recognition method in cloud environment based on semi supervised clustering algorithm
CN116361677A (en) Particle swarm fuzzy C-means clustering method based on differential privacy protection mechanism
CN116188428A (en) Bridging multi-source domain self-adaptive cross-domain histopathological image recognition method

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