TMI Watch IEEE Transactions on Medical Imaging metadata monitor

Most Cited Articles

405 articles collected from IEEE Xplore web pages.

Latest update 2026/08/07 23:20
New 0 Existing 100
Previous Page 7 of 17 Next
Earlier collected articles较早收录文章

Minghua Xu, L.V. Wang

Body Part 身体部位
None
Modality 模态
US
Abstract / 摘要
English

Reconstruction-based microwave-induced thermoacoustic tomography in a spherical configuration is presented. Thermoacoustic waves from biological tissue samples excited by microwave pulses are measured by a wide-band unfocused ultrasonic transducer, which is set on a spherical surface enclosing the sample. Sufficient data are acquired from different directions to reconstruct the microwave absorption distribution. An exact reconstruction solution is derived and approximated to a modified backprojection algorithm. Experiments demonstrate that the reconstructed images agree well with the original samples. The spatial resolution of the system reaches 0.5 mm.

中文

提出了一种基于重建的球面构型微波诱导热声断层扫描方法。由微波脉冲激发生物组织样本产生的热声波,通过一个放置在包围样本的球面上的宽带非聚焦超声换能器进行测量。从不同方向获取足够的数据以重建微波吸收分布。推导出精确的重建解,并近似为改进的反投影算法。实验表明,重建图像与原始样本吻合良好。系统的空间分辨率达到0.5毫米。

Author Info / 作者信息
Minghua Xu Optical Imaging Laboratory, Department of Biomedical Engineering, Texas A and M University, College Station, TX, USA 光学成像实验室,生物医学工程系,德克萨斯A&M大学,大学城,德克萨斯州,美国
L.V. Wang Optical Imaging Laboratory, Department of Biomedical Engineering, Texas A and M University, College Station, TX, USA 光学成像实验室,生物医学工程系,德克萨斯A&M大学,大学城,德克萨斯州,美国

Edge detection in medical images using a genetic algorithm

基于遗传算法的医学图像边缘检测

M. Gudmundsson, E.A. El-Kwae, M.R. Kabuka

Body Part 身体部位
Brain
Modality 模态
MRI
Abstract / 摘要
English

An algorithm is developed that detects well-localized, unfragmented, thin edges in medical images based on optimization of edge configurations using a genetic algorithm (GA). Several enhancements were added to improve the performance of the algorithm over a traditional GA. The edge map is split into connected subregions to reduce the solution space and simplify the problem. The edge-map is then op...

中文

一种算法被开发出来,基于遗传算法(GA)优化边缘配置,用于检测医学图像中定位良好、无碎片、细小的边缘。添加了几项增强功能以提高算法相对于传统GA的性能。边缘图被分割成连通的子区域以减少解空间并简化问题。然后对边缘图进行...

Author Info / 作者信息
M. Gudmundsson Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
E.A. El-Kwae Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
M.R. Kabuka Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Yutong Xie, Jianpeng Zhang, Yong Xia, Chunhua Shen

Body Part 身体部位
Pending
Modality 模态
Pending
Abstract / 摘要
English

Automated skin lesion segmentation and classification are two most essential and related tasks in the computer-aided diagnosis of skin cancer. Despite their prevalence, deep learning models are usually designed for only one task, ignoring the potential benefits in jointly performing both tasks. In this paper, we propose the mutual bootstrapping deep convolutional neural networks (MB-DCNN) model fo...

中文

中文摘要翻译待生成

Author Info / 作者信息
Yutong Xie Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Jianpeng Zhang Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Yong Xia Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Chunhua Shen Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation From CT Volumes

H-DenseUNet:基于混合密集连接的UNet用于CT图像中的肝脏和肿瘤分割

Xiaomeng Li, Hao Chen, Xiaojuan Qi, Qi Dou, Chi-Wing Fu, Pheng-Ann Heng

Body Part 身体部位
Liver
Modality 模态
CT
Abstract / 摘要
English

Liver cancer is one of the leading causes of cancer death. To assist doctors in hepatocellular carcinoma diagnosis and treatment planning, an accurate and automatic liver and tumor segmentation method is highly demanded in the clinical practice. Recently, fully convolutional neural networks (FCNs), including 2-D and 3-D FCNs, serve as the backbone in many volumetric image segmentation. However, 2-D convolutions cannot fully leverage the spatial information along the third dimension while 3-D convolutions suffer from high computational cost and GPU memory consumption. To address these issues, we propose a novel hybrid densely connected UNet (H-DenseUNet), which consists of a 2-D DenseUNet for efficiently extracting intra-slice features and a 3-D counterpart for hierarchically aggregating volumetric contexts under the spirit of the auto-context algorithm for liver and tumor segmentation. We formulate the learning process of the H-DenseUNet in an end-to-end manner, where the intra-slice representations and inter-slice features can be jointly optimized through a hybrid feature fusion layer. We extensively evaluated our method on the data set of the MICCAI 2017 Liver Tumor Segmentation Challenge and 3DIRCADb data set. Our method outperformed other state-of-the-arts on the segmentation results of tumors and achieved very competitive performance for liver segmentation even with a single model.

中文

肝癌是导致癌症死亡的主要原因之一。为了辅助医生进行肝细胞癌的诊断和治疗规划,在临床实践中迫切需要一种准确且自动的肝脏和肿瘤分割方法。近年来,全卷积神经网络(FCNs),包括2D和3D FCNs,已成为许多体积图像分割的基础。然而,2D卷积无法充分利用第三维的空间信息,而3D卷积则面临高计算成本和GPU内存消耗的问题。为了解决这些问题,我们提出了一种新颖的混合密集连接UNet(H-DenseUNet),它由一个用于高效提取切片内特征的2D DenseUNet和一个用于在自动上下文算法精神下分层聚合体积上下文的3D DenseUNet组成,用于肝脏和肿瘤分割。我们以端到端的方式制定了H-DenseUNet的学习过程,其中切片内表示和切片间特征可以通过混合特征融合层联合优化。我们在MICCAI 2017肝脏肿瘤分割挑战赛数据集和3DIRCADb数据集上广泛评估了我们的方法。我们的方法在肿瘤分割结果上优于其他最先进的方法,并且即使使用单一模型,在肝脏分割上也取得了非常有竞争力的表现。

