用户名: 密码: 验证码:
图模型在点模式匹配中的应用
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
点模式匹配是模式识别与计算机视觉领域的一个重要的基础性问题,研究成果可以广泛地应用于图像处理、目标识别与跟踪、计算化学、天文学等众多领域。由于待匹配点集间常常存在着较大的差异,使得点模式匹配存在着较高的复杂性,目前仍然是一个尚未完全得到解决的问题,多年来一直是诸多学者研究的热点。
     图模型是一种有效的结构信息表示方式,利用图模型来表示待匹配点集的结构特征,通过研究图模型的匹配来实现点模式匹配得到了越来越多的关注,也是目前点模式匹配问题的主要研究方向。本文通过构造不同的图模型,采用不同的图模型表示方式对不同情形下的点模式匹配问题进行了研究,主要内容与创新如下:
     1、提出了一种基于线图Q-谱的点模式匹配算法。首先,分别利用待匹配点集构造赋权完全图;其次,对每个点,利用与其相关联的前k条最短边来构造线图;然后,根据线图构造无符号Laplacian矩阵,并进行谱分解,应用无符号Laplacian矩阵的特征值(Q-谱)来表示点的特征,通过这些特征计算点之间的匹配概率;最后,通过KM算法来寻找点集之间的最优匹配,并将该最优匹配作为最终的匹配结果。该算法可以在平移、缩放、旋转等变换下获得较好的匹配效果,并且还能够处理不同大小点集的匹配问题。实验结果表明了该算法的有效性。
     2、提出了一种基于局部相对形状上下文与Q-谱的点模式匹配算法。首先,对每个点构造相应的线图,并对线图的无符号Laplacian矩阵进行谱分解;其次,利用分解所获得的特征值计算点的初始匹配概率;然后,通过定义局部相对形状上下文计算点的相似性距离;最后,将Q-谱方法与局部相对形状上下文结合进行概率松弛迭代获得最终的匹配结果。实验结果表明该算法具有较高的匹配精度,提高了Q-谱方法的性能。
     3、提出了一种基于QR分解的点模式匹配算法。首先,利用待匹配点集构造赋权完全图,并根据赋权完全图构造赋权邻接矩阵;然后,对所构造的赋权邻接矩阵进行QR分解,利用分解所得的正交矩阵进行点集匹配;为了进一步提高匹配的精度,提出了一种简单的通过比较点的前K个最相似邻点的对应关系进行误匹配检测的方法;最后,通过循环检测与匹配获得最终匹配结果。大量的实验结果表明该算法具有较高的匹配精度,并能够在较大仿射变换下获得较好的匹配效果。
     4、提出了一种基于有向图谱的点模式匹配算法。根据两幅图像所提取的特征点构造赋权完全图,在赋权完全图的基础上,提出一种边定向方法对其进行定向,从而获得有向图;根据有向图,构造反对称矩阵,并对其进行谱分解,利用获得的部分特征向量来表示点的特征,通过比较特征间的距离来实现匹配。从理论上证明了该算法能够处理仿射变换下的点模式匹配问题,模拟实验与真实图像实验证实了该算法的有效性。另外,作为有向图谱算法的一个应用,进行了遥感图像配准,获得了较好的效果。
