WO2021088849A1 - Ultrasonic imaging method and apparatus, readable storage medium, and terminal device - Google Patents

Ultrasonic imaging method and apparatus, readable storage medium, and terminal device Download PDF

Info

Publication number
WO2021088849A1
WO2021088849A1 PCT/CN2020/126401 CN2020126401W WO2021088849A1 WO 2021088849 A1 WO2021088849 A1 WO 2021088849A1 CN 2020126401 W CN2020126401 W CN 2020126401W WO 2021088849 A1 WO2021088849 A1 WO 2021088849A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
sound velocity
training sample
pixel grid
velocity distribution
Prior art date
Application number
PCT/CN2020/126401
Other languages
French (fr)
Chinese (zh)
Inventor
肖杨
谭清源
王丛知
张湘楠
邓志婷
Original Assignee
深圳先进技术研究院
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳先进技术研究院 filed Critical 深圳先进技术研究院
Publication of WO2021088849A1 publication Critical patent/WO2021088849A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/003Reconstruction from projections, e.g. tomography
    • G06T11/005Specific pre-processing for tomographic reconstruction, e.g. calibration, source positioning, rebinning, scatter correction, retrospective gating
    • AHUMAN NECESSITIES
    • A61MEDICAL OR VETERINARY SCIENCE; HYGIENE
    • A61BDIAGNOSIS; SURGERY; IDENTIFICATION
    • A61B8/00Diagnosis using ultrasonic, sonic or infrasonic waves
    • A61B8/52Devices using data or image processing specially adapted for diagnosis using ultrasonic, sonic or infrasonic waves
    • A61B8/5269Devices using data or image processing specially adapted for diagnosis using ultrasonic, sonic or infrasonic waves involving detection or reduction of artifacts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/003Reconstruction from projections, e.g. tomography
    • G06T11/008Specific post-processing after tomographic reconstruction, e.g. voxelisation, metal artifact correction