Author Info / 作者信息
Xiaomeng Li Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Hao Chen Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Xiaojuan Qi Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Qi Dou Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Chi-Wing Fu Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Pheng-Ann Heng Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港

An Active Contour Model for Segmenting and Measuring Retinal Vessels

一种用于分割和测量视网膜血管的主动轮廓模型

Bashir Al-Diri, Andrew Hunter, David Steel

Body Part 身体部位
Eye
Modality 模态
Fundus
Abstract / 摘要
English

This paper presents an algorithm for segmenting and measuring retinal vessels, by growing a “Ribbon of Twins” active contour model, which uses two pairs of contours to capture each vessel edge, while maintaining width consistency. The algorithm is initialized using a generalized morphological order filter to identify approximate vessels centerlines. Once the vessel segments are identified the netw...

中文

本文提出了一种通过生长“双胞胎带”主动轮廓模型来分割和测量视网膜血管的算法,该模型使用两对轮廓捕捉每条血管边缘,同时保持宽度一致性。算法使用广义形态顺序滤波器初始化,以识别近似的血管中心线。一旦血管段被识别,网络...

Author Info / 作者信息
Bashir Al-Diri Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Andrew Hunter Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
David Steel Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Locating blood vessels in retinal images by piecewise threshold probing of a matched filter response

通过匹配滤波器响应的分段阈值探测定位视网膜图像中的血管

A.D. Hoover, V. Kouznetsova, M. Goldbaum

Body Part 身体部位
Eye
Modality 模态
Fundus
Abstract / 摘要
English

Describes an automated method to locate and outline blood vessels in images of the ocular fundus. Such a tool should prove useful to eye care specialists for purposes of patient screening, treatment evaluation, and clinical study. The authors' method differs from previously known methods in that it uses local and global vessel features cooperatively to segment the vessel network. The authors evaluate their method using hand-labeled ground truth segmentations of 20 images. A plot of the operating characteristic shows that the authors' method reduces false positives by as much as 15 times over basic thresholding of a matched filter response (MFR), at up to a 75% true positive rate. For a baseline, they also compared the ground truth against a second hand-labeling, yielding a 90% true positive and a 4% false positive detection rate, on average. These numbers suggest there is still room for a 15% true positive rate improvement, with the same false positive rate, over the authors' method. They are making all their images and hand labelings publicly available for interested researchers to use in evaluating related methods.

中文

描述了一种自动定位和勾勒眼底图像中血管的方法。该工具应有助于眼科专家进行患者筛查、治疗评估和临床研究。作者的方法与以往已知方法的不同之处在于,它协同使用局部和全局血管特征来分割血管网络。作者使用20幅图像的手动标记真值分割来评估其方法。操作特性曲线显示,在高达75%的真阳性率下,与匹配滤波器响应(MFR)的基本阈值处理相比,作者的方法将假阳性降低了多达15倍。作为基线,他们还将真值与第二次手动标记进行了比较,平均得到90%的真阳性和4%的假阳性检测率。这些数字表明,在相同的假阳性率下,作者的方法仍有15%的真阳性率提升空间。他们公开了所有图像和手动标记,供感兴趣的研究人员用于评估相关方法。

Author Info / 作者信息
A.D. Hoover Electrical and Computer Engineering Department, Clemson University, Clemson, SC, USA 美国南卡罗来纳州克莱姆森大学电气与计算机工程系
V. Kouznetsova Visual Computing Laboratory, Electrical and Computer Engineering Department, University of California, La Jolla, CA, USA 美国加利福尼亚大学拉霍亚分校电气与计算机工程系视觉计算实验室
M. Goldbaum Department of Ophthalmology, University of California, La Jolla, CA, USA 美国加利福尼亚大学拉霍亚分校眼科学系

Automatic detection of the mid-sagittal plane in 3-D brain images

三维脑图像中矢状面的自动检测

B.A. Ardekani, J. Kershaw, M. Braun, I. Kanuo

Body Part 身体部位
Brain
Modality 模态
MRI
Abstract / 摘要
English

This article presents a detailed description of an algorithm for the automatic detection of the mid-sagittal plane in three-dimensional (3-D) brain images. The algorithm seeks the plane with respect to which the image exhibits maximum symmetry. For a given plane, symmetry is measured by the cross-correlation between the image sections lying on either side. The search for the plane of maximum symme...

中文

本文详细介绍了一种用于三维脑图像中矢状面自动检测的算法。该算法寻找使图像表现出最大对称性的平面。对于给定平面,对称性通过两侧图像区域之间的互相关来测量。寻找最大对称性平面的搜索...

Author Info / 作者信息
B.A. Ardekani Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
J. Kershaw Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
M. Braun Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
I. Kanuo Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Deep Learning Techniques for Automatic MRI Cardiac Multi-Structures Segmentation and Diagnosis: Is the Problem Solved?

深度学习技术用于自动MRI心脏多结构分割与诊断:问题解决了吗?

Olivier Bernard, Alain Lalande, Clement Zotti, Frederick Cervenansky, Xin Yang, Pheng-Ann Heng, Irem Cetin, Karim Lekadir

Body Part 身体部位
Heart
Modality 模态
MRI
Abstract / 摘要
English

