活动轮廓模型中向量场基本理论及发展
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
论文研究了计算机视觉中的基本问题:图像分割及目标边界提取。目标边界提取把图像中感兴趣的目标与背景区分开来,它是一类特殊的图像分割。实现图像分割和目标边界提取的重要方法之一是活动轮廓模型,该模型具有数值实现简单且可以提供闭合分割曲线的优点,目前是图像分割和目标边界提取领域中理论和应用方面的一个重要研究课题。在活动轮廓模型中,外部力在曲线演化过程中起主导作用。外部力向量场分为静态向量场和动态向量场。著名的静态向量场有梯度向量流,向量场卷积等,动态向量场有静磁场,流体向量流等,这些向量场在提取目标边界方面取得了极大的成功。然而,外部力向量场中仍存在一些关键的问题需要进一步研究。静态向量场不能提取深凹形边界问题以及在提取复杂几何边界时会遇到“平衡点”问题,动态向量场常需要用边缘检测算子得到边缘特征点来计算得到,对噪声较敏感。本文围绕复杂几何形状目标提取问题,在参数活动轮廓模型中的外部力向量场领域进行了研究,取得了以下研究成果:
     首先,对有关向量场基本知识和基本理论进行了总结,在向量场理论框架下介绍了几种典型的向量场。基于传统的向量场,我们构造了一个新的向量场。构造的向量场由两部分组成。其中一部分是保守场起到扩大向量场捕获范围的作用,另一部分主要作用是驱使轮廓向凹形边界演化。基于两部分的不同作用,通过两个向量场的组合构造出了一个新的向量场。相比传统的向量场,该向量场在提取深凹形边界有了一定的改进。
     其次,传统的轮廓演化方程是基于变分法和最速下降法最小化能量函数得到。梯度向量流和向量场卷积外部力并入到演化方程后,活动轮廓模型在提取复杂凹形边界时常出现过早收敛以及收敛速率较慢的问题。针对这些问题,通过对一些经典的向量场特征进行深入的分析并结合优化方法,提出了冲量梯度下降算法来优化能量泛函。利用冲量梯度下降算法,得到了活动轮廓模型的演化方程。和传统的演化方程相比,用冲量梯度下降算法得到的演化方程是在传统的演化方程中并入了自适应冲量项。该冲量项根据轮廓在向量场的变化能够自适应的变化,提出的自适应冲量方法中未引入新的参数。从向量场角度看,提出的方法相当于在传统的静态场中并入了一个动态外部力(冲量力),冲量力基于静态场特征产生,因此提出的方法建立了静态场向量场和动态向量场之间的联系。
     接着,文中在分析了向量场卷积中外部力之间的相关性基础上,提出了动态约束向量场卷积和偏向向量场卷积两种改进的向量场来分别解决深凹形边界和复杂几何边界提取这两个问题。针对深凹形边界提取,我们提出了动态约束向量场卷积。通过引入与演化轮廓曲线有关的特征函数,使得仅轮廓内部区域的边缘信息被用来产生外部力。这里,提出的向量场是多阶段向量场。此外,为了提取复杂几何边界,又提出了偏向向量场卷积。引入一个与演化轮廓曲线和窄带有关的特征函数,使得轮廓内部中的一些边缘信息被充分的来产生外部力。另外,为了更好的保护边缘,又引入了一个新的边缘映射,引入的边缘映射能够同时刻画边缘和角点特征。从向量场角度出发,通过引入一种特征函数,提出能逐渐去除向量场卷积中外部力之间相关性的两个向量场,这使得静态向量场和动态向量场有了更直观的联系。
     最后,本文提出了一个基于多阶段向量场的活动轮廓模型,这一向量场不是基于原有向量场的改进,而是通过定义的映射来建立向量场。首先对引入的边缘映射二值化后,目标边界特征点有了明确的数值定义。在初始化轮廓后,通过轮廓的法方向,建立了轮廓点与边界特征点之间的映射。在轮廓点与对应边界点之间连线上的各点有相同的方向,均为该轮廓点的法方向,这些向量组成了一个向量场。轮廓在这一向量场演化到收敛状态,收敛状态下未收敛到目标边界的轮廓点继续建立新的映射和向量场,直到轮廓完全收敛到边界。由于提出向量场的多阶段性,向量场在每个阶段是静态向量场,且提出的基于映射产生的向量场是保守向量场。
     实验表明,提出的冲量力场,动态约束向量场卷积,偏向向量场卷积和多阶段向量场均有效的克服了静态向量场中的“平衡点”问题,相对于传统方法,这些向量场方法均提高了凹形和复杂几何边界提取的能力。
