医学图像非刚性配准方法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
医学图像非刚性配准是医学图像处理和分析的关键步骤,是图像对比、数据融合、目标识别和病理变化分析的必要前提。目前,医学图像非刚性配准主要应用于医学图像融合预处理、手术精确导航、疗效评估、病理跟踪、辅助医疗诊断和放射治疗规划等方面。本文主要研究医学图像非刚性配准算法,围绕配准精度、鲁棒性、拓扑保持性和计算速度等问题展开研究工作,重点研究了具有拓扑保持性的diffeomorphic Demons算法、基于特征点配准的t分布混合模型、基于特征点与灰度的混合配准算法和基于GPU的二级并行加速算法,其研究成果如下。
     针对diffeomorphic Demons算法配准后的变形场不具备拓扑保持性的问题,使用计算机视觉中的黎曼流形,通过Sochen-Kimmel-Malladi非线性扩散方程将图像所在的欧式空间嵌入到高维黎曼空间中,将三维图像看作黎曼空间中的四维流形,把图像配准问题转换成为曲面演化问题。通过最小化Polyakov泛函并同时计算图像变形场和灰度偏移以校正因灰度变化引起的图像拓扑改变。使用分割结果作为先验知识,标记图像中拓扑变化的区域以约束变形场能量分部,强化浮动图像的拓扑保持性。
     针对高斯混合模型抗外点干扰能力弱的问题,将高斯混合模型推广为t分布混合模型,提出了基于t分布混合模型的特征点非刚性配准算法。使用EM算法最小化非刚性配准参数的条件期望获得其闭合解。t分布混合模型通过计算浮动点的权重,减小了外点对配准结果的影响;计算浮动点的自由度,自适应地改变其概率密度分布,提高了算法的鲁棒性,并避免了噪声水平估计误差影响配准结果。使用含局部空间约束性质的Dirichlet分布作为t分布混合模型的浮动点先验权重,增加其空间约束性质,提高特征点配准的准确性和抗干扰能力。在t分布混合模型中加入点集位移的正则项,使邻近点具有运动一致性。根据特征点刚性配准、仿射配准和非刚性配准的约束性质,将t分布混合模型的非刚性配准算法进一步推广到刚性配准算法和仿射配准算法。
     针对非刚性配准时易出现变形场混叠的问题,提出了基于特征点和灰度的混合配准算法。首先使用特征点配准的位移向量场和改进的距离函数预校正diffeomorphic Demons算法的变形场,然后使用含改进正则项的diffeomorphicDemons算法继续精确配准图像并配准图像过校正区域。含改进正则项的diffeomorphic Demons算法根据像素到目标区域的距离自适应地改变更新步长。当像素在目标区域附近时,更新步长较小,可精确精确配准图像;像素在图像边缘时,更新步长较大,可配准过校正的像素并加快收敛速度。
     针对基于归一化互信息测度的B样条非刚性配准算法计算量大、配准缓慢的问题,提出了基于B样条的二层并行算法。对归一化互信息使用数据并行算法;对梯度下降流使用任务并行算法,并将数据并行算法嵌入到任务并行算法中。为进一步减少计算量,提出了基于图像多层次局部熵的控制点分布优化算法,使活动控制点仅分布于待配准的目标之上;使用B样条系数的快速算法;使用Greedy算法均衡因控制点分布优化造成的线程块计算量不平衡的问题。
Medical image registration is a key component in medical image processing andanalysis, including image comparison, image fusion and image variation analysis andtarget recognition. Medical image registration is now applied in image fusion, surgicalnavigation, response evaluation, pathological tracking, auxiliary medical diagnosisand radiotherapy planning. In this dissertation, we concentrate on the non-rigidregistration algorithm based on image intensity, feature points and mixture algorithmto improve the veracity, accuracy and topological homeomorphism. GPU is used toaccelerate the non-rigid registration. The major contributions of this dissertation are asfollows.
     A diffeomorphic Demons algorithm with topological homeomorphism based onRiemannian manifold is proposed due to the traditional diffeomorphic Demonsalgorithm lacking of topological homeomorphism. A three dimensional medicalimages is treated as a four dimensional manifold in four dimensional Riemannianspace by Sochen-Kimmel-Malladi Nonlinear diffusion equation. So, the three imageregistration is transformed to a four dimensional curve evolution. In order to correctthe topology change caused by intensity offset, the deformation field and the intensityoffset are computed at the same time by minimizing the Polyakov functional. Asegmentation result is used as the prior knowledge to constraint the deformation fieldenergy and strengthens the topological homeomorphism
     A robust non-rigid registration approach based on the Students’t-distributionmixture model is proposed due to the Gaussian mixture model being vulnerable by theoutliers and the data with longer than normal tails. The Gaussian mixture model is a special case of the Students’t-distribution mixture model in theory. The parameter setof the Students’t-distribution mixture model is solved by EM algorithm. The weight ofeach float point is calculated in EM algorithm instead of a constant in order to reducethe impact of outliers. The degree of freedom of each point in theStudents’t-distribution mixture model is calculated to change the probability densitydistribution to avoid estimating the noise level of data sets in the Gaussian mixturemodel that may bring the additional error. We impose the local spatial constraints byadding the Dirichlet distribution and enhance the accuracy and anti-jammingcapability of the Students’t-distribution mixture models. The points have a feature ofcoherent point drift by adding regularization into the expectation function. Moreover,we extend the algorithm to rigid registration and affine registration.
     In order to solve the problem of the aliasing transformation field in medicalimages registration, a hybrid non-rigid registration algorithm including feature pointsand intensity is proposed in this dissertation. A double-layer correction approach isused to revise the aliasing transformation field produced by the diffeomorphicDemons algorithm. Firstly, the displacement vectors produced by feature pointregistration are used to pre-correct the field. Secondly, the diffeomorphic Demonsalgorithm with an improved regularization is used to align the corrected image. Theupdate step length is selected adaptively according to the distances between the pixelsand the interval region. The improved diffeomorphic Demons algorithm not onlyimproves the accurate in the target regions but also improves the veracity in theovercorrection regions.
     The non-rigid registration is slow due to a large number of control points, theiterative strategy and the normalized mutual information (NMI). A parallel algorithmcombining a B-spline coefficient optimization algorithm is proposed to accelerateregistration. In this algorithm, the data parallel algorithm computes NMI and the taskparallel algorithm, which the data parallel algorithm is embedded in, computes thegradient descent flow. Control points are restrained on the targets by computing imagelocal entropy to reduce computation. A thread balance algorithm based on Greedy isused to solve the computation imbalance problem caused by the uneven distribution of control points.