Delineation of the left ventricular cavity, myocardium, and right ventricle from cardiac magnetic resonance images (multi-slice 2-D cine MRI) is a common clinical task to establish diagnosis. The automation of the corresponding tasks has thus been the subject of intense research over the past decades. In this paper, we introduce the “Automatic Cardiac Diagnosis Challenge” dataset (ACDC), the largest publicly available and fully annotated dataset for the purpose of cardiac MRI (CMR) assessment. The dataset contains data from 150 multi-equipments CMRI recordings with reference measurements and classification from two medical experts. The overarching objective of this paper is to measure how far state-of-the-art deep learning methods can go at assessing CMRI, i.e., segmenting the myocardium and the two ventricles as well as classifying pathologies. In the wake of the 2017 MICCAI-ACDC challenge, we report results from deep learning methods provided by nine research groups for the segmentation task and four groups for the classification task. Results show that the best methods faithfully reproduce the expert analysis, leading to a mean value of 0.97 correlation score for the automatic extraction of clinical indices and an accuracy of 0.96 for automatic diagnosis. These results clearly open the door to highly accurate and fully automatic analysis of cardiac CMRI. We also identify scenarios for which deep learning methods are still failing. Both the dataset and detailed results are publicly available online, while the platform will remain open for new submissions.

中文

从心脏磁共振图像(多层二维电影MRI)中勾画左心室腔、心肌和右心室是建立诊断的常见临床任务。因此,过去几十年中,相应任务的自动化一直是深入研究的主题。本文介绍了“自动心脏诊断挑战”数据集(ACDC),这是用于心脏MRI(CMR)评估的最大公开可用且完全标注的数据集。该数据集包含来自150个多设备CMRI记录的数据,并附有两位医学专家的参考测量和分类。本文的首要目标是衡量最先进的深度学习方法在评估CMRI方面能达到何种程度,即分割心肌和两个心室以及分类病理。继2017年MICCAI-ACDC挑战赛之后,我们报告了九个研究小组提供的分割任务和四个小组提供的分类任务的深度学习方法的结果。结果表明,最佳方法忠实地再现了专家分析,自动提取临床指标的平均相关系数为0.97,自动诊断的准确率为0.96。这些结果显然为高精度全自动心脏CMRI分析打开了大门。我们还确定了深度学习方法仍会失败的场景。该数据集和详细结果均可在线公开获取,平台将保持开放以便新提交。

Author Info / 作者信息
Olivier Bernard University of Lyon, CREATIS, CNRS UMR5220, Inserm U1044, INSA-Lyon, University of Lyon 1, Lyon, France 里昂大学,CREATIS,CNRS UMR5220,Inserm U1044,INSA-里昂,里昂第一大学,法国里昂
Alain Lalande MRI Department, University Hospital of Dijon, Dijon, France 第戎大学医院MRI科,法国第戎
Clement Zotti Computer Science Department, University of Sherbrooke, Sherbrooke, QC, Canada 谢布鲁克大学计算机科学系,加拿大谢布鲁克
Frederick Cervenansky University of Lyon, CREATIS, CNRS UMR5220, Inserm U1044, INSA-Lyon, University of Lyon 1, Lyon, France 里昂大学,CREATIS,CNRS UMR5220,Inserm U1044,INSA-里昂,里昂第一大学,法国里昂
Xin Yang Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Pheng-Ann Heng Department of Computer Science and Engineering, The Chinese University of Hong Kong, Hong Kong 香港中文大学计算机科学与工程系,香港
Irem Cetin Barcelona Centre for New Medical Technologies, Universitat Pompeu Fabra, Barcelona, Spain 巴塞罗那新医疗技术中心,庞培法布拉大学,西班牙巴塞罗那
Karim Lekadir Barcelona Centre for New Medical Technologies, Universitat Pompeu Fabra, Barcelona, Spain 巴塞罗那新医疗技术中心,庞培法布拉大学,西班牙巴塞罗那

Accelerated simulation of cone beam X-ray scatter projections

加速锥束X射线散射投影的模拟

A.P. Colijn, F.J. Beekman

Body Part 身体部位
None
Modality 模态
X-Ray
Abstract / 摘要
English

Monte Carlo (MC) methods can accurately simulate scatter in X-ray imaging. However, when low noise scatter projections have to be simulated these MC simulations tend to be very time consuming. Rapid computation of scatter estimates is essential for several applications. The aim of the work presented in this paper is to speed up the estimation of noise-free scatter projections while maintaining the...

中文

蒙特卡洛(MC)方法能够准确模拟X射线成像中的散射。然而,当需要模拟低噪声散射投影时,这些MC模拟往往非常耗时。快速计算散射估计对于多种应用至关重要。本文旨在加速无噪声散射投影的估计,同时保持...

Author Info / 作者信息
A.P. Colijn Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
F.J. Beekman Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Attenuation Correction Synthesis for Hybrid PET-MR Scanners: Application to Brain Studies

混合PET-MR扫描仪的衰减校正合成:应用于脑研究

Ninon Burgos, M. Jorge Cardoso, Kris Thielemans, Marc Modat, Stefano Pedemonte, John Dickson, Anna Barnes, Rebekah Ahmed

Body Part 身体部位
Brain
Modality 模态
PETMRI
Abstract / 摘要
English

Attenuation correction is an essential requirement for quantification of positron emission tomography (PET) data. In PET/CT acquisition systems, attenuation maps are derived from computed tomography (CT) images. However, in hybrid PET/MR scanners, magnetic resonance imaging (MRI) images do not directly provide a patient-specific attenuation map. The aim of the proposed work is to improve attenuation correction for PET/MR scanners by generating synthetic CTs and attenuation maps. The synthetic images are generated through a multi-atlas information propagation scheme, locally matching the MRI-derived patient's morphology to a database of MRI/CT pairs, using a local image similarity measure. Results show significant improvements in CT synthesis and PET reconstruction accuracy when compared to a segmentation method using an ultrashort-echo-time MRI sequence and to a simplified atlas-based method.

