CN106530341B - Point registration algorithm for keeping local topology invariance - Google Patents

Point registration algorithm for keeping local topology invariance Download PDF

Info

Publication number
CN106530341B
CN106530341B CN201610967725.7A CN201610967725A CN106530341B CN 106530341 B CN106530341 B CN 106530341B CN 201610967725 A CN201610967725 A CN 201610967725A CN 106530341 B CN106530341 B CN 106530341B
Authority
CN
China
Prior art keywords
point
local
points
neighborhood
probability
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.)
Expired - Fee Related
Application number
CN201610967725.7A
Other languages
Chinese (zh)
Other versions
CN106530341A (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.)
Chengdu Univeristy of Technology
Original Assignee
Chengdu Univeristy of Technology
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 Chengdu Univeristy of Technology filed Critical Chengdu Univeristy of Technology
Priority to CN201610967725.7A priority Critical patent/CN106530341B/en
Publication of CN106530341A publication Critical patent/CN106530341A/en
Application granted granted Critical
Publication of CN106530341B publication Critical patent/CN106530341B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20072Graph-based image processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20076Probabilistic image processing

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a point registration algorithm for keeping local topology invariance, which converts the registration problem of points into the matching problem of a graph; wherein, the points in the point set are used as nodes in the graph; defining a neighborhood of nodes in the graph; the node and one point in the neighborhood of the node are connected to form one edge in the local subgraph; dynamically planning the local subgraphs to obtain the matching probability among the local subgraphs; processing the global matching probability through the matching probability between local subgraphs and a relaxation marking method to obtain the corresponding relation between point pairs; and according to the corresponding relation between the point pairs, performing elastic deformation regularization processing on the point set through a thin plate spline function to obtain model parameters. The point registration algorithm for keeping the local topology invariance accurately quantifies the local topology difference, improves the accuracy of the non-rigid registration when large deformation occurs, and improves the robustness of the algorithm when abnormal points exist.

Description