Definitions

  • This application belongs to the field of computer technology, and in particular relates to an ultrasonic imaging method, device, computer-readable storage medium, and terminal equipment.
  • the ultrasound imaging methods in the prior art mainly fall into the following categories:
  • the first category is the ultrasound CT reconstruction algorithm based on the straight line model. This algorithm does not require recalculation of the acoustic ray path with the correction of the sound velocity, so the calculation amount is small.
  • the reconstruction speed is faster, but because the model is relatively simple and cannot accurately describe the propagation process of sound waves in biological tissues, the reconstructed images have obvious noise and artifacts;
  • the second type is the ultrasound CT reconstruction algorithm based on the curve model. Compared with the linear model algorithm, this algorithm takes into account the refraction effect of sound waves. The theoretical model is more accurate, so the reconstructed image quality is better.
  • the reconstruction process involves multiple alternating forward and backward propagation processes, Every time the sound velocity distribution of the sound field is updated, the acoustic ray path needs to be recalculated. The amount of calculation is significantly increased, so the reconstruction time is also very long; the third type is the full-wave inversion algorithm, the theory of the algorithm is more complete, and the reconstruction process is the same It requires multiple forward and inversion processes, so the reconstruction quality of the image is also better, and the corresponding cost is a huge amount of calculation and calculation time. In summary, it is difficult for the existing ultrasound imaging methods to take into account both imaging speed and imaging quality.
  • the embodiments of the present application provide an ultrasound imaging method, device, computer-readable storage medium, and terminal equipment to solve the problem that the existing ultrasound imaging method is difficult to balance imaging speed and imaging quality.
  • the first aspect of the embodiments of the present application provides an ultrasound imaging method, which may include:
  • the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue
  • a preset image processing model to process the first image to obtain a second image, where the second image is an image formed by removing noise and artifacts from the first image, and the image processing model is A neural network model obtained after training with a preset training sample set.
  • the training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a noise and artifact removal Output image, N is a positive integer.
  • construction process of any training sample in the training sample set includes:
  • the training sample is constructed according to the original sound velocity distribution image and the reconstructed sound velocity distribution image, wherein the reconstructed sound velocity distribution image is an input image in the training sample, and the original sound velocity distribution image Is the output image in the training sample.
  • the performing image reconstruction according to the simulated transmission signal to obtain the reconstructed sound velocity distribution image includes:
  • the calculation of the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray traverses in each pixel grid includes:
  • An equation set is constructed, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are known quantities in the equation set, and the slowness of each pixel grid is the equation Unknown quantity in the group;
  • the synchronous algebraic iterative algorithm is used to solve the equations to obtain the slowness of each pixel grid.
  • the image processing model is a convolutional neural network model based on reaction diffusion equation
  • the processing procedure of the image processing model includes:
  • the local structural details are anisotropically smoothed by a preset influence function to obtain an output image, and the influence function is parameterized by a Gaussian radial basis function.
  • the second aspect of the embodiments of the present application provides an ultrasonic imaging device, which may include:
  • a signal acquisition module for acquiring ultrasound transmission signals, the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue;
  • An image reconstruction module configured to perform image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
  • the model processing module is used to process the first image using a preset image processing model to obtain a second image, and the second image is an image formed after noise and artifacts are removed from the first image
  • the image processing model is a neural network model obtained after training with a preset training sample set.
  • the training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a
  • the output image with noise and artifacts removed, N is a positive integer.
  • a third aspect of the embodiments of the present application provides a computer-readable storage medium that stores a computer program that, when executed by a processor, implements the steps of any of the above-mentioned ultrasound imaging methods.
  • the fourth aspect of the embodiments of the present application provides a terminal device, including a memory, a processor, and a computer program stored in the memory and running on the processor.
  • the processor executes the computer program, Realize the steps of any of the above-mentioned ultrasound imaging methods.
  • the fifth aspect of the embodiments of the present application provides a computer program product, which when the computer program product runs on the terminal device, causes the terminal device to execute the steps of any of the above-mentioned ultrasound imaging methods.
  • the embodiment of the present application has the beneficial effect that: the embodiment of the present application first collects the ultrasound transmission signal, which is the signal formed after the ultrasound signal passes through the target biological tissue, and then according to the ultrasound transmission The signal is image-reconstructed to obtain a first image, the first image is an imaging of the target biological tissue, which will have obvious noise and artifacts, and then the first image is processed using a preset image processing model , Get the second image.
  • the ultrasound transmission signal which is the signal formed after the ultrasound signal passes through the target biological tissue, and then according to the ultrasound transmission
  • the signal is image-reconstructed to obtain a first image
  • the first image is an imaging of the target biological tissue, which will have obvious noise and artifacts
  • the first image is processed using a preset image processing model , Get the second image.
  • the image processing model is a neural network model obtained after training with a preset training sample set, and each training sample includes an input image containing noise and artifacts and an output image that removes noise and artifacts . So that the trained image processing model can remove noise and artifacts from the first image, so as to obtain the second image that does not contain noise and artifacts. And because the model has been pre-trained, the process of restoring the image quality takes a very short time, so that while ensuring a faster imaging speed, better imaging quality can be obtained.
  • Figure 1 is a schematic diagram of the construction process of any training sample in the training sample set
  • Figure 2 is a schematic diagram of image reconstruction based on simulated transmission signals
  • Figure 3 is a schematic diagram of part of the training samples in the training sample set
  • Figure 4 is a schematic diagram of the overall structure of the image processing model
  • FIG. 5 is a flowchart of an embodiment of an ultrasound imaging method in an embodiment of the application.
  • Figure 6 is a schematic diagram of part of the test results on the test sample set
  • FIG. 7 is a schematic diagram of the recovery result of the sound velocity image in the test sample set
  • Fig. 8 is a schematic diagram of the sound velocity value distribution along the dotted line in Fig. 7;
  • FIG. 9 is a structural diagram of an embodiment of an ultrasound imaging device in an embodiment of the application.
  • FIG. 10 is a schematic block diagram of a terminal device in an embodiment of this application.
  • the term “if” can be interpreted as “when” or “once” or “in response to determination” or “in response to detection” depending on the context .
  • the phrase “if determined” or “if detected [described condition or event]” can be interpreted as meaning “once determined” or “in response to determination” or “once detected [described condition or event]” depending on the context ]” or “in response to detection of [condition or event described]”.
  • the core of the embodiments of the present application is to use a preset image processing model to process the reconstructed image after the image is reconstructed according to the ultrasound transmission signal to remove noise and artifacts therein, thereby obtaining a high-quality image.
  • a training sample set including N training samples can be constructed in advance to train the image processing model, wherein each training sample includes an input containing noise and artifacts.
  • An image (as input to the image processing model) and an output image with noise and artifacts removed (as the expected output of the image processing model).
  • the process of constructing any training sample in the training sample set may include:
  • Step S101 Construct an original sound velocity distribution image.
  • the constructed sound velocity range can be 1300-1700 meters per second.
  • the relatively simple sound velocity distribution image is mainly composed of some regular geometric figures, which divide the entire imaging area into different areas, and the sound velocity value in each area is set to a fixed value.
  • the complexity of the sound velocity distribution image is improved from two aspects: on the one hand, the regular geometric figures are twisted and stretched to simulate the complex and irregular boundaries between different tissues in the organism; on the other hand, in the A smooth and continuously changing sound velocity field is generated in the divided areas.
  • Step S102 Generate a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment.
  • the k-Wave ultrasonic simulation toolbox of the MATLAB platform can be used to perform simulation experiments.
  • the k-Wave ultrasonic simulation toolbox can set the position of the ultrasonic transducer elements, signal waveforms, and signal waveforms in the calculation grid.
  • Frequency, launch time, sound velocity, density and attenuation coefficient of the propagation medium, and a perfect matching layer can also be set at the boundary of the calculation grid.
  • parameters such as the number and size of the calculation grid and the acquisition time of the simulation signal can be set.
  • an ultrasonic ring array transducer with an internal radius of 9.9 cm, a total of 512 array elements, and a probe center frequency of 1Mhz is set in a 400 ⁇ 400 calculation grid.
  • the previously constructed original sound velocity distribution image is also input into the calculation grid, and each array element is controlled in turn to emit signals and received by all other array elements.
  • the original sound velocity distribution image corresponding to the original sound velocity distribution image is generated. Simulate the transmitted signal.
  • Step S103 Perform image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image.
  • step S103 may specifically include the following process:
  • Step S1031 Calculate the transit time of each acoustic ray according to the simulated transmission signal.
  • the threshold method, the maximum value method or the correlation function method may be used to calculate the transit time of each acoustic ray of the simulated transmission signal.
  • Step S1032 according to the positions of the transmitting array element and the receiving array element corresponding to each acoustic ray, and the preset linear model, calculate the distance that each acoustic ray passes in each pixel grid.
  • the size of the reconstructed image In order to reconstruct the sound velocity distribution image, first determine the size of the reconstructed image to be 180 ⁇ 180, and then calculate the passage of each sound ray according to the positions of the transmitting and receiving elements corresponding to each sound ray and the preset linear model. All pixel grids and the distance of each sound ray in each pixel grid.
  • Step S1033 Calculate the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray passes in each pixel grid.
  • the transit time of the acoustic ray between the transmitting element i and the receiving element j can be expressed as:
  • u k is the sound velocity value in the k-th pixel grid
  • l i,j,k are the distances traveled by the acoustic ray between the transmitting element i and the receiving element j in the k-th pixel grid
  • equation (1) can be obtained.
  • L is a matrix with a size of 512 2 rows and 180 2 columns, which represents the distance that each acoustic ray travels in each pixel grid.
  • S is a column vector with a length of 180 2 and represents the reciprocal of the speed of sound in each pixel grid, also known as slowness.
  • T is a column vector with a length of 512 2 and represents the transit time of each sound ray.
  • the synchronous algebraic iterative algorithm can be used to solve the equations to obtain the slowness of each pixel grid.
  • the Simultaneous Algebraic Reconstruction Technique (SART) can be used to solve the equations.
  • SART Simultaneous Algebraic Reconstruction Technique
  • the initial value of the slowness of the iteration is all 1/1500
  • l q,k is the distance of the q-th acoustic ray in the k-th pixel grid
  • is the iterative relaxation coefficient, and its value is preferably set to 0.2.
  • Step S1034 Perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
  • Step S104 Construct the training sample according to the original sound velocity distribution image and the reconstructed sound velocity distribution image.
  • the reconstructed sound velocity distribution image is an input image in the training sample
  • the original sound velocity distribution image is an output image in the training sample
  • each simulation experiment takes a long time, it is difficult to generate a large number of training samples in a short time.
  • a part of the training samples can be constructed first, and then the data can be expanded to obtain more training samples.
  • only 55 training samples can be constructed, and then 440 training samples can be obtained through data expansion, and these training samples are combined to form the training sample set.
  • Figure 3 shows a part of the training sample set.
  • each column is a training sample.
  • the upper picture is the original sound velocity distribution image
  • the lower picture is the reconstructed sound velocity distribution image.
  • the image processing model may be any machine learning or deep learning neural network model, for example, it may be an image semantic segmentation network model represented by U-Net.
  • the convolutional neural network model based on the reaction-diffusion equation is used in the embodiment of the present application, and the model first recognizes the local structure details of the input image through a preset two-dimensional convolution filter, and then, through the preset influence The function performs anisotropic smoothing on the local structural details to obtain an output image.
  • nonlinear anisotropic diffusion defines a class of efficient image restoration methods.
  • some linear filters are used to convolve the image to identify the outliers in the image, and then the outliers in the image are corrected and smoothed through the spread function.
  • This type of method is derived from the physical model of the free diffusion of matter.
  • ⁇ (x,y,z,t) in space which represents the number of molecules of matter in a unit volume at any point in space at time t.
  • the change in concentration in a certain area of space must be due to the outflow or inflow of matter into the area. This law can be described by the continuity equation
  • F represents the flux field
  • div(F) represents the divergence of the flux field F, that is, the external flux density of the material per unit volume per unit time at a certain point.
  • K is the diffusion coefficient, which is used to adjust the relationship between the concentration difference and the diffusion direction.
  • formula (5) is a homogeneous diffusion equation with homogeneity, directly used to smooth the image will cause all the image details to be uniformly blurred.
  • the classic diffusion equation used for image processing is the P-M equation as shown below:
  • the diffusion function c is a monotonically decreasing function, so when the absolute value of the gradient of a certain part of the image is large, the diffusion speed of the image at that position is low.
  • the edge structure gradient value in the image is relatively large, so the P-M equation can smooth the image while protecting the edge structure of the image.
  • the restoration and processing of different types of details and structures of the image can be achieved.
  • the partial differential equation corresponding to the traditional anisotropic diffusion process usually has a fixed form. Therefore, different forms of partial differential equations need to be designed for different types of images and different types of processing tasks. In order for the computer to learn appropriate equation parameters for different training images through machine learning, it is necessary to build a learning network model based on the reaction-diffusion equation.
  • the function c is the spread function
  • the function g is the influence function.
  • the one-dimensional gradient filter in the P-M equation is replaced with a larger two-dimensional convolution filter, and the number of filters is increased to facilitate the extraction of more types of image features.
  • a numerical fidelity item can be added to control the deviation of the image after the diffusion process from the original image.
  • I 0 is the input image.
  • Is the i-th two-dimensional convolution filter in the t-th diffusion process, which is used to extract the local structural features of the image, For and The corresponding influence function is based on The extracted local structural features of the image are used to determine the diffusion speed of the image value at the location, N t is the number of two-dimensional convolution filters used in the t-th diffusion process, ⁇ t is the relaxation of the t-th diffusion process The coefficient, ⁇ t is the time difference between the two-step diffusion process, and I t is the image obtained after the t-th diffusion process.
  • the core part of the network model namely the influence function g and the two-dimensional convolution filter K, can be parameterized.
  • the influence function is parameterized by a set of Gaussian radial basis functions.
  • a set of 63 Gaussian radial basis functions in total is preferably used:
  • the two-dimensional convolution filter is parameterized by a set of discrete cosine transform bases (removing the DC component).
  • the size of the convolution kernel corresponding to the two-dimensional convolution filter is 5 ⁇ 5, and the number of filters is 24.
  • the overall structure of the network model is shown in Figure 4.
  • the L-BFGS gradient descent algorithm can be used on the training sample set to minimize the loss function to train the parameters of the image processing model.
  • the parameters that need to be trained are the influence function g, the two-dimensional convolution filter K, and the relaxation coefficient ⁇ t .
  • the loss function to be minimized during the training process is:
  • N s represents the number of training samples
  • an ultrasound imaging method provided in an embodiment of the present application may include the following processes:
  • Step S501 Acquire ultrasonic transmission signals.
  • the ultrasound transmission signal is a signal formed after the ultrasound signal passes through the target biological tissue.
  • Step S502 Perform image reconstruction according to the ultrasound transmission signal to obtain a first image.
  • the first image is an imaging of the target biological tissue, in which there will be obvious noise and artifacts.
  • the image reconstruction process in step S502 is similar to the image reconstruction process in step S103. For details, reference may be made to the detailed description in step S103, which will not be repeated here.
  • Step S503 Use a preset image processing model to process the first image to obtain a second image.
  • the second image is an image formed after noise and artifacts are removed from the first image.
  • the trained image processing model was tested on a test sample set different from the training sample set. Some of the test results are shown in Figure 6.
  • the original image is compared with the algebraic iterative method to reconstruct the image and after the image processing model is restored It can be seen that the image processing model effectively removes noise and streak artifacts in the reconstructed image. Although there are obvious image distortions in the reconstructed image, the image processing model recovers a part of the boundary information of the tissue on the basis of these distortions to a certain extent.
  • the mean square error of the sound velocity distribution reconstructed on the test set by the two sound velocity reconstruction methods, the peak signal-to-noise ratio of the sound velocity image, and the mean and standard deviation of the structural similarity of the sound velocity image are shown in the following table:
  • the three quantitative indicators all show that after the restoration process of the image processing model, the accuracy of the sound velocity reconstruction and the quality of the sound velocity image have been significantly improved, indicating the effectiveness of the diffusion network reconstruction method.
  • FIG. 7 shows the restoration results of the sound velocity images of the three test sample sets, and the sound velocity value distribution along the dotted line is shown in Fig. 8. It can be seen from Figure 8 that the sound velocity distribution reconstructed by the traditional algebraic iterative method has strong noise interference, and large errors will occur at the position where the sound velocity value jumps. After the diffusion network is restored, the noise is effectively transplanted, and the error in the sound velocity jump position is also better corrected, thereby improving the accuracy of the sound velocity distribution reconstruction result.
  • the embodiment of the present application first collects ultrasound transmission signals, which are signals formed after the ultrasound signals pass through the target biological tissue, and then perform image reconstruction based on the ultrasound transmission signals to obtain the first image.
  • the first image is an imaging of the target biological tissue, in which there will be obvious noise and artifacts, and then a preset image processing model is used to process the first image to obtain a second image.
  • the image processing model is a neural network model obtained after training with a preset training sample set, and each training sample includes an input image containing noise and artifacts and an output image that removes noise and artifacts . So that the trained image processing model can remove noise and artifacts from the first image, so as to obtain the second image that does not contain noise and artifacts.
  • the model has been pre-trained, the process of restoring the image quality takes a very short time, so that while ensuring a faster imaging speed, better imaging quality can be obtained.
  • FIG. 9 shows a structural diagram of an embodiment of an ultrasound imaging apparatus provided in an embodiment of the present application.
  • an ultrasonic imaging apparatus may include:
  • the signal acquisition module 901 is configured to acquire ultrasound transmission signals, which are signals formed after the ultrasound signals pass through the target biological tissue;
  • the image reconstruction module 902 is configured to perform image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
  • the model processing module 903 is configured to process the first image using a preset image processing model to obtain a second image, and the second image is an image formed after noise and artifacts are removed from the first image
  • the image processing model is a neural network model obtained after training with a preset training sample set, the training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and An output image with noise and artifacts removed, N is a positive integer.
  • the ultrasound imaging device may further include:
  • Sound velocity distribution construction module used to construct the original sound velocity distribution image
  • a transmission signal generating module which is used to generate a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment
  • a simulation reconstruction module for performing image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image
  • a training sample construction module configured to construct the training sample according to the original sound velocity distribution image and the reconstructed sound velocity distribution image, wherein the reconstructed sound velocity distribution image is the input image in the training sample,
  • the original sound velocity distribution image is an output image in the training sample.
  • simulation reconstruction module may include:
  • the transit time calculation sub-module is used to calculate the transit time of each acoustic ray according to the simulated transmission signal
  • the distance calculation sub-module is used to calculate the distance of each acoustic ray in each pixel grid according to the positions of the transmitting and receiving array elements corresponding to each acoustic ray, and the preset straight line model;
  • the slowness calculation sub-module is used to calculate the slowness of each pixel grid according to the transit time of each sound ray and the distance that each sound ray passes in each pixel grid;
  • the image reconstruction sub-module is used to perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
  • the slowness calculation submodule may include:
  • the equation group construction unit is used to construct the equation group, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are the known quantities in the equation group, and each pixel grid The slowness of is the unknown quantity in the equations;
  • the iterative solving unit is used to solve the equation system using a synchronous algebraic iterative algorithm to obtain the slowness of each pixel grid.
  • FIG. 10 shows a schematic block diagram of a terminal device provided by an embodiment of the present application. For ease of description, only parts related to the embodiment of the present application are shown.
  • the terminal device 10 of this embodiment includes: a processor 100, a memory 101, and a computer program 102 stored in the memory 101 and running on the processor 100.
  • the processor 100 executes the computer program 102, the steps in the above embodiments of the ultrasound imaging method are implemented, for example, step S501 to step S503 shown in FIG. 5.
  • the processor 100 executes the computer program 102, the functions of the modules/units in the foregoing device embodiments, for example, the functions of the modules 901 to 903 shown in FIG. 9 are realized.
  • the computer program 102 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 101 and executed by the processor 100 to complete This application.
  • the one or more modules/units may be a series of computer program instruction segments capable of completing specific functions, and the instruction segments are used to describe the execution process of the computer program 102 in the terminal device 10.
  • the terminal device 10 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • FIG. 10 is only an example of the terminal device 10, and does not constitute a limitation on the terminal device 10. It may include more or less components than shown in the figure, or a combination of certain components, or different components
  • the terminal device 10 may also include an input/output device, a network access device, a bus, and the like.
  • the processor 100 may be a central processing unit (Central Processing Unit, CPU), or other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
  • the memory 101 may be an internal storage unit of the terminal device 10, such as a hard disk or a memory of the terminal device 10.
  • the memory 101 may also be an external storage device of the terminal device 10, such as a plug-in hard disk equipped on the terminal device 10, a smart memory card (Smart Media Card, SMC), and a Secure Digital (SD) Card, Flash Card, etc. Further, the memory 101 may also include both an internal storage unit of the terminal device 10 and an external storage device.
  • the memory 101 is used to store the computer program and other programs and data required by the terminal device 10.
  • the memory 101 can also be used to temporarily store data that has been output or will be output.
  • the disclosed device/terminal device and method may be implemented in other ways.
  • the device/terminal device embodiments described above are merely illustrative.
  • the division of the modules or units is only a logical function division, and there may be other divisions in actual implementation, such as multiple units.
  • components can be combined or integrated into another system, or some features can be omitted or not implemented.
  • the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
  • the functional units in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit.
  • the above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
  • the integrated module/unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium.
  • the present application implements all or part of the processes in the above-mentioned embodiments and methods, and can also be completed by instructing relevant hardware through a computer program.
  • the computer program can be stored in a computer-readable storage medium. When the program is executed by the processor, it can implement the steps of the foregoing method embodiments.
  • the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file, or some intermediate forms.
  • the computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory) , Random Access Memory (RAM, Random Access Memory), electrical carrier signal, telecommunications signal, and software distribution media, etc.
  • ROM Read-Only Memory
  • RAM Random Access Memory
  • electrical carrier signal telecommunications signal
  • software distribution media etc.
  • the content contained in the computer-readable medium can be appropriately added or deleted according to the requirements of the legislation and patent practice in the jurisdiction.
  • the computer-readable medium Does not include electrical carrier signals and telecommunication signals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Radiology & Medical Imaging (AREA)
  • Medical Informatics (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Pathology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Biomedical Technology (AREA)
  • Heart & Thoracic Surgery (AREA)
  • Biophysics (AREA)
  • Molecular Biology (AREA)
  • Surgery (AREA)
  • Animal Behavior & Ethology (AREA)
  • General Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Veterinary Medicine (AREA)
  • Ultra Sonic Daignosis Equipment (AREA)
  • Image Analysis (AREA)

Abstract

An ultrasonic imaging method and apparatus, a computer-readable storage medium, and a terminal device. The method comprises: collecting an ultrasonic transmission signal, wherein the ultrasonic transmission signal is a signal formed after an ultrasonic signal passes through a target biological tissue; performing image reconstruction according to the ultrasonic transmission signal to obtain a first image, wherein the first image is an image of the target biological tissue; and processing the first image by using a preset image processing model to obtain a second image, wherein the second image is the image formed after noise and artifacts are removed from the first image, and the image processing model is a neural network model obtained after training using a preset training sample set. According to the method, the image quality restoration process consumes a very short amount of time, such that a good imaging quality can be achieved, while ensuring a higher imaging speed.

Description

一种超声成像方法、装置、可读存储介质及终端设备Ultrasound imaging method, device, readable storage medium and terminal equipment 技术领域Technical field
本申请属于计算机技术领域,尤其涉及一种超声成像方法、装置、计算机可读存储介质及终端设备。This application belongs to the field of computer technology, and in particular relates to an ultrasonic imaging method, device, computer-readable storage medium, and terminal equipment.
背景技术Background technique
现有技术中的超声成像方法主要有以下几类:第一类为基于直线模型的超声CT重建算法,该算法由于不需要随着声速的修正来重新计算声射线路径,因此计算量较小,重建速度较快,但是由于模型比较简单,不能准确地描述声波在生物组织内的传播过程,因此重建出来的图像有着明显的噪声和伪影;第二类为基于曲线模型的超声CT重建算法,该算法相比于直线模型的算法,考虑了声波的折射效应,理论模型更加精确,因此重建出的图像质量更好,但由于重建过程涉及多次交替进行的正向传播与反向传播过程,每次更新了声场的声速分布之后都需要重新计算声射线路径,计算量显著提高,因此重建时间也很长;第三类为全波反演算法,该算法的理论更加完备,而且重建过程同样需要进行多次的正演和反演过程,因此图像的重建质量也更好,而相应的代价就是庞大的计算量和计算时间。综上可知,现有的超声成像方法难以兼顾成像速度和成像质量。The ultrasound imaging methods in the prior art mainly fall into the following categories: The first category is the ultrasound CT reconstruction algorithm based on the straight line model. This algorithm does not require recalculation of the acoustic ray path with the correction of the sound velocity, so the calculation amount is small. The reconstruction speed is faster, but because the model is relatively simple and cannot accurately describe the propagation process of sound waves in biological tissues, the reconstructed images have obvious noise and artifacts; the second type is the ultrasound CT reconstruction algorithm based on the curve model. Compared with the linear model algorithm, this algorithm takes into account the refraction effect of sound waves. The theoretical model is more accurate, so the reconstructed image quality is better. However, because the reconstruction process involves multiple alternating forward and backward propagation processes, Every time the sound velocity distribution of the sound field is updated, the acoustic ray path needs to be recalculated. The amount of calculation is significantly increased, so the reconstruction time is also very long; the third type is the full-wave inversion algorithm, the theory of the algorithm is more complete, and the reconstruction process is the same It requires multiple forward and inversion processes, so the reconstruction quality of the image is also better, and the corresponding cost is a huge amount of calculation and calculation time. In summary, it is difficult for the existing ultrasound imaging methods to take into account both imaging speed and imaging quality.
发明内容Summary of the invention
有鉴于此,本申请实施例提供了一种超声成像方法、装置、计算机可读存储介质及终端设备,以解决现有的超声成像方法难以兼顾成像速度和成像质量的问题。In view of this, the embodiments of the present application provide an ultrasound imaging method, device, computer-readable storage medium, and terminal equipment to solve the problem that the existing ultrasound imaging method is difficult to balance imaging speed and imaging quality.
本申请实施例的第一方面提供了一种超声成像方法,可以包括:The first aspect of the embodiments of the present application provides an ultrasound imaging method, which may include:
采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号;Collecting ultrasound transmission signals, the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue;
根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像;Performing image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
使用预设的图像处理模型对所述第一图像进行处理,得到第二图像,所述第二图像为从所述第一图像中去除噪声和伪影后形成的图像,所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,所述训练样本集包括N个训练样本,且每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,N为正整数。Use a preset image processing model to process the first image to obtain a second image, where the second image is an image formed by removing noise and artifacts from the first image, and the image processing model is A neural network model obtained after training with a preset training sample set. The training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a noise and artifact removal Output image, N is a positive integer.
进一步地,所述训练样本集中的任一训练样本的构造过程包括:Further, the construction process of any training sample in the training sample set includes:
构造原始的声速分布图像;Construct the original sound velocity distribution image;
通过仿真实验生成与所述原始的声速分布图像对应的仿真透射信号;Generating a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment;
根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像;Performing image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image;
根据所述原始的声速分布图像和所述重建后的声速分布图像构造所述训练样本,其中,所述重建后的声速分布图像为所述训练样本中的输入图像,所述原始的声速分布图像为所述训练样本中的输出图像。The training sample is constructed according to the original sound velocity distribution image and the reconstructed sound velocity distribution image, wherein the reconstructed sound velocity distribution image is an input image in the training sample, and the original sound velocity distribution image Is the output image in the training sample.
进一步地,所述根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像包括:Further, the performing image reconstruction according to the simulated transmission signal to obtain the reconstructed sound velocity distribution image includes:
根据所述仿真透射信号计算各条声射线的渡越时间;Calculating the transit time of each acoustic ray according to the simulated transmission signal;
根据各条声射线对应的发射阵元和接收阵元的位置,以及预设的直线模型,计算各条声射线在各个像素网格内经过的距离;Calculate the distance of each acoustic ray in each pixel grid according to the positions of the transmitting and receiving array elements corresponding to each acoustic ray, and the preset linear model;
根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计算各个像素网格的慢度;Calculate the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid;
将各个像素网格的慢度进行灰度值映射,得到所述重建后的声速分布图像。Perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
进一步地,所述根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计算各个像素网格的慢度包括:Further, the calculation of the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray traverses in each pixel grid includes:
构造方程组,其中,各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离为所述方程组中的已知量,各个像素网格的慢度为所述方程组中的未知量;An equation set is constructed, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are known quantities in the equation set, and the slowness of each pixel grid is the equation Unknown quantity in the group;
使用同步代数迭代算法求解所述方程组,得到各个像素网格的慢度。The synchronous algebraic iterative algorithm is used to solve the equations to obtain the slowness of each pixel grid.
进一步地,所述图像处理模型为基于反应扩散方程的卷积神经网络模型;Further, the image processing model is a convolutional neural network model based on reaction diffusion equation;
所述图像处理模型的处理过程包括:The processing procedure of the image processing model includes:
通过预设的二维卷积滤波器识别出输入图像的局部结构细节,所述二维卷积滤波器由离散余弦变换基进行参数化;Identifying the local structural details of the input image through a preset two-dimensional convolution filter, the two-dimensional convolution filter being parameterized by a discrete cosine transform basis;
通过预设的影响函数对所述局部结构细节进行各向异性平滑,得到输出图像,所述影响函数由高斯径向基函数进行参数化。The local structural details are anisotropically smoothed by a preset influence function to obtain an output image, and the influence function is parameterized by a Gaussian radial basis function.
本申请实施例的第二方面提供了一种超声成像装置,可以包括:The second aspect of the embodiments of the present application provides an ultrasonic imaging device, which may include:
信号采集模块,用于采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号;A signal acquisition module for acquiring ultrasound transmission signals, the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue;
图像重建模块,用于根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像;An image reconstruction module, configured to perform image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
模型处理模块,用于使用预设的图像处理模型对所述第一图像进行处理,得到第二图像,所述第二图像为从所述第一图像中去除噪声和伪影后形成的图像,所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,所述训练样本集包括N个训练样本,且每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,N为正整数。The model processing module is used to process the first image using a preset image processing model to obtain a second image, and the second image is an image formed after noise and artifacts are removed from the first image, The image processing model is a neural network model obtained after training with a preset training sample set. The training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a The output image with noise and artifacts removed, N is a positive integer.
本申请实施例的第三方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现上述任一种超声成像方法的步骤。A third aspect of the embodiments of the present application provides a computer-readable storage medium that stores a computer program that, when executed by a processor, implements the steps of any of the above-mentioned ultrasound imaging methods.
本申请实施例的第四方面提供了一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现上述任一种超声成像方法的步骤。The fourth aspect of the embodiments of the present application provides a terminal device, including a memory, a processor, and a computer program stored in the memory and running on the processor. When the processor executes the computer program, Realize the steps of any of the above-mentioned ultrasound imaging methods.
本申请实施例的第五方面提供了一种计算机程序产品,当计算机程序产品在所述终端设备上运行时,使得所述终端设备执行上述任一种超声成像方法的步骤。The fifth aspect of the embodiments of the present application provides a computer program product, which when the computer program product runs on the terminal device, causes the terminal device to execute the steps of any of the above-mentioned ultrasound imaging methods.
本申请实施例与现有技术相比存在的有益效果是:本申请实施例首先采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号,然后根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像,其中会有着明显的噪声和伪影,接着使用预设的图像处理模型对所述第一图像进行处理,得到第二图像。由于所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,且其中的每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,使得训练后的所述图像处理模型能够从所述第一图像中去除噪声和伪影,从而得到不包含噪声和伪影的所述第二图像。而且由于模型已经预先训练完成,所以对图像的质量恢复过程耗时很短,从而在保证较快的成像速度的同时也能得到较好的成像质量。Compared with the prior art, the embodiment of the present application has the beneficial effect that: the embodiment of the present application first collects the ultrasound transmission signal, which is the signal formed after the ultrasound signal passes through the target biological tissue, and then according to the ultrasound transmission The signal is image-reconstructed to obtain a first image, the first image is an imaging of the target biological tissue, which will have obvious noise and artifacts, and then the first image is processed using a preset image processing model , Get the second image. Because the image processing model is a neural network model obtained after training with a preset training sample set, and each training sample includes an input image containing noise and artifacts and an output image that removes noise and artifacts , So that the trained image processing model can remove noise and artifacts from the first image, so as to obtain the second image that does not contain noise and artifacts. And because the model has been pre-trained, the process of restoring the image quality takes a very short time, so that while ensuring a faster imaging speed, better imaging quality can be obtained.
附图说明Description of the drawings
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其它的附图。In order to more clearly describe the technical solutions in the embodiments of the present application, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the drawings in the following description are only of the present application. For some embodiments, those of ordinary skill in the art can obtain other drawings based on these drawings without creative labor.
图1为训练样本集中的任一训练样本的构造过程的示意图;Figure 1 is a schematic diagram of the construction process of any training sample in the training sample set;
图2为根据仿真透射信号进行图像重建的示意图;Figure 2 is a schematic diagram of image reconstruction based on simulated transmission signals;
图3为训练样本集中的部分训练样本的示意图;Figure 3 is a schematic diagram of part of the training samples in the training sample set;
图4为图像处理模型的整体结构示意图;Figure 4 is a schematic diagram of the overall structure of the image processing model;
图5为本申请实施例中一种超声成像方法的一个实施例流程图;FIG. 5 is a flowchart of an embodiment of an ultrasound imaging method in an embodiment of the application;
图6为在测试样本集上的部分测试结果的示意图;Figure 6 is a schematic diagram of part of the test results on the test sample set;
图7为在测试样本集中声速图像的恢复结果的示意图;FIG. 7 is a schematic diagram of the recovery result of the sound velocity image in the test sample set;
图8为图7中沿着虚线上的声速值分布的示意图;Fig. 8 is a schematic diagram of the sound velocity value distribution along the dotted line in Fig. 7;
图9为本申请实施例中一种超声成像装置的一个实施例结构图;FIG. 9 is a structural diagram of an embodiment of an ultrasound imaging device in an embodiment of the application;
图10为本申请实施例中一种终端设备的示意框图。FIG. 10 is a schematic block diagram of a terminal device in an embodiment of this application.
具体实施方式Detailed ways
为使得本申请的发明目的、特征、优点能够更加的明显和易懂,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,下面所描述的实施例仅仅是本申请一部分实施例,而非全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其它实施例,都属于本申请保护的范围。In order to make the purposes, features, and advantages of the present application more obvious and understandable, the technical solutions in the embodiments of the present application will be described clearly and completely in conjunction with the accompanying drawings in the embodiments of the present application. Obviously, the following The described embodiments are only a part of the embodiments of the present application, but not all of the embodiments. Based on the embodiments in this application, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of this application.
应当理解,当在本说明书和所附权利要求书中使用时,术语“包括”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。It should be understood that when used in this specification and the appended claims, the term "comprising" indicates the existence of the described features, wholes, steps, operations, elements and/or components, but does not exclude one or more other features The existence or addition of, whole, step, operation, element, component and/or its collection.
还应当理解,在此本申请说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本申请。如在本申请说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。It should also be understood that the terms used in the specification of this application are only for the purpose of describing specific embodiments and are not intended to limit the application. As used in the specification of this application and the appended claims, unless the context clearly indicates other circumstances, the singular forms "a", "an" and "the" are intended to include plural forms.
还应当进一步理解,在本申请说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。It should be further understood that the term "and/or" used in the specification and appended claims of this application refers to any combination and all possible combinations of one or more of the associated listed items, and includes these combinations .
如在本说明书和所附权利要求书中所使用的那样,术语“如果”可以依据上下文被解释为“当...时”或“一旦”或“响应于确定”或“响应于检测到”。类似地,短语“如果确定”或“如果检测到[所描述条件或事件]”可以依据上下文被解释为意指“一旦确定”或“响应于确定”或“一旦检测到[所描述条件或事件]”或“响应于检测到[所描述条件或事件]”。As used in this specification and the appended claims, the term "if" can be interpreted as "when" or "once" or "in response to determination" or "in response to detection" depending on the context . Similarly, the phrase "if determined" or "if detected [described condition or event]" can be interpreted as meaning "once determined" or "in response to determination" or "once detected [described condition or event]" depending on the context ]" or "in response to detection of [condition or event described]".
另外,在本申请的描述中,术语“第一”、“第二”、“第三”等仅用于区分描述,而不能理解为指示或暗示相对重要性。In addition, in the description of the present application, the terms "first", "second", "third", etc. are only used to distinguish the description, and cannot be understood as indicating or implying relative importance.
本申请实施例的核心在于在根据超声透射信号进行图像重建后,使用预设的图像处理模型对重建后的图像进行处理,去除掉其中的噪声和伪影,从而得到高质量的图像。The core of the embodiments of the present application is to use a preset image processing model to process the reconstructed image after the image is reconstructed according to the ultrasound transmission signal to remove noise and artifacts therein, thereby obtaining a high-quality image.
为了确保所述图像处理模型能够实现去除噪声和伪影的功能,需要预先通过大量的训练样本对其进行训练。在本申请实施例中,可以预先构造包括N个(N为正整数)训练样本的训练样本集对所述图像处理模型进行训练,其中,每个训练样本均包括一个包含噪声和伪影的输入图像(作为所述图像处理模型的输入)和一个去除噪声和伪影的输出图像(作为所述图像处理模型预期的输出)。In order to ensure that the image processing model can achieve the function of removing noise and artifacts, it needs to be trained in advance through a large number of training samples. In the embodiment of the present application, a training sample set including N training samples (N is a positive integer) can be constructed in advance to train the image processing model, wherein each training sample includes an input containing noise and artifacts. An image (as input to the image processing model) and an output image with noise and artifacts removed (as the expected output of the image processing model).
如图1所示,所述训练样本集中的任一训练样本的构造过程可以包括:As shown in Figure 1, the process of constructing any training sample in the training sample set may include:
步骤S101、构造原始的声速分布图像。Step S101: Construct an original sound velocity distribution image.
考虑到常规环境下生物体内不同组织结构的声速分布,构造出的声速范围可以为1300-1700米每秒。其中较为简单的声速分布图像主要由一些规则的几何图形组成,这些几何图形将整个成像区域划分成不同的区域,每个区域内的声速值设为一个定值。为了提高所述图像处理模型处理各种声速分布图像的能力,需要提高声速分布图像的复杂度。本申请实施例中从两个方面来提高声速分布图像的复杂度:一方面将规则的几何图形进行扭曲拉伸等复杂形变来模拟生物体内不同组织之间复杂不规则的边界;另一方面在划分出的不同区域内生成平滑且连续变化的声速场。Taking into account the sound velocity distribution of different tissue structures in organisms in a normal environment, the constructed sound velocity range can be 1300-1700 meters per second. The relatively simple sound velocity distribution image is mainly composed of some regular geometric figures, which divide the entire imaging area into different areas, and the sound velocity value in each area is set to a fixed value. In order to improve the ability of the image processing model to process various sound velocity distribution images, it is necessary to increase the complexity of the sound velocity distribution image. In the embodiments of this application, the complexity of the sound velocity distribution image is improved from two aspects: on the one hand, the regular geometric figures are twisted and stretched to simulate the complex and irregular boundaries between different tissues in the organism; on the other hand, in the A smooth and continuously changing sound velocity field is generated in the divided areas.
步骤S102、通过仿真实验生成与所述原始的声速分布图像对应的仿真透射信号。Step S102: Generate a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment.
在本申请实施例中,可以使用MATLAB平台的k-Wave超声仿真工具箱进行仿真实验,通过k-Wave超声仿真工具箱可以在计算网格内部设置超声换能器的阵元位置、信号波形和频率、发射时间,传播介质的声速、密度和衰减系 数,还可以在计算网格的边界设置完全匹配层。另外,诸如计算网格的个数以及大小、仿真信号的采集时间等参数都可以进行设置。利用k-Wave超声仿真工具箱在400×400大小的计算网格内设置了一个内部半径为9.9厘米、一共有512个阵元、探头的中心频率为1Mhz的超声环阵换能器。将之前构造好的原始的声速分布图像也输入计算网格,依次控制每个阵元发射信号,并由其他所有阵元进行接收,通过这样的仿真实验生成与所述原始的声速分布图像对应的仿真透射信号。In the embodiments of this application, the k-Wave ultrasonic simulation toolbox of the MATLAB platform can be used to perform simulation experiments. The k-Wave ultrasonic simulation toolbox can set the position of the ultrasonic transducer elements, signal waveforms, and signal waveforms in the calculation grid. Frequency, launch time, sound velocity, density and attenuation coefficient of the propagation medium, and a perfect matching layer can also be set at the boundary of the calculation grid. In addition, parameters such as the number and size of the calculation grid and the acquisition time of the simulation signal can be set. Using the k-Wave ultrasonic simulation toolbox, an ultrasonic ring array transducer with an internal radius of 9.9 cm, a total of 512 array elements, and a probe center frequency of 1Mhz is set in a 400×400 calculation grid. The previously constructed original sound velocity distribution image is also input into the calculation grid, and each array element is controlled in turn to emit signals and received by all other array elements. Through such a simulation experiment, the original sound velocity distribution image corresponding to the original sound velocity distribution image is generated. Simulate the transmitted signal.
需要注意的是,以上过程是基于环阵超声换能器,但该方法同样可以移植到其他类型的超声换能器上,例如线阵、扇形阵或者三角阵等等。It should be noted that the above process is based on a ring array ultrasonic transducer, but this method can also be transplanted to other types of ultrasonic transducers, such as linear arrays, sector arrays, or triangular arrays.
步骤S103、根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像。Step S103: Perform image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image.
如图2所示,步骤S103具体可以包括以下过程:As shown in FIG. 2, step S103 may specifically include the following process:
步骤S1031、根据所述仿真透射信号计算各条声射线的渡越时间。Step S1031: Calculate the transit time of each acoustic ray according to the simulated transmission signal.
在得到所述仿真透射信号之后,可以利用阈值法、最大值法或者相关函数法计算所述仿真透射信号的各条声射线的渡越时间。After the simulated transmission signal is obtained, the threshold method, the maximum value method or the correlation function method may be used to calculate the transit time of each acoustic ray of the simulated transmission signal.
步骤S1032、根据各条声射线对应的发射阵元和接收阵元的位置,以及预设的直线模型,计算各条声射线在各个像素网格内经过的距离。Step S1032, according to the positions of the transmitting array element and the receiving array element corresponding to each acoustic ray, and the preset linear model, calculate the distance that each acoustic ray passes in each pixel grid.
为了重建声速分布图像,首先确定重建图像的大小为180×180,然后可以根据各条声射线对应的发射阵元和接收阵元的位置,以及预设的直线模型,计算出各条声射线经过的所有像素网格,以及各条声射线在各个像素网格内经过的距离。In order to reconstruct the sound velocity distribution image, first determine the size of the reconstructed image to be 180×180, and then calculate the passage of each sound ray according to the positions of the transmitting and receiving elements corresponding to each sound ray and the preset linear model. All pixel grids and the distance of each sound ray in each pixel grid.
步骤S1033、根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计算各个像素网格的慢度。Step S1033: Calculate the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray passes in each pixel grid.
首先,构造方程组,其中,各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离为所述方程组中的已知量,各个像素网格的慢度为所述方程组中的未知量。First, construct a system of equations, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are known quantities in the equations, and the slowness of each pixel grid is determined by The unknown quantity in the above equations.
具体地,发射阵元i和接收阵元j之间的声射线的渡越时间可以表示为:Specifically, the transit time of the acoustic ray between the transmitting element i and the receiving element j can be expressed as:
Figure PCTCN2020126401-appb-000001
Figure PCTCN2020126401-appb-000001
其中,u k为第k个像素网格内的声速值,l i,j,k为发射阵元i和接收阵元j之间的声射线在第k个像素网格内经过的距离,对于512个阵元的超声换能器,声射线的条数一共有512×512条,即可以得到512×512个和式(1)具有相同形式的方程,这些方程可以整理成如下的一个方程组: Among them, u k is the sound velocity value in the k-th pixel grid, l i,j,k are the distances traveled by the acoustic ray between the transmitting element i and the receiving element j in the k-th pixel grid, for For a 512-element ultrasonic transducer, the number of acoustic rays is 512×512, that is, 512×512 equations with the same form as equation (1) can be obtained. These equations can be sorted into the following equation group:
T=L×S                                              式(2)T=L×S Formula (2)
其中,L是大小为512 2行、180 2列的矩阵,表示每条声射线在每个像素网格内经过的距离。S是长度为180 2的列向量,表示每个像素网格内声速的倒数,也称作慢度。T是长度为512 2的列向量,表示每条声射线的渡越时间。 Among them, L is a matrix with a size of 512 2 rows and 180 2 columns, which represents the distance that each acoustic ray travels in each pixel grid. S is a column vector with a length of 180 2 and represents the reciprocal of the speed of sound in each pixel grid, also known as slowness. T is a column vector with a length of 512 2 and represents the transit time of each sound ray.
然后,可以使用同步代数迭代算法求解所述方程组,得到各个像素网格的慢度。Then, the synchronous algebraic iterative algorithm can be used to solve the equations to obtain the slowness of each pixel grid.
具体地,为了求解未知的慢度分布S,可以采用同步代数迭代算法(Simultaneous Algebraic Reconstruction Technique,SART)来求解所述方程组。所述同步代数迭代算法的迭代公式为:Specifically, in order to solve the unknown slowness distribution S, the Simultaneous Algebraic Reconstruction Technique (SART) can be used to solve the equations. The iterative formula of the synchronous algebraic iterative algorithm is:
Figure PCTCN2020126401-appb-000002
Figure PCTCN2020126401-appb-000002
其中,
Figure PCTCN2020126401-appb-000003
为第p次迭代后第k个像素网格的慢度,迭代的慢度初始值均取为1/1500,l q,k为第q条声射线在第k个像素网格内经过的距离,λ为迭代的松弛系数,其取值优选设置为0.2。
among them,
Figure PCTCN2020126401-appb-000003
Is the slowness of the k-th pixel grid after the p-th iteration, the initial value of the slowness of the iteration is all 1/1500, and l q,k is the distance of the q-th acoustic ray in the k-th pixel grid , Λ is the iterative relaxation coefficient, and its value is preferably set to 0.2.
步骤S1034、将各个像素网格的慢度进行灰度值映射,得到所述重建后的声速分布图像。Step S1034: Perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
在得到所述方程组的迭代数值解之后,通过线性压缩将其映射到0到255 的灰度值上,从而得到声速(或者慢度)分布的图像,也即所述重建后的声速分布图像。After obtaining the iterative numerical solution of the equations, it is mapped to a gray value from 0 to 255 by linear compression, thereby obtaining an image of the sound velocity (or slowness) distribution, that is, the reconstructed sound velocity distribution image .
需要注意的是,以上过程使用的是基于直线假设的代数迭代重建算法,实际应用中,还可以采用其他的超声CT重建算法,例如滤波反投影算法、基于曲线模型的重建算法以及全波反演重建算法等等。It should be noted that the above process uses an algebraic iterative reconstruction algorithm based on straight line assumptions. In practical applications, other ultrasound CT reconstruction algorithms can also be used, such as filtered back projection algorithm, curve model-based reconstruction algorithm, and full wave inversion Reconstruction algorithm and so on.
步骤S104、根据所述原始的声速分布图像和所述重建后的声速分布图像构造所述训练样本。Step S104: Construct the training sample according to the original sound velocity distribution image and the reconstructed sound velocity distribution image.
其中,所述重建后的声速分布图像为所述训练样本中的输入图像,所述原始的声速分布图像为所述训练样本中的输出图像。Wherein, the reconstructed sound velocity distribution image is an input image in the training sample, and the original sound velocity distribution image is an output image in the training sample.
由于每次仿真实验的耗时较长,较难在短时间内生成大量训练样本。在本申请实施例中,可以首先构造出一部分的训练样本,然后对其进行数据扩充,从而得到更多的训练样本。在一种具体实现中,可以只构造55个训练样本,然后通过数据扩充得到440个训练样本,将这些训练样本共同组成所述训练样本集,图3所示即为所述训练样本集中的部分训练样本,其中,每一列均为一个训练样本,对其中任一训练样本而言,上图为其原始的声速分布图像,下图为其重建后的声速分布图像。Since each simulation experiment takes a long time, it is difficult to generate a large number of training samples in a short time. In the embodiment of the present application, a part of the training samples can be constructed first, and then the data can be expanded to obtain more training samples. In a specific implementation, only 55 training samples can be constructed, and then 440 training samples can be obtained through data expansion, and these training samples are combined to form the training sample set. Figure 3 shows a part of the training sample set. For training samples, each column is a training sample. For any training sample, the upper picture is the original sound velocity distribution image, and the lower picture is the reconstructed sound velocity distribution image.
在本申请实施例中,所述图像处理模型可以为任意一种机器学习或者深度学习的神经网络模型,例如,可以是以U-Net为代表的图像语义分割网络模型。优选地,本申请实施例中采用基于反应扩散方程的卷积神经网络模型,则该模型首先通过预设的二维卷积滤波器识别出输入图像的局部结构细节,然后,通过预设的影响函数对所述局部结构细节进行各向异性平滑,得到输出图像。In the embodiment of the present application, the image processing model may be any machine learning or deep learning neural network model, for example, it may be an image semantic segmentation network model represented by U-Net. Preferably, the convolutional neural network model based on the reaction-diffusion equation is used in the embodiment of the present application, and the model first recognizes the local structure details of the input image through a preset two-dimensional convolution filter, and then, through the preset influence The function performs anisotropic smoothing on the local structural details to obtain an output image.
具体地,在解决图像恢复问题的方法中,非线性各向异性扩散定义了一类高效的图像恢复方法。在每一步扩散过程中通过一些线性滤波器对图像进行卷积操作来识别图像中的异常值,再通过扩散函数对这些异常值进行修正和平滑。这类方法源于物质自由扩散的物理模型。假设空间中存在一个密度场ρ(x,y,z,t),其表示在t时刻,空间中任意一点单位体积内物质的分子个数。考虑到物 质守恒,空间中某一区域中浓度的变化必然是由于存在物质流出或流入该区域。这种规律可以由连续性方程来描述Specifically, in the method of solving the image restoration problem, nonlinear anisotropic diffusion defines a class of efficient image restoration methods. In each step of the diffusion process, some linear filters are used to convolve the image to identify the outliers in the image, and then the outliers in the image are corrected and smoothed through the spread function. This type of method is derived from the physical model of the free diffusion of matter. Suppose there is a density field ρ(x,y,z,t) in space, which represents the number of molecules of matter in a unit volume at any point in space at time t. Considering the conservation of matter, the change in concentration in a certain area of space must be due to the outflow or inflow of matter into the area. This law can be described by the continuity equation
Figure PCTCN2020126401-appb-000004
Figure PCTCN2020126401-appb-000004
其中,F表示通量场,div(F)表示通量场F的散度,也即某点处单位体积单位时间内物质的外流量密度。Among them, F represents the flux field, and div(F) represents the divergence of the flux field F, that is, the external flux density of the material per unit volume per unit time at a certain point.
通量场等于速度场和密度场的乘积:The flux field is equal to the product of the velocity field and the density field:
F(x,y,z)=u(x,y,z)ρ(x,y,z)                            式(5)F(x,y,z)=u(x,y,z)ρ(x,y,z) Equation (5)
物质通常从高浓度区域向低浓度区域运动,而且浓度差越大,运动越剧烈。由菲克定律,通量可以用浓度的负梯度来表示:Substances usually move from high-concentration areas to low-concentration areas, and the greater the concentration difference, the more intense the movement. According to Fick's law, the flux can be expressed by a negative gradient of concentration:
Figure PCTCN2020126401-appb-000005
Figure PCTCN2020126401-appb-000005
其中,K为扩散系数,用来调节浓度差和扩散方向之间的关系。Among them, K is the diffusion coefficient, which is used to adjust the relationship between the concentration difference and the diffusion direction.
将式(6)代入式(3)中,就可以得到以下的扩散方程:Substituting formula (6) into formula (3), the following diffusion equation can be obtained:
Figure PCTCN2020126401-appb-000006
Figure PCTCN2020126401-appb-000006
式(4)的物理含义为,在每个小时间段内,如果某一个点的物质浓度的二阶导数大于0,那么就增加该点的浓度;反之如果某一个点的物质浓度的二阶导数小于0,那么就降低该点的浓度。二阶导数大于0代表该点的浓度值是下凹的,所以该点的浓度随着时间变化会增加;二阶导数小于0代表该点的浓度值上凸,所以该点的浓度随着时间变化会降低。假设一幅二维图像为I(x,y),根据式(4)可以得到该图像的扩散方程如下所示:The physical meaning of formula (4) is that in each small period of time, if the second derivative of the substance concentration at a certain point is greater than 0, then the concentration of that point is increased; conversely, if the second derivative of the substance concentration at a certain point is The derivative is less than 0, then the concentration at that point is reduced. The second derivative greater than 0 means that the concentration value of the point is concave, so the concentration of the point will increase with time; the second derivative less than 0 means that the concentration value of the point is convex, so the concentration of the point increases with time Changes will be reduced. Assuming a two-dimensional image is I(x,y), according to formula (4), the diffusion equation of the image can be obtained as follows:
Figure PCTCN2020126401-appb-000007
Figure PCTCN2020126401-appb-000007
但式(5)是各项同性的均匀扩散方程,直接用于平滑图像会导致所有的图像细节都被均匀模糊。经典的用于图像处理的扩散方程为如下所示的P-M方程:However, formula (5) is a homogeneous diffusion equation with homogeneity, directly used to smooth the image will cause all the image details to be uniformly blurred. The classic diffusion equation used for image processing is the P-M equation as shown below:
Figure PCTCN2020126401-appb-000008
Figure PCTCN2020126401-appb-000008
其中,扩散函数c是单调递减函数,因此当图像某处的梯度的绝对值较大的时候,该位置图像的扩散速度较低。通常图像中的边缘结构梯度值较大,因此P-M方程可以在起到平滑图像的同时保护图像的边缘结构。通过改变扩散函数以及方向导数的形式,可以实现对图像不同类型细节和结构的恢复和处理。但传统的各向异性扩散过程所对应的偏微分方程通常具有固定的形式,因此针对不同类型的图像和不同类型的处理任务需要设计不同形式的偏微分方程。为了让计算机能够通过机器学习来针对不同的训练图像学习出合适的方程参数,需要构建基于反应扩散方程的学习网络模型。Among them, the diffusion function c is a monotonically decreasing function, so when the absolute value of the gradient of a certain part of the image is large, the diffusion speed of the image at that position is low. Generally, the edge structure gradient value in the image is relatively large, so the P-M equation can smooth the image while protecting the edge structure of the image. By changing the form of the spread function and the directional derivative, the restoration and processing of different types of details and structures of the image can be achieved. However, the partial differential equation corresponding to the traditional anisotropic diffusion process usually has a fixed form. Therefore, different forms of partial differential equations need to be designed for different types of images and different types of processing tasks. In order for the computer to learn appropriate equation parameters for different training images through machine learning, it is necessary to build a learning network model based on the reaction-diffusion equation.
P-M方程的离散形式为:The discrete form of the P-M equation is:
Figure PCTCN2020126401-appb-000009
Figure PCTCN2020126401-appb-000009
其中:among them:
g(x)=x·c(x)                                        式(11)g(x)=xc(x) Formula (11)
函数c即为扩散函数,函数g为影响函数。为了拓展扩散网络的能力,将P-M方程中的一维梯度滤波器替换为尺寸更大的二维卷积滤波器,同时增加滤波器的个数便于提取更多类型的图像特征。另外还可以加入数值保真项来控制扩散处理后的图像与原始图像的偏差。经过以上扩展后,所述图像处理模型可以表示为:The function c is the spread function, and the function g is the influence function. In order to expand the capability of the diffusion network, the one-dimensional gradient filter in the P-M equation is replaced with a larger two-dimensional convolution filter, and the number of filters is increased to facilitate the extraction of more types of image features. In addition, a numerical fidelity item can be added to control the deviation of the image after the diffusion process from the original image. After the above expansion, the image processing model can be expressed as:
Figure PCTCN2020126401-appb-000010
Figure PCTCN2020126401-appb-000010
其中,I 0为输入图像。
Figure PCTCN2020126401-appb-000011
为第t步扩散过程中的第i个二维卷积滤波器,作用是提取图像局部的结构特征,
Figure PCTCN2020126401-appb-000012
为与
Figure PCTCN2020126401-appb-000013
相对应的影响函数,作用是根据
Figure PCTCN2020126401-appb-000014
提取出的图像局部的结构特征来确定该位置图像值的扩散速度,N t为第t步扩散过程中所使用的二维卷积滤波器的个数,μ t为第t步扩散过程的松弛系数,Δt为两步扩散过程之间的时间差,I t为第t步扩散过程后得到的图像。
Among them, I 0 is the input image.
Figure PCTCN2020126401-appb-000011
Is the i-th two-dimensional convolution filter in the t-th diffusion process, which is used to extract the local structural features of the image,
Figure PCTCN2020126401-appb-000012
For and
Figure PCTCN2020126401-appb-000013
The corresponding influence function is based on
Figure PCTCN2020126401-appb-000014
The extracted local structural features of the image are used to determine the diffusion speed of the image value at the location, N t is the number of two-dimensional convolution filters used in the t-th diffusion process, μ t is the relaxation of the t-th diffusion process The coefficient, Δt is the time difference between the two-step diffusion process, and I t is the image obtained after the t-th diffusion process.
为了利用训练数据训练出合适的扩散网络模型,可以对网络模型中的核心 部分,也即影响函数g和二维卷积滤波器K进行参数化。In order to use the training data to train a suitable diffusion network model, the core part of the network model, namely the influence function g and the two-dimensional convolution filter K, can be parameterized.
其中,影响函数通过一组高斯径向基函数进行参数化。本申请实施例中优选采用一组共63个高斯径向基函数:Among them, the influence function is parameterized by a set of Gaussian radial basis functions. In the embodiment of this application, a set of 63 Gaussian radial basis functions in total is preferably used:
Figure PCTCN2020126401-appb-000015
Figure PCTCN2020126401-appb-000015
α n=-320+10n,σ=0.1                                  式(13) α n =-320+10n,σ=0.1 formula (13)
二维卷积滤波器通过一组离散余弦变换基(除去直流分量)来进行参数化。二维卷积滤波器对应的卷积核的大小取为5×5,滤波器个数取为24个。优选地,本申请实施例中总共设定了5步扩散过程,即T=5。网络模型的整体结构图如图4所示。The two-dimensional convolution filter is parameterized by a set of discrete cosine transform bases (removing the DC component). The size of the convolution kernel corresponding to the two-dimensional convolution filter is 5×5, and the number of filters is 24. Preferably, a total of 5 steps of diffusion process are set in the embodiment of the present application, that is, T=5. The overall structure of the network model is shown in Figure 4.
网络模型构建完成后,可以在训练样本集上采用L-BFGS梯度下降算法最小化损失函数对所述图像处理模型的参数进行训练。需要训练的参数为影响函数g、二维卷积滤波器K以及松弛系数μ t,训练过程中最小化的损失函数为: After the network model is constructed, the L-BFGS gradient descent algorithm can be used on the training sample set to minimize the loss function to train the parameters of the image processing model. The parameters that need to be trained are the influence function g, the two-dimensional convolution filter K, and the relaxation coefficient μ t . The loss function to be minimized during the training process is:
Figure PCTCN2020126401-appb-000016
Figure PCTCN2020126401-appb-000016
其中,N s表示训练样本的个数,
Figure PCTCN2020126401-appb-000017
表示第s个训练样本的真值图像(即预期的输出),
Figure PCTCN2020126401-appb-000018
表示第s个训练样本的实际的输出。
Among them, N s represents the number of training samples,
Figure PCTCN2020126401-appb-000017
Represents the true value image of the sth training sample (that is, the expected output),
Figure PCTCN2020126401-appb-000018
Represents the actual output of the sth training sample.
在完成对所述图像处理模型的训练之后,即可利用其进行超声成像,具体地,如图5所示,本申请实施例中提供的一种超声成像方法可以包括如下过程:After the training of the image processing model is completed, it can be used for ultrasound imaging. Specifically, as shown in FIG. 5, an ultrasound imaging method provided in an embodiment of the present application may include the following processes:
步骤S501、采集超声透射信号。Step S501: Acquire ultrasonic transmission signals.
所述超声透射信号为超声信号穿过目标生物组织后形成的信号。The ultrasound transmission signal is a signal formed after the ultrasound signal passes through the target biological tissue.
步骤S502、根据所述超声透射信号进行图像重建,得到第一图像。Step S502: Perform image reconstruction according to the ultrasound transmission signal to obtain a first image.
所述第一图像为所述目标生物组织的成像,其中会有着明显的噪声和伪影。步骤S502中的图像重建过程与步骤S103中的图像重建过程类似,具体可参照步骤S103中的详细描述,此处不再赘述。The first image is an imaging of the target biological tissue, in which there will be obvious noise and artifacts. The image reconstruction process in step S502 is similar to the image reconstruction process in step S103. For details, reference may be made to the detailed description in step S103, which will not be repeated here.
步骤S503、使用预设的图像处理模型对所述第一图像进行处理,得到第二图像。Step S503: Use a preset image processing model to process the first image to obtain a second image.
所述第二图像即为从所述第一图像中去除噪声和伪影后形成的图像。The second image is an image formed after noise and artifacts are removed from the first image.
将训练好的图像处理模型在不同于训练样本集的测试样本集上进行了测试,其中一部分测试结果如图6所示,对比原始图像、代数迭代方法重建图像以及经过所述图像处理模型恢复后的图像可以看出,所述图像处理模型有效地去除了重建图像中的噪声以及条状伪影。尽管重建图像中存在明显的图像畸变,所述图像处理模型还是在这些畸变的基础上一定程度上恢复出了一部分组织的边界信息。两种声速重建方法在测试集上重建出的声速分布均方误差、声速图像的峰值信噪比以及声速图像的结构相似性的均值和标准差如下表所示:The trained image processing model was tested on a test sample set different from the training sample set. Some of the test results are shown in Figure 6. The original image is compared with the algebraic iterative method to reconstruct the image and after the image processing model is restored It can be seen that the image processing model effectively removes noise and streak artifacts in the reconstructed image. Although there are obvious image distortions in the reconstructed image, the image processing model recovers a part of the boundary information of the tissue on the basis of these distortions to a certain extent. The mean square error of the sound velocity distribution reconstructed on the test set by the two sound velocity reconstruction methods, the peak signal-to-noise ratio of the sound velocity image, and the mean and standard deviation of the structural similarity of the sound velocity image are shown in the following table:
Figure PCTCN2020126401-appb-000019
Figure PCTCN2020126401-appb-000019
三个量化指标都表明,经过所述图像处理模型的恢复过程,声速重建的精度以及声速图像的质量都得到了显著提高,表明了扩散网络重建方法的有效性。The three quantitative indicators all show that after the restoration process of the image processing model, the accuracy of the sound velocity reconstruction and the quality of the sound velocity image have been significantly improved, indicating the effectiveness of the diffusion network reconstruction method.
此外,为了更直观地考察扩散网络对重建声速值的校正效果,图7示出了三个测试样本集声速图像的恢复结果,沿着虚线上的声速值分布显示在图8中。从图8中可以看出,传统的代数迭代方法重建出的声速分布有着很强的噪声干扰,并且在声速值发生跳变的位置会产生较大的误差。而经过扩散网络恢复之后,噪声得到了有效的移植,并且在声速跳变位置的误差也得到了较好地校正,从而提高了声速分布重建结果的准确度。In addition, in order to more intuitively investigate the correction effect of the diffusion network on the reconstructed sound velocity value, Fig. 7 shows the restoration results of the sound velocity images of the three test sample sets, and the sound velocity value distribution along the dotted line is shown in Fig. 8. It can be seen from Figure 8 that the sound velocity distribution reconstructed by the traditional algebraic iterative method has strong noise interference, and large errors will occur at the position where the sound velocity value jumps. After the diffusion network is restored, the noise is effectively transplanted, and the error in the sound velocity jump position is also better corrected, thereby improving the accuracy of the sound velocity distribution reconstruction result.
综上所述,本申请实施例首先采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号,然后根据所述超声透射信号进行图像 重建,得到第一图像,所述第一图像为所述目标生物组织的成像,其中会有着明显的噪声和伪影,接着使用预设的图像处理模型对所述第一图像进行处理,得到第二图像。由于所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,且其中的每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,使得训练后的所述图像处理模型能够从所述第一图像中去除噪声和伪影,从而得到不包含噪声和伪影的所述第二图像。而且由于模型已经预先训练完成,所以对图像的质量恢复过程耗时很短,从而在保证较快的成像速度的同时也能得到较好的成像质量。To sum up, the embodiment of the present application first collects ultrasound transmission signals, which are signals formed after the ultrasound signals pass through the target biological tissue, and then perform image reconstruction based on the ultrasound transmission signals to obtain the first image. The first image is an imaging of the target biological tissue, in which there will be obvious noise and artifacts, and then a preset image processing model is used to process the first image to obtain a second image. Because the image processing model is a neural network model obtained after training with a preset training sample set, and each training sample includes an input image containing noise and artifacts and an output image that removes noise and artifacts , So that the trained image processing model can remove noise and artifacts from the first image, so as to obtain the second image that does not contain noise and artifacts. And because the model has been pre-trained, the process of restoring the image quality takes a very short time, so that while ensuring a faster imaging speed, better imaging quality can be obtained.
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It should be understood that the size of the sequence number of each step in the foregoing embodiment does not mean the order of execution. The execution sequence of each process should be determined by its function and internal logic, and should not constitute any limitation on the implementation process of the embodiment of the present application.
对应于上文实施例所述的一种超声成像方法,图9示出了本申请实施例提供的一种超声成像装置的一个实施例结构图。Corresponding to the ultrasound imaging method described in the above embodiment, FIG. 9 shows a structural diagram of an embodiment of an ultrasound imaging apparatus provided in an embodiment of the present application.
本实施例中,一种超声成像装置可以包括:In this embodiment, an ultrasonic imaging apparatus may include:
信号采集模块901,用于采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号;The signal acquisition module 901 is configured to acquire ultrasound transmission signals, which are signals formed after the ultrasound signals pass through the target biological tissue;
图像重建模块902,用于根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像;The image reconstruction module 902 is configured to perform image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
模型处理模块903,用于使用预设的图像处理模型对所述第一图像进行处理,得到第二图像,所述第二图像为从所述第一图像中去除噪声和伪影后形成的图像,所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,所述训练样本集包括N个训练样本,且每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,N为正整数。The model processing module 903 is configured to process the first image using a preset image processing model to obtain a second image, and the second image is an image formed after noise and artifacts are removed from the first image The image processing model is a neural network model obtained after training with a preset training sample set, the training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and An output image with noise and artifacts removed, N is a positive integer.
进一步地,所述超声成像装置还可以包括:Further, the ultrasound imaging device may further include:
声速分布构造模块,用于构造原始的声速分布图像;Sound velocity distribution construction module, used to construct the original sound velocity distribution image;
透射信号生成模块,用于通过仿真实验生成与所述原始的声速分布图像对应的仿真透射信号;A transmission signal generating module, which is used to generate a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment;
仿真重建模块,用于根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像;A simulation reconstruction module for performing image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image;
训练样本构造模块,用于根据所述原始的声速分布图像和所述重建后的声速分布图像构造所述训练样本,其中,所述重建后的声速分布图像为所述训练样本中的输入图像,所述原始的声速分布图像为所述训练样本中的输出图像。A training sample construction module, configured to construct the training sample according to the original sound velocity distribution image and the reconstructed sound velocity distribution image, wherein the reconstructed sound velocity distribution image is the input image in the training sample, The original sound velocity distribution image is an output image in the training sample.
进一步地,所述仿真重建模块可以包括:Further, the simulation reconstruction module may include:
渡越时间计算子模块,用于根据所述仿真透射信号计算各条声射线的渡越时间;The transit time calculation sub-module is used to calculate the transit time of each acoustic ray according to the simulated transmission signal;
距离计算子模块,用于根据各条声射线对应的发射阵元和接收阵元的位置,以及预设的直线模型,计算各条声射线在各个像素网格内经过的距离;The distance calculation sub-module is used to calculate the distance of each acoustic ray in each pixel grid according to the positions of the transmitting and receiving array elements corresponding to each acoustic ray, and the preset straight line model;
慢度计算子模块,用于根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计算各个像素网格的慢度;The slowness calculation sub-module is used to calculate the slowness of each pixel grid according to the transit time of each sound ray and the distance that each sound ray passes in each pixel grid;
图像重建子模块,用于将各个像素网格的慢度进行灰度值映射,得到所述重建后的声速分布图像。The image reconstruction sub-module is used to perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
进一步地,所述慢度计算子模块可以包括:Further, the slowness calculation submodule may include:
方程组构造单元,用于构造方程组,其中,各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离为所述方程组中的已知量,各个像素网格的慢度为所述方程组中的未知量;The equation group construction unit is used to construct the equation group, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are the known quantities in the equation group, and each pixel grid The slowness of is the unknown quantity in the equations;
迭代求解单元,用于使用同步代数迭代算法求解所述方程组,得到各个像素网格的慢度。The iterative solving unit is used to solve the equation system using a synchronous algebraic iterative algorithm to obtain the slowness of each pixel grid.
所属领域的技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的装置,模块和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that, for the convenience and conciseness of the description, the specific working processes of the above described devices, modules and units can refer to the corresponding processes in the foregoing method embodiments, which will not be repeated here.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详 述或记载的部分,可以参见其它实施例的相关描述。In the above-mentioned embodiments, the description of each embodiment has its own emphasis. For parts that are not described or recorded in an embodiment, reference may be made to related descriptions of other embodiments.
图10示出了本申请实施例提供的一种终端设备的示意框图,为了便于说明,仅示出了与本申请实施例相关的部分。FIG. 10 shows a schematic block diagram of a terminal device provided by an embodiment of the present application. For ease of description, only parts related to the embodiment of the present application are shown.
如图10所示,该实施例的终端设备10包括:处理器100、存储器101以及存储在所述存储器101中并可在所述处理器100上运行的计算机程序102。所述处理器100执行所述计算机程序102时实现上述各个超声成像方法实施例中的步骤,例如图5所示的步骤S501至步骤S503。或者,所述处理器100执行所述计算机程序102时实现上述各装置实施例中各模块/单元的功能,例如图9所示模块901至模块903的功能。As shown in FIG. 10, the terminal device 10 of this embodiment includes: a processor 100, a memory 101, and a computer program 102 stored in the memory 101 and running on the processor 100. When the processor 100 executes the computer program 102, the steps in the above embodiments of the ultrasound imaging method are implemented, for example, step S501 to step S503 shown in FIG. 5. Alternatively, when the processor 100 executes the computer program 102, the functions of the modules/units in the foregoing device embodiments, for example, the functions of the modules 901 to 903 shown in FIG. 9 are realized.
示例性的,所述计算机程序102可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器101中,并由所述处理器100执行,以完成本申请。所述一个或多个模块/单元可以是能够完成特定功能的一系列计算机程序指令段,该指令段用于描述所述计算机程序102在所述终端设备10中的执行过程。Exemplarily, the computer program 102 may be divided into one or more modules/units, and the one or more modules/units are stored in the memory 101 and executed by the processor 100 to complete This application. The one or more modules/units may be a series of computer program instruction segments capable of completing specific functions, and the instruction segments are used to describe the execution process of the computer program 102 in the terminal device 10.
所述终端设备10可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。本领域技术人员可以理解,图10仅仅是终端设备10的示例,并不构成对终端设备10的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述终端设备10还可以包括输入输出设备、网络接入设备、总线等。The terminal device 10 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. Those skilled in the art can understand that FIG. 10 is only an example of the terminal device 10, and does not constitute a limitation on the terminal device 10. It may include more or less components than shown in the figure, or a combination of certain components, or different components For example, the terminal device 10 may also include an input/output device, a network access device, a bus, and the like.
所述处理器100可以是中央处理单元(Central Processing Unit,CPU),还可以是其它通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其它可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The processor 100 may be a central processing unit (Central Processing Unit, CPU), or other general-purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc. The general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
所述存储器101可以是所述终端设备10的内部存储单元,例如终端设备10的硬盘或内存。所述存储器101也可以是所述终端设备10的外部存储设备,例如所述终端设备10上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器101还可以既包括所述终端设备10的内部存储单元也包括外部存储设备。所述存储器101用于存储所述计算机程序以及所述终端设备10所需的其它程序和数据。所述存储器101还可以用于暂时地存储已经输出或者将要输出的数据。The memory 101 may be an internal storage unit of the terminal device 10, such as a hard disk or a memory of the terminal device 10. The memory 101 may also be an external storage device of the terminal device 10, such as a plug-in hard disk equipped on the terminal device 10, a smart memory card (Smart Media Card, SMC), and a Secure Digital (SD) Card, Flash Card, etc. Further, the memory 101 may also include both an internal storage unit of the terminal device 10 and an external storage device. The memory 101 is used to store the computer program and other programs and data required by the terminal device 10. The memory 101 can also be used to temporarily store data that has been output or will be output.
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。实施例中的各功能单元、模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元、模块的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述系统中单元、模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that, for the convenience and conciseness of description, only the division of the above functional units and modules is used as an example. In practical applications, the above functions can be allocated to different functional units and modules as needed. Module completion, that is, the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above. The functional units and modules in the embodiments can be integrated into one processing unit, or each unit can exist alone physically, or two or more units can be integrated into one unit. The above-mentioned integrated units can be hardware-based Formal realization can also be realized in the form of software functional units. In addition, the specific names of the functional units and modules are only used to facilitate distinguishing from each other, and are not used to limit the protection scope of the present application. For the specific working process of the units and modules in the foregoing system, reference may be made to the corresponding process in the foregoing method embodiment, which will not be repeated here.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述或记载的部分,可以参见其它实施例的相关描述。In the above-mentioned embodiments, the description of each embodiment has its own emphasis. For parts that are not described in detail or recorded in an embodiment, reference may be made to related descriptions of other embodiments.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。A person of ordinary skill in the art may realize that the units and algorithm steps of the examples described in combination with the embodiments disclosed herein can be implemented by electronic hardware or a combination of computer software and electronic hardware. Whether these functions are performed by hardware or software depends on the specific application and design constraint conditions of the technical solution. Professionals and technicians can use different methods for each specific application to implement the described functions, but such implementation should not be considered beyond the scope of this application.
在本申请所提供的实施例中,应该理解到,所揭露的装置/终端设备和方法, 可以通过其它的方式实现。例如,以上所描述的装置/终端设备实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。In the embodiments provided in this application, it should be understood that the disclosed device/terminal device and method may be implemented in other ways. For example, the device/terminal device embodiments described above are merely illustrative. For example, the division of the modules or units is only a logical function division, and there may be other divisions in actual implementation, such as multiple units. Or components can be combined or integrated into another system, or some features can be omitted or not implemented. In addition, the displayed or discussed mutual coupling or direct coupling or communication connection may be indirect coupling or communication connection through some interfaces, devices or units, and may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or they may be distributed on multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the solutions of the embodiments.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, the functional units in the various embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units may be integrated into one unit. The above-mentioned integrated unit can be implemented in the form of hardware or software functional unit.
所述集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实现上述实施例方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、电载波信号、电信信号以及软件分发介质等。需要说明的是,所述计算机可读介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根 据立法和专利实践,计算机可读介质不包括电载波信号和电信信号。If the integrated module/unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium. Based on this understanding, the present application implements all or part of the processes in the above-mentioned embodiments and methods, and can also be completed by instructing relevant hardware through a computer program. The computer program can be stored in a computer-readable storage medium. When the program is executed by the processor, it can implement the steps of the foregoing method embodiments. Wherein, the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file, or some intermediate forms. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U disk, mobile hard disk, magnetic disk, optical disk, computer memory, read-only memory (ROM, Read-Only Memory) , Random Access Memory (RAM, Random Access Memory), electrical carrier signal, telecommunications signal, and software distribution media, etc. It should be noted that the content contained in the computer-readable medium can be appropriately added or deleted according to the requirements of the legislation and patent practice in the jurisdiction. For example, in some jurisdictions, according to the legislation and patent practice, the computer-readable medium Does not include electrical carrier signals and telecommunication signals.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to illustrate the technical solutions of the present application, not to limit them; although the present application has been described in detail with reference to the foregoing embodiments, a person of ordinary skill in the art should understand that it can still implement the foregoing The technical solutions recorded in the examples are modified, or some of the technical features are equivalently replaced; these modifications or replacements do not cause the essence of the corresponding technical solutions to deviate from the spirit and scope of the technical solutions of the embodiments of the application, and should be included in Within the scope of protection of this application.