The thesis has researched the basic problems in computer vision: image segmentationand object boundary extraction. Object boundary extraction is to distinguish the objectof interest from the image background, it is a special image segmentation. Active contourmodel (ACM) is one of important methods for image segmentation and extracting objectboundaries, it has many advantages, such as easy to implement and ofering closed curves,and it is an important research topic in thesis and application of image segmentation andobject boundary extraction. In active contour models, external force plays a leading rolein curve evolution. External vector felds are divided in static and dynamic vector felds.Famous static vector felds include gradient vector feld (GVF), vector feld convolution(VFC) and so on, dynamic vector felds include magnetostatic feld, fuid vector fow(FVF) and so on, these vector felds have got great success in object boundary extraction.However, there are some critical problems needed to be researched in vector felds. Staticvector felds could not extract the deep concavity, they could sufer from “equilibriumproblem” when extracting complex geometries. Dynamic vector feld always need to useedge detector to obtain the feature points and they are sensitive to noise. Around theproblems of object with complex geometry extraction, some research in vector feld ofparametric active contour model is worked and the main contributions of the thesis areas follows:
     Firstly, the fundamental knowledge and theory about vector feld are summarized,and some typical vector felds are introduced under the framework of the theory of vectorfeld. Based on the traditional vector felds, we construct a new vector feld. The con-structed feld is composed by two parts. One part is a conservative feld and used to playthe role of enlarging the feld’s capture range, and another part is used to push contourevolve to concavity. Based on the diference efects of these two parts, a new feld isobtained by weighting these two parts. Compared with traditional felds, the constructedfeld improve the ability to extract concavity to some degree.
     Secondly, the equation of contour evolution is always obtained based on calculus ofvariations and gradient descent method. After GVF and VFC are integrated with theequation of contour evolution, premature convergence and slow convergence problems ap-pear when extracting complex concavities. Addressing to these problems, integrating withthe optical methods and deeply analyzing the features of typical vector felds, then thegradient descent with momentum method to minimize the energy functional is proposed.Based on gradient descent with momentum method, the equation of contour evolution is obtained. Compared with traditional evolution equation, the evolution equation basedon gradient descent with momentum method is obtained by incorporating the adaptivemomentum term into traditional evolution equation. The momentum term adaptivelychanges as the contour deforms in vector felds, it does not introduce any other new pa-rameter. According to the view of vector felds, proposed method is obtained seems thata dynamically external force (momentum force) is integrated in traditionally static vectorfelds. Therefore, the relationship between static vector feld and dynamical vector feldis built based on proposed method.
     Then, based on the correlative analysis with respect to the external forces of VFC,dynamically constrained vector feld convolution (DCVFC) and biased vector feld con-volution (BVFC) are proposed to address the problems of deep concavity and complexgeometries extraction. Addressing to the problem of deep concavity extraction, DCVFCwas proposed. By introducing an indication function with respect to evolving contour,the edge information inside the evolving contour is utilized. DCVFC is a multistage vec-tor feld. Furthermore, in order to extract complex geometries, BVFC is presented. Anindication function with respect to evolving contour and a narrow band is introduced, afew of edge information inside evolving contour is made use of generating external forces.Besides, another novel edge map is also introduced to protect the object boundary, thisintroduced edge map could describe both the edges and corners equally. By introduc-ing the indication functions, two vector felds which removed the correlation of externalforces in VFC is proposed, and the relationship between static and dynamical vector feldsbecomes more intuitive.
     Finally, a multistage vector feld based active contour model is proposed. This vectorfeld is not the improvement of original vector felds, it is obtained by defning a map.Image binaryzation for the introduced edge map is frstly performed, the object boundarypoints clearly have numerical defnition. After setting the initial contour, the map is buildbetween the contour points and object boundary points based on the normal direction ofthe contour. The points located the segment between the contour point and correspondingobject boundary point have the same direction, the direction of vectors at these points arethe normal direction of contour point. These vectors constitute a vector feld. Contourevolves to convergence in this vector feld. The points which does not converge to theobject boundary continue to set a new map and vector feld, the map and vector feld arenot set until the contour points completely converge to object boundary. Because of themultiple stage of proposed vector feld, vector feld in every stage is static, and the feldobtained based on the defned map is conservative.
     Experimental results show that proposed momentum force feld, DCVFC, BVFCand multistage vector feld efectively get rid of the “equilibrium problem” which alwaysexists in static vector feld, and all these methods improve the abilities in extracting deepconcavity and complex geometry compared with traditional methods.