Point registration algorithm for keeping local topology invariance
Technology neighborhood
The invention relates to a point registration algorithm for keeping local topology invariance.
Background
The image registration technology is a very important research subject in the fields of computer vision and image processing, and has been successfully applied to a plurality of important fields such as pattern recognition, medical image processing, digital media and the like; particularly, at present, virtual reality and reality augmentation technologies have gradually come out of laboratories to the lives of people, and are about to become the next economic growth point. And the registration algorithm is a key core algorithm for whether the technology can be successfully applied. The method can be divided into a gray level registration algorithm and a point registration algorithm according to a registration object; the point registration algorithm can effectively reduce the complexity of the algorithm and give consideration to the registration precision, so that the method has high practical application value; therefore, point registration techniques are of particular interest; currently, the point registration technology is classified into a classification-based method and a graph matching-based method according to technical lines.
The registration algorithm based on classification mainly applies a finite mixture model, particularly a Gaussian mixture model; the Chui and Rangarajan convert the feature point registration problem into the maximum likelihood estimation problem through a hybrid model, and the method uses a deterministic annealing mechanism to realize an expectation maximization algorithm, so that the corresponding ambiguity between the point pairs can be directly controlled; the consistency point drift algorithm defines a velocity field function for a centroid in the Gaussian mixture model, namely a template point set in two point sets to be registered, and calculates unknown parameters in the Gaussian mixture model through an expectation maximization algorithm to realize registration.
Horaud et al propose a conditional expectation maximization point registration algorithm, which utilizes an anisotropic covariance model and a conditional expectation maximization algorithm to calculate the registration problem of rigidity and hinge points, and adds an additional uniform component in a mixed model in order to enhance the robustness of the algorithm; but the strategy cannot simultaneously fit abnormal points mixed in two point sets; sanroma et al proposed a rigid point registration algorithm using point-neighborhood relations and extended a non-rigid registration version.
However, these methods assume an average mixing weight as an inappropriate prior probability, and in fact use a simplified posterior probability; the abnormal points appearing in the two point sets are not accurately fitted in the mixed model, so that the robustness of the algorithm to the abnormal points is reduced, and particularly when the abnormal points appear in the two point sets at the same time, the registration accuracy is obviously reduced.
The method based on graph matching is to convert the point registration problem into the graph matching problem, in the method, points in a point set are used as nodes in a graph, and connecting lines between the points lower than a set threshold are used as edges of the graph; the registration of the sets of points is achieved by maximizing the number of matched edges, each added by a row and a column for fitting outliers in the two sets of points when computing the similarity matrix between the two sets of points.
Chui et al propose a robust point registration method, integrate the point deformation and correspondence into an objective function, and solve the optimization problem through soft distribution and deterministic annealing; zheng et al propose to maintain the neighborhood relations between local points in the registration process and define a matching probability function that computes the point neighborhood relations based on the shape context.
However, when the point neighbor relation is calculated, the matching probability among all neighborhood points is counted, and a large amount of redundant information is contained; lee et al used the label relaxation method and quantified the matching correlation between pairs of points by discrete angle and radius differences; when the topological difference between the comparison point and the adjacent domain is compared, the similarity probability is calculated in a one-to-many mode; the method ignores prior probability among local matching points, namely ignores the similarity probability among local point pairs when calculating local similarity, and does not establish a corresponding relation among neighborhood points, thereby reducing the accuracy of registration.
Disclosure of Invention
Aiming at the defects in the prior art, the point registration algorithm for maintaining the local topology invariance accurately quantifies the local topology difference, improves the accuracy of non-rigid registration when large deformation occurs, and improves the robustness of the algorithm when abnormal points exist.
In order to achieve the purpose of the invention, the invention adopts the technical scheme that: a point registration algorithm for maintaining local topology invariance is provided, which comprises the following steps:
s1, converting point registration into matching of a graph; wherein, the points in the point set are used as nodes in the graph;
s2, defining a neighborhood of the nodes in the graph; the node and one point in the neighborhood of the node are connected to form one edge in the local subgraph;
s3, dynamically planning the local subgraphs to obtain the matching probability among the local subgraphs;
s4, processing the global matching probability through the matching probability among the local subgraphs and a relaxation marking method to obtain the corresponding relation among the point pairs;
and S5, according to the corresponding relation between the point pairs, performing elastic deformation regularization processing on the point set through a thin plate spline function to obtain model parameters.
Further, the detailed step of S2Comprises the following steps: let ST={t1,t2...tmDenotes a set of points T containing m points, for a given point Ti∈STDefinition of tiIs a neighborhood ofWherein X is X at points tiPoints within a circular neighborhood; point tiAnd its neighborhoodForm a point tiPartial subgraph of, tiRespectively and neighborhoodThe points in (1) are connected into edges of the local subgraph.
Further, the radius of the neighborhood is STThe mean of the euclidean distances between all pairs of points in (a).
Further, the specific step of S3 is: dividing the dynamic programming into n stages, wherein n is expressed as the number of edges in the local subgraph; analyzing edges in the local subgraph to obtain the cost of each edge; calculating the cost difference between any two edges of each stage according to a cost difference calculation function formula; and planning the cost according to the matching function to obtain the matching probability among the local subgraphs.
Further, the specific step of S32 is: using log distance and polar coordinate angle to scale neighborhood, setting central point tiIs 0, the farthest distance is 6, the distance from the center point to the neighborhood point isDividing 12 different angle values in 30 degrees; to be provided withRepresenting an angle value between the central point and the neighborhood points, wherein the distance line and the angle line divide the neighborhood range into 72 grids; by pointThe distance value and the angle value of the grid form a binary groupI.e. the cost of the edge.
Further, the cost difference is calculated by the formula Wherein, the parameters alpha and beta are respectively used for adjusting the weight occupied by the radius and the angle when calculating the cost difference, (u)dd) And (u)θθ) The mean and variance of the corresponding radius and angle, respectively.
Further, the matching probability between local subgraphs is:
wherein the content of the first and second substances,denoted as point u in subgraph M corresponds to point v in subgraph N, ω is the weight parameter.
Further, the specific step of S4 is:
the corresponding probability between each pair of points is represented by a probability matrix P of (M +1) × (N + 1):
if point m and point n match, then probability pmn1, otherwise pmnAt this point, the extra row and column are used to fit the outliers in the set of points, while the matrix satisfies:
and updating the probability matrix P in an iterative manner, and endowing the corresponding relation between the point pairs according to the current maximum matching probability.
Further, the specific step of S5 is:
and performing elastic deformation regularization of the point set through the thin plate spline function, estimating deformation model parameters of the thin plate spline function by using matched point pairs in an iteration process, and then calculating the next deformation position of the template point set by using the obtained model parameters until the parameters converge to a global optimal solution.
The invention has the beneficial effects that: the point registration algorithm for keeping local topological invariance converts point registration into matching of a graph, and an accurate local topological relation is kept in the registration process; obtaining the topological difference among local subgraphs through dynamic planning, optimizing by using a relaxation marking method to obtain the corresponding relation among point pairs, and then performing elastic deformation regularization on a point set through a thin plate spline function; the global probability of matching between two point sets is guided through the matching probability between local subgraphs, the topological stability between the nodes and the neighborhood points is always kept in the process of point registration deformation, and the accuracy and the robustness of the algorithm are improved.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiment is only one embodiment of the present invention, and not all embodiments. All other embodiments obtained by persons of ordinary skill in the art based on the embodiments of the present invention without creative efforts belong to the protection scope of the present invention.
For simplicity, common technical knowledge known to those skilled in the art is omitted below.
The point registration algorithm for keeping local topological invariance comprises the following steps:
s1, converting point registration into matching of a graph; wherein the points in the point set are used as nodes in the graph.
S2, defining a neighborhood of the nodes in the graph; the node and one point in the neighborhood of the node are connected to form one edge in the local subgraph; in a specific implementation, the registration of points is translated into matching of graphs, and the problem of the registration of points is translated into the problem of the number of matching edges in two graphs.
In actual practice, let ST={t1,t2...tmDenotes a set of points T, S containing m pointsD={d1,d2...dnDenotes a set of points D containing n points, the point matching being to find a matching functionEstablishing a corresponding relation between the two point sets; when the number of the points in the two point sets is not equal or the abnormal points exist in the point sets, a one-to-one corresponding relation cannot be formed; at this time, a pseudo point nil point is added to each of the two point sets to represent the unmatched points or abnormal points, and the two point sets are expanded to S'T={t1,t2...tMNil and S'D={d1,d2...dNNil }; at this time, the corresponding relationshipThen a one-to-one correspondence is satisfied and the points that cannot be matched or outliers will correspond to the pseudo-points nil.
When the two point sets are subjected to non-rigid deformation, the distance change between the points can be any; however, the nodes and the neighborhoods thereof keep relatively fixed relationships; namely, under the condition of non-rigid deformation, the local neighborhood relationship or the topological structure of the node still keeps the stability, and based on the principle, the corresponding optimization functionComprises the following steps:wherein the content of the first and second substances,
for a given point ti∈STDefinition of tiIs a neighborhood ofWherein X is X at points tiPoints within a circular neighborhood; point tiAnd its neighborhoodForm a point tiPartial subgraph of, tiRespectively and neighborhoodThe points in (1) are connected into the edge of the local subgraph; radius of neighborhood is STThe mean of the euclidean distances between all pairs of points in (a).
S3, dynamically planning the local subgraphs to obtain the matching probability among the local subgraphs; in a specific implementation, dynamic programming is divided into n stages, wherein n is expressed as the number of edges in a local subgraph; analyzing edges in the local subgraph to obtain the cost of each edge; calculating the cost difference between any two edges of each stage according to a cost difference calculation function formula; and planning the cost according to the matching function to obtain the matching probability among the local subgraphs.
In actual operation, the neighborhood is calibrated by using log distance and polar coordinate angle, and a central point t is setiIs 0, the farthest distance is 6, the distance from the center point to the neighborhood point isDividing 12 different angle values in 30 degrees; to be provided withRepresenting an angle value between the central point and the neighborhood points, wherein the distance line and the angle line divide the neighborhood range into 72 grids; by pointThe distance value and the angle value of the grid form a binary groupI.e. the cost of the edge.
The cost difference between the two edges is calculated by the formula Wherein, the parameters alpha and beta are respectively used for adjusting the weight occupied by the radius and the angle when calculating the cost difference, (u)dd) And (u)θθ) Respectively mean values and variances of corresponding radii and angles; at this time, the matching probability between the local subgraphs is:wherein the content of the first and second substances,denoted as point u in subgraph M corresponds to point v in subgraph N, ω is the weight parameter.
S4, processing the global matching probability through the matching probability among the local subgraphs and a relaxation marking method to obtain the corresponding relation among the point pairs; in a specific implementation, the probability matrix P of (M +1) × (N +1) is used to represent the corresponding probability between each pair of points:
if point m and point n match, then probability pmn1, otherwise pmnAt this point, the extra row and column are used to fit the outliers in the set of points, while the matrix satisfies:
and updating the probability matrix P in an iterative manner, and endowing the corresponding relation between the point pairs according to the current maximum matching probability.
S5, according to the corresponding relation between the point pairs, performing elastic deformation regularization processing on the point set through a thin plate spline function to obtain model parameters; in specific implementation, elastic deformation regularization of the point set is performed through a thin-plate spline function, deformation model parameters of the thin-plate spline function are estimated through matched point pairs in an iteration process, and then the next deformation position of the template point set is calculated through the obtained model parameters until the parameters converge to a global optimal solution.
The improvement of the point registration algorithm for keeping the local topology invariance and the specific implementation process thereof are as follows:
the point registration algorithm for keeping the local topology invariance converts the point registration problem into graph matching, points in a point set serve as nodes in a graph, and the nodes and one point in the neighborhood of the nodes form one edge in the graph; in this way, the point registration problem translates into a problem of the number of matching edges in the graph.
Let ST={t1,t2...tmAnd SD={d1,d2...dnRespectively representing a point set T containing m points and a point set D containing n points, wherein point matching is to find a matching functionEstablishing a corresponding relationship between the two point setsWhen the number of points in the two point sets is not equal or abnormal points exist in the point sets, a one-to-one corresponding relation cannot be formed; adding a pseudo point nil point to the two point sets respectively to represent the points which cannot be matched or abnormal points; then the two point sets are augmented to S'T={t1,t2...tMNil and S'D={d1,d2...dNNil }. At this time, the corresponding relationshipThen a one-to-one correspondence is satisfied and the points that cannot be matched or outliers will correspond to the pseudo-points nil.
When the two point sets are subjected to non-rigid deformation, the distance change between the points can be any; however, the nodes and the neighborhoods thereof keep relatively fixed relationships; namely, under non-rigid deformation, the local neighborhood relationship or the topological structure of the node still maintains stability, and based on the principle, the corresponding optimization function nil is as follows:wherein the objective function
Due to NmIs a neighborhood of point m, while the neighborhood relationship is symmetric, i.e., if i ∈ NmThen m ∈ Ni. f (m), f (n) represents a neighborhood system of corresponding points of the two point sets; d (f (m), f (n)) measures the distance between the two neighborhood systems, and a distance of 1 indicates that the two neighborhood systems match, i.e., the neighborhood relationship or topology is better maintained, otherwise 0.
In the non-rigid registration process, the better the stability of the local topological structure is kept, and the higher the accuracy and robustness of the registration algorithm is; since the elastic deformation of the set of points can be arbitrary, but if the topological relationship of the node and its neighborhood changes, thenThe deformation can be regarded as meaningless, at this time, the corresponding relation between the two point set shapes is lost, the Euclidean distance between the points is simply used in the algorithm of the prior art to describe the neighborhood relation and the difference between the neighborhoods, and at this time, the objective function is usedSubstitution formulaWherein the content of the first and second substances, the same applies to the remaining sets of points.
When the matching function f realizes the accurate one-to-one correspondence relationship, then Is zero; no matter Euclidean distance is used or radius angle difference is used, when local topological structure difference is quantified, the corresponding relation between local neighborhood points is ignored in the methods, only probability summation is carried out on all possible corresponding points, and the local matching probability between neighborhoods of two points is as follows: q. q.sm,n=∑i∈Mj∈Nsi,j
For a given point ti∈STDefinition of tiIs a neighborhood ofWherein X is X at points tiPoints within a circular neighborhood; point tiAnd its neighborhoodForm a gateAt point tiPartial subgraph of, tiRespectively and neighborhoodThe points in (1) are connected into the edge of the local subgraph; radius of neighborhood is STThe mean of the euclidean distances between all pairs of points in (a).
The log distance and the polar coordinate angle are used for calibrating the neighborhood, and a central point t is setiIs 0, the farthest distance is 6, the distance from the center point to the neighborhood point isDividing 12 different angle values in 30 degrees; to be provided withRepresenting an angle value between the central point and the neighborhood points, wherein the distance line and the angle line divide the neighborhood range into 72 grids; wherein, point tiAnd its neighborhoodForm a point tiPartial subgraph of, tiRespectively and neighborhoodThe points in (1) are connected into the edge of the local subgraph; by pointThe distance value and the angle value of the grid form a binary groupI.e. the cost of the edge.
The cost difference between the two edges is calculated by the formula Wherein the content of the first and second substances,the parameters alpha and beta are respectively used for adjusting the weight occupied by the radius and the angle in the process of calculating the cost difference, (u)dd) And (u)θθ) Respectively mean values and variances of corresponding radii and angles; obviously, the sum of the cost differences of all corresponding edges in the two local subgraphs at this time is the local topological structure difference of the current point; if the topology of the local subgraph m is identical to that of the local subgraph n, the sum of the cost differences of the corresponding edges is zero, and the similarity of the corresponding edges is the maximum.
However, due to the lack of prior probability of local correspondence, equation qm,n=∑i∈Mj∈Nsi,jThe difference of the topological structure cannot be accurately quantified, and in order to obtain the corresponding probability of an edge in a local subgraph, namely the probability that an edge i in a local subgraph m corresponds to an edge j in a local subgraph n, the cost difference between the local subgraphs is solved and converted into a dynamic plan of an n-stage minimized objective function; at this time qm,n=∑i∈Mj∈Nsi,jConversion to qm,n=Min(∑i∈Mj∈Nsi,j)。
At this time, the number n of edges in the local subgraph represents n stages of the dynamic programming, and each stage is according to the cost differenceAnd calculating the cost difference of the two edges, and solving the minimum cost sum as the optimal solution according to the target function, wherein the sum of the obtained minimum cost difference is the required topological structure difference between the two local subgraphs.
When the local matching is converted into dynamic planning, a certain stage k is set, and each matched characteristic point is used as a stage; state variable xKTo match the total candidate x k points aheadK={x1,x2...xn-k+1}; decision variable dkA corresponding candidate point of the kth matching point; decision admission set of dk∈xK(ii) a The equation of state transition is xK+1=xK-dk(ii) a The stage index is Vk(xk,dk) (ii) a Recursive equationIs fk(xk)=max{Vk(xk,dk)+fk+1(xk+1) }; initial conditions are fK(xK)=VK(xK,dk) (ii) a End point condition is f1(x1)=max{V1(x1,d1)+f2(x2) In which f2(x2) Can be obtained in the preceding step k-1.
The corresponding relation of points between subgraphs can be obtained by solving the dynamic programming problemIt represents that point u in the local subgraph M corresponds to point v in the local subgraph N; through the similarity measurement and dynamic planning between the point pairs, the prior probability of topological structure similarity between local subgraphs can be established; at this time, the matching probability between the local subgraphs isω is a weight parameter.
Then, processing the global matching probability through the matching probability between local subgraphs and a relaxation marking method to obtain the corresponding relation between point pairs; in the specific implementation, the graph matching optimization problem is solved by using a relaxation labeling method, a probability matrix P of (M +1) × (N +1) is used to represent the corresponding probability between each point pair, and the rate matrix is:
if point m and point n match, then probability pmn1, otherwise pmnAt this point, the extra row and column are used to fit the outliers in the set of points, while the matrix satisfies:
based on the probability matrix, the objective function can be obtained The rewrite is:by the formulaAnd iteratively updating the probability matrix P, and then endowing the corresponding relation between the point pairs according to the current maximum matching probability.
And finally, performing elastic deformation regularization of the point set by a thin plate spline function, estimating deformation model parameters by the matched point pairs in an iteration process, and then calculating the next deformation position of the template point set by using the obtained model parameters until the parameters converge to a global optimal solution.
In an actual experiment, firstly initializing parameters and assigning initial values; then calculating the matching probability between the shape context of the points in the two sets and the point pairs based on the shape context; then, initializing a matching probability matrix P by using the probability and regularizing; and according to the formulaCalculating the matching probability of the topological structure between the local subgraphs; using the formulaAnd updating the matching probability matrix P, and meanwhile, carrying out regularization processing on rows and columns of P.
Then, according to the matching probability of the point pairs in the P, calculating deformation parameters of the thin plate spline function; updating the next position of the point set according to the thin plate spline function deformation parameters; adding 1 to the iteration times in sequence, and when the maximum iteration number I is reachedmaxTime or maximum matchAnd counting the number of points, ending, or restarting to calculate the matching probability between the shape context of the points in the two sets and the point pairs based on the shape context.
In a specific experiment, two point sets, namely a fish-shaped point set and a Chinese character shape point set, can be used, and for testing the performance of the algorithm, the model point set is subjected to degradation processing of non-rigid deformation, deformation and partial contour point deletion and abnormal point addition in different degrees; dividing each image into 5-6 degradation levels from weak to strong, and randomly generating 100 test point sets on each degradation level according to the degradation degree; the performance error of the algorithm is measured by the mean Euclidean distance of two point sets after registration, and meanwhile, the variance distribution of the error is given.
The point registration algorithm for keeping the local topological invariance considers the local topological relation of points, and takes the corresponding relation between the local points as the prior probability of point registration; meanwhile, based on the position relation between the point pairs in the local subgraph, namely the corresponding relation of edges in the local subgraph, the topological difference between the local subgraphs is obtained through dynamic programming, and the global matching probability of matching between two point sets is guided through the local topological structure matching probability, so that the topological stability between the nodes and the neighborhood points is always kept in the process of point registration deformation.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A point registration algorithm that preserves local topology invariance, comprising:
s1, converting point registration into matching of a graph; wherein, the points in the point set are used as nodes in the graph;
s2, defining a neighborhood of the node in the graph; the node and one point in the neighborhood of the node are connected to form one edge in the local subgraph;
the specific steps of S2 are as follows:
let ST={t1,t2...tmDenotes a set of points T containing m points, for a given point Ti∈STDefinition of tiIs a neighborhood ofX is 1,2.. X; wherein X is X at points tiPoints within a circular neighborhood; point tiAnd its neighborhoodForm a point tiPartial subgraph of, tiRespectively and neighborhoodThe points in (1) are connected into the edge of the local subgraph;
s3, dynamically planning the local subgraphs to obtain the matching probability among the local subgraphs;
s4, processing the global matching probability through the matching probability among the local subgraphs and a relaxation marking method to obtain the corresponding relation among the point pairs;
and S5, according to the corresponding relation between the point pairs, performing elastic deformation regularization processing on the point set through a thin plate spline function to obtain model parameters.
2. The local topology invariance preserving point registration algorithm of claim 1, characterized by: radius of the neighborhood is STThe mean of the euclidean distances between all pairs of points in (a).
3. The local topology invariance preserving point registration algorithm of claim 1, characterized by: the specific steps of S3 are as follows:
s31, dividing the dynamic programming into n stages, wherein n represents the number of edges in a local subgraph;
s32, analyzing the edges in the local subgraph to obtain the cost of each edge;
s33, calculating the cost difference between any two edges of each stage according to a cost difference calculation function formula;
and S34, planning the cost according to a matching function to obtain the matching probability among the local subgraphs.
4. The point registration algorithm for maintaining local topology invariance as claimed in claim 3, wherein the specific steps of S32 are:
scaling the neighborhood using log distance and polar angle, setting a center point tiIs 0, the farthest distance is 6, the distance from the center point to the neighborhood point isDividing 12 different angle values in 30 degrees; to be provided withRepresenting an angle value between the central point and the neighborhood points, wherein the distance line and the angle line divide the neighborhood range into 72 grids; by pointThe distance value and the angle value of the grid form a binary groupI.e. the cost of the edge.
5. The point registration algorithm for preserving local topology invariance as claimed in claim 4, wherein the cost difference calculation formula is:
wherein, the parameters alpha and beta are respectively used for adjusting the weight occupied by the radius and the angle when calculating the cost difference, (u)dd) And (u)θθ) The mean and variance of the corresponding radius and angle, respectively.
6. The point registration algorithm for preserving local topology invariance as claimed in claim 1, wherein the matching probability between the local subgraphs is:
wherein the content of the first and second substances,denoted as point u in subgraph M corresponds to point v in subgraph N, ω is the weight parameter.
7. The point registration algorithm for maintaining local topology invariance as claimed in claim 1, wherein the specific steps of S4 are:
the corresponding probability between each pair of points is represented by a probability matrix P of (M +1) × (N + 1):
if point m and point n match, then probability pmn1, otherwise pmnAt this point, the extra row and column are used to fit the outliers in the set of points, while the matrix satisfies:
and updating the probability matrix P in an iterative manner, and endowing the corresponding relation between the point pairs according to the current maximum matching probability.
8. The point registration algorithm for maintaining local topology invariance as claimed in claim 7, wherein the specific steps of S5 are:
and performing elastic deformation regularization of the point set through the thin plate spline function, estimating deformation model parameters of the thin plate spline function by using matched point pairs in an iteration process, and then calculating the next deformation position of the template point set by using the obtained model parameters until the parameters converge to a global optimal solution.
CN201610967725.7A 2016-11-01 2016-11-01 Point registration algorithm for keeping local topology invariance Expired - Fee Related CN106530341B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610967725.7A CN106530341B (en) 2016-11-01 2016-11-01 Point registration algorithm for keeping local topology invariance

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610967725.7A CN106530341B (en) 2016-11-01 2016-11-01 Point registration algorithm for keeping local topology invariance