Claims (10)

  1. 一种超声成像方法,其特征在于,包括:An ultrasound imaging method, characterized in that it comprises:
    采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号;Collecting ultrasound transmission signals, the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue;
    根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像;Performing image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
    使用预设的图像处理模型对所述第一图像进行处理,得到第二图像,所述第二图像为从所述第一图像中去除噪声和伪影后形成的图像,所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,所述训练样本集包括N个训练样本,且每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,N为正整数。Use a preset image processing model to process the first image to obtain a second image, where the second image is an image formed by removing noise and artifacts from the first image, and the image processing model is A neural network model obtained after training with a preset training sample set. The training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a noise and artifact removal Output image, N is a positive integer.
  2. 根据权利要求1所述的超声成像方法,其特征在于,所述训练样本集中的任一训练样本的构造过程包括:The ultrasound imaging method according to claim 1, wherein the process of constructing any training sample in the training sample set comprises:
    构造原始的声速分布图像;Construct the original sound velocity distribution image;
    通过仿真实验生成与所述原始的声速分布图像对应的仿真透射信号;Generating a simulated transmission signal corresponding to the original sound velocity distribution image through a simulation experiment;
    根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像;Performing image reconstruction according to the simulated transmission signal to obtain a reconstructed sound velocity distribution image;
    根据所述原始的声速分布图像和所述重建后的声速分布图像构造所述训练样本,其中,所述重建后的声速分布图像为所述训练样本中的输入图像,所述原始的声速分布图像为所述训练样本中的输出图像。The training sample is constructed according to the original sound velocity distribution image and the reconstructed sound velocity distribution image, wherein the reconstructed sound velocity distribution image is an input image in the training sample, and the original sound velocity distribution image Is the output image in the training sample.
  3. 根据权利要求2所述的超声成像方法,其特征在于,所述根据所述仿真透射信号进行图像重建,得到重建后的声速分布图像包括:The ultrasonic imaging method according to claim 2, wherein the image reconstruction according to the simulated transmission signal to obtain the reconstructed sound velocity distribution image comprises:
    根据所述仿真透射信号计算各条声射线的渡越时间;Calculating the transit time of each acoustic ray according to the simulated transmission signal;
    根据各条声射线对应的发射阵元和接收阵元的位置,以及预设的直线模型,计算各条声射线在各个像素网格内经过的距离;Calculate the distance of each acoustic ray in each pixel grid according to the positions of the transmitting and receiving array elements corresponding to each acoustic ray, and the preset linear model;
    根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计 算各个像素网格的慢度;Calculate the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid;
    将各个像素网格的慢度进行灰度值映射,得到所述重建后的声速分布图像。Perform gray value mapping on the slowness of each pixel grid to obtain the reconstructed sound velocity distribution image.
  4. 根据权利要求3所述的超声成像方法,其特征在于,所述根据各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离计算各个像素网格的慢度包括:The ultrasonic imaging method according to claim 3, wherein the calculation of the slowness of each pixel grid according to the transit time of each acoustic ray and the distance that each acoustic ray passes in each pixel grid comprises:
    构造方程组,其中,各条声射线的渡越时间和各条声射线在各个像素网格内经过的距离为所述方程组中的已知量,各个像素网格的慢度为所述方程组中的未知量;An equation set is constructed, where the transit time of each acoustic ray and the distance that each acoustic ray travels in each pixel grid are known quantities in the equation set, and the slowness of each pixel grid is the equation Unknown quantity in the group;
    使用同步代数迭代算法求解所述方程组,得到各个像素网格的慢度。The synchronous algebraic iterative algorithm is used to solve the equations to obtain the slowness of each pixel grid.
  5. 根据权利要求4所述的超声成像方法,其特征在于,所述同步代数迭代算法的迭代公式为:The ultrasound imaging method according to claim 4, wherein the iterative formula of the synchronous algebraic iterative algorithm is:
    Figure PCTCN2020126401-appb-100001
    Figure PCTCN2020126401-appb-100001
    其中,
    Figure PCTCN2020126401-appb-100002
    为第p次迭代后第k个像素网格的慢度,l q,k为第q条声射线在第k个像素网格内经过的距离,λ为迭代的松弛系数。
    among them,
    Figure PCTCN2020126401-appb-100002
    Is the slowness of the k-th pixel grid after the p-th iteration, l q,k is the distance traveled by the q-th acoustic ray in the k-th pixel grid, and λ is the iterative relaxation coefficient.
  6. 根据权利要求1至5中任一项所述的超声成像方法,其特征在于,所述图像处理模型为基于反应扩散方程的卷积神经网络模型;The ultrasound imaging method according to any one of claims 1 to 5, wherein the image processing model is a convolutional neural network model based on a reaction diffusion equation;
    所述图像处理模型的处理过程包括:The processing procedure of the image processing model includes:
    通过预设的二维卷积滤波器识别出输入图像的局部结构细节,所述二维卷积滤波器由离散余弦变换基进行参数化;Identifying the local structural details of the input image through a preset two-dimensional convolution filter, the two-dimensional convolution filter being parameterized by a discrete cosine transform basis;
    通过预设的影响函数对所述局部结构细节进行各向异性平滑,得到输出图像,所述影响函数由高斯径向基函数进行参数化。The local structural details are anisotropically smoothed by a preset influence function to obtain an output image, and the influence function is parameterized by a Gaussian radial basis function.
  7. 根据权利要求6所述的超声成像方法,其特征在于,所述图像处理模型表示为:The ultrasonic imaging method according to claim 6, wherein the image processing model is expressed as:
    Figure PCTCN2020126401-appb-100003
    Figure PCTCN2020126401-appb-100003
    其中,I 0为输入图像,
    Figure PCTCN2020126401-appb-100004
    为第t步扩散过程中的第i个二维卷积滤波器,
    Figure PCTCN2020126401-appb-100005
    为与
    Figure PCTCN2020126401-appb-100006
    相对应的影响函数,N t为第t步扩散过程中所使用的二维卷积滤波器的个数,μ t为第t步扩散过程的松弛系数,Δt为两步扩散过程之间的时间差,I t为第t步扩散过程后得到的图像。
    Among them, I 0 is the input image,
    Figure PCTCN2020126401-appb-100004
    Is the i-th two-dimensional convolution filter in the t-th diffusion process,
    Figure PCTCN2020126401-appb-100005
    For and
    Figure PCTCN2020126401-appb-100006
    Corresponding influence function, N t is the number of two-dimensional convolution filters used in the t-th diffusion process, μ t is the relaxation coefficient of the t-th diffusion process, Δt is the time difference between the two diffusion processes , I t is the image obtained after the diffusion process in the t-th step.
  8. 一种超声成像装置,其特征在于,包括:An ultrasonic imaging device, characterized in that it comprises:
    信号采集模块,用于采集超声透射信号,所述超声透射信号为超声信号穿过目标生物组织后形成的信号;A signal acquisition module for acquiring ultrasound transmission signals, the ultrasound transmission signals being signals formed after the ultrasound signals pass through the target biological tissue;
    图像重建模块,用于根据所述超声透射信号进行图像重建,得到第一图像,所述第一图像为所述目标生物组织的成像;An image reconstruction module, configured to perform image reconstruction according to the ultrasound transmission signal to obtain a first image, where the first image is an imaging of the target biological tissue;
    模型处理模块,用于使用预设的图像处理模型对所述第一图像进行处理,得到第二图像,所述第二图像为从所述第一图像中去除噪声和伪影后形成的图像,所述图像处理模型为经过预设的训练样本集训练后得到的神经网络模型,所述训练样本集包括N个训练样本,且每个训练样本均包括一个包含噪声和伪影的输入图像和一个去除噪声和伪影的输出图像,N为正整数。The model processing module is used to process the first image using a preset image processing model to obtain a second image, and the second image is an image formed after noise and artifacts are removed from the first image, The image processing model is a neural network model obtained after training with a preset training sample set. The training sample set includes N training samples, and each training sample includes an input image containing noise and artifacts and a The output image with noise and artifacts removed, N is a positive integer.
  9. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至7中任一项所述的超声成像方法的步骤。A computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, wherein the computer program implements the ultrasound imaging method according to any one of claims 1 to 7 when the computer program is executed by a processor A step of.
  10. 一种终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至7中任一项所述的超声成像方法的步骤。A terminal device, comprising a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program as claimed in claims 1 to 7. The steps of the ultrasound imaging method described in any one of 7.