引文
[1] Brown L G. A survey of image registration techniques [J]. ACM Computing Surveys,1992,24(4):325-376.
    [2] Zitová B, Flusser J. Image registration methods: a survey [J]. Image and Vision Computing,2003,21(11):977-1000.
    [3] Torre D Z, Atkins M S, Booth K S. Approaches to registration using3D surfaces [C]. in:Murray H. Loew, eds. Medical Imaging1994: Image Processing. Newport Beach, CA: SPIE,1994.176-187.
    [4] Lester H, Arridge S R. A survey of hierarchical non-linear medical image registration [J].Pattern Recognition,1999,32(1):129–149.
    [5] Petra A E, Pol E J D, Viergever M A. Medical image matching-a review with classification[J]. IEEE Engineering in Medicine and Biology Magazine,1993,12(1):26-39.
    [6] Suh J W, Wyatt C L. Registration Under Topological Change for CT Colonography [J]. IEEETransactions on Biomedical Engineering,2011,58(5):1403-1411.
    [7]支力佳,张少敏,赵大哲,等.融合多种特征点信息的最小生成树医学图像配准[J].计算机研究与发展,2011,48(3):501-507.
    [8] Horaud R, Forbes F, Yguel M, et al. Rigid and Articulated Point Registration withExpectation Conditional Maximization [J]. IEEE Transactions on Pattern Analysis and MachineIntelligence,2011,33(3):587-602.
    [9] Wang Z M, Song Q, Soh Y C, et al. Robust Curve Clustering Based Multivariatet-Distribution Model [J]. IEEE Transactions on Neural Networks,2010,21(12):1976-1984.
    [10] Chatzis S P, Kosmopoulos D I, Varvarigou T A. Robust Sequential Data Modeling Usingan Outlier Tolerant Hidden Markov Model [J]. IEEE Transactions on Pattern Analysis andMachine Intelligence,2009,31(9):1657-1669.
    [11] Taron M, Paragios N, Jolly M P. Registration with Uncertainties and Statistical Modeling ofShapes with Variable Metric Kernels [J]. IEEE Transactions on Pattern Analysis and MachineIntelligence,2009,31(1):99-113.
    [12] Subrahmanyam G, Valérie D, Xavier B, et al. Active deformation fields: Dense deformationfield estimation for atlas-based segmentation using the active contour framework [J]. MedicalImageAnalysis,2011,15(6):787-800.
    [13]白小晶.基于偏微分方程的图像分割与配准研究[D].[博士学位论文].南京:南京理工大学,2010.
    [14]李广伟,刘云鹏,尹健,等.基于黎曼二阶最小化的投影图像配准算法[J].仪器仪表学报,2010,31(6):1323-1329.
    [15] Li X X, Wyatt C. Modeling topological changes in deformable registration [C]. In:2010IEEE International Symposium on Biomedical Imaging: From Nano to Macro. Rotterdam: IEEE,2010.2010.
    [16] Monica H, Matias Bossa, Salvador O. Registration of Anatomical Images Using Pathsof Diffeomorphisms Parameterized with Stationary Vector Field Flows [J]. International Journal ofComputer Vision,2009,85(3):291-306.
    [17] Klein A, Ghosh S S, Avants B, et al. Evaluation of volume-based and surface-based brainimage registration methods [J]. NeuroImage,2010,51(1):214-220.
    [18] Murphy K, van Ginneken B, Klein S, et al. Semi-automatic construction of referencestandards for evaluation of image registration [J]. Medical ImageAnalysis,2011,15(1):71-84.
    [19] Murphy K, van Ginneken B, Reinhardt J M, et al. Evaluation of Registration Methods onThoracic CT: The EMPIRE10Challenge," Medical Imaging [J]. IEEE Transactions on,2011,30(11):1901-1920.
    [20] Aljabar P, Wolz R, Srinivasan L, et al. ACombined Manifold Learning Analysis of Shape andAppearance to Characterize Neonatal Brain Development [J]. IEEE Transactions on MedicalImaging,2011,30(12):2072-2086.
    [21] Lee D, Nam WH, Lee JY, et al. Non-rigid registration between3D ultrasound and CT imagesof the liver based on intensity and gradient information [J]. Physics in Medicine and Biology,2011,56(1):117-137.
    [22] Wachinger C, Navab N. Structural image representation for image registration [C]. In:2010IEEE Computer Society Conference on Computer Vision and Pattern Recognition Workshops. SanFrancisco, CA: IEEE,2010.13-18.
    [23] Wachinger C, Navab N. Entropy and Laplacian images: Structural representations formulti-modal registration [J]. Medical ImageAnalysis,2012,16(1):1-17.
    [24]温江涛,王伯雄,秦垚.基于局部灰度梯度特征的图像快速配准方法[J].清华大学学报(自然科学版),2009,49(5):673-675.
    [25] E. Haber and J. Modersitzki,"Intensity Gradient Based Registration and Fusion ofMulti-modal Images [C]. In: Larsen, Eds. Medical Image Computing and Computer-AssistedIntervention2006. Berlin: Springer.726-733.
    [26] McNeill G, Vijayakumar G. AProbabilistic Approach to Robust Shape Matching[C]. In:2006IEEE International Conference on Image Processing. Atlanta, GA: IEEE,2006.937-940.
    [27] Pauly M, Mitra N J, Giesen J, et al. Example-based3D scan completion [C]. In: Desbrun M,Pottmann H, eds. Proceedings of the third Eurographics symposium on Geometry processing.Vienna, Austria: Eurographics AssociationAire-la-Ville,2005.23-32.
    [28] Daniel Pizarro, Bartoli A. Shadow Resistant Direct Image Registration [C]. In: Bjarne E, KimP, eds. ImageAnalysis. Berlin: Springer,2007.928-937.
    [29] Lancaster J L, Glass T G, Lankipalli B R, et al. A modality-independent approach to spatialnormalization of tomographic images of the human brain [J]. Human Brain Mapping,1995,3(3):209-223.
    [30] Lee S, Wolberg G, Shin S Y. Scattered data interpolation with multilevel B-splines [J]. IEEETransactions on Visualization and Computer Graphics,1997,3(3)228-244.
    [31] Davatzikos C. Nonlinear registration of brain images using deformable models [C]. In:Proceedings of the Workshop on the Mathematical Methods in Biomedical Image Analysis. SanFrancisco, CA: IEEE,1996.94-103.
    [32] Rohr K, Fornefett M, Stiehl H S. Approximating Thin-Plate Splines for Elastic Registration:Integration of Landmark Errors and Orientation Attributes [C]. In: Kuba A, Saamal M,Todd-Pokropek A, eds. Information Processing in Medical Imaging. Hungary: Springer,1999.252-265.
    [33] Rohr K, Stiehl H S, Sprengel R, et al. Landmark-based elastic registration usingapproximating thin-plate splines[J]. IEEE Transactions on Medical Imaging,2001,20(6):526-534.
    [34] Rainer P, Michael S, Klaus O, et al. A new point-based warping method for enhanced andsimplified analysis of functional brain image data [J]. NeuroImage,2003,19(4):1716-1729.
    [35] Xue Z, Shen D G, Davatzikos C. Determining correspondence in3-D MR brain images usingattribute vectors as morphological signatures of voxels [J]. IEEE Transactions on Medical Imaging,2004,23(10):1276-1291.
    [36] Lowe D G. Object recognition from local scale-invariant features [C]. In: Proceedings of theIEEE International Conference on Computer Vision. Kerkyra: IEEE,1999.1150-1157.
    [37] Lowe D. Distinctive Image Features from Scale-Invariant Keypoints [J]. InternationalJournal of Computer Vision,2004,60(2):91-110.
    [38] Herbert B, Tinne T, Luc G. SURF: Speeded Up Robust Features [C]. In: Ale L, Horst B,Axel P, eds. Computer Vision–ECCV2006. Berlin: Springer,2006.404-417.
    [39] Besl P J, McKay H D. A method for registration of3-D shapes [J]. IEEE Transactions onPatternAnalysis and Machine Intelligence,1992,14(2):239-256.
    [40] Zhang Z. Iterative point matching for registration of free-form curvesand surfaces [J].International journal of computer vision,1994,13(2):119–152.
    [41] Fitzgibbon A W. Robust registration of2D and3D point sets [J]. Image and VisionComputing,2003,21(13)1145–1153.
    [42] Rusinkiewicz S, Levoy M. Efficient variants of the ICP algorithm [C]. In:3rd InternationalConference on3-D Digital Imaging and Modeling. Quebec City, Que: IEEE,2001.145-152.
    [43] Rangarajan A, Chuib H, Mjolsnessc E, et al. A robust point-matching algorithm forautoradiograph alignment [J]. Medical ImageAnalysis,1997,1(4):379–398.
    [44] Luo B, Hancock E R. Structural graph matching using the EM algorithm and singular valuedecomposition [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,2001,23(10):1120-1136.
    [45] Chui H L. New Algorithm for Non-rigid Point Matching[C]. In: IEEE Conference on theComputer Vision and Pattern Recognition. Hilton Head Island: IEEE,2000.44-51.
    [46] Chui H, Rangarajan A. A new point matching algorithm for non-rigid registration[J].Computer Vision and Image Understanding,2003,89(2-3):114–141.
    [47] Sanromà G, Alquézar René, Serratosa Francesc. A new graph matching method for point-setcorrespondence using the EM algorithm and Softassign [J]. Computer Vision and ImageUnderstanding,2012,116(2):292-304.
    [48] Myronenko A, Song X, Carreira-Perpinan MA. Non-rigid point set registration:CoherentPoint Drift [C]. In: Advances in Neural Information Processing Systems. Vancouver, BC, Canada:Neural information processing system foundation,2007.1009-1016.
    [49] Liu Y H. Improving ICP with easy implementation for free-form surface matching[J]. PatternRecognition,2004,37(2):211-226.
    [50] Du S Y, Zheng N N, Xiong L, et al. Scaling iterative closest point algorithm for registrationof m–D point sets[J]. Journal of Visual Communication and Image Representation,2010,21(5-6):442-452.
    [51] Joshi Sarang C, Miller Michael I, Christensen G E, et al. Hierarchical brain mapping via ageneralized Dirichlet solution for mapping brain manifolds [C]. In: Wu AY, Bookstein F L; GreenW D K, eds. San Diego, CA:SPIE,1995.278-289
    [52] Ge J, Kessler R M, Jeske-Janicka M, et al. Intersubject brain image registration using bothcortical and subcortical landmarks [C]. In: Murray H. Loew, eds. Medical Imaging1995: ImageProcessing. SPIE,1995.81-95.
    [53] Declerck J, Subsol G, Thirion J P, et al. Automatic Retrieval of Anatomical Structures in3DMedical Images [C]. In: Ayache N, eds. First International Conference on Computer Vision,Virtual Reality and Robotics in Medicine. Berlin: Springer,1995.153-162.
    [54] Thompson P, Toga A W. A surface-based technique for warping three-dimensional images ofthe brain [J]. IEEE Transactions on Medical Imaging,1996,15(4):402-417.
    [55] Shen D, Davatzikos C. HAMMER: hierarchical attribute matching mechanism for elasticregistration[J]. IEEE Transactions on Medical Imaging,2002,21(11):1421-1439.
    [56] Shen D G. Image Registration by Hierarchical Matching of Local Spatial IntensityHistograms [C]. In: Barillot C, Haynor David, Hellier Pierre, eds. Medical Image Computing andComputer-Assisted Intervention. Berlin: Springer,2004.582-590.
    [57] Wu G R, Qi F H, Shen D G.,"Learning-based deformable registration of MR brain images[J].IEEE Transactions on Medical Imaging,2006,25(9):1145-1157.
    [58] Wu G RQi F H, Shen D G. Learning Best Features for Deformable Registration of MR Brains[C]. In: Duncan J, Gerig G, eds. Medical Image Computing and Computer-Assisted Intervention.Berlin: Springer,2005.179-187.
    [59] Liu T M, Shen D G, Davatzikos C. Deformable Registration of Cortical Structures via HybridVolumetric and Surface Warping [C]. In: Barillot C, Haynor D,Hellier P, eds. Medical ImageComputing and Computer-Assisted Intervention. Berlin: Springer.2003.780-787.
    [60] Liu T M, Shen D G, Davatzikos C. Deformable Registration of Tumor-Diseased Brain Images[C]. In: Barillot C, Haynor D, Hellier P, eds. Medical Image Computing and Computer-AssistedIntervention. Berlin: Springer,2004.720-728.
    [61] Xue Z, Shen D G, Davatzikos C. Determining correspondence in3-D MR brain images usingattribute vectors as morphological signatures of voxels [J]. IEEE Transactions on Medical Imaging,2004,23(10):1276-1291.
    [62] Xue Z, Shen D G, Davatzikos C. Correspondence Detection Using Wavelet-Based AttributeVectors [C]. In: Ellis R, Peters T, eds. Medical Image Computing and Computer-AssistedIntervention. Berlin: Springer,2003.762-770.
    [63] Xue Z, Shen D G, Davatzikos C. Correspondence Detection Using Wavelet-Based AttributeVectors [C]. In: Ellis R, Peters T, eds. Medical Image Computing and Computer-AssistedIntervention. Berlin: Springer,2003.762-770.
    [64] Xue Z, Shen D G, Davatzikos C. Statistical representation of high-dimensional deformationfields with application to statistically constrained3D warping [J]. Medical image analysis,2006,10(5):740-751.
    [65]薛维琴,周志勇,张涛,等.灰度不均的弱边缘血管影像的水平集分割方法[J].软件学报,2012,23(9):2489-2499.
    [66] Vemuri B C, Ye J, Chen Y, et al. Image registration via level-set motion: applications toatlas-based segmentation [J]. Medical image analysis,2003,7(1):1-20.
    [67] Gholipour A, Kehtarnavaz N, Briggs R, et al. Brain Functional Localization: A Survey ofImage Registration Techniques[J]. IEEE Transactions on Medical Imaging,2007,26(4):427-451.
    [68] Kassam A, Wood M L. Fourier registration of three-dimensional brain MR images:Exploiting the axis of rotation[J]. Journal of Magnetic Resonance Imaging,2005,6(6):894–902.
    [69] Joshi S, Davis B, Jomier B M, et al. Unbiased diffeomorphic atlas construction forcomputational anatomy[J]. Neuroimage,2004,23(1):51-60.
    [70] Suckling J, Long C, Triantafyllou C, et al. Variable precision registration via wavelets:optimal spatial scales for inter-subject registration of functional MRI[J]. Neuroimage, vol.2006,31(1):197-208.
    [71] Radu S,Xavier P, Nicholas A. Grid powered nonlinear image registration with locallyadaptive regularization[J]. Medical ImageAnalysis,2004,8(3):325–342.
    [72] A. Cuzol, et al.,"A Novel Parametric Method for Non-rigid Image Registration [C]. In:Christensen G E, Sonka M,eds.mailto:milan-sonka@uiowa.edumailto:gary-christensen@uiowa.edu InformationProcessing in Medical Imaging. Berlin: Springer,2005.456-467.
    [73] Crivello F, Schormann T, Tzourio-Mazoyer N, et al. Comparison of spatial normalizationprocedures and their impact on functional maps[J]. Human Brain Mapping,2002,16(4)228-250.
    [74] Studholme C, Hill D L, Hawkes D J. Automated3-D registration of MR and CT images ofthe head[J]. Medical image analysis,1996,1(2):163-175.
    [75] Collignon A, Maes F, Delaere D, et al. Automated multi-modality image registration based oninformation theory [J]. Information Processing in Medical Imaging,1995:263-274.
    [76] Maes F, Collignon A, Vandermeulen D, et al. Multimodality image registration bymaximization of mutual information[J]. Medical Imaging, IEEE Transactions on,1997,16(2):187-198.
    [77] Studholme C, Cardenas V, Song E, et al. Accurate template-based correction of brain MRIintensity distortion with application to dementia and aging[J]. IEEE Transactions on MedicalImaging,2004,23(1):99-110.
    [78] Bhatia K K, Hajnal J V, Puri B K, et al. Consistent groupwise non-rigid registration for atlasconstruction [C]. In: IEEE International Symposium on Biomedical Imaging: Nano to Macro.IEEE,2004.908-911.
    [79] Lorenzen P, Prastawa M, Davis B, et al. Multi-modal image set registration and atlasformation[J]. Medical ImageAnalysis,2006,10(3):440-451.
    [80] D'Agostino E, Maes F, Vandermeulen D, et al. An information theoretic approach fornon-rigid image registration using voxel class probabilities[J]. Medical Image Analysis,2006,10(3):413-431.
    [81] Lorenzen P J, Joshi S C. High-Dimensional Multi-modal Image Registration [C]. In: Gee J C,Maintz J BA, Vannier M, eds. Biomedical Image Registration. Berlin:Springer,2003.234-243.
    [82] Woods R P, Cherry S R, Mazziotta J C. Rapid automated algorithm for aligning and reslicingPET images[J]. Journal of computer assisted tomography,1992,16(4):620-633.
    [83] Woods R P, Grafton S T, Holmes CJ, et a.l Automated image registration: I. General methodsand intrasubject, intramodality validation[J]. ComputAssist Tomogr,1998,22(1):139-152.
    [84] Woods R P, Mazziotta J C, Cherry S R. MRI-PET registration with automated algorithm[J].Journal of computer assisted tomography,1993,17(4)536-546.
    [85] BROIT C. Optical Registration of Deformed Images[M]. Pennsylvania: University ofPennsylvania,1981.1-21.
    [86] Haber E, Modersitzki J, Numerical methods for image registration[M]. New York: OxfordUniversity Press,2004.106-120.
    [87] Bajcsy R, Lieberson R, Reivich M. A computerized system for the elastic matching ofdeformed radiographic images to idealized atlas images[J]. Journal of computer assistedtomography,1983,7(4):618-625.
    [88] Gee J C,Haynor D R, Reivich M, et al. Finite element approach to warping of brain images
    [C]. In: Murray H. Loew, eds. Medical Imaging1994: Image Processing. Newport Beach, CA:SPIE,1994." in Medical Imaging1994,1994.327-337.
    [89] Ruzena B, Stane K. Multiresolution elastic matching [J]. Computer Vision, Graphics, andImage Processing,1989,46(1):1-21.
    [90] Davatzikos C, Bryan N. Using a deformable surface model to obtain a shape representationof the cortex[J]. IEEE Transactions on Medical Imaging,1996,15(6):785-795.
    [91] Davatzikos C. Spatial Transformation and Registration of Brain Images Using ElasticallyDeformable Models[J]. Computer Vision and Image Understanding,1997,66(2):207-222.
    [92] Christensen G E.3D brain mapping using a deformable neuroanatomy[J]. Physics inMedicine and Biology,1994,39(3):609-618.
    [93] Christensen G E, Rabbitt R D, Miller M I. Deformable templates using large deformationkinematics,[J]. IEEE Transactions on Image Processing,1996,5(10):1435-1447.
    [94] Christensen G E, Joshi S C, Miller M I. Volumetric transformation of brain anatomy [J].IEEE Transactions on Medical Imaging,1997,16(6):864-877.
    [95] Christensen G E, Rabbitt R D, Miller M I.3D brain mapping using a deformableneuroanatomy[J]. Physics in Medicine and Biology,1994,39(3):609-618.
    [96] Bro-Nielsen M, Gramkow C. Fast Fluid Registration of medical images[C]. In: H hne K,Kikinis R,eds. Visualization in Biomedical Computing. Berlin: Springer,1996.265-276.
    [97] Thirion J P. Fast Non-Rigid Matching of3D Medical Images[DB/OL].http://hal.inria.fr/inria-00077268/,1995.
    [98] Cuadra M B. Atlas-based segmentation and classification of magnetic resonance brain images[DB/OL]. http://biblion.epfl.ch/EPFL/theses/2003/2875/2875_abs.pdf,2005.
    [99] Thirion J P. Image matching as a diffusion process: an analogy with Maxwell's demons[J].Medical ImageAnalysis,1998,2(3):243-260.
    [100] Cachier P, Pennec X, Ayache N. Fast Non Rigid Matching by Gradient Descent: Study andImprovements of the "Demons" Algorithm [DB/OL].http://hal.archives-ouvertes.fr/inria-00072962/,1999.
    [101] Wang H, Dong L, Daniel J O, et al Validation of an accelerated 'demons' algorithm fordeformable image registration in radiation therapy [J]. Physics in Medicine and Biology,2005,50(12):2887-2905.
    [102]Cachier P, Bardinet E, Dormont D, et al. Iconic feature based nonrigid registration: thePASHAalgorithm[J]. Computer Vision and Image Understandingt,2003,89(2-3):272-298.
    [103] Vercauteren T, Pennec X, Perchant A, et al. Non-parametric diffeomorphic imageregistration with the demons algorithm [C]. In: Ayache N, Ourselin S, Maeder A, eds.mailto:anthony.maeder@csiro.au10th international conference on Medical image computingand computer-assisted intervention, Brisbane: Springer,2007.319-326.
    [104] Guimond A, Roche A, Ayache N, et al. Three-dimensional multimodal brain warping usingthe Demons algorithm and adaptive intensity corrections[J]. IEEE Transactions on MedicalImaging,2001,20(1):58-69.
    [105] Vercauteren T, Pennec X, Perchant A, et al. diffeomorphic demons: Efficientnon-parametric image registration [J]. NeuroImage,2009,45(1): S61-S72.
    [106] Vercauteren T, Pennec X, Perchant A, et al. Non-parametric diffeomorphic imageregistration with the demons algorithm [C]. In: Ayache N, Ourselin S, Maeder A, eds.mailto:anthony.maeder@csiro.au10th international conference on Medical image computingand computer-assisted intervention, Brisbane: Springer,2007.319-326.
    [107] Vercauteren T, Pennec X, Malis E, et al. Insight into efficient image registration techniquesand the demons algorithm [C]. In: Karssemeijer Nmailto:n.karssemeijer@rad.umcn.nl,Lelieveldt B, eds. mailto:b.p.f.lelieveldt@lumc.nlInformation Processing in Medical Imaging.Berlin: Springer,2007.495-506.
    [108] Humphrey J D. Continuum biomechanics of soft biological tissues [J]. Mathematical,Physical and Engineering,2003,459:3-46.
    [109]Holden M. A Review of Geometric Transformations for Nonrigid Body Registration[J].IEEE Transactions on Medical Imaging,2008,27(1):111-128.
    [110] Woods R P, Grafton S T, Watson J D, et al. Automated image registration: II. Intersubjectvalidation of linear and nonlinear models[J]. Journal of computer assisted tomography,1998,22(1):153-165.
    [111]Ashburner J, Friston K J. Nonlinear spatial normalization using basis functions[J]. HumanBrain Mapping,1999,7(4):254-266.
    [112] Gefen S, ak O, Nissanov J. Elastic3-D alignment of rat brain histological images[J]. IEEETransactions on Medical Imaging,2003,22(11):1480-1489.
    [113] Wu Y T, Chen L F, Lee P L, et al. Discrete signal matching using coarse-to-fine waveletbasis functions[J]. Pattern Recognition,2003,36(1):171-192.
    [114]Fornefett M, Rohr K, Stiehl H S. Radial basis functions with compact support for elasticregistration of medical images[J]. Image and Vision Computing,2001,19(1-2)87-96.
    [115] W rz S, Rohr K. Physics-Based Elastic Image Registration Using Splines and IncludingLandmark Localization Uncertainties [C]. In: Larsen R, Nielsen Mads, Sporring Jon, eds.MedicalImage Computing and Computer-Assisted Intervention. Berlin: Springer,2006.678-685.
    [116]W rz S, Rohr K. Physics-based elastic registration using non-radial basis functions andincluding landmark localization uncertainties[J]. Computer Vision and Image Understanding,2008,111(3):263-274.
    [117] Craene Mathieu, Piella Gemma, Duchateau Nicolas, et al. Temporal diffeomorphicFree-Form Deformation for Strain Quantification in3D-US Images [C]. In: Jiang T, Navab N,Pluim Jo W, eds. Medical Image Computing and Computer-Assisted Intervention. Berlin: Springer,2010.1-8.
    [118] Rueckert D, Aljabar Paul, Heckemann RolfA, et al. diffeomorphic Registration UsingB-Splines [C]. In: Larsen R, Nielsen M, Sporring J, eds. Medical Image Computing andComputer-Assisted Intervention. Berlin: Springer,2006.702-709.
    [119] Zhu Y X, Zhu Q X, Wang L L, et al. Hybrid deformable registration method joint using TPSand B-spline in CT image [C]. In: Biomedical and Health Informatics (BHI),2012IEEEInternational Conference on Biomedical and Health Informatics. Hong Kong: IEEE,2012.456-459.
    [120]Piotrowski T, Ryczkowski A, Kazmierska J. B-Spline registration based on new concept ofan intelligent masking procedure and GPU computations for the head and neck adaptivetomotherapy[J]. Technology in cancer research&treatment,2012,11(3):257-266.
    [121] Thévenaz P, Blu T, Unser M. Interpolation Revisited [J]. Medical Imaging, IEEETransactions on,2000,19(7):739-758
    [122] Rueckert D, Sonoda L, Hayes C, et al. Nonrigid registration using free-form deformations:application to breast MR images[J]. IEEE Transactions on Medical Imaging,1999,18(8):712-721.
    [123] Jacques F, Gregoire M, Jerome D, et al. Extension of the ICP Algorithm to non rigidIntensity-based Registration of3D Volumes[J]. Computer Vision and Image Understanding,1996,66(2):193-206.
    [124]Kybic J, Unser M. Fast parametric elastic image registration[J]. IEEE Transactions on ImageProcessing,2003,12(11):1427-1442.
    [125] Ourselin S, Roche A, Prima S, et al. Block Matching: AGeneral Framework to ImproveRobustness of Rigid Registration of Medical Images [C]. In: Delp S, DiGoia A, Jaramaz B,eds.Medical Image Computing and Computer-Assisted Intervention-MICCAI2000. Berlin:Springer,2000.557-566.
    [126] Feldmar J, Malandain, G. Declerck J., et al. Extension of the ICP Algorithm to non rigidIntensity-based Registration of3D Volumes [C]. In: Proceedings of the Workshop onMathematical Methods in Biomedical ImageAnalysis. San Francisco, CA: IEEE,1996.84–93.
    [127] Magnotta V A, Bockholt H J, Johnson H J, et al. Subcortical, cerebellar, and magneticresonance based consistent brain image registration[J]. NeuroImage,2003v,19(2):233-245.
    [128] Klein A, Andersson J, Ardekani Babak, et al. Evaluation of14nonlinear deformationalgorithms applied to human brain MRI registration [J]. NeuroImage,2009,46(3);786-802.
    [129]Murphy K, van Ginneken B, Reinhardt J M, et al. Evaluation of registration methods onthoracic CT: the EMPIRE10challenge[J]. IEEE transactions on medical imaging,2011,30(11):1901-1920.
    [130]Marroquin J, Mitter S, Poggio T. Probabilistic Solution of Ill-Posed Problems inComputational Vision[J]. Journal of theAmerican StatisticalAssociation,1987,82(397):76-89.
    [131] Cachier P, Pennec X, Ayache N. Fast Non Rigid Matching by Gradient Descent: Study andImprovements of the "Demons" Algorithm [DB/OL].http://hal.archives-ouvertes.fr/inria-00072962/.
    [132]Wang H, Dong L, Daniel J O, et al. Validation of an accelerated 'demons' algorithm fordeformable image registration in radiation therapy[J]. Physics in Medicine and Biology,2005,50(12):2887-2905.
    [133] Barmpoutis A, Vemuri B. Groupwise Registration and Atlas Construction of4th-OrderTensor Fields Using the+Riemannian Metric [C]. In: Yang G Z, Hawkes D, Rueckert D, etal, eds. Medical Image Computing and Computer-Assisted Intervention. Berlin: Springer,2009.640-647.
    [134]林相波,邱天爽,阮素,等. Demons非刚性配准算法拓扑保持性的研究[J].自动化学报,2010,36(1):179-183.
    [135]Lin X B, Qiu T S, Frederic M N,et al. A topology preserving non-rigid registration algorithmwith integration shape knowledge to segment brain subcortical structures from MRI images[J].Pattern Recognition,2010,43(7):2418-2427.
    [136] Avants B B, Epstein C L, Grossman M, et al. Symmetric diffeomorphic image registrationwith cross-correlation: Evaluating automated labeling of elderly and neurodegenerative brain[J].Medical ImageAnalysis,2008,12(1):26-41.
    [137] Yang D, Li H, Low D, et al. A fast inverse consistent deformable image registration methodbased on symmetric optical flow computation[J]. Physics in Medicine and Biology,2008,53(21):6143-6165.
    [138]Leow A D, Yanovsky I, Chiang Mi C, et al. Statistical Properties of Jacobian Maps and theRealization of Unbiased Large-Deformation Nonlinear Image Registration[J]. IEEE Transactionson Medical Imaging,2007,26(6):822-832.
    [139]Christensen G E, Johnson H J. Consistent image registration[J]. IEEE Transactions onMedical Imaging,2001,20(7):568-582.
    [140] Alvarez L, Deriche R, Papadopoulo T, et al. Symmetrical Dense Optical Flow Estimationwith Occlusions Detection [C]. In: Heyden A, Sparr G, Nielsen M, eds. Computer Vision--ECCV2002. Berlin: Springer,2002.721-735
    [141] Leow Al, Huang S C, Geng A, et al. Inverse Consistent Mapping in3D Deformable ImageRegistration: Its Construction and Statistical Properties [C]. In: Christensen G, Sonka M, eds.Information Processing in Medical Imaging. Berlin: Springer,2005.493-503.
    [142] Dupuis P, Grenander U. Variational Problems on Flows of Diffeomorphisms forImageMatching [J]. Quarterly ofApplied Mathematics,1998, LVI(3):587-600.
    [143]Miller M I, Trouve A, Younes L. On the metrics and euler-lagrange equations ofcomputational anatomy[J] Annual review of biomedical engineering,2002,4:375-405.
    [144] Beg M F, Miller M I, Trouv A, et al. Computing Large Deformation Metric Mappings viaGeodesic Flows of Diffeomorphisms[J]. International Journal of Computer Vision,2005,61(2):139-157.
    [145]Ashburner J. Afast diffeomorphic image registration algorithm[J]. NeuroImage,2007,38(1):95-113.
    [146] Joshi S, Davis B, Jomier M, et al. Unbiased diffeomorphic atlas construction forcomputational anatomy [J]. NeuroImage,2004,23:151-160.
    [147] Avants B, Gee J. Symmetric Geodesic Shape Averaging and Shape Interpolation [C]. In:Milan S, Ioannis K A, Jan K. Computer Vision and Mathematical Methods in Medical andBiomedical ImageAnalysis. Berlin: Springer,2004.99-110.
    [148]Beg M F, Khan A. Symmetric data attachment terms for large deformation imageregistration[J]. IEEE Transactions on Medical Imaging,2007,26(9):1179-1189.
    [149] Noblet V, Heinrich C, Heitz F, et al. Retrospective evaluation of a topology preservingnon-rigid registration method[J]. Medical image analysis,2006,10(3):366-384,.
    [150]Musse O, Heitz F, Armspach J P. Topology preserving deformable image matching usingconstrained hierarchical parametric models[J]. IEEE transactions on image processing: apublication of the IEEE Signal Processing Society,2001,10(7):1081-1093.
    [151]Ashburner J, Andersson J L, Friston K J. High-dimensional image registration usingsymmetric priors[J]. NeuroImage,1999,9(6):619-628.
    [152]Li X X, Wyatt C. Modeling topological changes in deformable registration[C]. In: IEEEinternational conference on Biomedical imaging: from nano to Macro. Rotterdam, Netherlands:IEEE,2010.360-363.
    [153]Sdika M, Pelletier D. Nonrigid registration of multiple sclerosis brain images using lesioninpainting for morphometry or lesion mapping[J]. Human Brain Mapping,2009,30(4):1060-1067.
    [154] Brett M, Leff A P,Rorden C. Spatial Normalization of Brain Images with Focal LesionsUsing Cost Function Masking[J]. NeuroImage,2001,14(2):486-500.
    [155]Andersen S M, Rapcsak S Z, Beeson P M. Cost function masking during normalization ofbrains with focal lesions: Still a necessity[J]. NeuroImage,2010,53(1):78-84.
    [156]Zacharaki E I, Hogea C S, Shen D, et al. Non-diffeomorphic registration of brain tumorimages by simulating tissue loss and tumor growth[J]. NeuroImage,2009,46(3):762-774,.
    [157]Hartkens T, Hill D L G, Castellano A D. Using Points and Surfaces to Improve Voxel-BasedNon-rigid Registration[C].5th International Conference on Medical Image Computing andComputer-Assisted Intervention-Part II,2002:565-572.
    [158] Senthil S, Hany F. Medical image registration with partial data [J]. Medical Image Analysis,2005,10(3):452464.
    [159] Chitphakdithai N, Duncan J S. Pairwise registration of images with missingcorrespondences due to resection[C]. IEEE international conference on Biomedical imaging: fromnano to Macro,2010:1025-1028.
    [160] Cuzol A, Hellier H, Mémin E. A Novel Parametric Method for Non-rigid ImageRegistration[C]. Information Processing in Medical Imaging,2005,3565:456-467.
    [161] RISHOLM, Petter, SAMSET. Validation of a Non-Rigid Registration Framework thatAccommodates Tissue Resection[C]. In: Dawant B M; Haynor D R, eds. Medical Imaging2010:Image Processing. San Diego, California: SPIE,2010.762319-762319-11.
    [162] Kolawole O B, Tim F C, Carole J T, et al.3D Brain Segmentation Using Active AppearanceModels and Local Regressors[C].11th international conference on Medical Image Computing andComputer-Assisted Intervention-Part I,2008,401-408.
    [163] Wyatt C L, LaurientiP J. Nonrigid Registration of Images with Different Topologies usingEmbedded Maps[J].28th Annual International Conference of the IEEE Engineering in Medicineand Biology Society,2006:4823-4827.
    [164] Dominique Z, Xavier B, Jean-Philippe T. Geodesic Active Fields-A Geometric Frameworkfor Image Registration [J]. IEEE Transactions on Image Processing,2010,20(5):1300-1312.
    [165] Trouvé A, Younes Y. Metamorphoses Through Lie Group Action[J]. Foundations ofComputational Mathematics,2005,5(2):173-198.
    [166] Vercauteren T, Pennec X, Perchant A, et al. Non-parametric diffeomorphic imageregistration with the demons algorithm [J]. Proceedings of the10th international conference onMedical image computing and computer-assisted intervention,2007:319-326.
    [167] Kimmel R, Sochen N, Malladi R. Scale-Space Theory in Computer Vision [M]. Berlin,Springer,1997.236-247.
    [168] Grenander U, Miller M I. Computational anatomy: an emerging discipline [J]. Quarterly ofApplied Mathematics,1998,1(4):617-694.
    [169] Marcus D S, Wang T H, Parker J, et al. Open Access Series of Imaging Studies (OASIS):cross-sectional MRI data in young, middle aged, nondemented, and demented older adults [J].Journal of Cognitive Neuroscience,2007,19(9):1498-1507.
    [170] Long X J, Wyatt C. Structural template formation with discovery of subclasses [C]. MedicalImaging2010: Image Processing,2010,7623:76231B-76231B-9.
    [171]纪华,吴元昊,孙宏海,等.结合全局信息的SIFT特征匹配算法[J].光学精密工程,2009,17(2):439-444.
    [172]谢雨来,李醒飞,吕津玮,等.基于SURF算法的水下图像实时配准方法[J].计算机辅助设计与图形学学报,2010,22(12):2215-2220.
    [173]Chui H, Rangarajan A. A feature registration framework using mixture models[C]. IEEEWorkshop on Mathematical Methods in Biomedical ImageAnalysis,2000:190-197.
    [174] Revow M, Williams C K I, Hinton G E. Using generative models for handwritten digitrecognition [J]. IEEE Transactions on Pattern Analysis and Machine Intelligence,1996,18(6):592-606.
    [175] Dempster A. Maximum likelihood from incomplete data via the EM algorithm[J]. Journal ofthe Royal Statistical Society, Series B,1977,39:1-38.
    [176] Bing J, Vemuri B C. A robust algorithm for point set registration using mixture ofGaussians[C]. Tenth IEEE International Conference on Computer Vision,2005,2:1246-1251.
    [177] Myronenko A, Xubo, Song. Point Set Registration: Coherent Point Drift [J]. IEEETransactions on Pattern Analysis and Machine Intelligence,2010,32(12):2262-2275.
    [178]聂宏宾,侯晴宇,赵明,等.基于似然函数EM迭代的红外与可见光图像配准[J].光学精密工程,2011,19(3):657:663.
    [179] Wang P, Wang P, Qu Z G, et al. A refined coherent point drift (CPD)algorithm for point setregistration[J]. Science China (Information Sciences),2011,54(12):2659-2666.
    [180] McLachlan G, Peel D. Robust Cluster Analysis via Mixtures of Multivariate t-distributions[J]. Advances in Pattern Recognition,1998,1451:658-666.
    [181] Peel D, McLachlanG J. Robust mixture modelling using the t distribution [J]. Statistics andComputing,2000,10(4):339-348.
    [182] Gerogiannis D, Nikou C, Likas A. The mixtures of Student’s t-distributions as a robustframework for rigid registration[J]. Image and Vision Computing,2009,27(9):1285-1294.
    [183] Wang X L, Zhang Q B, Luo B, et al. Robust mixture modelling using multivariatet-distribution with missing information [J]. Pattern Recognition Letters,2004,25(6)701-710.
    [184] Chen Z, Simon H. On Different Facets of Regularization Theory[J]. Neural Computation,2002,14(12):2791-2846.
    [185] Girosi F, Jones M, Poggio. Regularization Theory and Neural Networks Architectures [J].Neural Computation,1995,7(2):219-269.
    [186] Myronenko A, Song X B. On the closed-form solution of the rotation matrix arising incomputer vision problems[DB/OL]. http://arxiv.org/abs/0904.1613,2009.
    [187] David M B, Andrew Y N, Jordan M I. Latent dirichlet allocation[J]. The Journal of MachineLearning Research,2003,3:993-1022.
    [188] Nikou C, Likas A C, Galatsanos N P A Bayesian Framework for Image Segmentation withSpatially Varying Mixtures [J]. IEEE Transactions on Image Processing,2010,19(9):2278-2289.
    [189] Xu L, Jordan M I. On Convergence Properties of the EM Algorithm for Gaussian Mixtures[J]. Neural Computation,1996,8(1):129-151.
    [190] Xu L, Jordan M I. On Convergence Properties of the EM Algorithm for Gaussian Mixtures[J]. Neural Computation,1996,8(1):129-151.
    [191] Hellier P, C. Barillot C. Coupling dense and landmark-based approaches for nonrigidregistration [J]. IEEE Transactions on Medical Imaging,2003,22(2):217-227.
    [192]Chui H L, Rangarajan A. Anew algorithm for non-rigid point matching [J]. Computer Visionand Image Understanding,2003,89(2-3):114-141.
    [193] Davies R H, Twining C J, Cootes T F, et al.3D Statistical Shape Models Using DirectOptimisation of Description Length [J]. Proceedings of the7th European Conference on ComputerVision,2002:3-20.
    [194] Huang X L, Paragios N, Metaxas D N. Shape registration in implicit spaces usinginformation theory and free form deformations [J]. IEEE Transactions on Pattern Analysis andMachine Intelligence,28(8):1303-1318.
    [195] Paragios N, Rousson M, Ramesh V. Non-rigid registration using distance functions[J].Computer Vision and Image Understanding,2003,89(2-3):142-165.
    [196] Leventon M E, Grimson W E L, Faugeras O. Statistical shape influence in geodesic activecontours[C]. IEEE Conference on Computer Vision and Pattern Recognition,2000,1:316-323.
    [197] Zhang X, Zhao J B, Liu W J, et al. Skinning surface algorithm of B-spline for scattered pointcloud[C].2011International Conference on the Consumer Electronics, Communications andNetworks (CECNet),2011:2617-2620.
    [198]Ahn W, Lee D Y. Real-Time Resolution of Self-Intersection in Dynamic CylindricalFree-Form Deformation [J]. IEEE Transactions on Visualization and Computer Graphics,2011,17(4):515-526.
    [199] Rohlfing T, Maurer C R, Dell W G, et al. Modeling liver motion and deformation during therespiratory cycle using intensity-based nonrigid registration of gated MR images[J] MedicalPhysics,2004,31(3):427-432.
    [200] Li Y H, Wu J H, Chen Z J, et al. Registration of head CT images with subarachnoidhemorrhage[C].3rd International Conference on the Biomedical Engineering and Informatics(BMEI),2010,2:498-502.
    [201] Beauchemin S S, Barron J L. The computation of optical flow [J]. ACM Computing Surveys,1995,27(3):433-466.
    [202] Chen H M, Varshney P K, Arora M K. Performance of mutual information similaritymeasure for registration of multitemporal remote sensing images[J]. IEEE Transactions onGeoscience and Remote Sensing,2003,41(1):2445-2454.
    [203]周海芳,刘光明,郑明玲,等.遥感图像自动配准的串行与并行策略研究[J].国防科技大学学报,2004,26(2):56-61.
    [204] Wachowiak M P, Peters T M.1.High-performance medical image registration using newoptimization techniques [J]. IEEE Transactions on Information Technology in Biomedicine,2006,10(2),344-353.
    [205]张加万,杨甲东,孙济洲.基于gpu的弹性图像配准方法[J].天津大学学报,2008,48(8):946-950.
    [206] Eklund A, Andersson M, Knutsson H. Phase based volume registration using cuda[C]. IEEEInternational Conference onAcoustics Speech and Signal Processing (ICASSP),2010:658-661.
    [207] Wu W Y and Wang Y H. A local diffusion wavelet approach for scattered data registrationbased on GPU[C].5th International Conference on the Computer Science and Education (ICCSE),2010:1703-1706.
    [208] Vetter C, Westermann R. Optimized GPU histograms for multi-modal registration[C].2011IEEE International Symposium on the Biomedical Imaging: From Nano to Macro,2011:1227-1230.
    [209] Krishnamurthy A, McMains S, Haller K. GPU-Accelerated Minimum Distance andClearance Queries [J]. IEEE Transactions on Visualization and Computer Graphics,2011,17(6):729-742.
    [210] Lin J R, Gao Z Y, Xu B Q, et al. The effect of grey levels on mutual information basedmedical image registration[C].26th Annual International Conference of the IEEE Engineering inMedicine and Biology Society,2004:1747-1750.
    [211] Gao Z Y, Lin J R, Xu B Q. The affection of grey levels on mutual information based medicalimage registration[C].2002IEEE in Nuclear Science Symposium Conference Record,2002(3),1575-1579.
    [212] Sederberg T W, Parry S R. Free-form deformation of solid geometric models[C].Proceedings of the13th annual conference on Computer graphics and interactivetechniques,1986,151-160.
NGLC 2004-2010.National Geological Library of China All Rights Reserved.
Add:29 Xueyuan Rd,Haidian District,Beijing,PRC. Mail Add: 8324 mailbox 100083
For exchange or info please contact us via email.