ISSN 1004-4140
CN 11-3017/P

减少CT图像中金属伪影的研究进展

苏丹阳, 侯平, 张浩然, 马渊博, 刘金龙, 杨晓鹏

苏丹阳, 侯平, 张浩然, 等. 减少CT图像中金属伪影的研究进展[J]. CT理论与应用研究(中英文), 2025, 34(3): 499-505. DOI: 10.15953/j.ctta.2024.023.
引用本文: 苏丹阳, 侯平, 张浩然, 等. 减少CT图像中金属伪影的研究进展[J]. CT理论与应用研究(中英文), 2025, 34(3): 499-505. DOI: 10.15953/j.ctta.2024.023.
SU D Y, HOU P, ZHANG H R, et al. Research Progress on Reducing Metal Artifacts in CT Imaging[J]. CT Theory and Applications, 2025, 34(3): 499-505. DOI: 10.15953/j.ctta.2024.023. (in Chinese).
Citation: SU D Y, HOU P, ZHANG H R, et al. Research Progress on Reducing Metal Artifacts in CT Imaging[J]. CT Theory and Applications, 2025, 34(3): 499-505. DOI: 10.15953/j.ctta.2024.023. (in Chinese).

减少CT图像中金属伪影的研究进展

详细信息
    作者简介:

    苏丹阳,女,医学技术专业硕士研究生,主要从事CT对置入物的研究,E-mail:s839671366@163.com

    通讯作者:

    杨晓鹏✉,男,教授、硕士生导师,主要从事影像和骨修复方面的研究,E-mail:13837141925@163.com

  • 中图分类号: T 18;TP 391.41;R 814