PCT/CN2020/126401 2019-11-04 2020-11-04 Ultrasonic imaging method and apparatus, readable storage medium, and terminal device WO2021088849A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911066627.6A CN111091603B (en) 2019-11-04 2019-11-04 Ultrasonic imaging method and device, readable storage medium and terminal equipment
CN201911066627.6 2019-11-04

Publications (1)

Publication Number Publication Date
WO2021088849A1 true WO2021088849A1 (en) 2021-05-14

Family

ID=70394211

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/126401 WO2021088849A1 (en) 2019-11-04 2020-11-04 Ultrasonic imaging method and apparatus, readable storage medium, and terminal device

Country Status (2)

Country Link
CN (1) CN111091603B (en)
WO (1) WO2021088849A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113822321A (en) * 2021-07-12 2021-12-21 腾讯科技(深圳)有限公司 Generative model training method and device, noise scale generation method and computing equipment
CN114429429A (en) * 2022-01-25 2022-05-03 西安交通大学 Ghost imaging inversion method, ghost imaging inversion system, electronic equipment and storage medium
US11341616B2 (en) * 2020-03-23 2022-05-24 Ge Precision Healthcare Methods and system for selective removal of streak artifacts and noise from images using deep neural networks
CN114886469A (en) * 2022-05-11 2022-08-12 中国科学院声学研究所 Array element positioning method and device of ultrasonic CT array probe
CN115452944A (en) * 2022-09-05 2022-12-09 吉林大学 Plate-shaped material multi-damage positioning method based on L-shaped sensor cluster
CN115998337A (en) * 2022-12-02 2023-04-25 天津大学 Three-dimensional craniotomy ultrasonic imaging method based on linear residual decomposition
CN116309912A (en) * 2023-03-15 2023-06-23 山东上水环境科技集团有限公司 Method for testing recovery of thermal imaging temperature data into gray level image
CN116451584A (en) * 2023-04-23 2023-07-18 广东云湃科技有限责任公司 Thermal stress prediction method and system based on neural network
CN116778020A (en) * 2023-08-17 2023-09-19 山东大学 Flexible ultrasonic beam-focusing imaging method and system based on deep learning
CN118071956A (en) * 2024-04-24 2024-05-24 浙江杜比医疗科技有限公司 Monte Carlo simulation method, device, equipment and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111803128A (en) * 2020-07-15 2020-10-23 深圳大学 Mammary tissue elastography method, device, equipment and medium
CN113591832B (en) * 2021-08-20 2024-04-05 杭州数橙科技有限公司 Training method of image processing model, document image processing method and device
CN118070572B (en) * 2024-04-19 2024-06-21 之江实验室 Method and system for collaborative computer aided design and ultrasonic numerical simulation

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107610193A (en) * 2016-06-23 2018-01-19 西门子保健有限责任公司 Use the image rectification of depth production machine learning model
CN108814550A (en) * 2018-04-16 2018-11-16 北京工业大学 A kind of near infrared spectrum tomography rebuilding method neural network based
US20190205766A1 (en) * 2018-01-03 2019-07-04 Siemens Healthcare Gmbh Medical Imaging Diffeomorphic Registration based on Machine Learning
US20190244399A1 (en) * 2016-05-31 2019-08-08 Shanghai United Imaging Healthcare Co., Ltd. System and method for removing gibbs artifact in medical imaging system

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104990993A (en) * 2015-04-17 2015-10-21 北京理工大学 Ultrasound slowness difference tomography algorithm for weak scattering mediums
WO2019060843A1 (en) * 2017-09-22 2019-03-28 Nview Medical Inc. Image reconstruction using machine learning regularizers
CN109035172B (en) * 2018-08-08 2021-08-03 华中科技大学 Non-local mean ultrasonic image denoising method based on deep learning
CN109816742B (en) * 2018-12-14 2022-10-28 中国人民解放军战略支援部队信息工程大学 Cone beam CT geometric artifact removing method based on fully-connected convolutional neural network
CN110163812B (en) * 2019-04-10 2023-11-07 深圳大学 Muscle ultrasonic image noise reduction method, device and storage medium
CN110074813B (en) * 2019-04-26 2022-03-04 深圳大学 Ultrasonic image reconstruction method and system
CN110276726B (en) * 2019-05-13 2021-09-28 南昌大学 Image deblurring method based on multichannel network prior information guidance

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190244399A1 (en) * 2016-05-31 2019-08-08 Shanghai United Imaging Healthcare Co., Ltd. System and method for removing gibbs artifact in medical imaging system
CN107610193A (en) * 2016-06-23 2018-01-19 西门子保健有限责任公司 Use the image rectification of depth production machine learning model
US20190205766A1 (en) * 2018-01-03 2019-07-04 Siemens Healthcare Gmbh Medical Imaging Diffeomorphic Registration based on Machine Learning
CN108814550A (en) * 2018-04-16 2018-11-16 北京工业大学 A kind of near infrared spectrum tomography rebuilding method neural network based

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11341616B2 (en) * 2020-03-23 2022-05-24 Ge Precision Healthcare Methods and system for selective removal of streak artifacts and noise from images using deep neural networks
CN113822321A (en) * 2021-07-12 2021-12-21 腾讯科技(深圳)有限公司 Generative model training method and device, noise scale generation method and computing equipment
CN113822321B (en) * 2021-07-12 2024-03-01 腾讯科技(深圳)有限公司 Model generation training method and device, noise scale generation method and computing equipment
CN114429429B (en) * 2022-01-25 2024-02-06 西安交通大学 Ghost imaging inversion method, ghost imaging inversion system, electronic equipment and storage medium
CN114429429A (en) * 2022-01-25 2022-05-03 西安交通大学 Ghost imaging inversion method, ghost imaging inversion system, electronic equipment and storage medium
CN114886469A (en) * 2022-05-11 2022-08-12 中国科学院声学研究所 Array element positioning method and device of ultrasonic CT array probe
CN115452944A (en) * 2022-09-05 2022-12-09 吉林大学 Plate-shaped material multi-damage positioning method based on L-shaped sensor cluster
CN115452944B (en) * 2022-09-05 2024-06-25 吉林大学 Multi-damage positioning method for plate-shaped material based on L-shaped sensor cluster
CN115998337A (en) * 2022-12-02 2023-04-25 天津大学 Three-dimensional craniotomy ultrasonic imaging method based on linear residual decomposition
CN116309912B (en) * 2023-03-15 2023-08-22 山东上水环境科技集团有限公司 Method for testing recovery of thermal imaging temperature data into gray level image
CN116309912A (en) * 2023-03-15 2023-06-23 山东上水环境科技集团有限公司 Method for testing recovery of thermal imaging temperature data into gray level image
CN116451584A (en) * 2023-04-23 2023-07-18 广东云湃科技有限责任公司 Thermal stress prediction method and system based on neural network
CN116451584B (en) * 2023-04-23 2023-11-03 广东云湃科技有限责任公司 Thermal stress prediction method and system based on neural network
CN116778020A (en) * 2023-08-17 2023-09-19 山东大学 Flexible ultrasonic beam-focusing imaging method and system based on deep learning
CN116778020B (en) * 2023-08-17 2023-11-14 山东大学 Flexible ultrasonic beam-focusing imaging method and system based on deep learning
CN118071956A (en) * 2024-04-24 2024-05-24 浙江杜比医疗科技有限公司 Monte Carlo simulation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111091603A (en) 2020-05-01
CN111091603B (en) 2023-04-07