中文

衰减校正是正电子发射断层扫描(PET)数据定量分析的基本要求。在PET/CT采集系统中,衰减图来源于计算机断层扫描(CT)图像。然而,在混合PET/MR扫描仪中,磁共振成像(MRI)图像不能直接提供患者特定的衰减图。本研究旨在通过生成合成CT和衰减图来改进PET/MR扫描仪的衰减校正。合成图像通过多图谱信息传播方案生成,该方案使用局部图像相似性度量,将MRI衍生的患者形态与MRI/CT对数据库进行局部匹配。结果显示,与使用超短回波时间MRI序列的分割方法和简化的基于图谱的方法相比,在CT合成和PET重建精度方面有显著改善。

Author Info / 作者信息
Ninon Burgos Centre for Medical Image Computing and the Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院医学图像计算中心和核医学研究所,伦敦,英国
M. Jorge Cardoso Centre for Medical Image Computing and the Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院医学图像计算中心和核医学研究所,伦敦,英国
Kris Thielemans Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院核医学研究所,伦敦,英国
Marc Modat Centre for Medical Image Computing and the Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院医学图像计算中心和核医学研究所,伦敦,英国
Stefano Pedemonte Martinos Center for Biomedical Imaging, Harvard Medical School, Charlestown, MA, USA; Departments of Information and Computer Science and of Biomedical Engineering and Computational Science, Aalto University, Aalto, Finland; Centre for Medical Image Computing and the Institute of Nuclear Medicine, University College London, London, U.K. 哈佛医学院Martinos生物医学成像中心,查尔斯顿,马萨诸塞州,美国;阿尔托大学信息与计算机科学系、生物医学工程与计算科学系,阿尔托,芬兰;伦敦大学学院医学图像计算中心和核医学研究所,伦敦,英国
John Dickson Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院核医学研究所,伦敦,英国
Anna Barnes Institute of Nuclear Medicine, University College London, London, U.K. 伦敦大学学院核医学研究所,伦敦,英国
Rebekah Ahmed Dementia Research Centre, University College London, London, U.K. 伦敦大学学院痴呆症研究中心,伦敦,英国

Along He, Tao Li, Ning Li, Kai Wang, Huazhu Fu

Body Part 身体部位
Pending
Modality 模态
Pending
Abstract / 摘要
English

Diabetic Retinopathy (DR) grading is challenging due to the presence of intra-class variations, small lesions and imbalanced data distributions. The key for solving fine-grained DR grading is to find more discriminative features corresponding to subtle visual differences, such as microaneurysms, hemorrhages and soft exudates. However, small lesions are quite difficult to identify using traditional convolutional neural networks (CNNs), and an imbalanced DR data distribution will cause the model to pay too much attention to DR grades with more samples, greatly affecting the final grading performance. In this article, we focus on developing an attention module to address these issues. Specifically, for imbalanced DR data distributions, we propose a novel Category Attention Block (CAB), which explores more discriminative region-wise features for each DR grade and treats each category equally. In order to capture more detailed small lesion information, we also propose the Global Attention Block (GAB), which can exploit detailed and class-agnostic global attention feature maps for fundus images. By aggregating the attention blocks with a backbone network, the CABNet is constructed for DR grading. The attention blocks can be applied to a wide range of backbone networks and trained efficiently in an end-to-end manner. Comprehensive experiments are conducted on three publicly available datasets, showing that CABNet produces significant performance improvements for existing state-of-the-art deep architectures with few additional parameters and achieves the state-of-the-art results for DR grading. Code and models will be available at https://github.com/he2016012996/CABnet.

中文

中文摘要翻译待生成

Author Info / 作者信息
Along He College of Computer Science, Nankai University, Tianjin, China 机构中文翻译待生成或 IEEE 未提供机构
Tao Li College of Computer Science, Nankai University, Tianjin, China 机构中文翻译待生成或 IEEE 未提供机构
Ning Li College of Computer Science, Nankai University, Tianjin, China 机构中文翻译待生成或 IEEE 未提供机构
Kai Wang College of Computer Science, Nankai University, Tianjin, China 机构中文翻译待生成或 IEEE 未提供机构
Huazhu Fu Inception Institute of Artificial Intelligence (IIAI), Abu Dhabi, United Arab Emirates 机构中文翻译待生成或 IEEE 未提供机构

VoxelMorph: A Learning Framework for Deformable Medical Image Registration

VoxelMorph: 可变形医学图像配准的学习框架

Guha Balakrishnan, Amy Zhao, Mert R. Sabuncu, John Guttag, Adrian V. Dalca

Body Part 身体部位
Brain
Modality 模态
MRICT
Abstract / 摘要
English

We present VoxelMorph, a fast learning-based framework for deformable, pairwise medical image registration. Traditional registration methods optimize an objective function for each pair of images, which can be time-consuming for large datasets or rich deformation models. In contrast to this approach and building on recent learning-based methods, we formulate registration as a function that maps an input image pair to a deformation field that aligns these images. We parameterize the function via a convolutional neural network and optimize the parameters of the neural network on a set of images. Given a new pair of scans, VoxelMorph rapidly computes a deformation field by directly evaluating the function. In this paper, we explore two different training strategies. In the first (unsupervised) setting, we train the model to maximize standard image matching objective functions that are based on the image intensities. In the second setting, we leverage auxiliary segmentations available in the training data. We demonstrate that the unsupervised model’s accuracy is comparable to the state-of-the-art methods while operating orders of magnitude faster. We also show that VoxelMorph trained with auxiliary data improves registration accuracy at test time and evaluate the effect of training set size on registration. Our method promises to speed up medical image analysis and processing pipelines while facilitating novel directions in learning-based registration and its applications. Our code is freely available at https://github.com/voxelmorph/voxelmorph .