Publications (2)

Publication Number Publication Date
CN106530341A CN106530341A (en) 2017-03-22
CN106530341B true CN106530341B (en) 2019-12-31

Family

ID=58326667

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610967725.7A Expired - Fee Related CN106530341B (en) 2016-11-01 2016-11-01 Point registration algorithm for keeping local topology invariance

Country Status (1)

Country Link
CN (1) CN106530341B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107767409B (en) * 2017-09-22 2020-04-03 中国科学院西安光学精密机械研究所 Consistent point drift registration method based on high-dimensional expression
CN108038845A (en) * 2017-12-01 2018-05-15 南方医科大学南方医院 A kind of topological analysis householder method for abdominal CT images three-dimensional reconstruction
CN110189254B (en) * 2019-04-30 2020-12-08 华中科技大学 Distortion parameter set bundle adjustment method for image data set and image splicing method
CN111401385B (en) * 2020-03-19 2022-06-17 成都理工大学 Similarity calculation method for image local topological structure feature descriptors
CN112465881B (en) * 2020-11-11 2024-06-04 常州码库数据科技有限公司 Improved robust point registration method and system
CN112419377B (en) * 2020-11-20 2021-10-08 推想医疗科技股份有限公司 Method and device for determining registered image
CN113590721B (en) * 2021-06-25 2024-01-30 中国人民银行数字货币研究所 Block chain address classification method and device
CN113657330B (en) * 2021-08-24 2024-02-09 深圳市快易典教育科技有限公司 Font writing stroke order generation method, system and application method thereof
CN116310417B (en) * 2023-03-10 2024-04-26 济南大学 Approximate graph matching method and system based on shape context information

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101567051A (en) * 2009-06-03 2009-10-28 复旦大学 Image matching method based on characteristic points
CN101650838A (en) * 2009-09-04 2010-02-17 浙江工业大学 Point cloud simplification processing method based on resampling method and affine clustering algorithm
CN102163335A (en) * 2011-05-19 2011-08-24 北京航空航天大学 Multi-camera network structure parameter self-calibration method without inter-camera feature point matching
CN102289661A (en) * 2011-07-27 2011-12-21 宁波大学 Method for matching three-dimensional grid models based on spectrum matching
CN103207884A (en) * 2012-11-23 2013-07-17 浙江工业大学 Method for matching weight iteration nodes between weighting networks
CN103985132A (en) * 2014-05-30 2014-08-13 中国科学院遥感与数字地球研究所 Mismatching point iterative detection method based on K neighbor graphs
CN105809197A (en) * 2016-03-10 2016-07-27 北京大学深圳研究生院 Sub-hypergraph matching method and device based on MCMC frame

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101567051A (en) * 2009-06-03 2009-10-28 复旦大学 Image matching method based on characteristic points
CN101650838A (en) * 2009-09-04 2010-02-17 浙江工业大学 Point cloud simplification processing method based on resampling method and affine clustering algorithm
CN102163335A (en) * 2011-05-19 2011-08-24 北京航空航天大学 Multi-camera network structure parameter self-calibration method without inter-camera feature point matching
CN102289661A (en) * 2011-07-27 2011-12-21 宁波大学 Method for matching three-dimensional grid models based on spectrum matching
CN103207884A (en) * 2012-11-23 2013-07-17 浙江工业大学 Method for matching weight iteration nodes between weighting networks
CN103985132A (en) * 2014-05-30 2014-08-13 中国科学院遥感与数字地球研究所 Mismatching point iterative detection method based on K neighbor graphs
CN105809197A (en) * 2016-03-10 2016-07-27 北京大学深圳研究生院 Sub-hypergraph matching method and device based on MCMC frame

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Robust Point Matching for Nonrigid Shapes by Preserving Local Neighborhood Structures;Yefeng Zheng等;《IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE》;20060221;第28卷(第4期);第643-646页 *
Topology Preserving Relaxation Labeling for Nonrigid Point Matching;Jong-Ha Lee等;《IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE》;20100930;第33卷(第2期);第427-429页 *