Research Progress on Reducing Metal Artifacts in CT Imaging

  • 摘要:

    颅内动脉瘤栓塞术、口腔金属置入物、脊柱内固定物以及髋关节置换术等金属置入物在临床中的应用日益增加。采用CT图像对金属置入物术后患者进行评估时产生的金属伪影会使CT图像无法清晰显示金属-骨界面及邻近的组织结构,影响医生诊断的精准性。随着CT的发展,去金属伪影技术和虚拟单能量成像技术等手段有助于减少CT图像中的金属伪影,深度学习重建算法和光子计数CT的出现为金属置入物术后的精准评估提供更加可靠的依据。本文就减少CT图像中金属伪影的研究进展作一综述。

    Abstract:

    Intracranial aneurysm embolization, oral metal implants, spinal internal fixation, hip replacement, and other metal implants are increasingly used in clinical practice. Metal artifacts generated by computed tomography (CT) images during the evaluation of patients after placement of metal implants will prevent CT images from clearly showing the metal–bone interface and the adjacent tissue structure, which affects the accuracy of doctors' diagnosis. With the development of CT, metal artifact reduction technology and virtual monoenergetic imaging technology are helpful to reduce metal artifacts in CT imaging. The emergence of deep learning reconstruction algorithms and photon counting CT provides a more reliable basis for the accurate evaluation of metal implants after surgery. This paper reviews the progress of research on reducing metal artifacts in CT imaging.

  • 地震正演模拟是在地下介质结构和物性参数已知的情况下,利用数值计算的方法来研究地震波在地下介质中的传播规律,从而获得理论地震记录。常见的地震波场数值模拟方法包含有限元法[1]、有限差分法[2-3]和伪谱法[4]等。董良国等[5]、裴正林等[6]、井涌泉等[7]、龚明平等[8]先后对地震数值模拟方法进行了改进和完善,为技术发展做出了突出贡献。如今,随着大规模、高密度地震勘探技术的推广和对成像精度要求的提高,地震数值模拟的计算量和花费也在不断增加。因此,如何在有限计算资源下提高计算效率,成为解决大规模地球物理问题的关注焦点。

    半精度浮点型数据(half-precision floating-point,FP16)因其数据精度较低,通常不用于地震数值模拟,但它具有比常规浮点数更高的单位时间数据吞吐量,从而在近年得到人们的重视。宋聂平等[9]曾进行了相关测试,证明半精度浮点数在特定情形能提高程序的计算效率;曹克乾等[10]则利用该方法对超越函数设计优化,取得了良好效果;Gabriel[11]将其应用在地震数值模拟,实现过程在保证计算稳定性和精度的前提下,节省计算资源的同时可提高计算效率。

    并行计算是将一个计算任务划分为多个子任务,然后让各子任务同时执行来完成计算[12]。有限差分法地震数值模拟具有较高的可并行性,将大规模正演模拟任务按一定标准进行分解,随后分别计算,在保证精度和稳定性的同时,能大幅提高计算效率[13]。OpenMP(Open Multi-Processing)是一种应用程序接口(API),也是较为成熟和应用广泛的编译器指令,为共享内存环境的并行编程提供了支持。因其可移植性好、功能强大、计算效率高等优点,在地球物理研究领域有着普遍的应用[14-16]。Franke等[17]在大地电磁有限元模拟中使用了OpenMP以提高计算效率;张伟等[18]将OpenMP应用于三维有限差分数值模拟,也取得了显著的加速效果。半精度浮点数能优化参与计算的数据类型,而OpenMP则能分割计算区域实现并行计算,若是在大规模地震数值模拟中将这两种方法的优势相结合,即可在提高计算效率的同时大幅减少对计算内存的需求。

    为此,本文针对上述两类技术方法的特点,实现基于半精度浮点数优化与OpenMP的三维波动方程地震数值模拟。首先利用半精度浮点数对地震数值模拟常用的浮点型数据(如float32)进行优化;再利用并行应用程序接口OpenMP在多核CPU下,通过划分波场区域的方式将各波场赋予不同的计算核心实现并行;最后的数值试验表明,在保证计算精度和稳定性的条件下,该策略可以有效提高计算效率和计算机CPU的运算能力。

    均匀各向同性介质三维声学波动方程可表示为[19]

    $$ \frac{{\text{1}}}{{{v^2}}}\frac{{{\partial ^2}p}}{{\partial {t^2}}} = \frac{{{\partial ^2}u}}{{\partial {x^2}}} + \frac{{{\partial ^2}u}}{{\partial {y^2}}} + \frac{{{\partial ^2}u}}{{\partial {z^2}}}\text{,} $$ (1)

    式中,xyz为空间位置坐标,t为时间,声学波场$ p = p\left( {x,y,z,t} \right) $,速度场$ v = v\left( {x,y,z} \right) $。在波动方程离散化过程中,时间导数采用二阶中心差分,空间导数用2N阶精度的差分做近似,则得到差分方程:

    $$ {p^{n + 1}}\left( {i,j,k} \right) = 2{p^n}\left( {i,j,k} \right) - {p^{n - 1}}\left( {i,j,k} \right) + \Delta {t^2}{v^2}\bigg( {L_x^2\Big( {p\left( {i,j,k} \right)} \Big) + L_y^2\Big( {p\left( {i,j,k} \right)} \Big) + L_z^2\Big( {p\left( {i,j,k} \right)} \Big)} \bigg) \text{,} $$ (2)

    其中,LxLyLz分别表示波场函数对空间偏导数的差分算子。通过前一时刻波场$ {p^{n - 1}}\left( {i,j,k} \right) $和现在时刻波场$ {p^n}\left( {i,j,k} \right) $即可计算后一时刻波场$ {p^{n + 1}}\left( {i,j,k} \right) $,依此完成有限差分法的地震波场更新。

    依据二维地震数值模拟的稳定性分析方法,可以得到三维声学方程2N阶空间差分精度的稳定性条件[20]

    $$ v\Delta t\sqrt {\frac{1}{{\Delta {x^2}}} + \frac{1}{{\Delta {{\text{y}}^2}}} + \frac{1}{{\Delta {z^2}}}} \leq \sqrt {\frac{2}{{\displaystyle \sum {_{n = 1}^NC_n^{(N)}\Big( {1 - \left( { - 1} \right){}^n} \Big)} }}} ,$$ (3)

    式中,v是模型中速度的最大值。对于初级的空间2阶差分稳定性条件可简化为:

    $$ \frac{{v\Delta t}}{{\Delta x}} \leq \frac{1}{{\sqrt 3 }} 。 $$ (4)

    对于模型边界波场反射的问题,本文采用完全匹配层(perfectly matched layer,PML)方法,在波场计算区域的外围加上相应的完全匹配层,并在其层内引入衰减因子,当地震波在匹配层之间传播时其能量将按传播距离指数衰减,从而达到消除虚假反射的目的。

    图1所示,三维波动方程的PML边界处理需在计算区域的边界加上辅助的匹配层,三维波动方程正演模拟的PML区域共包含6个面区、12条棱区和8个棱角区。先将原始地震模型边界按PML层数进行扩充,然后在匹配层内的每一离散结点上添加衰减系数,以此达到边界对波场吸收的效果。

    图  1  三维模型PML分布示意图
    Figure  1.  Schematic diagram of the three-dimensional model, PML

    针对三维波动方程地震数值模拟计算量大、计算效率低的问题,本文通过半精度浮点数优化与OpenMP技术相结合的方法,达到了提高计算效率的效果。具体措施如下:

    ①引入半精度浮点数:利用半精度浮点数(FP16)对地震数值模拟常用的浮点型数据类型进行优化,在保证精度的前提下,减少内存占用和加速计算。②OpenMP并行计算:使用OpenMP并行计算框架,将时间循环中的计算区域按照CPU核心数划分成若干子域,然后在每一子域上执行网格点处的波场更新,从而提高计算效率。③数值稳定性:需要选择合适的时间和空间步长,以及边界条件和初始条件。

    同时,本文采用放缩震源的方式引入比例标量,对参与数值计算的速度和子波进行重匹配,从而保证计算结果的精度。图2是基于半精度浮点数优化与OpenMP的三维波动方程数值模拟流程图。

    图  2  使用半精度浮点数优化与OpenMP的三维地震数值模拟流程图
    Figure  2.  Flow chart of three-dimensional seismic, numerical simulations using half-precision floating-point number optimization and OpenMP

    双精度、单精度浮点型数据因其计算稳定,数据表示范围广的优点被应用于地震数值模拟。若是引入半精度浮点数,将常用浮点型数据通过一定方式转化为半精度浮点型数据,可以达到更高的单位时间数据吞吐量,提高计算效率。

    半精度浮点数是一种浮点数表示方法,通常用于节省存储空间和提高计算速度。相对于双精度或单精度浮点数,半精度浮点数仅使用16位(2字节)的存储空间,可以显著减少存储和传输的开销。图3展示了波场数据采用单精度和半精度两种类型的对比。

    图  3  数值模拟中两种精度数据类型的对比
    Figure  3.  Comparison of two data type accuracies in numerical simulations

    半精度浮点数在地震模拟中的优化可以从几个方面进行:

    (1)算法选择:在使用半精度浮点数进行计算时,需要考虑算法的选择。由于半精度浮点数的精度较低,不适用于高精度计算,因此需要选择适合于半精度浮点数的算法,以保证计算精度和效率。传统的单精度浮点型数据可应用于不同行业,但目前半精度浮点型数据却鲜有人使用。这两种类型的浮点数最大的区别在于数据动态范围的不同,单精度浮点型数据拥有1个符号位,8个指数位和23个尾数位,总共占据32个比特,它表示的数值能精确到小数点后6~7位;半精度浮点型数据则拥有1个符号位,5个指数位和10个尾数位,只占据16个比特,所表示的数值只能精确到小数点后3~4位。表1展示了单精度、半精度数据类型的具体对比。

    表  1  两种精度数据类型对比
    Table  1.  Comparison of two data precision types
    精度 符号位 指数位 尾数位 有效位 小数位 总位数 最小值 最大值
    单精度 1 8 23 7 6 32 1.17×10-38 3.4×1038
    半精度 1 5 10 3 2 16 6.1×10-5 65504
    下载: 导出CSV 
    | 显示表格

    (2)数据类型转换:在进行半精度浮点数计算时,需要将其它的数据类型转换为半精度浮点数。操作人员可以使用硬件指令或软件库来实现半精度浮点数的转换和计算。但在CPU环境下,当前适用于计算机语言的数据类型转换只能通过编程实现。

    (3)并行计算:半精度浮点数的计算速度比双/单精度浮点数要快,若想进一步提高计算效率,可以结合多线程或SIMD(single instruction, multiple data)指令来实现半精度浮点数的并行计算,如使用OpenMP进行多线程编程。

    (4)数据存储和传输:半精度浮点数可以节省存储空间和传输带宽。但在具体实现时需要考虑相应的一些问题,由于半精度浮点数的精度较低,容易出现计算误差,所以在数据存储和传输过程中应注意数据的精度和有效性。

    在CPU平台的Windows系统下,半精度浮点数据类型目前还没有具体的定义,也缺乏相应的计算程序,已有的数值算法大多是在GPU平台开发。为此,我们给出CPU平台下半精度浮点数的自定义方法,以满足实际计算的需求。具体做法是:如图4所示,在地震波场模拟中,假设计算区域的波场值为单精度数据,将其符号位、指数位和尾数位分离,然后保持符号位不变,对指数位向前截取到5位,对尾数位向前截取到10位,达到半精度的位数要求,最后将其组合后输出,完成数据类型的转换。

    图  4  不同精度浮点数的转换
    Figure  4.  Conversion of floating-point numbers with different accuracies

    上述方法虽能解决CPU情形半精度浮点数的定义,但还需要考虑计算的精度问题。对于地震数值模拟来说,若波场计算中所使用的数据为单精度浮点型,每一离散网格点的波场值至少要精确到小数点后4位,而半精度浮点数只能精确到小数点后 2位。由于半精度数据的范围是6.1×10-5~65504,而单精度数据表示的范围是1.17×10-38~3.4×1038,所以为了保持半精度浮点数的有效精度,我们采用放缩震源的方式,对参与数值计算的地震速度和子波进行重匹配,从而保障计算结果的精度。具体做法为:设震源为雷克子波,给定其振幅初值为1,即波场值的浮动范围整数位不超过1位。在地震数值模拟中单精度浮点数精确到小数点后4位,即有效位是1+4=5位,则半精度浮点数的有效精度也应该是5位。通过将震源初值放大100倍,并使波场值的有效位数与半精度浮点数进行匹配,转换后的数据则可以达到计算精度的要求。

    为了保留有效波场信息,程序中需要对放大后的结果进行一定比例的缩小,即引入两个比例因子:

    $$ \begin{gathered} {e_v} = - {\log _2}\Big( {\Delta t\max \left( M \right)} \Big) \\ {e_s} = - {\log _2}\Big( {\Delta t\max \left( S \right)} \Big) \\ \end{gathered} \text{,} $$ (5)

    式中M为模型最大速度;S为震源信号的最大振幅值。将模型速度参数、震源项进行比例放缩:

    $$ \begin{gathered} v' = {2^{{e_v} - {e_s}}}v \\ {{s'}} = {2^{ - {e_s}}}{{s}} \\ \end{gathered} \text{,} $$ (6)

    即能最大程度保留有效波场信息。

    对于地震数值模拟来说,计算量最大、耗时最多的环节是波场更新。波场计算通常采用时间-空间循环的方式,空间循环是更新区域内每一个结点处的波场值,时间循环是更新每一时刻模型内所有的波场值。若是实现过程采用串行,其计算速度缓慢,CPU利用率也较低。OpenMP可以用于波场的更新计算从而实现并行加速。

    OpenMP一般是通过编译指令,对空间循环按照CPU核心数进行分区,然后在不同的核心上并行计算。以二维波场外推为例(图5),OpenMP采用区域分割的方法计算t3时刻波场时,需要用到t1时刻和t2时刻的波场,并且各波场由不同的数组存储,相互独立。计算子域边界波场时可以正常进行,不会对计算结果产生影响。因此,在多核情形实现地震波场的并行计算,可以大幅提升计算效率。对于三维地震模拟,可以看作是许多二维模型按一定方向叠加,OpenMP的优化方法对三维波场更新计算同样适用。

    图  5  OpenMP波场外推示意图
    Figure  5.  Wavefield extrapolation based on OpenMP

    为了验证文中方法的有效性和加速效果,使用简单和复杂两种介质模型来进行三维地震数值模拟。对于简单模型,设计的是水平层状介质模型(图6(a)),尺寸$N_x=N_y=N_z=100 $。采用30层的PML吸收边界,时间采样间隔是0.5 ms,空间采样间隔是$ \mathrm{\mathit{d}}_x=\mathrm{\mathit{d}}_y=\mathrm{\mathit{d}}_z=5\mathrm{\ m} $;两层介质速度分别为2 000 m/s和3 000 m/s。波场快照时间是180 ms,震源采用30 Hz的雷克子波,位置是($N_x/2 $$N_y/2 $,0),检波器均位于$N_z=0 $平面。模拟精度使用时间2阶、空间8阶的差分。对于复杂模型,则是采用标准的盐丘模型(图6(b)),尺寸是$N_x=N_y=676 $$N_z=180 $。波场快照时间300 ms,模拟精度是空间16阶的差分,其它模拟参数如上所述。

    图  6  三维模型
    Figure  6.  Three-dimensional model

    计算机硬件参数如下:Intel(R) Core(TM) i5-10400 F CPU @ 2.90 GHz(10核CPU),内存是32 G。本文所用的加速比公式为:

    $$ {{\text{S}}_p} = \frac{{{T_1}}}{{{T_p}}} \text{,} $$ (7)

    其中,p指所用 CPU核心(处理器)数,T1指顺序执行算法的时间,Tp指用p个核心(处理器)的并行时间。

    对两模型进行4组试验:传统方法(串行),基于OpenMP的并行方法,基于半精度浮点数(FP16)的优化方法,以及基于OpenMP+FP16优化的并行方法。试验中OpenMP调用CPU共6个核心参与计算。最后统计实际加速比以分析不同方法的加速效果。计算结果如图7图8所示,加速情况见表2图9

    图  7  层状模型数值试验的波场快照切片展示
    Figure  7.  The slices of the numerical result with the layered model
    图  8  盐丘模型数值试验的波场快照切片展示
    Figure  8.  The slices of the numerical result with the Salt model
    表  2  加速试验数据统计
    Table  2.  Speedup experimental data statistics
    水平层状模型 盐丘模型 理论加速比
    时间/s 实际加速比 时间/s 实际加速比
    传统方法 384.0 1.00 135118 1.00 1
    OpenMP 80.0 4.82 30708 4.41 6
    FP16 214.0 1.79 73433 1.84 2
    OpenMP+FP16 40.5 8.31 17125 7.89 12
    下载: 导出CSV 
    | 显示表格
    图  9  加速情况对比
    Figure  9.  Comparison of acceleration

    将串行计算方法的加速比定义为1作为参照,在OpenMP情形加速比可以提高到4~5左右,半精度浮点数FP16优化后加速比提高到1.8。在三维盐丘模型测试中最终加速比达到了7.89。由于程序内部存在串行部分及计算机后台进程对CPU资源的占用,会使实际加速比难以达到理论值,但优化方法仍然取得了显著的加速效果。

    从数值试验结果来看,利用优化方法得到的波场快照与常规方法基本一致。分析不同方法所得结果的差值,对于水平层状模型,优化后的结果误差仅为0.022%;对于盐丘模型,相应的误差是0.012%。试验结果证明基于半精度浮点数优化与OpenMP方法的地震模拟能保证计算结果的精度,并大幅提高计算效率。

    本文提出了适用于三维地震数值模拟的半精度浮点数优化与OpenMP结合的方法,在保证计算精度和稳定性的前提下,提高了计算效率。该方法在有6核CPU的计算机上对三维标准模型进行了正演测试,取得的加速比约为8,并将计算误差控制在10-4以内。通过本文的数值试验可以得出以下认识:

    (1)利用半精度浮点数计算速度快和减少计算内存的优势,将其应用于时间域地震数值模拟中,实现了三维有限差分地震数值模拟的高性能计算。通过三维层状模型和盐丘模型的测试,不仅减少了计算内存,还取得了较高的加速比。

    (2)该优化方案给出了半精度浮点型数据在地震数值模拟中的定义方式。优化后的地震数值模拟程序有较好的可移植性,能适用于当前通用的CPU。

    (3)该方法在实际应用中,会受到数值模拟程序串行部分占比高、计算机后台进程对内存和CPU的占用,半精度浮点数据转换效率以及程序I/O等因素的影响,使地震模拟的实际加速难以达到理论值。但从数值试验结果来看,仍然会取得良好的加速效果,计算资源也得到了高效利用。

  • [1] 李昊翔, 朱凯, 孙重阳, 等. 宝石能谱CT在减少金属伪影方面的应用进展[J]. 中国医药导报, 2015, 12(11): 42-45.

    LI H X, ZHU K, SUN C Y, et al. Advances in the application of gemstone spectral CT in reducing metal artifacts[J]. China Medicine Guide, 2015, 12(11): 42-45. (in Chinese).

    [2]

    JEONG S, KIM S H, HWANG E J, et al. Usefulness of a metal artifact reduction algorithm for orthopedic implants in abdominal CT: Phantom and clinical study results[J]. American Journal of Roentgenology, 2015, 204(2): 307-317. DOI: 10.2214/ajr.14.12745.

    [3]

    PESSIS E, CAMPAGNA R, SVERZUT J M, et al. Virtual monochromatic spectral imaging with fast kilovoltage switching: Reduction of metal artifacts at CT[J]. Radiographics, 2013, 33(2): 573-583. DOI: 10.1148/rg.332125124.

    [4]

    LEE Y H, PARK K K, SONG H T, et al. Metal artefact reduction in gemstone spectral imaging dual-energy CT with and without metal artefact reduction software[J]. European Radiology, 2012, 22(6): 1331-1340. DOI: 10.1007/s00330-011-2370-5.

    [5] 汪涛, 夏文军, 赵云松, 等. CT金属伪影去除研究进展[J]. 中国体视学与图像分析, 2020, 25(3): 207-223. DOI: 10.13505/j.1007-1482.2020.25.03.001.

    WANG T, XIA W J, ZHAO Y S, et al. Advances in metal artifact removal in CT[J]. Chinese Journal of Stereology and Image Analysis, 2020, 25(3): 207-223. DOI: 10.13505/j.1007-1482.2020.25.03.001. (in Chinese).

    [6]

    KOHYAMA S, YOSHII Y, OKAMOTO Y, et al. Advances in bone joint imaging-metal artifact reduction[J]. Diagnostics (Basel), 2022, 12(12). DOI: 10.3390/diagnostics12123079.

    [7] 魏亦龙, 崔钢, 张跃, 等. 口腔不同金属材料全冠修复体CT成像伪影的实验研究[J]. 海南医学院学报, 2013, 19(12): 1764-1766, 1770. DOI: 10.13210/j.cnki.jhmu.2013.12.166.

    WEI Y L, CUI G, ZHANG Y, et al. Experimental study on CT imaging artifacts of dental crowns made of different metal materials[J]. Journal of Hainan Medical College, 2013, 19(12): 1764-1766, 1770. DOI: 10.13210/j.cnki.jhmu.2013.12.166. (in Chinese).

    [8] 黄钟杰, 曹楚瑜, 刘源. 宝石能谱CT去除金属伪影软件减除脊柱和髋关节植入金属物伪影的价值[J]. 汕头大学医学院学报, 2014, 27(2): 115-118. DOI: 10.13401/j.cnki.jsumc.2014.02.024.

    HUANG Z J, CAO C Y, LIU Y. The value of gemstone spectral CT metal artifact removal software in reducing metal artifacts of spinal and hip implants[J]. Journal of Shantou University Medical College, 2014, 27(2): 115-118. DOI: 10.13401/j.cnki.jsumc.2014.02.024. (in Chinese).

    [9]

    BARRETT J F, KEAT N. Artifacts in CT: Recognition and avoidance[J]. Radiographics, 2004, 24(6): 1679-1691. DOI: 10.1148/rg.246045065.

    [10]

    NEROLADAKI A, MARTIN S P, BAGETAKOS I, et al. Metallic artifact reduction by evaluation of the additional value of iterative reconstruction algorithms in hip prosthesis computed tomography imaging[J]. Medicine (Baltimore), 2019, 98(6): e14341. DOI: 10.1097/md.0000000000014341.

    [11]

    WINKLHOFER S, BENNINGER E, SPROSS C, et al. CT metal artefact reduction for internal fixation of the proximal humerus: Value of mono-energetic extrapolation from dual-energy and iterative reconstructions[J]. Clinical Radiology, 2014, 69(5): e199-206. DOI: 10.1016/j.crad.2013.12.011.

    [12]

    NIKBIN A, DALILI KAJAN Z, TARAMSARI M, et al. Effect of object position in the field of view and application of a metal artifact reduction algorithm on the detection of vertical root fractures on cone-beam computed tomography scans: An in vitro study[J]. Imaging Science in Dentistry, 2018, 48(4): 245-254. DOI: 10.5624/isd.2018.48.4.245.

    [13]

    JOHNSON T R, KRAUSS B, SEDLMAIR M, et al. Material differentiation by dual energy CT: Initial experience[J]. European Radiology, 2007, 17(6): 1510-1517. DOI: 10.1007/s00330-006-0517-6.

    [14]

    HAN S C, CHUNG Y E, LEE Y H, et al. Metal artifact reduction software used with abdominopelvic dual-energy CT of patients with metal hip prostheses: Assessment of image quality and clinical feasibility[J]. American Journal of Roentgenology, 2014, 203(4): 788-795. DOI: 10.2214/ajr.13.10980.

    [15]

    KIDOH M, NAKAURA T, NAKAMURA S, et al. Reduction of dental metallic artefacts in CT: Value of a newly developed algorithm for metal artefact reduction (O-MAR)[J]. Clinical Radiology, 2014, 69(1): e11-16. DOI: 10.1016/j.crad.2013.08.008.

    [16]

    LI H, NOEL C, CHEN H, et al. Clinical evaluation of a commercial orthopedic metal artifact reduction tool for CT simulations in radiation therapy[J]. Medical Physics, 2012, 39(12): 7507-7517. DOI: 10.1118/1.4762814.

    [17]

    AXENTE M, PAIDI A, Von EYBEN R, et al. Clinical evaluation of the iterative metal artifact reduction algorithm for CT simulation in radiotherapy[J]. Medical Physics, 2015, 42(3): 1170-1183. DOI: 10.1118/1.4906245.

    [18]

    WAGENAAR D, Van der GRAAF E R, Van der SCHAAF A, et al. Quantitative comparison of commercial and non-commercial metal artifact reduction techniques in computed tomography[J]. PLoS One, 2015, 10(6): e0127932. DOI: 10.1371/journal.pone.0127932.

    [19] 金大永, 李笑石, 耿纪刚, 等. SEMAR与AIDR 3D去金属伪影算法相结合在髋关节置换术后CT检查中的临床应用价值[J]. 临床医学研究与实践, 2022, 7(2): 82-85, 102. DOI: 10.19347/j.cnki.2096-1413.202202023.

    JIN D Y, LI X S, GENG J G, et al. Clinical application value of SEMAR combined with AIDR 3D metal artifact reduction algorithm in CT examination after hip replacement[J]. Clinical Medical Research & Practice, 2022, 7(2): 82-85, 102. DOI: 10.19347/j.cnki.2096-1413.202202023. (in Chinese).

    [20]

    LELL M M, MEYER E, KUEFNER M A, et al. Normalized metal artifact reduction in head and neck computed tomography[J]. Investigative Radiology, 2012, 47(7): 415-421. DOI: 10.1097/RLI.0b013e3182532f17.

    [21]

    YU L, LENG S, MCCOLLOUGH C H. Dual-energy CT-based monochromatic imaging[J]. American Journal of Roentgenology, 2012, 199(S5): s9-s15. DOI: 10.2214/ajr.12.9121.

    [22]

    ZHOU C, ZHAO Y E, LUO S, et al. Monoenergetic imaging of dual-energy CT reduces artifacts from implanted metal orthopedic devices in patients with factures[J]. Academic Radiology, 2011, 18(10): 1252-1257. DOI: 10.1016/j.acra.2011.05.009.

    [23]

    KAZA R K, PLATT J F, COHAN R H, et al. Dual-energy CT with single- and dual-source scanners: Current applications in evaluating the genitourinary tract[J]. Radiographics, 2012, 32(2): 353-369. DOI: 10.1148/rg.322115065.

    [24]

    HAKVOORT E T, WELLENBERG R H H, STREEKSTRA G J. Quantifying near metal visibility using dual energy computed tomography and iterative metal artifact reduction in a fracture phantom[J]. Physica Medica, 2020, 69: 9-18. DOI: 10.1016/j.ejmp.2019.11.006.

    [25]

    KOETZIER L R, MASTRODICASA D, SZCZYKUTOWICZ T P, et al. Deep learning image reconstruction for CT: Technical principles and clinical prospects[J]. Radiology, 2023, 306(3): e221257. DOI: 10.1148/radiol.221257.

    [26]

    BUSI M, KEHL C, FRISVAD J R, et al. Metal artifact reduction in spectral X-ray CT using spectral deep learning[J]. Journal of Imaging, 2022, 8(3). DOI: 10.3390/jimaging8030077.

    [27]

    GONG H, MARSH J F, D'SOUZA K N, et al. Deep-learning-based direct synthesis of low-energy virtual monoenergetic images with multi-energy CT[J]. Journal of Medical Imaging (Bellingham), 2021, 8(5): 052104. DOI: 10.1117/1.Jmi.8.5.052104.

    [28]

    LIANG K, ZHANG L, YANG H, et al. Metal artifact reduction for practical dental computed tomography by improving interpolation-based reconstruction with deep learning[J]. Medical Physics., 2019, 46(12): e823-e834. DOI: 10.1002/mp.13644.

    [29]

    PARK J, KIM S H, HAN J K. Combined application of virtual monoenergetic high keV images and the orthopedic metal artifact reduction algorithm (O-MAR): Effect on image quality[J]. Abdominal Radiology (New York), 2019, 44(2): 756-765. DOI: 10.1007/s00261-018-1748-0.

    [30] 孙彤彤, 黄熙菎, 罗腾龙, 等. 双层探测器光谱CT虚拟单能量成像联合去除植入物金属伪影用于减少置换髋关节假体金属伪影[J]. 中国医学影像技术, 2023, 39(7): 1084-1088. DOI: 10.13929/j.issn.1003-3289.2023.07.030.

    SUN T T, HUANG X K, LUO T L, et al. Virtual monoenergetic imaging combined with orthopedic metal artifact reduction for reducing metal artifacts of hip prosthesis based on dual-layer detector spectral CT[J]. Chinese Journal of Medical Imaging Technology, 2023, 39(7): 1084-1088. DOI: 10.13929/j.issn.1003-3289.2023.07.030. (in Chinese).

    [31]

    BONGERS M N, SCHABEL C, THOMAS C, et al. Comparison and combination of dual-energy- and iterative-based metal artefact reduction on hip prosthesis and dental implants[J]. PLoS One, 2015, 10(11): e0143584. DOI: 10.1371/journal.pone.0143584.

    [32]

    ANHAUS J A, SCHMIDT S, KILLERMANN P, et al. Iterative metal artifact reduction on a clinical photon counting system-technical possibilities and reconstruction selection for optimal results dependent on the metal scenario[J]. Physics in Medicine and Biology, 2022, 67(11). DOI: 10.1088/1361-6560/ac71f0.

    [33]

    SCHMITT N, WUCHERPFENNIG L, ROTKOPF L T, et al. Metal artifacts and artifact reduction of neurovascular coils in photon-counting detector CT versus energy-integrating detector CT - in vitro comparison of a standard brain imaging protocol[J]. European Radiology, 2023, 33(2): 803-811. DOI: 10.1007/s00330-022-09073-y.

    [34] 张恒龙, 杨新国, 田昭俭, 等. O-MAR重建在去除颅内动脉瘤弹簧圈栓塞术后金属伪影的价值[J]. 实用医学影像杂志, 2019, 20(3): 217-220. DOI: 10.16106/j.cnki.cn14-1281/r.2019.03.001.

    ZHANG H L, YANG X G, TIAN Z J, et al. Value of O-MAR reconstruction in removing metal artifacts after coil embolization of intracranial aneurysms[J]. Journal of Practical Medical Imaging, 2019, 20(3): 217-220. DOI: 10.16106/j.cnki.cn14-1281/r.2019.03.001. (in Chinese).

    [35]

    DUNET V, BERNASCONI M, HAJDU S D, et al. Impact of metal artifact reduction software on image quality of gemstone spectral imaging dual-energy cerebral CT angiography after intracranial aneurysm clipping[J]. Neuroradiology, 2017, 59(9): 845-852. DOI: 10.1007/s00234-017-1871-6.

    [36] 余娜, 严敏, 傅浪舟, 等. 应用能谱CT技术去除颅内动脉瘤弹簧圈栓塞术后金属伪影[J]. 第三军医大学学报, 2020, 42(20): 2069-2074. DOI: 10.16016/j.1000-5404.202005207.

    YU N, YAN M, FU L Z, et al. Removal of metal artifacts after coil embolization of intracranial aneurysms using spectral CT[J]. Journal of the Third Military Medical University, 2020, 42(20): 2069-2074. DOI: 10.16016/j.1000-5404.202005207. (in Chinese).

    [37] 董鑫, 吕国士, 刘伟, 等. 能谱CT的MONO成像联合MARs技术在颅内弹簧圈植入物伪影的应用研究[J]. 临床放射学杂志, 2016, 35(5): 794-798. DOI: 10.13437/j.cnki.jcr.2016.05.037.

    DONG X, LV G S, LIU W, et al. Application effects of energy spectral CT mono imaging technology united with MARs in removing artifacts of intracranial spring coil implant[J]. Journal of Clinical Radiology, 2016, 35(5): 794-798. DOI: 10.13437/j.cnki.jcr.2016.05.037. (in Chinese).

    [38]

    ABDOLI M, AY M R, AHMADIAN A, et al. Reduction of dental filling metallic artifacts in CT-based attenuation correction of PET data using weighted virtual sinograms optimized by a genetic algorithm[J]. Medical Physics, 2010, 37(12): 6166-6677. DOI: 10.1118/1.3511507.

    [39]

    FELDHAUS F, BöNING G, JONCZYK M, et al. Metallic dental artifact reduction in computed tomography (Smart MAR): Improvement of image quality and diagnostic confidence in patients with suspected head and neck pathology and oral implants[J]. European Journal of Radiology, 2019, 118: 153-160. DOI: 10.1016/j.ejrad.2019.07.015.

    [40] 唐丽, 刘星, 侯平, 等. 深度学习重建联合Smart去金属伪影算法对颈部CT图像中口腔金属植入物伪影的影响[J]. 中国医学影像技术, 2023, 39(11): 1731-1735. DOI: 10.13929/j.issn.1003-3289.2023.11.031.

    TANG L, LIU X, HOU P, et al. Effect of deep learning reconstruction combined with Smart metal artifact reduction algorithm on artifacts of dental metal implants in neck CT images[J]. Chinese Journal of Medical Imaging Technology, 2023, 39(11): 1731-1735. DOI: 10.13929/j.issn.1003-3289.2023.11.031. (in Chinese).

    [41]

    DONG Y, SHI A J, WU J L, et al. Metal artifact reduction using virtual monochromatic images for patients with pedicle screws implants on CT[J]. European Spine Journal, 2016, 25(6): 1754-1763. DOI: 10.1007/s00586-015-4053-4.

    [42]

    WANG Y, QIAN B, LI B, et al. Metal artifacts reduction using monochromatic images from spectral CT: Evaluation of pedicle screws in patients with scoliosis[J]. European Journal of Radiology, 2013, 82(8): e360-e366. DOI: 10.1016/j.ejrad.2013.02.024.

    [43]

    RAU A, STRAEHLE J, STEIN T, et al. Photon-counting computed tomography (PC-CT) of the spine: Impact on diagnostic confidence and radiation dose[J]. European Radiology, 2023, 33(8): 5578-5586. DOI: 10.1007/s00330-023-09511-5.

    [44] 张晓军. 半髋与全髋关节置换术在老年股骨颈骨折治疗中的疗效对比[J]. 中国药物与临床, 2020, 20(2): 231-233.

    ZHANG X J. A comparative study of hemiarthroplasty and total hip arthroplasty in the treatment of femoral neck fractures in the elderly[J]. Chinese Remedies & Clinics, 2020, 20(2): 231-233. (in Chinese).

    [45]

    WELLENBERG R H, BOOMSMA M F, Van OSCH J A, et al. Quantifying metal artefact reduction using virtual monochromatic dual-layer detector spectral CT imaging in unilateral and bilateral total hip prostheses[J]. European Journal of Radiology, 2017, 88: 61-70. DOI: 10.1016/j.ejrad.2017.01.002.

    [46]

    KIM Y J, CHA J G, KIM H, et al. Dual-energy and iterative metal artifact reduction for reducing artifacts due to metallic hardware: A loosening hip phantom study[J]. American Journal of Roentgenology, 2019, 212(5): 1106-1111. DOI: 10.2214/ajr.18.20413.

    [47] 赵立, 胡志海, 刘笑颜, 等. 对比单能量图像和单能去金属伪影技术在髋关节和膝关节置换术后的应用价值[J]. 医学影像学杂志, 2022, 32(9): 1641-1645.

    ZHAO L, HU Z H, LIU X Y, et al. Comparison of the application value of monoenergetic imaging and monoenergetic metal artifact reduction technology in hip and knee arthroplasty[J]. Journal of Medical Imaging, 2022, 32(9): 1641-1645. (in Chinese).

    [48]

    KIDOH M, UTSUNOMIYA D, ODA S, et al. CT venography after knee replacement surgery: Comparison of dual-energy CT-based monochromatic imaging and single-energy metal artifact reduction techniques on a 320-row CT scanner[J]. Acta Radiologica Open, 2017, 6(2): 2058460117693463. DOI: 10.1177/2058460117693463.

    [49] 马双, 杨楠, 祁昕, 等. 能谱CT去伪影技术在儿童消化道金属异物扫描中的应用评估[J]. 中国临床医学影像杂志, 2023, 34(12): 878-882.

    MA S, YANG N, QI X, et al. Application and evaluation of spectral CT artifact reduction technology in the scanning of metallic foreign bodies in the digestive tract of children[J]. Journal of China Clinic Medical Imaging, 2023, 34(12): 878-882. (in Chinese).

    [50] 何亮, 唐彩银, 张继, 等. 能谱CT金属伪影抑制算法在胸部穿刺活检中的应用价值[J]. 中国CT和MRI杂志, 2023, 21(11): 50-52. DOI: 10.3969/j.issn.1672-5131.2023.11.016.

    HE L, TANG C Y, ZHANG J, et al. Application value of metal artifact reduction algorithm in spectral CT chest biopsy[J]. Chinese Journal of CT and MRI, 2023, 21(11): 50-52. DOI: 10.3969/j.issn.1672-5131.2023.11.016. (in Chinese).

    [51] 杨帆, 曾懿. 双能量CT虚拟单能谱成像技术在TIPS术后支架评估中的应用[J]. 中国中西医结合影像学杂志, 2019, 17(3): 266-268. DOI: 10.3969/j.issn.1672-0512.2019.03.014.

    YANG F, ZENG Y. Application of virtual monoenergetic spectral imaging of dual-energy CT in stent evaluation after TIPS[J]. Chinese Journal of Integrated Traditional Chinese and Western Medicine Imaging, 2019, 17(3): 266-268. DOI: 10.3969/j.issn.1672-0512.2019.03.014. (in Chinese).

  • 期刊类型引用(0)

    其他类型引用(1)

计量
  • 文章访问数:  598
  • HTML全文浏览量:  122
  • PDF下载量:  130
  • 被引次数: 1
出版历程
  • 收稿日期:  2024-01-31
  • 修回日期:  2024-04-06
  • 录用日期:  2024-04-08
  • 网络出版日期:  2024-05-14
  • 刊出日期:  2025-05-04

目录

/

返回文章
返回
x 关闭 永久关闭