中文

我们提出VoxelMorph,一种基于学习的快速可变形成对医学图像配准框架。传统配准方法为每对图像优化目标函数,对于大数据集或丰富形变模型可能耗时。相比之下,基于近期学习方法,我们将配准公式化为一个函数,将输入图像对映射到对齐这些图像的形变场。我们通过卷积神经网络参数化该函数,并在图像集上优化网络参数。给定一对新扫描,VoxelMorph通过直接评估函数快速计算形变场。本文探索两种不同训练策略。第一种(无监督)设置中,我们训练模型最大化基于图像强度的标准图像匹配目标函数。第二种设置中,我们利用训练数据中的辅助分割。我们证明无监督模型的准确性与最新方法相当,而速度快数个数量级。我们还显示,使用辅助数据训练的VoxelMorph在测试时提高配准精度,并评估训练集大小对配准的影响。我们的方法有望加速医学图像分析和处理流程,同时促进基于学习的配准及其应用的新方向。我们的代码在https://github.com/voxelmorph/voxelmorph免费提供。

Author Info / 作者信息
Guha Balakrishnan Computer Science and Artificial Intelligence Lab, MIT, Cambridge, MA, USA 麻省理工学院计算机科学与人工智能实验室,剑桥,马萨诸塞州,美国
Amy Zhao Computer Science and Artificial Intelligence Lab, MIT, Cambridge, MA, USA 麻省理工学院计算机科学与人工智能实验室,剑桥,马萨诸塞州,美国
Mert R. Sabuncu Meinig School of Biomedical Engineering, Cornell University, Ithaca, NY, USA 康奈尔大学梅宁生物医学工程学院,伊萨卡,纽约州,美国
John Guttag Computer Science and Artificial Intelligence Lab, MIT, Cambridge, MA, USA 麻省理工学院计算机科学与人工智能实验室,剑桥,马萨诸塞州,美国
Adrian V. Dalca Martinos Center for Biomedical Imaging, MGH, HMS, Boston, MA, USA 麻省总医院、哈佛医学院马蒂诺斯生物医学成像中心,波士顿,马萨诸塞州,美国

A new approach for nonlinear distortion correction in endoscopic images based on least squares estimation

基于最小二乘估计的内窥镜图像非线性畸变校正新方法

K. Vijayan Asari, S. Kumar, D. Radhakrishnan

Body Part 身体部位
Abdomen
Modality 模态
Endoscopy
Abstract / 摘要
English

Images captured with a typical endoscope show spatial distortion, which necessitates distortion correction for subsequent analysis. Here, a new methodology based on least squares estimation is proposed to correct the nonlinear distortion in the endoscopic images. A mathematical model based on polynomial mapping is used to map the images from distorted image space onto the corrected image space. Th...

中文

使用典型内窥镜捕获的图像存在空间畸变,这需要畸变校正以便后续分析。本文提出了一种基于最小二乘估计的新方法来校正内窥镜图像中的非线性畸变。采用基于多项式映射的数学模型将图像从畸变图像空间映射到校正后的图像空间。

Author Info / 作者信息
K. Vijayan Asari Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
S. Kumar Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
D. Radhakrishnan Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

A.R. De Pierro

Body Part 身体部位
Pending
Modality 模态
Pending
Abstract / 摘要
English

The maximum likelihood (ML) expectation maximization (EM) approach in emission tomography has been very popular in medical imaging for several years. In spite of this, no satisfactory convergent modifications have been proposed for the regularized approach. Here, a modification of the EM algorithm is presented. The new method is a natural extension of the EM for maximizing likelihood with concave priors. Convergence proofs are given. >

中文

中文摘要翻译待生成

Author Info / 作者信息
A.R. De Pierro Applied Mathematics Department, State University of Campinas, Sao Paulo, Brazil 机构中文翻译待生成或 IEEE 未提供机构

Simultaneous truth and performance level estimation (STAPLE): an algorithm for the validation of image segmentation

同时真实值及性能水平估计(STAPLE):一种用于图像分割验证的算法

S.K. Warfield, K.H. Zou, W.M. Wells

Body Part 身体部位
None
Modality 模态
None
Abstract / 摘要
English

Characterizing the performance of image segmentation approaches has been a persistent challenge. Performance analysis is important since segmentation algorithms often have limited accuracy and precision. Interactive drawing of the desired segmentation by human raters has often been the only acceptable approach, and yet suffers from intra-rater and inter-rater variability. Automated algorithms have been sought in order to remove the variability introduced by raters, but such algorithms must be assessed to ensure they are suitable for the task. The performance of raters (human or algorithmic) generating segmentations of medical images has been difficult to quantify because of the difficulty of obtaining or estimating a known true segmentation for clinical data. Although physical and digital phantoms can be constructed for which ground truth is known or readily estimated, such phantoms do not fully reflect clinical images due to the difficulty of constructing phantoms which reproduce the full range of imaging characteristics and normal and pathological anatomical variability observed in clinical data. Comparison to a collection of segmentations by raters is an attractive alternative since it can be carried out directly on the relevant clinical imaging data. However, the most appropriate measure or set of measures with which to compare such segmentations has not been clarified and several measures are used in practice. We present here an expectation-maximization algorithm for simultaneous truth and performance level estimation (STAPLE). The algorithm considers a collection of segmentations and computes a probabilistic estimate of the true segmentation and a measure of the performance level represented by each segmentation. The source of each segmentation in the collection may be an appropriately trained human rater or raters, or may be an automated segmentation algorithm. The probabilistic estimate of the true segmentation is formed by estimating an optimal combination of the segmentations, weighting each segmentation depending upon the estimated performance level, and incorporating a prior model for the spatial distribution of structures being segmented as well as spatial homogeneity constraints. STAPLE is straightforward to apply to clinical imaging data, it readily enables assessment of the performance of an automated image segmentation algorithm, and enables direct comparison of human rater and algorithm performance.