Similar Documents

Publication Publication Date Title
WO2021088849A1 (en) Ultrasonic imaging method and apparatus, readable storage medium, and terminal device
Anoop et al. Retracted article: medical image enhancement by a bilateral filter using optimization technique
Mulleti et al. Ellipse fitting using the finite rate of innovation sampling principle
CN113421240B (en) Mammary gland classification method and device based on ultrasonic automatic mammary gland full-volume imaging
CN117011673B (en) Electrical impedance tomography image reconstruction method and device based on noise diffusion learning
Kbiri Alaoui et al. On some new non-linear diffusion models for the image filtering
Selvathi et al. Fetal biometric based abnormality detection during prenatal development using deep learning techniques
Raju et al. Grey wolf optimization-based artificial neural network for classification of kidney images
Fan et al. Model-data-driven image reconstruction with neural networks for ultrasound computed tomography breast imaging
Feng et al. Speckle noise removal in ultrasound images using a deep convolutional neural network and a specially designed loss function
Gálvez et al. Immunological-based approach for accurate fitting of 3D noisy data points with Bézier surfaces
CN113764101A (en) CNN-based breast cancer neoadjuvant chemotherapy multi-modal ultrasonic diagnosis system
Li et al. Wide-band butterfly network: stable and efficient inversion via multi-frequency neural networks
Hossain et al. Automated breast tumor ultrasound image segmentation with hybrid UNet and classification using fine-tuned CNN model
Bai et al. A fractional-order telegraph diffusion model for restoring texture images with multiplicative noise
Afzal et al. Discriminative feature abstraction by deep L2 hypersphere embedding for 3D mesh CNNs
Zhao et al. Attention optimized deep generative adversarial network for removing uneven dense haze
AlZu′ bi et al. 3D medical volume segmentation using hybrid multiresolution statistical approaches
Yang et al. A new approach to automatic measure fetal head circumference in ultrasound images using convolutional neural networks
Zhou et al. High-resolution hierarchical adversarial learning for OCT speckle noise reduction
CN104318521A (en) Medical image denoising method of multilinear subspace learning
Viswanath et al. Design of deep learning reaction–diffusion level set segmentation approach for health care related to automatic kidney stone detection analysis
Hu et al. CVT-based 3D image segmentation and quality improvement of tetrahedral/hexahedral meshes using anisotropic Giaquinta-Hildebrandt operator
Zhou et al. Multiplicative Noise Removal and Contrast Enhancement for SAR Images Based on a Total Fractional-Order Variation Model
US20240105328A1 (en) Neural network simulator for ultrasound images and clips

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20884894

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20884894

Country of ref document: EP

Kind code of ref document: A1