ISSN 1004-4140
CN 11-3017/P

X射线衍射技术在安检领域的研究进展

黄清萍, 金鑫, 许晓飞, 朱国曦, 张丽

黄清萍, 金鑫, 许晓飞, 等. X射线衍射技术在安检领域的研究进展[J]. CT理论与应用研究, 2023, 32(6): 843-856. DOI: 10.15953/j.ctta.2023.158.
引用本文: 黄清萍, 金鑫, 许晓飞, 等. X射线衍射技术在安检领域的研究进展[J]. CT理论与应用研究, 2023, 32(6): 843-856. DOI: 10.15953/j.ctta.2023.158.
HUANG Q P, JIN X, XU X F, et al. Research Progress of X-ray Diffraction Technology in Security Inspection[J]. CT Theory and Applications, 2023, 32(6): 843-856. DOI: 10.15953/j.ctta.2023.158. (in Chinese).
Citation: HUANG Q P, JIN X, XU X F, et al. Research Progress of X-ray Diffraction Technology in Security Inspection[J]. CT Theory and Applications, 2023, 32(6): 843-856. DOI: 10.15953/j.ctta.2023.158. (in Chinese).

X射线衍射技术在安检领域的研究进展

基金项目: 中核集团青年英才计划(2021-33)。
详细信息
    作者简介:

    黄清萍: 女,清华大学工程物理系能源动力专业创新领军工程博士研究生,主要从事辐射成像理论与应用研究,E-mail:huangqingping@nuctech.com

    通讯作者:

    张丽: 女,清华大学工程物理系研究员、博士生导师,主要从事核技术理论与应用研究,以及人工智能理论与应用研究,E-mail:zli@mail.tsinghua.edu.cn

  • 中图分类号: TL 81;TP  391