中文

表征图像分割方法的性能一直是一个持续的挑战。性能分析很重要,因为分割算法通常精度和准确度有限。由人类评分员交互式绘制所需分割通常曾是唯一可接受的方法,但存在评分员内和评分员间的变异性。为了消除评分员引入的变异性,人们寻求自动化算法,但必须评估这些算法以确保它们适合任务。生成医学图像分割的评分员(人类或算法)的性能难以量化,因为难以获得或估计临床数据的已知真实分割。尽管可以构建物理和数字幻影,其真实值已知或易于估计,但由于难以构建再现临床数据中观察到的全部成像特征及正常和病理解剖变异性的幻影,此类幻影不能完全反映临床图像。与评分员的分割集合进行比较是一种有吸引力的替代方案,因为它可以直接在相关临床成像数据上进行。然而,用于比较这些分割的最合适的度量或度量集尚未明确,实际中使用了多种度量。我们在此提出一种用于同时真实值及性能水平估计的期望最大化算法(STAPLE)。该算法考虑一个分割集合,计算真实分割的概率估计以及每个分割所代表的性能水平的度量。集合中每个分割的来源可以是经过适当训练的人类评分员或一个自动化分割算法。通过估计分割的最优组合,根据估计的性能水平对每个分割进行加权,并结合被分割结构的空间分布先验模型以及空间同质性约束,形成真实分割的概率估计。STAPLE易于应用于临床成像数据,能够方便地评估自动化图像分割算法的性能,并实现人类评分员与算法性能的直接比较。

Author Info / 作者信息
S.K. Warfield Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, USA; Department of Radiology, Children''s Hospital, Boston, USA; Harvard Medical School and the Department of Radiology, Brigham and Women's Hospital, Boston, MA, USA 美国马萨诸塞州剑桥市麻省理工学院计算机科学与人工智能实验室;美国波士顿儿童医院放射科;美国马萨诸塞州波士顿市哈佛医学院及布里格姆妇女医院放射科
K.H. Zou Harvard Medical School and the Department of Radiology, Brigham and Women's Hospital, Boston, MA, USA 美国马萨诸塞州波士顿市哈佛医学院及布里格姆妇女医院放射科
W.M. Wells Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of Technology, Cambridge, MA, USA; Harvard Medical School and the Department of Radiology, Brigham and Women's Hospital, Boston, MA, USA 美国马萨诸塞州剑桥市麻省理工学院计算机科学与人工智能实验室;美国马萨诸塞州波士顿市哈佛医学院及布里格姆妇女医院放射科

Paul R. Edholm, Gabor T. Herman

Body Part 身体部位
Pending
Modality 模态
Pending
Abstract / 摘要
English

The notion of a linogram is introduced. It corresponds to the notion of a sinogram in the conventional representation of projection data in image reconstruction. In the sinogram, points which correspond to rays which go through a fixed point in the cross section to be reconstructed all fall on a sinusoidal curve. In the linogram, however, these points fall on a straight line. Thus, backprojection ...

中文

中文摘要翻译待生成

Author Info / 作者信息
Paul R. Edholm Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Gabor T. Herman Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Yongbum Lee, T. Hara, H. Fujita, S. Itoh, T. Ishigaki

Body Part 身体部位
Lung
Modality 模态
CT
Abstract / 摘要
English

The purpose of this study is to develop a technique for computer-aided diagnosis (CAD) systems to detect lung nodules in helical X-ray pulmonary computed tomography (CT) images. The authors propose a novel template-matching technique based on a genetic algorithm (GA) template matching (GATM) for detecting nodules existing within the lung area; the GA was used to determine the target position in th...

中文

本研究旨在为计算机辅助诊断(CAD)系统开发一种技术,用于检测螺旋X射线肺部计算机断层扫描(CT)图像中的肺结节。作者提出了一种基于遗传算法(GA)模板匹配(GATM)的新型模板匹配技术,用于检测肺区域内的结节;遗传算法用于确定目标位置...

Author Info / 作者信息
Yongbum Lee Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
T. Hara Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
H. Fujita Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
S. Itoh Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
T. Ishigaki Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Reconstruction algorithm for polychromatic CT imaging: application to beam hardening correction

多色CT成像重建算法:在射束硬化校正中的应用

Chye Hwang Yan, R.T. Whalen, G.S. Beaupre, S.Y. Yen, S. Napel

Body Part 身体部位
Bone
Modality 模态
CT
Abstract / 摘要
English

This paper presents a new reconstruction algorithm for both single- and dual-energy computed tomography (CT) imaging. By incorporating the polychromatic characteristics of the X-ray beam into the reconstruction process, the algorithm is capable of eliminating beam hardening artifacts. The single energy version of the algorithm assumes that each voxel in the scan field can be expressed as a mixture...

中文

本文提出了一种用于单能量和双能量计算机断层扫描(CT)成像的新型重建算法。通过将X射线束的多色特性纳入重建过程,该算法能够消除射束硬化伪影。该算法的单能量版本假设扫描场中的每个体素可以表示为混合物...

Author Info / 作者信息
Chye Hwang Yan Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
R.T. Whalen Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
G.S. Beaupre Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
S.Y. Yen Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
S. Napel Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Low-Dose CT With a Residual Encoder-Decoder Convolutional Neural Network

基于残差编码器-解码器卷积神经网络的低剂量CT

Hu Chen, Yi Zhang, Mannudeep K. Kalra, Feng Lin, Yang Chen, Peixi Liao, Jiliu Zhou, Ge Wang