引文
[1]王润生.图像理解[M].湖南:国防科技大学出版社,1995.
    [2]章毓晋.图像分割[M].科学出版社,2001.
    [3] Fu K S,Mui J K. A survey on image segmentation [J]. Pattern recognition,1981,13(1):3-16.
    [4] Haralick R M,Shapiro L G. Image segmentation techniques [J]. Computer vision,graphics,and image processing,1985,29(1):100-132.
    [5] Pal N R,Pal S K. A review on image segmentation techniques [J]. Pattern recogni-tion,1993,26(9):1277-1294.
    [6]罗希平,田捷.图像分割方法综述[J].模式识别与人工智能,1999,12(3):300-312.
    [7]马颂德,张正友.计算机视觉:计算理论与算法基础[M].科学出版社,1998.
    [8]曾德炉.目标轮廓提取模型的结构表示理论的研究和实现[D].华南理工大学,2009.
    [9]孔丁科.几何活动轮廓图像分割模型的研究[D].浙江大学,2010.
    [10]焦李成,谭山.图像的多尺度几何分析:回顾和展望[J].电子学报,2003,31(12):1975-1981.
    [11] Górriz J M,Ramírez J,Lang E W,et al. Hard c-means clustering for voice activitydetection [J]. Speech communication,2006,48(12):1638-1649.
    [12] Bezdek J C,Ehrlich R,Full W. FCM: The fuzzy c-means clustering algorithm [J].Computers&Geosciences,1984,10(2):191-203.
    [13] Ahmed M N,Yamany S M,Mohamed N,et al. A modifed fuzzy c-means algorithmfor bias feld estimation and segmentation of MRI data [J]. IEEE Transactions onMedical Imaging,2002,21(3):193-199.
    [14] Szilagyi L,Benyo Z,Szilágyi S M,et al. MR brain image segmentation usingan enhanced fuzzy c-means algorithm [C]//Engineering in Medicine and BiologySociety,2003. Proceedings of the25th Annual International Conference of the IEEE.IEEE,2003,1:724-726.
    [15] Chen S,Zhang D. Robust image segmentation using FCM with spatial constraintsbased on new kernel-induced distance measure [J]. IEEE Transactions on Systems,Man,and Cybernetics,Part B: Cybernetics,2004,34(4):1907-1916.
    [16] Chuang K S,Tzeng H L,Chen S,et al. Fuzzy c-means clustering with spatialinformation for image segmentation [J]. computerized medical imaging and graphics,2006,30(1):9-15.
    [17] Cai W,Chen S,Zhang D. Fast and robust fuzzy c-means clustering algorithmsincorporating local information for image segmentation [J]. Pattern Recognition,2007,40(3):825-838.
    [18] Kang J,Min L,Luan Q,et al. Novel modifed fuzzy c-means algorithm withapplications [J]. Digital Signal Processing,2009,19(2):309-319.
    [19] Krinidis S,Chatzis V. A robust fuzzy local information C-means clustering algo-rithm [J]. IEEE Transactions on Image Processing,2010,19(5):1328-1337.
    [20] Liu G,Zhou Z,Xie S. Regularized fuzzy clustering for fast image segmentation[C]//ICIST,2013. Proceedings of2013third IEEE international conference on in-formation sciende and technology,ICIST,IEEE,2013:1164-1167.
    [21] Comaniciu D,Meer P. Mean shift: A robust approach toward feature space analysis[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2002,24(5):603-619.
    [22] Kolmogorov V,Zabin R. What energy functions can be minimized via graph cuts?[J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2004,26(2):147-159.
    [23] Boykov Y Y,Jolly M P. Interactive graph cuts for optimal boundary®ionsegmentation of objects in ND images [C]//ICCV2001. Proceedings. Eighth IEEEInternational Conference on Computer Vision,IEEE,2001,1:105-112.
    [24] Boykov Y,Kolmogorov V. An experimental comparison of min-cut/max-fow algo-rithms for energy minimization in vision [J]. IEEE Transactions on Pattern Analysisand Machine Intelligence,2004,26(9):1124-1137.
    [25]姜东焕.小波与偏微分方程在图像处理中的应用研究[D].西安:西安电子科技大学,2007.
    [26] Aubert G,Kornprobst P. Mathematical problems in image processing: partial dif-ferential equations and the calculus of variations [M]. Springer,2006.
    [27]杨新.图像偏微分方程的原理与应用[M].上海:上海交通大学出版社,2003.
    [28]蔡超.基于小波和偏微分方程的图像处理方法与应用[D].武汉:华中科技大学,2005.
    [29] Kass M,Witkin A,Terzopoulos D. Snakes: Active contour models [J]. Internationaljournal of computer vision,1988,1(4):321-331.
    [30]周昌雄.基于活动轮廓模型的图像分割方法研究[D].南京:南京航空航天大学,2005.
    [31]田捷,包尚联,周明全.医学影像处理与分析[M].北京:电子工业出版社,2003.
    [32] Valdés-Cristerna R,Medina-Banuelos V,Yánez-Suárez O. Coupling of radial-basisnetwork and active contour model for multispectral brain MRI segmentation [J].IEEE Transactions on Biomedical Engineering,2004,51(3):459-470.
    [33] Khotanlou H,Colliot O,Atif J,et al.3D brain tumor segmentation in MRI usingfuzzy classifcation,symmetry analysis and spatially constrained deformable models[J]. Fuzzy Sets and Systems,2009,160(10):1457-1473.
    [34] Corso J J,Sharon E,Dube S,et al. Efcient multilevel brain tumor segmenta-tion with integrated bayesian model classifcation [J]. IEEE Transactions on MedicalImaging,2008,27(5):629-640.
    [35] Albert Huang A,Abugharbieh R,Tam R. A Hybrid Geometric–Statistical De-formable Model for Automated3-D Segmentation in Brain MRI [J]. IEEE Transac-tions on Biomedical Engineering,2009,56(7):1838-1848.
    [36]高向军.活动轮廓模型及其在虚拟内窥镜中的应用研究[D].广州:华南理工大学,2008.
    [37] Grudin M A. On internal representations in face recognition systems [J]. Patternrecognition,2000,33(7):1161-1177.
    [38] Paragios N,Deriche R. Geodesic active regions and level set methods for motion es-timation and tracking [J]. Computer Vision and Image Understanding,2005,97(3):259-282.
    [39] Peterfreund N. Robust tracking of position and velocity with Kalman snakes [J].IEEE Transactions on Pattern Analysis and Machine Intelligence,1999,21(6):564-569.
    [40]李启翮.基于蛇模型的图像分割与目标轮廓跟踪研究[D].清华大学,2008.
    [41] Li Q,Luo Y,Xiao D. Video object contour tracking using improved dual-frontactive contour [M]//Computational Intelligence. Springer Berlin Heidelberg,2006,4114:855-865.
    [42] Rathi Y,Vaswani N,Tannenbaum A,et al. Particle fltering for geometric activecontours with application to tracking moving and deforming objects [C]//ComputerVision and Pattern Recognition,2005. IEEE Computer Society Conference on.IEEE,2005,2:2-9.
    [43] Paragios N,Deriche R. Geodesic active contours and level sets for the detection andtracking of moving objects [J]. IEEE Transactions on Pattern Analysis and MachineIntelligence,2000,22(3):266-280.
    [44]宁纪锋.图像分割和目标跟踪中的若干问题研究[D].西安:西安电子科技大学,2009.
    [45]李培华,张田文.主动轮廓线模型(蛇模型)综述[J].软件学报,2000,11(6):751-757.
    [46] Caselles V,CattéF,Coll T,et al. A geometric model for active contours in imageprocessing [J]. Numerische mathematik,1993,66(1):1-31.
    [47] Cohen L D,Cohen I. Finite-element methods for active contour models and balloonsfor2-D and3-D images [J]. IEEE Transactions on Pattern Analysis and MachineIntelligence,1993,15(11):1131-1147.
    [48] Nocedal,J.,and Wright,S.,Numerical Optimization [M],2nd ed,Springer,2006.
    [49] Kimmel R,Amir A,Bruckstein A M. Finding shortest paths on surfaces usinglevel sets propagation [J]. IEEE Transactions on Pattern Analysis and Machine In-telligence,1995,17(6):635-640.
    [50] Han C,Hatsukami T S,Hwang J N,et al. A fast minimal path active contourmodel [J]. IEEE Transactions on Image Processing,2001,10(6):865-873.
    [51] Amini A A,Weymouth T E,Jain R C. Using dynamic programming for solv-ing variational problems in vision [J]. IEEE Transactions on Pattern Analysis andMachine Intelligence,1990,12(9):855-867.
    [52] Mortensen E N, Barrett W A. Intelligent scissors for image composition[C]//Proceedings of the22nd annual conference on Computer graphics and inter-active techniques. ACM,1995:191-198.
    [53] Williams D J,Shah M. A fast algorithm for active contours and curvature estimation[J]. CVGIP: Image understanding,1992,55(1):14-26.
    [54] Xie S,Zeng D,Zhou Z,et al. Arranging and interpolating sparse unorganizedfeature points with geodesic circular arc [J]. IEEE Transactions on Image Processing,2009,18(3):582-595.
    [55] Mishra A K,Fieguth P W,Clausi D A. Decoupled active contour (DAC) for bound-ary detection [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2011,33(2):310-324.
    [56] Viterbi A. Error bounds for convolutional codes and an asymptotically optimumdecoding algorithm [J]. IEEE Transactions on Information Theory,1967,13(2/3):260-269.
    [57] Sum K W,Cheung P. Boundary vector feld for parametric active contours [J].Pattern Recognition,2007,40(6):1635-1645.
    [58] Xu C,Prince J L. Snakes,shapes,and gradient vector fow [J]. IEEE Transactionson Image Processing,1998,7(3):359-369.
    [59] Li B,Acton S T. Active contour external force using vector feld convolution forimage segmentation [J]. IEEE Transactions on Image Processing,2007,16(8):2096-2106.
    [60] Xu C,Prince J L. Generalized gradient vector fow external forces for active contours[J]. Signal processing,1998,71(2):131-139.
    [61] Zhu G,Zhang S,Zeng Q,et al. Gradient vector fow active contours with priordirectional information [J]. Pattern Recognition Letters,2010,31(9):845-856.
    [62] Jifeng N,Chengke W,Shigang L,et al. NGVF: An improved external force feldfor active contour model [J]. Pattern Recognition Letters,2007,28(1):58-63.
    [63] Wang Y,Liu L,Zhang H,et al. Image segmentation using active contours withnormally biased GVF external force [J]. IEEE signal Processing letters,2010,17(10):875-878.
    [64]宁纪锋,吴成柯,姜光,等.梯度向量流的各向异性扩散分析[J].软件学报,2010,21(4):612-619.
    [65]何传江,唐利明.几何活动轮廓模型中停止速度场的异性扩散[J].软件学报,2007,18(2):600-607.
    [66] Kovacs A,Sziranyi T. Harris function based active contour external force for imagesegmentation [J]. Pattern Recognition Letters,2012,33(9):1180-1187.
    [67] Gil D,Radeva P. Curvature vector fow to assure convergent deformable modelsfor shape modelling [C]//Energy Minimization Methods in Computer Vision andPattern Recognition. Springer Berlin Heidelberg,2003:357-372.
    [68] Li Q,Luo Y,Xiao D. Adaptive pressure force―a new external force for the snakemodel [J]. Optical Engineering,2008,47(5):057006-057006-7.
    [69]侯志强,韩崇昭.基于力场分析的主动轮廓模型[J].计算机学报,2004,27(6):743-749.
    [70] Cheng J,Foo S W. Dynamic directional gradient vector fow for snakes [J]. IEEETransactions on Image Processing,2006,15(6):1563-1571.
    [71] Xie X,Mirmehdi M. MAC: Magnetostatic active contour model [J]. IEEE Transac-tions on Pattern Analysis and Machine Intelligence,2008,30(4):632-646.
    [72] Wang T,Cheng I,Basu A. Fluid vector fow and applications in brain tumorsegmentation [J]. IEEE Transactions on Biomedical Engineering,2009,56(3):781-789.
    [73] Mumford D,Shah J. Optimal approximations by piecewise smooth functions andassociated variational problems [J]. Communications on pure and applied mathemat-ics,1989,42(5):577-685.
    [74] Malladi R,Sethian J A,Vemuri B C. Shape modeling with front propagation: Alevel set approach [J]. IEEE Transactions on Pattern Analysis and Machine Intelli-gence,1995,17(2):158-175.
    [75] Osher S,Sethian J A. Fronts propagating with curvature-dependent speed: algo-rithms based on Hamilton-Jacobi formulations [J]. Journal of computational physics,1988,79(1):12-49.
    [76] Chan T F,Vese L A. Active contours without edges [J]. IEEE Transactions onImage Processing,2001,10(2):266-277.
    [77] Li C,Xu C,Gui C,et al. Level set evolution without re-initialization: a new vari-ational formulation [C]//Computer Vision and Pattern Recognition,2005. CVPR2005. IEEE Computer Society Conference on. IEEE,2005,1:430-436.
    [78]张开华,周文罡,张振,等.一种改进的CV主动轮廓模型[J].光电工程,2008,35(12):112-116.
    [79] Zhang K,Zhang L,Song H,et al. Re-initialization free level set evolution viareaction difusion [J]. IEEE Transactions on Image Processing,2013,22(1):258-271.
    [80] Xie X. Active contouring based on gradient vector interaction and constrained levelset difusion [J]. IEEE Transactions on Image Processing,2010,19(1):154-164.
    [81] Caselles V,Kimmel R,Sapiro G. Geodesic active contours [J]. International journalof computer vision,1997,22(1):61-79.
    [82] Xu C,Yezzi Jr A,Prince J L. On the relationship between parametric and geomet-ric active contours [C]//Signals,Systems and Computers,2000. Conference Recordof the Thirty-Fourth Asilomar Conference on. IEEE,2000,1:483-489.
    [83] Paragios N,Mellina-Gottardo O,Ramesh V. Gradient vector fow fast geometricactive contours [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2004,26(3):402-407.
    [84] Vese L A,Chan T F. A multiphase level set framework for image segmentationusing the Mumford and Shah model [J]. International journal of computer vision,2002,50(3):271-293.
    [85] Papandreou G,Maragos P. Multigrid geometric active contour models [J]. IEEETransactions on Image Processing,2007,16(1):229-240.
    [86] Li H,Yezzi A. Local or global minima: fexible dual-front active contours [J]. IEEETransactions on Pattern Analysis and Machine Intelligence,2007,29(1):1-14.
    [87] Sundaramoorthi G,Yezzi A,Mennucci A C. Sobolev active contours [J]. Interna-tional Journal of Computer Vision,2007,73(3):345-366.
    [88] Li C,Kao C Y,Gore J C,et al. Implicit active contours driven by local binary ft-ting energy [C]//Computer Vision and Pattern Recognition,2007. CVPR’07. IEEEConference on. IEEE,2007:1-7.
    [89] Li C,Kao C Y,Gore J C,et al. Minimization of region-scalable ftting energyfor image segmentation [J]. IEEE Transactions on Image Processing,2008,17(10):1940-1949.
    [90] Li C,Huang R,Ding Z,et al. A level set method for image segmentation in thepresence of intensity inhomogeneities with application to MRI [J]. IEEE Transactionson Image Processing,2011,20(7):2007-2016.
    [91] Darolti C,Mertins A,Bodensteiner C,et al. Local region descriptors for activecontours evolution [J]. IEEE Transactions on Image Processing,2008,17(12):2275-2288.
    [92] Zhang K,Song H,Zhang L. Active contours driven by local image ftting energy[J]. Pattern recognition,2010,43(4):1199-1206.
    [93] Leventon M E,Grimson W E L,Faugeras O. Statistical shape infuence in geodesicactive contours [C]//Computer Vision and Pattern Recognition,2000. Proceedings.IEEE Conference on. IEEE,2000,1:316-323.
    [94] Tsai A,Yezzi Jr A,Willsky A S. Curve evolution implementation of the Mumford-Shah functional for image segmentation,denoising,interpolation,and magnifca-tion [J]. IEEE Transactions on Image Processing,2001,10(8):1169-1186.
    [95] Tsai A,Yezzi Jr A,Wells W,et al. A shape-based approach to the segmentation ofmedical imagery using level sets [J]. IEEE Transactions on Medical Imaging,2003,22(2):137-154.
    [96] Charpiat G,Faugeras O,Keriven R. Approximations of shape metrics and appli-cation to shape warping and empirical shape statistics [J]. Foundations of Compu-tational Mathematics,2005,5(1):1-58.
    [97] Cremers D,Soatto S. Motion competition: A variational approach to piecewise para-metric motion segmentation [J]. International Journal of Computer Vision,2005,62(3):249-265.
    [98] Cremers D,Sochen N,Schn o¨ rr C. A multiphase dynamic labeling model for varia-tional recognition-driven image segmentation [J]. International Journal of ComputerVision,2006,66(1):67-81.
    [99] Chen S,Cremers D,Radke R J. Image Segmentation with One Shape Prior–ATemplate-Based Formulation [J]. Image and Vision Computing,2012.30:1032-1042
    [100] Ben Salah M,Ben Ayed I,Mitiche A. Active curve recovery of region boundarypatterns [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2012,34(5):834-849.
    [101] Marsden J E,Tromba A. Vector calculus [M]. Macmillan,2003.
    [102] Polthier K, Preu E. Variational approach to vector feld decomposition [M].Springer Vienna,2000.
    [103] Weinkauf T,Theisel H,Shi K,et al. Extracting higher order critical points andtopological simplifcation of3D vector felds [C]//Visualization,2005. VIS05. IEEE.IEEE,2005:559-566.
    [104] Globus A, Levit C, Lasinski T. A tool for visualizing the topology of three-dimensional vector felds [C]//Proceedings of the2nd conference on Visualization’91.IEEE Computer Society Press,1991:33-40.
    [105] Theisel H,Weinkauf T,Hege H C,et al. Saddle connectors-an approach to visu-alizing the topological skeleton of complex3D vector felds [C]//Visualization,2003.IEEE,2003:225-232.
    [106]陈晓芬.平面向量场源,汇特征检测及可视化研究[D].青岛:中国海洋大学,2009.
    [107]杨冠杰,尚海霞,吴克勤.利用向量场分解算法提取与可视化平面流场的涡旋特征[J].中国海洋大学学报(自然科学版),2005,35(5):843-848.
    [108] Ghosh P,Bertelli L,Sumengen B,et al. A nonconservative fow feld for robustvariational image segmentation [J]. IEEE Transactions on Image Processing,2010,19(2):478-490.
    [109] Ma W Y,Manjunath B S. EdgeFlow: a technique for boundary detection andimage segmentation [J]. IEEE Transactions on Image Processing,2000,9(8):1375-1388.
    [110] Prince J L,Xu C. A new external force model for snakes [C]//Proc.1996Imageand Multidimensional Signal Processing Workshop.1996,3(31):1.
    [111] Zeng D,Zhou Z,Xie S. Image segmentation based on the Poincare map method[J]. IEEE Transactions on Image Processing,2012,21(3):946-957.
    [112] Wang Y,Jia Y,Liu L. Harmonic gradient vector fow external force for snakemodel [J]. Electronics Letters,2008,44(2):105-106.
    [113] Guillot L,Le Guyader C. Extrapolation of vector felds using the infnity Lapla-cian and with applications to image segmentation [M]//Scale Space and VariationalMethods in Computer Vision. Springer Berlin Heidelberg,2009:87-99.
    [114] Wu Y,Jia Y,Wang Y. Adaptive difusion fow for parametric active contours[C]//ICPR2010,20th International Conference on Pattern Recognition,IEEE,2010:2788-2791.
    [115] Liu G,Zhong H,Zhou Z. Construction of vector feld for snakes [C]//ICMLC2013,12th International Conference on Machine Learning and Cybernetics,IEEE,2013:393-397
    [116] Bresson X,Esedoglu S,Vandergheynst P,et al. Fast global minimization of theactive contour/snake model [J]. Journal of Mathematical Imaging and vision,2007,28(2):151-167.
    [117] Brown E S,Chan T F,Bresson X. Completely convex formulation of the Chan-Vese image segmentation model [J]. International journal of computer vision,2012,98(1):103-121.
    [118] Goldstein T,Osher S. The split Bregman method for L1-regularized problems [J].SIAM Journal on Imaging Sciences,2009,2(2):323-343.
    [119] Goldstein T,Bresson X,Osher S. Geometric applications of the split Bregmanmethod: segmentation and surface reconstruction [J]. Journal of Scientifc Comput-ing,2010,45(1-3):272-293.
    [120] Andersson T,Lathen G,Lenz R,et al. Modifed gradient search for level setbased image segmentation [J].2013,22(2):621-630.
    [121] Qian N. On the momentum term in gradient descent learning algorithms [J]. Neuralnetworks,1999,12(1):145-151.
    [122] Zhang N,Wu W,Zheng G. Convergence of gradient method with momentum fortwo-layer feedforward neural networks [J]. IEEE Transactions on Neural Networks,2006,17(2):522-525.
    [123] Yu C C,Liu B D. A backpropagation algorithm with adaptive learning rate andmomentum coefcient [C]//IJCNN’02. Proceedings of the2002International JointConference on Neural Networks,IEEE,2002,2:1218-1223.
    [124] Shao H,Zheng G. A new BP algorithm with adaptive momentum for FNNs training[C]//GCIS’09. WRI Global Congress on Intelligent Systems,IEEE,2009,4:16-20.
    [125] Shao H,Zheng G. Convergence analysis of a back-propagation algorithm withadaptive momentum [J]. Neurocomputing,2011,74(5):749-752.
    [126][Online]. Available: http://dmforge.itn.liu.se/lsopt/
    [127] Chambolle A. An algorithm for total variation minimization and applications [J].Journal of Mathematical imaging and vision,2004,20(1-2):89-97.
    [128] Aujol J F,Gilboa G,Chan T,et al. Structure-texture image decomposition―modeling,algorithms,and parameter selection [J]. International Journal of Com-puter Vision,2006,67(1):111-136.
    [129] Wang Y,Jia Y. External force for active contours: gradient vector convolution[M]//PRICAI2008: Trends in Artifcial Intelligence. Springer Berlin Heidelberg,2008:466-472.
    [130]刘国奇,周智恒.基于多阶段向量场的活动轮廓模型[J].华南理工大学学报(自然科学版),2013,41(6):47-52.
    [131][Online]. Available: http://www.cma.mgh.harvard.edu/ibsr/