Point pattern matching(PPM) is an important and foundational issue in pattern recognition and computer vision. Its research result is widely used in many areas, such as imge processing, object recognition and tracking, computational Chemistry, astronomy, etc. However, high comlexity exists in PPM due to large difference between the two point sets to be matched. By now, PPM is still an open problem, which is a hot topic many researchers focus on.
     Graphical model is an effective fashion to express structural information. Many attentions are focused on the way to process the PPM problem with graphical models, which is also the main direction to deal with the PPM problem. We utilize several different graphical models and different graphical-model-denoted ways to deal with the PPM problem. The main contents and innovations are as follows:
     1. A point pattern matching algorithm based on Q-spectra of line graph is proposed. Firstly, a weighted completed graph is constructed for each point set; Secondly, a line graph is constructed for each point with the first k shortest edges, and then spectral decomposition is performed on the signless Laplacian matrix associated with the line graph. The eigenvalues(Q-spectra) obtained form the spectral decomposition are used to represent the point's feature, and the matching probability is calculated; Finally, the optimal matching is found by KM algorithm as the final matching result. The proposed algorithm can obtain a better matching result under translation, zoom and rotation etc., and also can deal with the matching problem of the two point sets in different size. Experimental results show that the effectiveness of the proposed algorithm.
     2. An algorithm for point pattern matching is proposed, which combines local relative shape context and Q-spectra. Firstly, a line graph is constructed for each point, and the spectral decomposition is performed on the signless Laplacian matrix of line graph; Secondly, the eigenvalues obtained from the spectral decomposition are used to represent the point's feature, and the initial matching probability is calculated; Thirdly, a descriptor named local relative shape context is defined to compute the similarity diatance between any two points; Finally, Q-spectra method is combined with local relative shape context via a probabilistic relaxation approach to get the matching result. Experimental results indicate that the proposed algorithm has a higher accuracy.
     3. An algorithm based on QR decomposition (orthogonal-triangular decomposition) is described. Firstly, a weighted complete graph is constructed for each point set; Secondly, QR decomposition is performed on the weighted adjacent matrices associated with the two weighted complete graphs, then the orthogonal matrices obtained from QR decomposition are used to match the two point sets. Thirdly, in order to improve the matching accuracy, we propose a simple method for incorrect matches detecting relied on the correspondence of the first K similar neighbors of the matched pairs. Finally, the frame work of iterative detecting and matching is established to get the matching result. The proposed algorithm, when applied to a wide experimental data, has shown higher accuracy and can achieve a better matching result under large affine transformation.
     4. A point pattern matching algorithm based on the spectra of directed graphs is presented. Firstly, two weighted complete graphs are constructed with feature points extracted from the two images; Secondly, a method for edge orienting is proposed to transform each weighted complete graph to a directed graph; Thirdly, two skew-symmetric matrices associated with respective directed graphs are established; Fourthly, spectral decomposition is performed on the two skew-symmetric matrices to get a spectral representation of the feature points with half of the eigenvectors; The final matching result is obtained by comparing the spectral representation of each point. We theoretically analyze that our algorithm can well deal with the matching problem under affine transformation. The expreiments applied to synthetic data and real-world images show the effectiveness of our method. Moreover, as an application of this algorithm, we apply it to remote sensing image registration, the result is satisfying.