Body Part 身体部位
None
Modality 模态
CT
Abstract / 摘要
English

Given the potential risk of X-ray radiation to the patient, low-dose CT has attracted a considerable interest in the medical imaging field. Currently, the main stream low-dose CT methods include vendor-specific sinogram domain filtration and iterative reconstruction algorithms, but they need to access raw data, whose formats are not transparent to most users. Due to the difficulty of modeling the statistical characteristics in the image domain, the existing methods for directly processing reconstructed images cannot eliminate image noise very well while keeping structural details. Inspired by the idea of deep learning, here we combine the autoencoder, deconvolution network, and shortcut connections into the residual encoder–decoder convolutional neural network (RED-CNN) for low-dose CT imaging. After patch-based training, the proposed RED-CNN achieves a competitive performance relative to the-state-of-art methods in both simulated and clinical cases. Especially, our method has been favorably evaluated in terms of noise suppression, structural preservation, and lesion detection.

中文

鉴于X射线辐射对患者的潜在风险,低剂量CT在医学成像领域引起了相当大的关注。目前,主流的低剂量CT方法包括设备特定的正弦图域滤波和迭代重建算法,但它们需要访问原始数据,而这些数据的格式对大多数用户不透明。由于在图像域中建模统计特性的困难,现有直接处理重建图像的方法在保持结构细节的同时无法很好地消除图像噪声。受深度学习思想的启发,我们将自编码器、反卷积网络和快捷连接结合到残差编码器-解码器卷积神经网络(RED-CNN)中,用于低剂量CT成像。经过基于块的训练后,所提出的RED-CNN在模拟和临床案例中均达到了与最先进方法相竞争的性能。特别是,我们的方法在噪声抑制、结构保留和病变检测方面得到了良好的评价。

Author Info / 作者信息
Hu Chen College of Computer Science, Sichuan University, Chengdu, China 四川大学计算机科学学院,成都,中国
Yi Zhang College of Computer Science, Sichuan University, Chengdu, China 四川大学计算机科学学院,成都,中国
Mannudeep K. Kalra Department of Radiology, Massachusetts General Hospital, Boston, MA, USA 马萨诸塞州总医院放射科,波士顿,马萨诸塞州,美国
Feng Lin College of Computer Science, Sichuan University, Chengdu, China 四川大学计算机科学学院,成都,中国
Yang Chen Key Laboratory of Computer Network and Information Integration, Ministry of Education, Southeast University, Nanjing, China 东南大学计算机网络与信息集成教育部重点实验室,南京,中国
Peixi Liao Department of Scientific Research and Education, The Sixth People’s Hospital of Chengdu, Chengdu, China 成都市第六人民医院科研教育部,成都,中国
Jiliu Zhou College of Computer Science, Sichuan University, Chengdu, China 四川大学计算机科学学院,成都,中国
Ge Wang Department of Biomedical Engineering, Rensselaer Polytechnic Institute, Troy, NY, USA 伦斯勒理工学院生物医学工程系,特洛伊,纽约州,美国

Emanuel Levitan, Gabor T. Herman

Body Part 身体部位
Pending
Modality 模态
Pending
Abstract / 摘要
English

The expectation maximization method for maximum likelihood image reconstruction in emission tomography, based on the Poisson distribution of the statistically independent components of the image and measurement vectors, is extended to a maximum aposteriori image reconstruction using a multivariate Gaussian a priori probability distribution of the image vector. The approach is equivalent to a penal...

中文

中文摘要翻译待生成

Author Info / 作者信息
Emanuel Levitan Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Gabor T. Herman Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Adaptive mammographic image enhancement using first derivative and local statistics

使用一阶导数和局部统计的自适应乳腺X线图像增强

Jong Kook Kim, Jeong Mi Park, Koun Sik Song, Hyun Wook Park

Body Part 身体部位
Breast
Modality 模态
Mammography
Abstract / 摘要
English

This paper proposes an adaptive image enhancement method for mammographic images, which is based on the first derivative and the local statistics. The adaptive enhancement method consists of three processing steps. The first step is to remove the film artifacts which may be misread as microcalcifications. The second step is to compute the gradient images by using the first derivative operators. Th...

中文

本文提出了一种基于一阶导数和局部统计的自适应乳腺X线图像增强方法。该自适应增强方法包括三个处理步骤。第一步是去除可能被误读为微钙化的胶片伪影。第二步是利用一阶导数算子计算梯度图像。

Author Info / 作者信息
Jong Kook Kim Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Jeong Mi Park Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Koun Sik Song Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Hyun Wook Park Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

B. Fischl, A. Liu, A.M. Dale

Body Part 身体部位
Brain
Modality 模态
MRI
Abstract / 摘要
English

Highly accurate surface models of the cerebral cortex are becoming increasingly important as tools in the investigation of the functional organization of the human brain. The construction of such models is difficult using current neuroimaging technology due to the high degree of cortical folding. Even single voxel mis-classifications can result in erroneous connections being created between adjacent banks of a sulcus, resulting in a topologically inaccurate model. These topological defects cause the cortical model to no longer be homeomorphic to a sheet, preventing the accurate inflation, flattening, or spherical morphing of the reconstructed cortex. Surface deformation techniques can guarantee the topological correctness of a model, but are time-consuming and may result in geometrically inaccurate models. In order to address this need the authors have developed a technique for taking a model of the cortex, detecting and fixing the topological defects while leaving that majority of the model intact, resulting in a surface that is both geometrically accurate and topologically correct.

中文