Also Published As

Publication number Publication date
CN106530341A (en) 2017-03-22

Similar Documents

Publication Publication Date Title
CN106530341B (en) Point registration algorithm for keeping local topology invariance
CN108319972B (en) End-to-end difference network learning method for image semantic segmentation
Ma et al. Robust estimation of nonrigid transformation for point set registration
Zhang et al. Efficient inference for fully-connected CRFs with stationarity
WO2019178702A9 (en) Systems and methods for polygon object annotation and a method of training an object annotation system
CN109086654B (en) Handwriting model training method, text recognition method, device, equipment and medium
CN107633226B (en) Human body motion tracking feature processing method
CN104765768A (en) Mass face database rapid and accurate retrieval method
CN109002461B (en) Handwriting model training method, text recognition method, device, equipment and medium
Domadia et al. Comparative analysis of unsupervised and supervised image classification techniques
CN109543693B (en) Weak labeling data noise reduction method based on regularization label propagation
CN108537832A (en) Method for registering images, image processing system based on local invariant gray feature
WO2023201772A1 (en) Cross-domain remote sensing image semantic segmentation method based on adaptation and self-training in iteration domain
CN106600611B (en) SAR image segmentation method based on sparse triple Markov field
CN110111300B (en) Image change detection method
CN111754501A (en) Self-adaptive soil image shadow detection method based on FCM algorithm
CN111127532A (en) Medical image deformation registration method and system based on deep learning characteristic optical flow
CN112364881A (en) Advanced sampling consistency image matching algorithm
CN108846845B (en) SAR image segmentation method based on thumbnail and hierarchical fuzzy clustering
CN112836629B (en) Image classification method
CN114139631A (en) Multi-target training object-oriented selectable ash box confrontation sample generation method
CN110969639B (en) Image segmentation method based on LFMVO optimization algorithm
Ding et al. Finding median point-set using earth mover's distance
Wu et al. Superpixel based hierarchical segmentation for color image
Dalimi et al. Segmentation by fusion of histogram-based k-means

Legal Events

Date Code Title Description
C06 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20191231

Termination date: 20201101

CF01 Termination of patent right due to non-payment of annual fee