引文
[Aguilar 2009]Wendy Aguilar, Yann Frauel, Francisco Escolano, etc..A robust Graph Transformation Matching for non-rigid registration[J]. Image and Vision Computing, 2009,27:897-910.
    [Ahuja 1982]N.Ahuja. Dot Pattern Processing Using Voronoi Neighborhoods[J]. IEEE Trans on Pattern Analysis and Machine Intelligence,1982,4(3):336-342.
    [Alexander 2007]Wong Alexander, David A Clausi. ARRSI:Automatic registration of remote sensing images[J]. IEEE Trans. Geosci. Remote Sens.2007,45,1483-1493. Part II.
    [Alexander 2010] Wong Alexander, David A Clausi. AISIR:Automated inter-sensor/inter-band satellite image registration using robust complex wavelet feature representations[J]. Pattern Recognition Letters,2010,31:1160-1167.
    [Amiri 2009]Ali Amiri, Mahmood Fathy. Video Shot Boundary Detection Using QR-Decomposition and Gaussian Transition Detection, EURASIP Journal on Advances in Signal Processing,2009, doi:10.1155/2009/509438
    [Arkin 2002]Esther M.Arkin, Refael Hassin. A note on orientations of mixed graphs[J]. Discrete Applied Mathematics,2002,116:271-278.
    [Baeza-Yates 2000]R.Baeza-Yates and G.Valiente. An image similarity measure based on graph matching[C]. in Proc. Seventh hit. Symp. String Processing and Information Retrieval,2000,28-38.
    [Belongie 2000]S. Belongie, J. Malik, J. Puzicha. Shape context:A new descriptor for shape matching and object recognition[C]. Advances in Neural Information Processing Systems,2000:831-837.
    [Belongie 2002]S. Belongie, J. Malik, and J. Puzicha. Shape matching and object recognition using shape contexts[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2002,24(4):509-522.
    [Berretti 2001]S. Berretti, A. Del Bimbo and E. Vicario, Efficient matching and indexing of graph models in content-based retrieval[J]. IEEE Trans. Patt. Anal. Mach. Intell.2001,1089-1105.
    [Bonato 2004]Anthony Bonato, Dejan Delic'. A note on orientations of the infinite random graph[J]. European Journal of Combinatorics,2004,25:921-926.
    [Brown 1992]L.G. Brown. A survey of image registration techniques[J], ACM Computing Surveys,1992,24:326-376.
    [Bunke 1997]H. Bunke and B. T. Messmer. Recent advances in graph matching[J], Int. J. Patt. Recogn. Artif. Intell.1997,11:169-203.
    [鲍 2010]鲍文霞,梁栋,唐俊,一种基于谱相关性的概率松弛匹配算法[J].光学学报,2010,30(3):708-712
    [Caetano 2004]T.S.Caetano, Graphical models and point set matching[D], Federal University of Rio Grande do Sul,2004
    [Caetano 20061]T.S.Caetano, T.Caelli, D.Schuurmans, et al. Graphical models and point pattern matching[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2006,28(10):1646-1663.
    [Caetano 20062]T.S.Caetano, T.Caelli. A Unified Formulation of Invariant Point Pattern Matching[C].18th International Conference on Pattern Recognition,2006, 121-124.
    [Cai 1997]L.D. Cai, J. Mayhew. A Note on Some Phase Differencing Algorithms for Disparity Estimation[J]. International Journal of Computer Vision, 1997,22(2):111-124.
    [Carcassoni 2003] M.Carcassoni, E. R. Hancock. Spectral correspondence for point pattern matching[J]. Pattern Recognition,2003,36(1):193-204.
    [Chang 1997]S. H. Chang, F. H.Cheng, W. H. Hsu, etc. Fast algorithm for point pattern matching Invariant to translations, rotations and scale changes[J]. Pattern Recognition,1997,30(2):311-320.
    [Chartland 2007]Gary Chartland, Ping Zhang著,范益政,汪毅,龚世才,朱明译.图论导引[M].北京:人民邮电出版社,2007.
    [Chougdali 2006]Khalid Chougdali, Mohamed Jedra, Noureddine Zahid, Face recognition using relevance weighted LDA with QR decomposition[J], GVIP,2006, 6(2):27-31
    [Christmas 1995]W.J.Christmas, J. Kittler and M. Petrou. Structural matching in computer vision using probabilistic relaxation[J]. IEEE Trans. Patt. Anal. Mach. Intell. 1995,749-764.
    [Chui 2000]H.Chui, A.Rangarajan. A new algorithm for non-rigid point matching[C]. Proceedings of IEEE Conference on Computer Vision and Pattern Recognition 2000, 44-51.
    [Chui 20031]H. Chui, A. Rangarajan, A new point matching algorithm for non-rigid registration[J], Computer Vision and Image Understanding,2003,89(2):114-141,.
    [Chui 20032]H. Chui, W.Lawrence, S.Robert, etal. A Unified Non-rigid Feature Registration Method For Brain Mapping[J]. Medical Image Analysis,2003,7: 113-130.
    [Chung 1997]Fan R. K. Chung, Spectral Graph TheoryfM], in CBMS,1997.
    [Cideciyan 1992] A. V. Cideciyan, S. G Jacobson, C. M. Kemp, et al. Registration of high resolution images of the retina[J]. In:Proceedings of the SPIE—The International Society for Optical Engineering, Medical Imaging VI:Image Processing, 1992,1652:310-322
    [Conte 2004JD. Conte, P. Foggia, C. Sansone, etc. Thirty years of graph matching in pattern recognition[J]. Special Edition of the International Journal of Pattern Recognition and Artificial Intelligence on Graph Theory in Vision,2004,18(3): 265-298.
    [Cordelia 1998]L. P. Cordelia, P. Foggia, C. Sansone, etc. Graph matching:a fast algorithm and its evaluation[C]. IEEE international conference on pattern recognition, 1998,1582-1584.
    [Cvetkovic 1995]D. Cvetkovic, M. Doob and H. Sachs, Spectra of graphs-Theory and Application [M], AeademiePress, New York, Johann Ambrosius Barth Verlag,1995.
    [Cvetkovic 2009]D.Cvetkovic, S. K. Simic. Towards a spectral theory of graphs based on the signless Laplacian, I[J]. Publ. Inst. Math.(Beograd),2009,85(99):19-33.
    [Cvetkovic 20101]D.Cvetkovic, S. K. Simic. Towards a spectral theory of graphs based on the signless Laplacian, II[J]. Linear Algebra Appl.,2010,432:2257-2272.
    [Cvetkovic 20102]D.Cvetkovic, S. K. Simic. Towards a spectral theory of graphs based on the signless Laplacian, III[J]. Appl. Anal. Discrete Math.,2010,4:156-166.
    [Dai 1999]X. L. Dai, S. Khorram. A feature-based image registration algorithm using improved chain code representation combined with moment invariants [J]. IEEE Transactions on Geoscience and Remote Sensing,1999,37,2351-2362.
    [David 2004]L.David, T.Chen. Soft shape context for iterative closest point registration[C].2004 International Conference on Image Processing.2004. Singapore, 1081-1084.
    [Delponte 2006] Elisabetta Delponte, Francesco Isgro, Francesca Odone, Alessandro Verri. SVD-matching using SIFT features[J], Graphical Models,2006,68(5-6), 415-431.
    [Depiero 1996]F.Depiero, M.Trivedi and S.Serbin. Graph matching using a direct classification of node attendance[J]. Pattern Recognition,1996,1031-1048.
    [Dumay 1992]A.C.M.Dumay, R.J.van der Geest, J.J.Gerbrands, E.Jansen and J.H.C.Reiber, Consistent inexact graph matching applied to labelling coronary segments in arteriograms[C], in Proc. Int. Conf. Pattern Recognition, Conf. C,1992, 439-442.
    [El-Sonbaty 1998]Y.E1-Sonbaty, M.A.Ismail. A new algorithm for subgraph optimal isomorphism[J]. Pattern Recognition.1998,205-218.
    [Eshera 19841]M.A.Eshera and K.S.Fu. A similarity measure between attributed relational graphs for image analysis[C]. in Proc.7th Int. Conf. Pattern Recognition, 1984,75-77.
    [Eshera 19842]M.A.Eshera and K.S.Fu. A graph distance measure for image analysis[J]. IEEE Trans. Syst. Man Cybern.1984,398-408.
    [Falco 2008]Falco I De, Cioppa A Delia, Maisto D, et al. Differential evolution as a viable tool for satellite image registration[J]. Applied Soft Computing,2008,8: 1453-1462。
    [Fischler 1973]M.Fischler and R.Elschlager. The representation and matching of pictorial structures[J]. IEEE Trans. Comput.1973,67-92.
    [Fischler 1981] M.A. Fischler, R.C. Bolles. Random sample consensus:a paradigm for model fitting with applications to image analysis and automated cartography[J]. Communications of the ACM,1981,24 (6):381-395.
    [Fuchs 1999]F.Fuchs and H.Le Men, Building reconstruction on aerial images through multi-primitive graph matching[C], in Proc.2nd IAPR-TC15 Workshop Graph-Based Representations in Pattern Recognition,1999,21-30.
    [Fuchs 2000]F. Fuchs and H. Le Men, Efficient subgraph isomorphism with a priori knowledge[C],in Proc. Joint IAPR Int. Workshops SSPR and SPR,2000,427-436.
    [Ghahraman 1980]D.E.Ghahraman, A.K.C.Wong, T.Au, Graph optimal monomorphism algorithms[J], IEEE Trans. Syst. Man Cybern.1980,181-188.
    [Gold 1996]S.Gold, A.Rangarajan. A graduated assignment algorithm for graph matching[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1996, 18(4):377-388.
    [Gold 1998]S. Gold, A. Rangarajan, C.P. Lu, et al. New algorithms for 2D and 3D point matching:Pose estimation and correspondence[J]. Pattern Recognition,1998, 31(8):1019-1031.
    [Goursat 1933]E. Goursat, Cours d'Analyse Mathematique[M], Tome II (5th edition), Gauthier Villars, Paris, France,1933.
    [Gregory 2002]L.Gregory, J.Kittler, Using graph search techniques for contextual color retrieval[C]. In:INTERNATIONAL WORKSHOPS SSPR&SPR,2002. Proceedings.2002,133-142.
    [Grone 1990] R. Grone, R. Merris, V. S. Sunder, The Laplacian spectrum of a graph[J], SIAM J. Matrix Analysis Applications,1990,11:218-238.
    [Guo 20041]H.Guo, A.Rangarajan, S.Joshi, et al. Non-rigid registration of shapes via diffeomorphic point matching[J]. IEEE International Symposium on Biomedical Imaging:Nano to Macro.2004,924-927.
    [Guo 20042]H.Guo, A.Rangarajan. A New Joint Clustering and Diffeomorphism Estimation Algorithm for Non-rigid Shape Matching[C]. Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops.2004,16-22.
    [Harris 1988]C.G Harris, M.J. Stepheds. A combined corner and edge detector[C]. In: Proceedings Fourth Alvey Vision Conference, Manchester, England,1988,147-151.
    [Hlaoui 2002]A. Hlaoui and S. Wang. A new algorithm for graph matching with application to content-based image retrieval [C]. in Proc. Joint IAPR Int. Workshops SSPR and SPR,2002,291-300.
    [Hopcoft 1992]J. E. Hopcoft, D. P. Huttenlocher, P. C. Wayner. A ffine invariants for model-based recognition[M]. Geometric Invariance in Computer Vision. Cambridge, Mass:MIT Press,1992,354-374
    [Huckel 1931]E. Huckel. Quantentheoretische Beitrage zum Benzolproblem[J]. Z. Phys.,1931,70:204-286.
    [Imiger 2001]C. Iraiger and H. Bunke. Graph matching:Filtering large databases of graphs using decision trees[C]. in Proc.3rd IAPR-TC15 Workshop Graph-Based Representations in Pattern Recognition,2001,239-249.
    [Khoo 2001]K. G. Khoo and P. N. Suganthan. Multiple relational graphs mapping using genetic algorithms[C]. in Proc.2001 Congress on Evolutionary Computation, 2001,727-733.
    [Kirchhoff 1847]G.Kirchhoff, Uber die Auflosung der Gleiehungen, auf welche man bel dar Untersuchung der linearen Verteilung galvanischer Strome gefuhrt wird[J]. Ann. Phys. Chen.,1847,72:497-508.
    [Kitchen 1979]L.Kitchen and A.Rosenfeld Discrete relaxation for matching relational structures[J]. IEEE Trans. Syst. Man Cybern.1979,869-874.
    [Kittler 1989]J.Kittler and E.R.Hancock, Combining evidence in probabilistic relaxation^]. Int.J. Patt. Recogn. Artif. Intell.1989,3:29-51.
    [Kontoghiorghes 2002]E.J. Kontoghiorghes. Greedy Givens algorithms for computing the rank-k updating of the QR decomposition^]. Parallel Computing,2002, 28:1257-1273.
    [Larrosa 2002]J.Larrosa, G. Valiente. Constraint satisfaction algorithms for graph pattern matching[J]. Mathematical structures in computer science,2002,12:403-422.
    [Lazarescu 2000JM. Lazarescu, H. Bunke and S. Venkatesh. Graph matching:fast candidate elimination using machine learning techniques[C]. in Proc. Joint IAPR Int. Workshops SSPRand SPR,2000,236-245.
    [Liu 1995]C.W.Liu,K.C.Fan, J.T.Horng and Y.K.Wang. Solving weighted graph matching problem by modified microgenetic algorithm[C]. IEEE Int. Conf. Syst. Man Cybern.,1995,638-643.
    [Liu 2000]J.Z.Liu, K. Ma, W. K. Cham and M. M. Y. Chang. Two-layer assignment method for online Chinese character recognition[J]. IEEE Proc. Vis. Imag. Sign. Process.2000,47-54.
    [Luo 2001]B.Luo and E.R.Hancock. Structural graph matching using the EM algorithm and singular value decomposition[J]. IEEE Trans. Patt. Anal. Mach. Intell. 2001,23(10):1120-1136.
    [Mauro 2001]C. De Mauro, M. Diligenti, M. Gori, M. Maggini. Similarity learning for graph based image representations[C], in Proc.3rd IAPR-TC15 Workshop Graph-Based Rep-resentations in Pattern Recognition,2001,250-259.
    [Mckay 1981]B. D. Mckay. Practical graph isomorphism[J]. Congressus numerantium, 1981,30:45-87.
    [Merris 1994]R. Merris, matrices of graphs:A survey[J]. Linear Algebra Appl.1994, 197/198:143-176.
    [Mohar 1991]B. Mohar, The Laplacian spectrum of graphs[J], in:Graph Theory, Combinatorics, and Applications, (Y.Alavi et al., Ed.), Wiley, New York,1991: 871-898.
    [Mohar 1997]B. Mohar, Juvan Martin. Some applications of Laplace eigenvalues of graphs[J]. In Graph Symmetry:Algebraic Methods and Applications,1997, 497:227-275.
    [Murtach 1992]F. Murtach, A new approach to point-pattern matching[J]. Astronomical Society of the Pacific,1992,674(104):301-307.
    [Myers 2000]R.Myers, R.C.Wilson, E. R. Hancock. Bayesian graph edit distance[J]. IEEE Trans. Patt. Anal. Mach. Intell.2000,22:628-635.
    [Ogawa 1984] H. Ogawa. Labeled point pattern matching by fuzzy relaxation[J]. Pattern Recognition,1984,17(5):569-573.
    [Oliveira 2010]C.S.Oliveira, L.S. de Lima, N.M.M. de Abreu, S. Kirkland, Bounds on the Q-spread of a graph[J], Linear Algebra Appl.,2010,432,2342-2351.
    [Omidi 2009]G. R. Omidi. On a signless Laplacian spectral characterization of T-shapetrees[J]. Linear Algebra Appl.2009,431:1607-1615.
    [Ozer 1999]B. Ozer, W. Wolf, A. N. Akansu. A graph based object description for information retrieval in digital image and video libraries[C]. in Proc. IEEE Workshop Content-Based Access of Image and Video Libraries,1999,79-83.
    [Perchant 1999]A.Perchant, C.Boeres, I.Bloch, M.Roux, C.Ribeiro. Model-based scene recognition using graph fuzzy homomorphism solved by genetic algorithm[C]. in Proc.2nd IAPR-TC15 Workshop Graph-Based Representations in Pattern Recognition,1999,61-70.
    [Pilu 1997]M. Pilu. A direct method for stereo correspondence based on singular value decomposition[C]. IEEE Conferece on Computer Vision and Pattern Recognition,1997,261-266.
    [Qian 2009]Jianguo Qian, Konrad Engel, Wei Xu. A generalization of Sperner's theorem and an application to graph orientations[J]. Discrete Applied Mathematics, 2009,157:2170-2176.
    [Ranade 1980]S. Ranade, A. Rosenfeld. Point Pattern Matching by Relaxation[J]. Pattern Recognition. (S0031-3203),1980,12(4):269-275.
    [Rangarajan 1999] A. Rangarajan, A. Yuille, E. Mjolsness. Convergence Properties of the Softassign Quadratic Assignment Algorithm[J]. Neural Computation 1999, 11(6):1455-1474.
    [Sanfeliu 1983]A.Sanfeliu, K.S.Fu. A distance measure between attributed relational graphs for pattern recognition[J]. IEEE Trans, on Systems, Man and Cybernetics, 1983,353-362.
    [Scott 1991] G L. Scott, H. C. Longuet-Higgins. An algorithm for associating the features of 2 images[J]. Proc. Roy. Soc. London Ser. B,1991,244:21-26.
    [Setnes 2001]M. Setnes, R. Babuska. Rule base reduction:some comments on the use of orthogonal transforms[J]. IEEE Trans. Syst., Man, Cybern, Part C,2001, 31(2):199-206
    [Shapiro 1981]L. G. Shapiro, R. M. Haralick. Structural descriptions and inexact matching[J]. IEEE Trans. Patt. Anal. Mach. Intell.1981,504-519.
    [Shapiro 1985]L. G. Shapiro and R. M. Haralick. A metric for comparing relational descriptions[J]. IEEE Trans. Patt. Anal. Mach. Intell.1985,90-94.
    [Shapiro 1992] L. S. Shapiro, J. M. Brady. Feature-based Correspondence-an Eigenvector Approach[J]. Image Vision Comput.,1992,10:283-288.
    [Shin 2010]Dongjoe Shin, Tardi Tjahjadi. Clique descriptor of affine invariant regions for robust wide baseline image matching[J]. Pattern Recognition,2010,43:3261-3272
    [Shoukry 1996]A. Shoukry and M. Aboutabl. Neural network approach for solving the maximal common subgraph problem[J]. IEEE Trans. Syst. Man Cybern.1996, 785-790.
    [Silletti 2011]A. Silletti, A. Abate, J. D. Axelrod, etc. Versatile Spectral Methods for Point Set Matching[J]. Pattern Recognition Letters,2011,32:731-739
    [Sinkhorn 1964] R. Sinkhorn. A Relationship between Arbitrary Positive Matrices and Doubly Stochastic Matrices [J]. The Annals of Mathematical Statistics (S0003-4851), 1964,35(2):876-879.
    [Starink 1995]J.P.P.Starink, E.Backer. Finding point correspondence using simulated annealing[J]. Pattern Recognition,1995,28(2):231-240.
    [Suganthan 1998]P. N. Suganthan, H. Yan. Recognition of handprinted Chinese characters by constrained graph matching[J]. Imag. Vis. Comput.16 (1998) 191-201.
    [Suganthan 2000]P. N. Suganthan, Attributed relational graph matching by neural-gas networks[C]. in Proc.2000 IEEE Signal Processing Society Workshop on Neural Networks for Signal Processing X,2000,366-374.
    [邵2008]邵泽明,朱剑英.RSTC不变矩图像特征点匹配新方法.华南理工大学学报(自然科学版),2008,36(8):37-40
    [史1996]史荣昌.矩阵分析[M].北京:北京理工大学出版社,1996:146-147
    [宋2009]宋其江.基于有向图模型的故障诊断方法研究及其在航天中的应用[D].哈尔滨工业大学博士论文,2009.
    [孙2002]孙冬梅,裘正定.基于确定性退火技术的鲁棒性的点匹配算法[J].计算机学报,2002,25(6):606-611.
    [孙20051]孙焘,王秀坤,邵刚等.二维点模式图像的仿射变换配准[J].计算机辅助设计与图形学学报,2005,17(7):1497-1503.
    [孙20052]孙焘,王秀坤,邵刚等.基于Voronoi图表和进化策略的图像特征点配准方法[J].大连理工大学学报,2005,45(3):443-448.
    [Tang 2007]Jun Tang, Dong Liang, Nian Wang, Yi Zheng Fan. A Laplacian spectral method for stereo correspondence[J]. Pattern Recognition Letters,2007, 28:1391-1399.
    [Taubin 1992]G. Taubin, D. B. Cooper. Object recognition based on moment (or algebraic) invariants[C]. Geometric Invariance in Computer Vision.Cambridge, Mass: MIT Press,1992.375-397
    [Thayananthan 2003]A.Thayananthan, B.Stenger, P.H.S.Torr,etal. Shape Context and Chamfer Matching in Cluttered Scenes[C].Proceedings of the 2003 IEEE Computer Society Conference on Computer Vision and Pattern Recognition.2003, 1-7.
    [Tsai 1979] W.H. Tsai, K.S. Fu. Error-correcting isomorphism of attributed relational graphs for pattern analysis[J]. IEEE Trans, on Systems, Man and Cybernetics,1979, 757-768.
    [Tsai 1983]W.H.Tsai, K.S.Fu. Subgraph error-correcting isomorphisms for syntactic pattern recognition[J]. IEEE Trans, on Systems, Man and Cybernetics,1983,48-61.
    [Tuytelaars 2004JT. Tuytelaars, L.J.V. Gool. Matching widely separated views based on affine invariant regions[J]. hit. J. Comput. Vision 59 (1) (2004) 61-85.
    [谭2008]谭志国.点模式匹配及应用研究[D].国防科学技术大学博士毕业论文,2008.
    [唐2009]唐俊,王年,梁栋,范益政,贾兆红.一种结合形状上下文分析的Laplace谱匹配算法[J].系统仿真学报,2009,14(21):4344-4350.
    [Umeyama 1988] Umeyama S. An eigen decomposition approach to weighted graph matching problems[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1988,10(5):695-703.
    [Ullmann 1976]J. R. Ullmann, An algorithm for subgraph isomorphism, J. Assoc. Comput. Mach,1976,23:31-42.
    [Van 2003]Dam E.R. Van, W. Haemers. Which graphs are determined by their spectrum?[J]. Linear Algebra Appl.,2003,373:241-272.
    [Voss 2001]K. Voss, H. Suesse. Affine Point Pattern Matching[J]. Pattern Recognition:23rd DAGM Symposium Proceedings.2001,155-162.
    [Wang 1994]J.T.L.Wang, K.Zhang, G.W.Chirn. The approximate graph matching problem[C]. in Proc.12th IAPR Int. Pattern Recognition, Conf. B,1994,284-288.
    [Wang 1997]Y.K.Wang, K.C.Fan and J.T.Horng. Genetic-based search for error-correcting graph isomorphism[J]. IEEE Trans. Syst. Man Cybern.1997,589-597.
    [Wang 2006] H. F. Wang, E. R. Hancock. Correspondence Matching Using Kernel Principal Components Analysis and Label Consistency Constraints [J]. Pattern Recognit. (S0031-3203),2006,39(6):1012-1025.
    [Wilkinson 1978]J. H. Wilkinson, The Algebraic Eigenvalue Problem[M], Oxford University Press, UK,1978.
    [Wilson 1997]R.C. Wilson, E.R.Hancock, Structural matching by discrete relaxation[J]. IEEE Trans. Patt. Anal. Mach. Intell.19 (1997) 634-648.
    [Wong 1990]A. K. C. Wong, M. You, S. C. Chan. An algorithm for graph optimal monomorphism[J]. IEEE Trans. Syst. Man Cybern.1990,20:628-638.
    [王 2006]王年,范益政,韦穗,等.基于图的Laplace谱的特征匹配[J].中国图像图形学报,2006,11(3):332-336.
    [王 2009]王年,周梅菊,张江等.基于最小生成树的LAPLACE谱图像匹配算法[J].系统仿真学报,2009,21(17):5481-5485
    [肖 1993]肖位枢.图论及其算法[M].北京:航空工业出版社,1993:134-142.
    [谢 2003]谢政.组合图论[M],国防科学技术大学出版社,2003.
    [徐2002]徐斌,卢朝阳,薛富国.基于灰度差分不变量的点特征匹配[J].计算机工程与科学,2002,24(5):74-77
    [杨 2004]杨明星,庄天戈.一种非刚性医学图像的点配准方法[J].上海交通大学学报,2004,38(5):775-778.
    [Zhao 2007] X. Zhao, S. Wang, X. Ding. A dynamic generating graphical model for point-sets matching[J]. Applied Mathematics and Computation,2007,185(2): 1109-1119.
    [Zheng 2004]Y. F. Zheng, D. Doermann. Robust Point Matching for Non-Rigid Shapes:A Relaxation Labeling Based Approach[R]. Technical Report, LAMP-TR-117, Univ. of Maryland, College Park,2004.
    [Zheng 2005]Y. F. Zheng, D. Doermann. Robust point matching for two-dimensional nonrigid shapes[C]. The 10th IEEE International Conference on Computer Vision. 2005,1561-1566.
    [Zheng 2006]Y.F. Zheng, D. Doermann. Robust point matching for nonrigid shapes by preserving local neighborhood structures. IEEE Transactions on Pattern Analysis and Machine Intelligence,2006,28(4):643-649.
    [Zitova 2003] B. Zitova, J. Flusser, Image registration methods:A survey[J]. Image and Vision Computing,2003,21:977-1000.
    [张2000]张立华,徐文立.基于p2-不变量的透视变换下的点模式匹配方法[J].中国图象图形学报:A辑,2000(11):948-952.
    [张2002]张立华,徐文立.基于凸壳的透视变换下的点模式匹配方法[J].自动化学报,2002,28(2):306-309.
    [张20091]张昌芳,杨宏文,胡卫东,郁文贤.基于Delaunay三角化和谱方法的非精确点模式匹配算法[J].中国图象图形学报,2009,14(7):1386-1391
    [张20092]张超,曾显华,齐凯隆.基于二分图匹配的一类多机调度问题研究[J].软件导刊,2009,8(7):73-75
    [赵2010]赵键,孙即祥,李智勇,陈明生.基于相对形状上下文和谱匹配方法的点模式匹配算法[J].电子与信息学报,2010,10(32):2287-2293.
    [朱2005]朱庆,吴波,赵杰.基于自适应三角形约束的可靠影像匹配方法[J].计算机学报,2005,28(10):1734-1739.
    [朱2010]朱维宝,王劲榕,李砥擎.基于有向图建模的航天器自动化测试研究与实现[J].计算机工程与设计,2010,31(8):1702-1705.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700