高精度的大脑皮层表面模型作为研究人脑功能组织的工具变得越来越重要。由于皮层高度折叠,使用当前的神经影像技术构建此类模型非常困难。即使单个体素的错误分类也可能导致相邻脑回之间产生错误连接,从而产生拓扑不准确的模型。这些拓扑缺陷使得皮层模型不再与曲面片同胚,从而阻止了重建皮层的精确膨胀、展平或球形变形。表面变形技术可以保证模型的拓扑正确性,但耗时且可能导致几何不准确的模型。为了解决这一需求,作者开发了一种技术,用于获取皮层模型,检测并修复拓扑缺陷,同时保留模型的大部分结构,从而得到既几何精确又拓扑正确的表面。

Author Info / 作者信息
B. Fischl Nuclear Magnetic Resonance Center, Massachusetts General Hospital, Harvard Medical School and Massachusetts General Hospital, Charlestown, MA, USA 美国马萨诸塞州查尔斯顿市,哈佛医学院和麻省总医院核磁共振中心,麻省总医院
A. Liu Nuclear Magnetic Resonance Center, Massachusetts General Hospital, Harvard Medical School and Massachusetts General Hospital, Charlestown, MA, USA 美国马萨诸塞州查尔斯顿市,哈佛医学院和麻省总医院核磁共振中心,麻省总医院
A.M. Dale Nuclear Magnetic Resonance Center, Massachusetts General Hospital, Harvard Medical School and Massachusetts General Hospital, Charlestown, MA, USA 美国马萨诸塞州查尔斯顿市,哈佛医学院和麻省总医院核磁共振中心,麻省总医院

Analysis of vasculature for liver surgical planning

肝脏手术规划的血管分析

D. Selle, B. Preim, A. Schenk, H.-O. Peitgen

Body Part 身体部位
Liver
Modality 模态
None
Abstract / 摘要
English

For liver surgical planning, the structure and morphology of the hepatic vessels and their relationship to tumors are of major interest. To achieve a fast and robust assistance with optimal quantitative and visual information, we present methods for a geometrical and structural analysis of vessel systems. Starting from the raw image data a sequence of image processing steps has to be carried out u...

中文

对于肝脏手术规划,肝血管的结构和形态及其与肿瘤的关系是主要关注点。为了提供快速、稳健的辅助以及最佳的定量和视觉信息,我们提出了血管系统的几何和结构分析方法。从原始图像数据开始,需要执行一系列图像处理步骤...

Author Info / 作者信息
D. Selle Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
B. Preim Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
A. Schenk Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
H.-O. Peitgen Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构

Design and construction of a realistic digital brain phantom

真实数字脑幻影的设计与构建

D.L. Collins, A.P. Zijdenbos, V. Kollokian, J.G. Sled, N.J. Kabani, C.J. Holmes, A.C. Evans

Body Part 身体部位
Brain
Modality 模态
MRI
Abstract / 摘要
English

After conception and implementation of any new medical image processing algorithm, validation is an important step to ensure that the procedure fulfils all requirements set forth at the initial design stage. Although the algorithm must be evaluated on real data, a comprehensive validation requires the additional use of simulated data since it is impossible to establish ground truth with in vivo data. Experiments with simulated data permit controlled evaluation over a wide range of conditions (e.g., different levels of noise, contrast, intensity artefacts, or geometric distortion). Such considerations have become increasingly important with the rapid growth of neuroimaging, i.e., computational analysis of brain structure and function using brain scanning methods such as positron emission tomography and magnetic resonance imaging. Since simple objects such as ellipsoids or parallelepipedes do not reflect the complexity of natural brain anatomy, the authors present the design and creation of a realistic, high-resolution, digital, volumetric phantom of the human brain. This three-dimensional digital brain phantom is made up of ten volumetric data sets that define the spatial distribution for different tissues (e.g., grey matter, white matter, muscle, skin, etc.), where voxel intensity is proportional to the fraction of tissue within the voxel. The digital brain phantom can be used to simulate tomographic images of the head. Since the contribution of each tissue type to each voxel in the brain phantom is known, it can be used as the gold standard to test analysis algorithms such as classification procedures which seek to identify the tissue "type" of each image voxel. Furthermore, since the same anatomical phantom may be used to drive simulators for different modalities, it is the ideal tool to test intermodality registration algorithms. The brain phantom and simulated MR images have been made publicly available on the Internet (http://www.bic.mni.mcgill.ca/brainweb).

中文

在构思和实现任何新的医学图像处理算法之后,验证是一个重要步骤,以确保该过程满足初始设计阶段提出的所有要求。虽然算法必须在真实数据上进行评估,但全面的验证还需要额外使用模拟数据,因为无法从体内数据建立金标准...

Author Info / 作者信息
D.L. Collins Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
A.P. Zijdenbos Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
V. Kollokian Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
J.G. Sled Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
N.J. Kabani Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
C.J. Holmes Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构
A.C. Evans Montreal Neurological Institute, McGill University McConnell Brain Imaging Centre, Montreal, QUE, Canada 机构中文翻译待生成或 IEEE 未提供机构

A model-based method for phase unwrapping

基于模型的相位展开方法

Zhi-Pei Liang

Body Part 身体部位
Brain
Modality 模态
MRI
Abstract / 摘要
English

Presents a model-based phase unwrapping method which represents the unwrapped phase function by a truncated Taylor series and a residual function. An efficient, noniterative computational algorithm is also proposed for calculating the model parameters from the phase derivatives. Sample experimental results are shown to demonstrate the effectiveness of the algorithm for extracting unwrapped phase i...

中文

提出了一种基于模型的相位展开方法,该方法通过截断的泰勒级数和残差函数来表示展开的相位函数。还提出了一种高效的非迭代计算算法,用于从相位导数计算模型参数。示例实验结果表明了该算法在提取展开相位方面的有效性……

Author Info / 作者信息
Zhi-Pei Liang Affiliation not provided by IEEE Xplore 机构中文翻译待生成或 IEEE 未提供机构
Previous Page 7 of 17 Next