Research Progress of X-ray Diffraction Technology in Security Inspection

  • 摘要:

    暴恐事件的频发严重影响了国际社会的安全和秩序,给客运、货运安全带来了前所未有的挑战。有效打击恐怖活动,保障人身、财产安全,是国内乃至全球公共安全领域的重要诉求。因此,如何通过高技术手段提升安全检查能力,成为人们关注的重要问题和研究热点。X射线衍射(XRD)技术能在分子层面上识别违禁品,具有较高的区分度,在安全检查领域有着广阔的应用前景。本文从衍射的基础理论出发,简述目前能量色散X射线衍射(EDXRD)检测方案与识别算法的研究进展,分析EDXRD技术的优势并搭建系统验证有效性,最后对XRD的发展方向作展望,以期进一步推动此技术在公共安全领域发挥更加重要的作用。

    Abstract:

    The frequent occurrence of terrorist incidents has seriously affected the security and order of the international community, bringing unprecedented challenges to the safety of passenger and freight transportation. Effectively combating terrorist activities and ensuring personal and property safety are important demands in the field of public security both domestically and globally. Therefore, how to enhance security inspection capabilities through high-tech means has become an important issue and research hotspot of concern. X-ray diffraction (XRD) technology can identify prohibited substances at the molecular level, with high discrimination, and has broad application prospects in the field of safety inspection. Starting from the basic theory of diffraction, this article briefly describes the current research progress in the structure and recognition algorithms of XRD systems, as well as the advantages of XRD technology. An XRD system was built to verify its effectiveness. Finally, the development direction of XRD was prospected, with the aim of further promoting this technology to play a more important role in the field of public safety.

  • 地震正演模拟是在地下介质结构和物性参数已知的情况下,利用数值计算的方法来研究地震波在地下介质中的传播规律,从而获得理论地震记录。常见的地震波场数值模拟方法包含有限元法[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   相干散射示意图

    Figure  1.   Schematic diagram of coherent scattering

    图  2   晶体衍射原理图与衍射谱线

    Figure  2.   Crystal diffraction principle diagram and diffraction spectral lines

    图  3   ADXRD与EDXRD原理示意图

    Figure  3.   Schematic diagram of ADXRD and EDXRD system

    图  4   一些材料的衍射谱

    Figure  4.   Diffraction spectrum of some materials

    图  5   第1代EDXRD系统结构[11]

    Figure  5.   The architecture of first generation EDXRD system[11]

    图  6   第2代EDXRD系统结构[11]

    Figure  6.   The architecture of second generation EDXRD system[11]

    图  7   XRD3500爆炸物探测器系统

    Figure  7.   XRD3500 Explosive Detector System

    图  8   扇形束EDXRD系统结构

    Figure  8.   Fan-shaped beam EDXRD system structure

    图  9   逆扇形束XRD结构示意图与XDi系统

    Figure  9.   Structural diagram of multiple inverse fan beam XRD and XDi system

    图  10   环形束结构XRD原理示意图

    Figure  10.   Schematic diagram of the circular beam structure XRD system

    图  11   编码孔成像方法示意图

    Figure  11.   Schematic diagram of encoding aperture imaging

    图  12   编码孔径系统应用于EDXRD系统[22]

    Figure  12.   Encoded Aperture System in EDXRD System[22]

    图  13   计算机模拟的SiO2和扑热息痛能谱与ICDD数据值、实验值的对比[19]

    Figure  13.   Comparison of simulated spectrum, ICDD data and experimental values of SiO2 and paracetamol[19]

    图  14   分类算法的效果对比

    Figure  14.   Comparison of the effectiveness of classification algorithms

    图  15   混合系统和单独CT检测对同一物体的识别(实际上被标识区域为安全)[34]

    Figure  15.   Identification of the same object using only CT system and hybrid systems[34]

    图  16   复合式安检方案[35]

    Figure  16.   Hybrid security inspection plan[35]

    图  17   同方威视技术股份有限公司开发的XRD产品样机渲染图与实际图片[40]

    Figure  17.   XRD product developed by NUCTECH[40]

    图  18   CT与XRD两级安检系统[35]

    Figure  18.   CT and XRD two-level security inspection system[35]

    图  19   违禁品原材料与安全品的特征能谱[41]

    Figure  19.   XRD spectrum of prohibited materials and safety materials[41]

    图  20   衍射特征谱两两皮尔逊相关系数,其中材料1到6分别是高氯酸钾、硝酸钾、氯化铵、蜂蜜、沐浴乳、巧克力

    Figure  20.   The Pearson correlation coefficient between KClO4, KNO3, NH4Cl, Honey, shower gel and chocolate

    表  1   X射线安检技术的特点

    Table  1   Characteristics of X-ray security inspection technology

    检测技术X射线衍射X射线背散射X射线透射CT相衬成像
     检查效率 较慢 一般 很快 较快 很慢
     技术是否成熟 不成熟 成熟 成熟 成熟 不成熟
     空间分辨率 较差 较差 良好 良好 良好
     违禁品查验能力 衍射谱区分,
     灵敏度很高
     背散射强度区分 投影的有效原子序
     数、电子密度区分
     切片的有效原子序
     数、电子密度区分
     透射、相衬与暗场
     区分,灵敏度较高
     可检测违禁
     品种类
     含晶体结构的材
     料,如爆炸物、
     毒品等
     低原子序数的有机
     物,如有机炸药、
     毒品等
     区分金属、无机物、
     有机物
     区分金属、有机物、
     无机物
     弱吸收低对比度物
     质,如高分子材料、
     生物体组织
     成像区域 较小 较大 较大 较大 较小
     成像原理 小角散射 大角度康普顿散射 X射线在介质中衰减
     规律
     X射线在介质中衰减
     规律
     X射线的相位变化
     备注 针对晶体结构
     效果明显
     探测器和光源处于
     同侧
     原理简单造价低 能够获得被检物的
     3D图像
     对低原子序数的物
     体成像效果较好
    下载: 导出CSV

    表  2   高氯酸钾、硝酸钾、氯化铵、蜂蜜、沐浴乳、巧克力特的主要衍射峰

    Table  2   The diffraction peak position of KClO4, KNO3, NH4Cl, Honey, shower gel and chocolate

    第1衍射峰/keV第2衍射峰/keV第3衍射峰/keV
    高氯酸钾52.2571.2582.75
    硝酸钾 56.2539.7577.50
    氯化铵 55.25
    蜂蜜  
    沐浴乳 
    巧克力 38.75
    下载: 导出CSV
  • [1]

    Global Terrorism Index 2022[EB/OL]. (2022-03-31)[2023-08-04]. https://www.economicsandpeace.org/wp-content/uploads/2022/03/GTI-2022-web-09062022.pdf.

    [2]

    RYZHIKOV V D, GRINYOV B V, OPOLONIN O D, et al. Capabilities of dual-energy X-ray imaging in medicine and security[J]. Proceedings of SPIE: The International Society for Optical Engineeing, 2012, 8509(4): 644−663.

    [3] 潘峰, 王英华, 陈超. X射线衍射技术[M]. 北京: 化学工业出版社, 2016.

    PAN F, WANG Y H, CHEN C. X-ray diffraction technology[M]. Beijing: Chemical Industry Press, 2016. (in Chinese).

    [4]

    DICKEN A, ROGERS K, EVANS P, et al. The separation of X-ray diffraction patterns for threat detection[J]. Applied Radiation and Isotopes: Including Data, Instrumentation and Methods for Use in Agriculture, Industry and Medicine, 2010, 68(3): 439−443.

    [5]

    WELLS K, BRADLEY D A. A review of X-ray explosives detection techniques for checked baggage[J]. Applied Radiation & Isotopes Including Data, Instrumentation & Methods for Use in Agriculture, Industry & Medicine, 2012, 70(8): 1729−1746.

    [6] 王新, 徐捷, 穆宝忠. 晶体的X射线衍射物相分析方法研究[J]. 实验技术与管理, 2021,38(3): 29−33. doi: 10.16791/j.cnki.sjg.2021.03.007

    WANG X, XU J, MU B Z. Study on phase analysis method of X-ray diffraction of crystals[J]. Experimental Technology and Management, 2021, 38(3): 29−33. (in Chinese). doi: 10.16791/j.cnki.sjg.2021.03.007

    [7]

    YU Z, BAI S, YU D, et al. Identification of liquid materials using energy dispersive X-ray scattering[J]. Procedia Engineering, 2010, 7(none): 135−142.

    [8]

    HARDING G, DELFS J. Liquids identification with X-ray diffraction[C]//Penetrating Radiation Systems & Applications Ⅷ, 2007.

    [9]

    HARDING G, FLECKENSTEIN H, OLESINSKI S, et al. Liquid detection trial with X-ray diffraction[C]//SPIE Conference on Penetrating Radiation Systems and Applications. 2010.

    [10]

    HARDING G. X-ray diffraction imaging: A multi-generational perspective[J]. Applied radiation and Isotopes: Including Data, Instrumentation and Methods for Use in Agriculture, Industry and Medicine, 2008, 67(2): 287−295.

    [11]

    SRIDHAR V, KISNER S J, SKATTER S, et al. Model-based reconstruction for X-ray diffraction imaging[C]//SPIE Defense+Security. International Society for Optics and Photonics, 2016.

    [12]

    GREENBERG J A, STRYKER S, CARPENTER J, et al. Concealed drug detection via fan beam coded-aperture X-ray diffraction imaging[C]//Conference on Anomaly Detection and Imaging with X-rays. 2021.

    [13] 王新, 李明涛, 杨宝璐, 等. X射线衍射在安检技术领域的研究进展[J]. 物理实验, 2020,40(10): 11. doi: 10.19655/j.cnki.1005-4642.2020.10.001

    WANG X, LI M T, YANG B L, et al. Research progress of X-ray diffraction in the field of security inspection[J]. Physics Experimentation, 2020, 40(10): 11. (in Chinese). doi: 10.19655/j.cnki.1005-4642.2020.10.001

    [14]

    HARDING G, FLECKENSTEIN H, KOSCIESZA D, et al. X-ray diffraction imaging with the multiple inverse fan beam topology: Principles, performance and potential for security screening[J]. Applied Radiation & Isotopes Including Data, Instrumentation & Methods for Use in Agriculture, Industry & Medicine, 2012, 70(7): 1228−1237.

    [15]

    ASHOK A, NEIFELD M A, GEHM M E, et al. Detecting liquid threats with X-ray diffraction imaging (XDi) using a hybrid approach to navigate trade-offs between photon count statistics and spatial resolution[C]//International Society for Optics and Photonics. 2016: 984704.

    [16]

    KOSCIESZA D, SCHLOMKA J P, MEYER J, et al. X-ray diffraction imaging system for the detection of illicit substances using pixelated CZT-detectors[C]//Nuclear Science Symposium & Medical Imaging Conference. IEEE, 2014.

    [17]

    DICKEN A J, EVANS J P O, ROGERS K D, et al. Energy-dispersive X-ray diffraction using an annular beam[J]. Optics Express, 2015, 23(10): 13443−13454. doi: 10.1364/OE.23.013443

    [18]

    EVANS P, ROGERS K, CHAN J, et al. High intensity X-ray diffraction in transmission mode employing an analog of Poisson's spot[J]. Applied Physics Letters, 2010, 97(20): 947.

    [19] 王丽晓, 陈异凡, 徐捷, 等. EDXRD安检系统衍射谱数据库的仿真研究[J]. 光学仪器, 2018,40(6): 29.

    WANG L X, CHEN Y F, XU J, et al. Simulation study of diffracted spectrum database for EDXRD security inspection system[J]. Optical Instruments, 2018, 40(6): 29. (in Chinese).

    [20]

    MARCIA R F, WILLETT R M. Compressive coded aperture superresolution image reconstruction[C]//Acoustics, Speech and Signal Processing, ICASSP 2008, IEEE International Conference on. IEEE, 2008.

    [21] 孙世峰. 基于可分离编码的高分辨X射线荧光成像技术研究[J]. 物理学报, 2020,69(19): 365−373. doi: 10.7498/aps.69.20200674

    SUN S F. High-resolution coded aperture X-ray fluorescence imaging with separable masks[J]. Acta Physica Sinica, 2020, 69(19): 365−373. (in Chinese). doi: 10.7498/aps.69.20200674

    [22]

    GREENBERG J A, HASSAN M, REGNERUS B, et al. Design and implementation of a fan beam coded aperture X-ray diffraction tomography system for checkpoint baggage scanning[C]//Society of Photo-optical Instrumentation Engineers. Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series, 2017.

    [23]

    ASHOK A, NEIFELD M A, GEHM M E, et al. Multi-view coded aperture coherent scatter tomography[C]//Spie Defense+Security. 2016: 98470 A.

    [24]

    ASHOK A, NEIFELD M A, GEHM M E, et al. Snapshot full-volume coded aperture X-ray diffraction tomography[C]//Spie Defense+Security. 2016: 984706.

    [25]

    DIALLO S O, GREGORY C, ROE K, et al. Towards an X-ray-based coded aperture diffraction system for bulk material identification[C]//Anomaly Detection and Imaging with X-rays (ADIX) Ⅲ. 2018.

    [26] 王新, 徐捷, 穆宝忠. 晶体的X射线衍射谱仿真与实验研究[J]. 实验室研究与探索, 2021,40(2): 4. doi: 10.19927/j.cnki.syyt.2021.02.007

    WANG X, XU J, MU B Z. Simulation and experimental research on X-ray diffracted spectrum for crystal[J]. Research and Exploration in Laboratory, 2021, 40(2): 4. (in Chinese). doi: 10.19927/j.cnki.syyt.2021.02.007

    [27]

    YANGDAI T, ZHANG L. Liquid contrabands classification based on energy dispersive X-ray diffraction and hybrid discriminant analysis[J]. Nuclear Inst & Methods in Physics Research A, 2016, 808: 128−134.

    [28]

    DIALLO S O, GREGORY C, ROYSE C, et al. Material classification using Convolution Neural Network (CNN) for X-ray based coded aperture diffraction system [C]//Anomaly Detection and Imaging with X-rays (ADIX) Ⅳ. 2019.

    [29]

    ROYSE C, WOLTER S D, GREENBERG J A. Emergence and distinction of classes in XRD data via machine learning[C]//Anomaly Detection and Imaging with X-Rays (ADIX) Ⅳ. 2019.

    [30]

    ZHAO B, GREENBERG J A, WOLTER S. Application of machine learning to X-ray diffraction-based classification[C]//Anomaly Detection and Imaging with X-rays (ADIX) Ⅲ. 2018.

    [31]

    YUAN S, WOLTER S, GREENBERG J A. Material-identification-free detection based on material-science-informed clustering[C]//Conference on Anomaly Detection and Imaging with X-rays Ⅱ. Duke University, Dept. of Electrical and Computer Engineering, Durham, NC, USA; Elon University, Dept. of Physics, Elon, NC, USA; Duke University, Dept. of Electrical and Computer Engineering, Durham, NC, USA, 2017.

    [32] 陈志强, 张丽, 金鑫. X射线安全检查技术研究新进展[J]. 科学通报, 2017,62: 1350−1364. DOI: 10.1360/N972016-00698.

    CHEN Z Q, ZHANG L, JIN X. Recent progress on X-ray security inspection technologies[J]. Chinese Science Bulletin, 2017, 62: 1350−1364. DOI: 10.1360/N972016-00698. (in Chinese).

    [33]

    ZHANG L, YANGDAI T. Determination of liquid's molecular interference function based on X-ray diffraction and dual-energy CT in security screening[J]. Applied Radiation and Isotopes, 2016: 179-187.

    [34]

    GREENBERG J A, CARPENTER J H, COCCARELLI D, et al. Design and analysis of a hybrid X-ray transmission and diffraction system[C]//Anomaly Detection and Imaging with X-rays (ADIX) VI. 2021.

    [35] 张丽, 杨洪恺, 邢宇翔, 等. 行李物品智能安检系统和方法[P]: 中国, CN115793077A. 2023-03-14.

    ZHANG L, YANG H K, XING Y X, et al. Intelligent luggage item security inspection system and method[P]: China, CN115793077A. 2023-03-14.

    [36]

    Duke to Lead $5.83 million DHS project to reinvent airport screening[EB/OL]. [2023-08-31]. https://pratt.duke.edu/about/news/reinvent-airport-screening.

    [37]

    News release: DHS S & T Awards $3.5M to improve X-ray detection technology[EB/OL]. [2023-08-31]. https://www.dhs.gov/science-and-technology/news/2018/08/30/news-release-dhs-st-awards-35m-improve-X-ray-detection.

    [38]

    Integrated defense and security solutions awarded contract to advance airport screening[EB/OL]. [2023-08-31]. https://www.businesswire.com/news/home/20201109005629/en/Integrated-Defense-and-Security-Solutions-Awarded-Contract-to-Advance-Airport-Screening.

    [39]

    Integrated defense and security solutions awarded contract to develop an integrated detect™ 1000 with Halo X-ray diffraction technology[EB/OL]. [2023-08-31]. https://www.idsscorp.net/en/news/2020/11/9/integrated-defense-and-security-solutions-awarded-contract-to-develop-an-integrated-detect-1000-with-halo-X-ray-diffraction-technology

    [40] 张丽, 陈志强, 任远达, 等. 安检设备(XRD)[P]: 中国, CN307774841 S. 2023-01-06.

    ZHANG L, CHEN Z Q, REN Y D, et al. Security inspection device (XRD)[P]: China, CN307774841 S. 2023-01-06.

    [41] 许晓飞. 基于X射线光子计数探测器的成像方法与安检应用研究[D]. 北京: 清华大学, 2021.

    XU X F. Research on reconstruction algorithm and security application based on X-ray photon counting detectors[D]. Beijing: Tsinghua University, 2021. (in Chinese).

  • 期刊类型引用(0)

    其他类型引用(1)

图(20)  /  表(2)
计量
  • 文章访问数:  344
  • HTML全文浏览量:  206
  • PDF下载量:  110
  • 被引次数: 1
出版历程
  • 收稿日期:  2023-08-05
  • 修回日期:  2023-08-31
  • 录用日期:  2023-09-01
  • 网络出版日期:  2023-09-05
  • 刊出日期:  2023-10-31

目录

/

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