WO2020015086A1 - Porous medium permeability prediction method based on intelligent machine image learning - Google Patents

Porous medium permeability prediction method based on intelligent machine image learning Download PDF

Info

Publication number
WO2020015086A1
WO2020015086A1 PCT/CN2018/104640 CN2018104640W WO2020015086A1 WO 2020015086 A1 WO2020015086 A1 WO 2020015086A1 CN 2018104640 W CN2018104640 W CN 2018104640W WO 2020015086 A1 WO2020015086 A1 WO 2020015086A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
gray
permeability
sem
value
Prior art date
Application number
PCT/CN2018/104640
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 中国矿业大学
Priority to CA3062555A priority Critical patent/CA3062555C/en
Priority to AU2018424207A priority patent/AU2018424207B2/en
Publication of WO2020015086A1 publication Critical patent/WO2020015086A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01NINVESTIGATING OR ANALYSING MATERIALS BY DETERMINING THEIR CHEMICAL OR PHYSICAL PROPERTIES
    • G01N15/00Investigating characteristics of particles; Investigating permeability, pore-volume or surface-area of porous materials
    • G01N15/08Investigating permeability, pore-volume, or surface area of porous materials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/40Image enhancement or restoration using histogram techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10056Microscopic image
    • G06T2207/10061Microscopic image from scanning electron microscope
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning

Definitions

  • the invention relates to a porous medium permeability prediction method based on intelligent learning of machine images.
  • Permeability is a key technical indicator in many engineering fields, such as the exploitation of coalbed methane and shale gas, the problem of gas migration in the barrier system during nuclear waste disposal, and the deep geological storage of CO 2 .
  • the testing methods for the permeability of porous media materials mainly include: mercury injection method, gas steady state method and gas transient method.
  • the test results of these more mature macro testing methods are very accurate, the test process is cumbersome and it is not easy for non-professional operators to operate.
  • the test cycle of each of the above methods varies from several days to several months depending on the porous media material; And the equipment required for testing is expensive.
  • the present invention provides a porous medium permeability prediction method based on machine image intelligent learning, which has simple operation, short test period, high accuracy of predicted permeability, and low test cost.
  • the technical solution adopted by the present invention is: a method for predicting the permeability of porous media based on intelligent learning of machine images, the specific steps are:
  • Porous media materials with different dry densities are mainly Rock and soil particles are cemented with each other, including the soil skeleton and pores, and the permeability of porous media materials is mainly determined by the connected pores between these soils. Therefore, the mass of solid rock and soil particles is the same as the total volume of the soil.
  • the ratio that is, the dry density, reflects the porosity ratio of rock and soil.
  • the dry density can be used to judge the permeability of porous media materials. The larger the dry density, the smaller the permeability; the smaller the dry density, the greater the permeability.
  • Existing macroscopic detection methods of permeability test each group of porous media materials to obtain the true permeability value of each group of porous media materials;
  • the SEM image is a grayscale image
  • MATLAB software is used to identify the grayscale value of each pixel in the SEM image to form a grayscale matrix of each SEM image, and then each of the SEM images is calculated based on the grayscale matrix of the SEM image.
  • the SEM image's image gray average, image gray variance, image energy, image entropy, and fractal dimension are used to characterize the SEM image;
  • the computer neural network is used to perform deep learning on the five image feature parameters of each SEM image obtained:
  • a known extreme learning machine neural network model is used to train and learn the five image feature parameters of each SEM image and their corresponding true permeability. After training and learning, the neural network model determines the five image feature parameters and Logical regression relationship between the real penetration rate and logistic regression fitting; since the extreme learning machine neural network model runs, the weights and hidden layer thresholds are generated. During the data training and learning process, it can be automatically adjusted to determine the uniqueness. Optimal solution;
  • the five image feature parameters of the SEM image obtained in step 1 are input into a computer neural network that has been deeply learned.
  • the computer neural network determines the change relationship between the feature parameters of the five SEM images and the actual permeability according to the input SEM image and After analysis, the computer neural network predicts the permeability corresponding to the SEM image and displays it through a display device.
  • the existing macroscopic detection method of permeability includes a mercury injection method, a gas steady state method, and a gas transient method.
  • step B is:
  • the gray histogram is a discrete function of the gray level, which can reflect the number of pixels with the gray level in the image to the total pixels of the image. Percentage, that is, the frequency of pixels with gray level i in the image, as follows:
  • i represents the gray level
  • N represents the total number of image pixels
  • n i represents the total number of pixels of the gray level i in the image
  • L represents the number of types of gray levels
  • the average gray value of the image is a measure that reflects the average brightness of the entire gray image texture. The higher the permeability of the porous media material, the more pores in the SEM image, and the darker the image as a whole. The lower the average gray value will be; normalize the gray value matrix to get the gray histogram.
  • the average gray value of the image is as follows:
  • m is the average value of the gray level of the image
  • i is the gray level
  • p (i) is the discrete function of the gray level
  • L is the number of types of gray level
  • Image Gray Variance is a measure of the discreteness of the gray value of a gray image and is also a measure of the average contrast of the image texture.
  • the image gray variance is as follows:
  • ⁇ 2 is the gray variance of the image
  • i is the gray level
  • m is the average gray level of the image
  • p (i) is the discrete function of the gray level
  • L is the number of types of gray level
  • the image energy reflects the uniformity of the gray value of the gray image. Generally, the more uniform the gray value distribution of the image is, the greater the energy of the image is; otherwise, the image energy will be smaller.
  • the image energy can reflect the uniformity of the distribution of rock and soil pores and soil skeleton in the SEM image of porous media. The image energy is as follows:
  • U is the image energy
  • p (i) is a discrete function of gray levels
  • L is the number of types of gray levels
  • V. Image entropy The image entropy reflects the uniformity of gray histogram distribution. The larger the image entropy, the greater the randomness of the image. On the contrary, the smaller the randomness of the image, the image entropy is as follows:
  • e is the entropy value of the image
  • p (i) is a discrete function of gray levels
  • L is the number of types of gray levels
  • the fractal dimension reflects the relationship between the pore structure of the porous material and the pore surface. It is related to the complexity, non-uniformity, surface roughness, and regularity of the pore structure. The higher the fractal dimension, the more pore The more irregular the surface, the stronger the non-uniformity of the pore structure.
  • the fractal dimension is defined as follows: Let A be any non-empty bounded subset of R n space. For any r> 0, the side length required to cover A is r. The minimum number of n-dimensional cubes is N r (A). Let d exist so that when r ⁇ 0:
  • the present invention adopts a combination of image recognition and neural network to obtain the true permeability of each group of porous media materials by first testing the permeability of multiple groups of the same porous media material with different dry densities. Then, the SEM images of each group of porous media materials were scanned to obtain the SEM images of each group, and then each SEM image was identified and calculated by MATLAB software for each pixel in the SEM image to obtain the gray of the SEM image.
  • the extreme image learning machine neural network model is used to train and learn the five image feature parameters of each SEM image and their corresponding true permeability, and determine five The relationship between the characteristics of an image and its true permeability.
  • the SEM image of the same porous medium material with unknown permeability is input, and the image gray average, image gray variance, and image are calculated.
  • Energy, image entropy value and fractal dimension the extreme learning machine neural network model can predict the permeability of the porous media material.
  • the method has the advantages of simple operation, short test period, high accuracy of predicted permeability, and low test cost.
  • FIG. 1 is a schematic diagram of device connection used in the present invention
  • FIG. 2 is a structural diagram of a neural network of an extreme learning machine in the present invention
  • FIG. 3 is an SEM image of a porous medium material in the present invention.
  • FIG. 4 is a comparison chart between the predicted permeability value and the actual permeability value in the test certificate of the present invention.
  • porous media materials select more than 30 groups by measuring the dry density (the more test groups selected, the better, the more the number of results, the more accurate the results). Porous media materials with different dry densities, and then use the existing The macroscopic detection method of permeability tests each group of porous media materials to obtain the true permeability value of each group of porous media materials;
  • the SEM image is a grayscale image
  • MATLAB software is used to identify the grayscale value of each pixel in the SEM image to form a grayscale matrix of each SEM image, and then each of the SEM images is calculated based on the grayscale matrix of the SEM image.
  • the SEM image's image gray average, image gray variance, image energy, image entropy, and fractal dimension are used to characterize the SEM image;
  • the computer neural network is used to perform deep learning on the five image feature parameters of each SEM image obtained:
  • the known neural network model of the extreme learning machine is used to train and learn the five image feature parameters of each SEM image and its corresponding true permeability.
  • the extreme learning machine is a new algorithm for feedforward neural networks.
  • the network model determines the logical change relationship between the five image feature parameters and the true permeability, and performs logistic regression fitting. Since the random neural network model runs, the weights and hidden layer thresholds are generated.
  • the only optimal solution can be determined automatically after adjustment; as shown in Figure 2, if the connection weight of the input layer and the hidden layer is set to w, as shown in the following formula:
  • connection weight of the hidden layer and the output layer be ⁇ , as shown in the following formula:
  • the five image feature parameters of the SEM image obtained in step 1 are input into a computer neural network that has been deeply learned.
  • the computer neural network determines the change relationship between the feature parameters of the five SEM images and the actual permeability according to the input SEM image and After the analysis, the computer neural network predicts the permeability corresponding to the SEM image and displays it through a display device.
  • the existing macroscopic detection method of permeability includes a mercury injection method, a gas steady state method, and a gas transient method.
  • step B the specific calculation process of the five image feature parameters in step B is:
  • the gray histogram is a discrete function of gray levels, as shown in the following formula:
  • i represents the gray level
  • N represents the total number of image pixels
  • n i represents the total number of pixels of the gray level i in the image
  • L represents the number of types of gray levels
  • the average gray value of the image is a measure that reflects the average brightness of the entire gray image texture.
  • the average value of the image gray is as follows:
  • m is the average value of the gray level of the image
  • i is the gray level
  • p (i) is the discrete function of the gray level
  • L is the number of types of gray level
  • Image Gray Variance is a measure of the discreteness of the gray value of a gray image and is also a measure of the average contrast of the image texture.
  • the image gray variance is as follows:
  • ⁇ 2 is the gray variance of the image
  • i is the gray level
  • m is the average gray level of the image
  • p (i) is the discrete function of the gray level
  • L is the number of types of gray level
  • the image energy reflects the uniformity of the gray value of the gray image.
  • the image energy is as follows:
  • U is the image energy
  • p (i) is a discrete function of gray levels
  • L is the number of types of gray levels
  • Image entropy value reflects the uniformity of the gray histogram distribution.
  • the image entropy value is as follows:
  • e is the entropy value of the image
  • p (i) is a discrete function of gray levels
  • L is the number of types of gray levels
  • the fractal dimension reflects the relationship between the pore structure and the surface of the porous medium.
  • the fractal dimension is defined as follows: Let A be any non-empty bounded subset of R n space. , The minimum number of n-dimensional cubes with side length r required to cover A is N r (A). If d is present, when r ⁇ 0:
  • the test proves that the bentonite (GMZ bentonite) from Gaomiaozi in Inner Mongolia is selected.
  • This porous medium material can be used as one of the buffer barrier materials for deep geological repositories of radioactive nuclear waste. Its permeability index is related to the tightness of the entire repository.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Chemical & Material Sciences (AREA)
  • Computational Linguistics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Biomedical Technology (AREA)
  • Quality & Reliability (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Dispersion Chemistry (AREA)
  • Analytical Chemistry (AREA)
  • Biochemistry (AREA)
  • Immunology (AREA)
  • Pathology (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Image Analysis (AREA)
  • Analysing Materials By The Use Of Radiation (AREA)

Abstract

Disclosed is a porous medium permeability prediction method based on intelligent machine image learning. The method comprises: selecting multiple groups of porous medium materials of the same type but different dry densities, and determining the real permeability of each group of porous medium materials; scanning each group of porous medium materials using an SEM to obtain SEM images thereof, and then calculating a gray average, a gray variance, an image energy, an image entropy and a fractal dimension of each of the SEM images; using an extreme learning machine neural network model to perform training and learning on five image feature parameters of each of the SEM images and the real permeability corresponding thereto to determine a change relationship between the five image feature parameters and the real permeability; and during prediction, inputting parameters of the SEM image of a porous medium material of unknown permeability, the extreme learning machine neural network model being able to predict thereby the permeability of the porous medium material. The present invention is simple to operate and has a short test period, achieves a high accuracy of predicted permeability and is low in test costs.

Description

一种基于机器图像智能学习的多孔介质渗透率预测方法Prediction method of porous medium permeability based on machine image intelligent learning 技术领域Technical field
本发明涉及一种基于机器图像智能学习的多孔介质渗透率预测方法。The invention relates to a porous medium permeability prediction method based on intelligent learning of machine images.
背景技术Background technique
渗透率在许多工程领域都是关键性的技术指标,比如煤层气和页岩气开采,核废料处置过程中屏障系统气体运移问题,CO 2深地质封存等领域。目前,多孔介质材料渗透率的测试方法主要有:压汞法、气体稳态法和气体瞬态法等。这些较为成熟的宏观测试方法其测试结果虽然十分准确,但测试过程繁琐,非专业操作人员不易上手操作;另外上述各个方法的测试周期随多孔介质材料的不同在几天到几个月不等;且测试所需要的设备造价昂贵。 Permeability is a key technical indicator in many engineering fields, such as the exploitation of coalbed methane and shale gas, the problem of gas migration in the barrier system during nuclear waste disposal, and the deep geological storage of CO 2 . At present, the testing methods for the permeability of porous media materials mainly include: mercury injection method, gas steady state method and gas transient method. Although the test results of these more mature macro testing methods are very accurate, the test process is cumbersome and it is not easy for non-professional operators to operate. In addition, the test cycle of each of the above methods varies from several days to several months depending on the porous media material; And the equipment required for testing is expensive.
发明内容Summary of the invention
针对上述现有技术存在的问题,本发明提供一种基于机器图像智能学习的多孔介质渗透率预测方法,其操作简单,测试周期短,预测的渗透率的准确度高,并且其测试成本低廉。In view of the problems existing in the prior art, the present invention provides a porous medium permeability prediction method based on machine image intelligent learning, which has simple operation, short test period, high accuracy of predicted permeability, and low test cost.
为了实现上述目的,本发明采用的技术方案是:一种基于机器图像智能学习的多孔介质渗透率预测方法,具体步骤为:In order to achieve the above objective, the technical solution adopted by the present invention is: a method for predicting the permeability of porous media based on intelligent learning of machine images, the specific steps are:
A、建立多孔介质材料渗透率数据库:A. Establish a porous media material permeability database:
a、在同一种多孔介质材料中通过测定干密度选取30组以上(选取的测试组数越多越好,组数越多,结果越准确)不同干密度的多孔介质材料(多孔介质材料主要是由岩土颗粒相互胶结而成,其中包括土骨架和孔隙,而多孔介质材料的渗透率主要就是由这些土体之间的连通孔隙决定的。因此岩土固体颗粒的质量与土的总体积之比值,即干密度,反映了岩土的孔隙比。干密度可用来判断多孔介质材料渗透率的大小,干密度越大,渗透率越小;干密度越小,渗透率越大),然后采用现有的渗透率宏观检测方法对各组多孔介质材料进行测试,得出各组多孔介质材料的真实渗透率值;a. In the same porous medium material, select more than 30 groups by measuring the dry density (the more test groups selected, the better, the more the number of results, the more accurate the results). Porous media materials with different dry densities (porous media materials are mainly Rock and soil particles are cemented with each other, including the soil skeleton and pores, and the permeability of porous media materials is mainly determined by the connected pores between these soils. Therefore, the mass of solid rock and soil particles is the same as the total volume of the soil. The ratio, that is, the dry density, reflects the porosity ratio of rock and soil. The dry density can be used to judge the permeability of porous media materials. The larger the dry density, the smaller the permeability; the smaller the dry density, the greater the permeability. Existing macroscopic detection methods of permeability test each group of porous media materials to obtain the true permeability value of each group of porous media materials;
b、将各组多孔介质材料进行SEM电镜(即扫描电子显微镜)扫描,得到各组多孔介质材料的SEM图像,将每组多孔介质材料的SEM图像与该组多孔介质材料的真实渗透率值相对应;b. Scan each group of porous media materials by SEM (ie, scanning electron microscope) to obtain SEM images of each group of porous media materials. Compare the SEM images of each group of porous media materials with the true permeability value of the group of porous media materials. correspond;
步骤a和b的顺序可互换;The order of steps a and b is interchangeable;
B、SEM图像特征信息提取与分析:B, SEM image feature information extraction and analysis:
由于SEM图像为灰度图像,采用MATLAB软件对SEM图像中的每个像素进行灰度值识别,从而形成每个SEM图像的灰度值矩阵,然后根据SEM图像的灰度值矩阵计算得出各个SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数,采用这五个图像特征参数表征该SEM图像;Because the SEM image is a grayscale image, MATLAB software is used to identify the grayscale value of each pixel in the SEM image to form a grayscale matrix of each SEM image, and then each of the SEM images is calculated based on the grayscale matrix of the SEM image. The SEM image's image gray average, image gray variance, image energy, image entropy, and fractal dimension are used to characterize the SEM image;
C、采用计算机神经网络对得出的各个SEM图像的五个图像特征参数进行深度学习:C. The computer neural network is used to perform deep learning on the five image feature parameters of each SEM image obtained:
采用已知的极限学习机神经网络模型对各个SEM图像的五个图像特征参数及其所对应的真实渗透率进行训练与学习,该神经网络模型通过训练与学习后,确定五个图像特征参数与真实渗透率之间的逻辑变化关系,进行逻辑回归拟合;由于极限学习机神经网络模型运行时产生权值和隐含层的阈值,在数据训练与学习过程中,能自动进行调整后确定唯一最优解;A known extreme learning machine neural network model is used to train and learn the five image feature parameters of each SEM image and their corresponding true permeability. After training and learning, the neural network model determines the five image feature parameters and Logical regression relationship between the real penetration rate and logistic regression fitting; since the extreme learning machine neural network model runs, the weights and hidden layer thresholds are generated. During the data training and learning process, it can be automatically adjusted to determine the uniqueness. Optimal solution;
D、对未知渗透率的同一种多孔介质材料进行渗透率预测:D. Permeability prediction for the same porous media material of unknown permeability:
①将未知渗透率的同一种多孔介质材料采用SEM电镜扫描,得到该多孔介质材料的SEM图像,然后通过计算得出该SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数;① Scanning the same porous medium material of unknown permeability with an SEM electron microscope to obtain an SEM image of the porous medium material, and then calculating the image gray average value, image gray variance, image energy, and image entropy value of the SEM image And fractal dimensions;
②将步骤①得出的SEM图像的五个图像特征参数输入已深度学习的计算机神经网络内,计算机神经网络根据输入的SEM图像和已确定五个图像特征参数与真实渗透率之间的变化关系进行分析后,计算机神经网络预测出该SEM图像所对应的渗透率,,并通过显示设备进行显示。② The five image feature parameters of the SEM image obtained in step ① are input into a computer neural network that has been deeply learned. The computer neural network determines the change relationship between the feature parameters of the five SEM images and the actual permeability according to the input SEM image and After analysis, the computer neural network predicts the permeability corresponding to the SEM image and displays it through a display device.
进一步,所述现有的渗透率宏观检测方法包括压汞法、气体稳态法和气体瞬态法。Further, the existing macroscopic detection method of permeability includes a mercury injection method, a gas steady state method, and a gas transient method.
进一步,所述步骤B中五个图像特征参数的具体计算过程为:Further, the specific calculation process of the five image feature parameters in step B is:
I、先将灰度值矩阵归一化后得到灰度直方图,灰度直方图是灰度级的离散函数,其 能反映图像中具有该灰度级的像素的个数占图像总像素的百分比,即图像中具有灰度级i的像素出现的频率,如下式:I. Normalize the gray value matrix first to obtain a gray histogram. The gray histogram is a discrete function of the gray level, which can reflect the number of pixels with the gray level in the image to the total pixels of the image. Percentage, that is, the frequency of pixels with gray level i in the image, as follows:
Figure PCTCN2018104640-appb-000001
Figure PCTCN2018104640-appb-000001
其中,i表示灰度级,N表示图像像素总数,n i表示图像中灰度级i的像素的总和,L表示灰度级的种类数; Among them, i represents the gray level, N represents the total number of image pixels, n i represents the total number of pixels of the gray level i in the image, and L represents the number of types of gray levels;
II、图像灰度均值:图像的灰度均值是反映整个灰度图像纹理平均亮度的度量,多孔介质材料渗透率越高,SEM图像中的孔隙越多,图像整体也会显得越暗,图像的灰度均值也会越低;将灰度值矩阵归一化后得到灰度直方图,图像灰度均值如下式:II. Average gray value of the image: The average gray value of the image is a measure that reflects the average brightness of the entire gray image texture. The higher the permeability of the porous media material, the more pores in the SEM image, and the darker the image as a whole. The lower the average gray value will be; normalize the gray value matrix to get the gray histogram. The average gray value of the image is as follows:
Figure PCTCN2018104640-appb-000002
Figure PCTCN2018104640-appb-000002
式中,m为图像灰度均值,i为灰度级,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, m is the average value of the gray level of the image, i is the gray level, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
III、图像灰度方差:图像灰度方差是反映灰度图像的灰度值离散程度,也是图像纹理平均对比度的量度,图像灰度方差如下式:III. Image Gray Variance: The image gray variance is a measure of the discreteness of the gray value of a gray image and is also a measure of the average contrast of the image texture. The image gray variance is as follows:
Figure PCTCN2018104640-appb-000003
Figure PCTCN2018104640-appb-000003
式中,σ 2为图像灰度方差,i为灰度级,m为图像灰度均值,p(i)为灰度级的离散函数,L表示灰度级的种类数; In the formula, σ 2 is the gray variance of the image, i is the gray level, m is the average gray level of the image, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
IV、图像能量是反映灰度图像灰度值的均匀程度,通常情况下图像的灰度值分布越均匀图像的能量越大,反之,图像的能量便会越小。图像能量在多孔介质材料SEM图像中能够反映岩土孔隙与土骨架的分布均匀程度,图像能量如下式:IV. The image energy reflects the uniformity of the gray value of the gray image. Generally, the more uniform the gray value distribution of the image is, the greater the energy of the image is; otherwise, the image energy will be smaller. The image energy can reflect the uniformity of the distribution of rock and soil pores and soil skeleton in the SEM image of porous media. The image energy is as follows:
Figure PCTCN2018104640-appb-000004
Figure PCTCN2018104640-appb-000004
式中,U是图像能量,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, U is the image energy, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
V、图像熵值:图像熵值是反映灰度直方图分布的均匀性,,图像熵值越大表明图像的随机性也越大,反之,图像的随机性越小,图像熵值如下式:V. Image entropy: The image entropy reflects the uniformity of gray histogram distribution. The larger the image entropy, the greater the randomness of the image. On the contrary, the smaller the randomness of the image, the image entropy is as follows:
Figure PCTCN2018104640-appb-000005
Figure PCTCN2018104640-appb-000005
式中,e是图像熵值,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, e is the entropy value of the image, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
VI、分形维数:分形维数是反映多孔介质材料孔径结构和孔表面的变化关系,与孔隙结构的复杂性、非均匀性、孔隙表面粗糙度、规则性有关;分形维数越高,孔表面越不规则,孔隙结构非均匀性愈强;分形维数定义如下:设A为R n空间的任意非空有界子集,对于任意的r>0,覆盖A所需边长为r的n维立方体的最小数目是N r(A)。设存在d,使当r→0时: VI. Fractal Dimension: The fractal dimension reflects the relationship between the pore structure of the porous material and the pore surface. It is related to the complexity, non-uniformity, surface roughness, and regularity of the pore structure. The higher the fractal dimension, the more pore The more irregular the surface, the stronger the non-uniformity of the pore structure. The fractal dimension is defined as follows: Let A be any non-empty bounded subset of R n space. For any r> 0, the side length required to cover A is r. The minimum number of n-dimensional cubes is N r (A). Let d exist so that when r → 0:
N r(A)∝1/r d N r (A) ∝1 / r d
那么称d为A的盒维数。此时存在唯一一个正数k,使得:Then call d the box dimension of A. There is only one positive number k, such that:
Figure PCTCN2018104640-appb-000006
Figure PCTCN2018104640-appb-000006
对上式左右两边取对数,可得:Taking the logarithm of the left and right sides of the above formula, we can get:
Figure PCTCN2018104640-appb-000007
Figure PCTCN2018104640-appb-000007
在计算过程中,根据实际情况统计出不同r值时覆盖A分别所需要的盒子个数N r(A),在以lgr为横坐标、以lgN r(A)为纵坐标的对数坐标系中画出
Figure PCTCN2018104640-appb-000008
最后通过这些点的拟合线斜率求绝对值,即得到集合A的分形维数。
In the calculation process, according to the actual situation, the number of boxes N r (A) required to cover A when different r values are counted, and the logarithmic coordinate system with lgr as the abscissa and lgN r (A) as the ordinate Draw in
Figure PCTCN2018104640-appb-000008
Finally, the absolute value is obtained by the slope of the fitted line of these points, and the fractal dimension of the set A is obtained.
与现有技术相比,本发明采用图像识别和神经网络相结合方式,通过先对多组不同干 密度的同一种多孔介质材料进行渗透率测试,得出各组多孔介质材料的真实渗透率,然后对各组多孔介质材料采用SEM电镜扫描,得出各组的SEM图像,然后将各个SEM图像通过MATLAB软件对SEM图像中的每个像素进行灰度值识别及计算后得出SEM图像的灰度均值、灰度方差、图像能量、图像熵值和分形维数;采用极限学习机神经网络模型对各个SEM图像的五个图像特征参数及其所对应的真实渗透率进行训练与学习,确定五个图像特征参数与真实渗透率之间的变化关系,进行预测时,将未知渗透率的同一种多孔介质材料的SEM图像输入后,并计算出图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数,极限学习机神经网络模型即可预测出该多孔介质材料的渗透率。本发明操作简单,测试周期短,预测的渗透率的准确度高,并且其测试成本低廉。Compared with the prior art, the present invention adopts a combination of image recognition and neural network to obtain the true permeability of each group of porous media materials by first testing the permeability of multiple groups of the same porous media material with different dry densities. Then, the SEM images of each group of porous media materials were scanned to obtain the SEM images of each group, and then each SEM image was identified and calculated by MATLAB software for each pixel in the SEM image to obtain the gray of the SEM image. Degree average, gray variance, image energy, image entropy value and fractal dimension; the extreme image learning machine neural network model is used to train and learn the five image feature parameters of each SEM image and their corresponding true permeability, and determine five The relationship between the characteristics of an image and its true permeability. When predicting, the SEM image of the same porous medium material with unknown permeability is input, and the image gray average, image gray variance, and image are calculated. Energy, image entropy value and fractal dimension, the extreme learning machine neural network model can predict the permeability of the porous media material. The method has the advantages of simple operation, short test period, high accuracy of predicted permeability, and low test cost.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是本发明中采用的设备连接示意图;FIG. 1 is a schematic diagram of device connection used in the present invention;
图2是本发明中极限学习机神经网络的结构图;2 is a structural diagram of a neural network of an extreme learning machine in the present invention;
图3是本发明中多孔介质材料的SEM图像;FIG. 3 is an SEM image of a porous medium material in the present invention;
图4是本发明试验证明中预测渗透率值与实际渗透率值的对比图。FIG. 4 is a comparison chart between the predicted permeability value and the actual permeability value in the test certificate of the present invention.
具体实施方式detailed description
下面将对本发明作进一步说明。The invention will be further described below.
如图所示,一种基于机器图像智能学习的多孔介质渗透率预测方法,具体步骤为:As shown in the figure, a method for predicting the permeability of porous media based on intelligent learning of machine images, the specific steps are:
A、建立多孔介质材料渗透率数据库:A. Establish a porous media material permeability database:
a、在同一种多孔介质材料中通过测定干密度选取30组以上(选取的测试组数越多越好,组数越多,结果越准确)不同干密度的多孔介质材料,然后采用现有的渗透率宏观检测方法对各组多孔介质材料进行测试,得出各组多孔介质材料的真实渗透率值;a. In the same porous media material, select more than 30 groups by measuring the dry density (the more test groups selected, the better, the more the number of results, the more accurate the results). Porous media materials with different dry densities, and then use the existing The macroscopic detection method of permeability tests each group of porous media materials to obtain the true permeability value of each group of porous media materials;
b、将各组多孔介质材料进行SEM电镜扫描,得到各组多孔介质材料的SEM图像,将每组多孔介质材料的SEM图像与该组多孔介质材料的真实渗透率值相对应;b. Scan the SEM electron microscopy of each group of porous media materials to obtain the SEM images of each group of porous media materials, and associate the SEM images of each group of porous media materials with the true permeability value of the group of porous media materials;
B、SEM图像特征信息提取与分析:B, SEM image feature information extraction and analysis:
由于SEM图像为灰度图像,采用MATLAB软件对SEM图像中的每个像素进行灰度值 识别,从而形成每个SEM图像的灰度值矩阵,然后根据SEM图像的灰度值矩阵计算得出各个SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数,采用这五个图像特征参数表征该SEM图像;Because the SEM image is a grayscale image, MATLAB software is used to identify the grayscale value of each pixel in the SEM image to form a grayscale matrix of each SEM image, and then each of the SEM images is calculated based on the grayscale matrix of the SEM image. The SEM image's image gray average, image gray variance, image energy, image entropy, and fractal dimension are used to characterize the SEM image;
C、采用计算机神经网络对得出的各个SEM图像的五个图像特征参数进行深度学习:C. The computer neural network is used to perform deep learning on the five image feature parameters of each SEM image obtained:
采用已知的极限学习机神经网络模型对各个SEM图像的五个图像特征参数及其所对应的真实渗透率进行训练与学习,极限学习机是一种针对前馈神经网络的新型算法,该神经网络模型通过训练与学习后,确定五个图像特征参数与真实渗透率之间的逻辑变化关系,进行逻辑回归拟合,由于随机神经网络模型运行时产生权值和隐含层的阈值,在数据训练与学习过程中,能自动进行调整后确定唯一最优解;由图2可得,若设输入层与隐含层的连接权值为w,如下式所示:The known neural network model of the extreme learning machine is used to train and learn the five image feature parameters of each SEM image and its corresponding true permeability. The extreme learning machine is a new algorithm for feedforward neural networks. After training and learning, the network model determines the logical change relationship between the five image feature parameters and the true permeability, and performs logistic regression fitting. Since the random neural network model runs, the weights and hidden layer thresholds are generated. During the training and learning process, the only optimal solution can be determined automatically after adjustment; as shown in Figure 2, if the connection weight of the input layer and the hidden layer is set to w, as shown in the following formula:
Figure PCTCN2018104640-appb-000009
Figure PCTCN2018104640-appb-000009
设隐含层与输出层的连接权值为β,如下式所示:Let the connection weight of the hidden layer and the output layer be β, as shown in the following formula:
Figure PCTCN2018104640-appb-000010
Figure PCTCN2018104640-appb-000010
可得当输入样本集为Q时极限学习机神经网络的输出为T,如下式所示:It can be obtained that the output of the extreme learning machine neural network is T when the input sample set is Q, as shown in the following formula:
Figure PCTCN2018104640-appb-000011
Figure PCTCN2018104640-appb-000011
D、对未知渗透率的同一种多孔介质材料进行渗透率预测:D. Permeability prediction for the same porous media material of unknown permeability:
①将未知渗透率的同一种多孔介质材料采用SEM电镜扫描,得到该多孔介质材料的SEM图像,然后通过计算得出该SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数;① Scanning the same porous medium material of unknown permeability with an SEM electron microscope to obtain an SEM image of the porous medium material, and then calculating the image gray average value, image gray variance, image energy, and image entropy value of the SEM image And fractal dimensions;
②将步骤①得出的SEM图像的五个图像特征参数输入已深度学习的计算机神经网络内,计算机神经网络根据输入的SEM图像和已确定五个图像特征参数与真实渗透率之间的变化关系进行分析后,计算机神经网络预测出该SEM图像所对应的渗透率,并通过显示设备进行显示。② The five image feature parameters of the SEM image obtained in step ① are input into a computer neural network that has been deeply learned. The computer neural network determines the change relationship between the feature parameters of the five SEM images and the actual permeability according to the input SEM image and After the analysis, the computer neural network predicts the permeability corresponding to the SEM image and displays it through a display device.
进一步,其特征在于,所述现有的渗透率宏观检测方法包括压汞法、气体稳态法和气体瞬态法。Further, it is characterized in that the existing macroscopic detection method of permeability includes a mercury injection method, a gas steady state method, and a gas transient method.
进一步,其特征在于,所述步骤B中五个图像特征参数的具体计算过程为:Further, it is characterized in that the specific calculation process of the five image feature parameters in step B is:
I、先将灰度值矩阵归一化后得到灰度直方图,灰度直方图是灰度级的离散函数,如下式:I. Normalize the gray value matrix first to obtain the gray histogram. The gray histogram is a discrete function of gray levels, as shown in the following formula:
Figure PCTCN2018104640-appb-000012
Figure PCTCN2018104640-appb-000012
其中,i表示灰度级,N表示图像像素总数,n i表示图像中灰度级i的像素的总和,L表示灰度级的种类数; Among them, i represents the gray level, N represents the total number of image pixels, n i represents the total number of pixels of the gray level i in the image, and L represents the number of types of gray levels;
II、图像灰度均值:图像的灰度均值是反映整个灰度图像纹理平均亮度的度量,图像灰度均值如下式:II. Average gray value of the image: The average gray value of the image is a measure that reflects the average brightness of the entire gray image texture. The average value of the image gray is as follows:
Figure PCTCN2018104640-appb-000013
Figure PCTCN2018104640-appb-000013
式中,m为图像灰度均值,i为灰度级,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, m is the average value of the gray level of the image, i is the gray level, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
III、图像灰度方差:图像灰度方差是反映灰度图像的灰度值离散程度,也是图像纹理平均对比度的量度,图像灰度方差如下式:III. Image Gray Variance: The image gray variance is a measure of the discreteness of the gray value of a gray image and is also a measure of the average contrast of the image texture. The image gray variance is as follows:
Figure PCTCN2018104640-appb-000014
Figure PCTCN2018104640-appb-000014
式中,σ 2为图像灰度方差,i为灰度级,m为图像灰度均值,p(i)为灰度级的离散函数,L表示灰度级的种类数; In the formula, σ 2 is the gray variance of the image, i is the gray level, m is the average gray level of the image, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
IV、图像能量是反映灰度图像灰度值的均匀程度,图像能量如下式:IV. The image energy reflects the uniformity of the gray value of the gray image. The image energy is as follows:
Figure PCTCN2018104640-appb-000015
Figure PCTCN2018104640-appb-000015
式中,U是图像能量,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, U is the image energy, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
V、图像熵值:图像熵值是反映灰度直方图分布的均匀性,图像熵值如下式:V. Image entropy value: The image entropy value reflects the uniformity of the gray histogram distribution. The image entropy value is as follows:
Figure PCTCN2018104640-appb-000016
Figure PCTCN2018104640-appb-000016
式中,e是图像熵值,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, e is the entropy value of the image, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
VI、分形维数:分形维数是反映多孔介质材料孔径结构和孔表面的变化关系,分形维数定义如下:设A为R n空间的任意非空有界子集,对于任意的r>0,覆盖A所需边长为r的n维立方体的最小数目是N r(A)。如果存在d,使当r→0时: VI. Fractal Dimension: The fractal dimension reflects the relationship between the pore structure and the surface of the porous medium. The fractal dimension is defined as follows: Let A be any non-empty bounded subset of R n space. , The minimum number of n-dimensional cubes with side length r required to cover A is N r (A). If d is present, when r → 0:
N r(A)∝1/r d N r (A) ∝1 / r d
那么称d为A的盒维数。此时存在唯一一个正数k,使得:Then call d the box dimension of A. There is only one positive number k, such that:
Figure PCTCN2018104640-appb-000017
Figure PCTCN2018104640-appb-000017
对上式左右两边取对数,可得:Taking the logarithm of the left and right sides of the above formula, we can get:
Figure PCTCN2018104640-appb-000018
Figure PCTCN2018104640-appb-000018
在计算过程中,根据实际情况统计出不同r值时覆盖A分别所需要的盒子个数N r(A),在以lgr为横坐标、以lgN r(A)为纵坐标的对数坐标系中画出
Figure PCTCN2018104640-appb-000019
最后通过这些点的拟合线斜率求绝对值,即得到集合A的分形维数。
In the calculation process, according to the actual situation, the number of boxes N r (A) required to cover A when different r values are counted, and the logarithmic coordinate system with lgr as the abscissa and lgN r (A) as the ordinate Draw in
Figure PCTCN2018104640-appb-000019
Finally, the absolute value is obtained by the slope of the fitted line of these points, that is, the fractal dimension of the set A is obtained.
试验证明:选取来自内蒙古高庙子的膨润土(简称GMZ膨润土),该多孔介质材料可作为高放射核废料深地质处置库的缓冲阻隔材料之一,其渗透率指标关系到整个处置库的密闭性;选取干密度不同的GMZ膨润土块34组,将其中的30组膨润土块按照本发明的步骤A至C,完成极限学习机神经网络模型的训练学习过程,然后将另外4组膨润土块作为所需预测渗透率的多孔介质材料,通过SEM电镜扫描4组膨润土块分别得到其SEM图像,然后按照本发明的步骤D,极限学习机神经网络模型通过结果输出显示设备分别输出4组膨润土块的预测渗透率;然后对这4组膨润土块采用渗透率宏观检测方法分别测试出其真实渗透率,最后将4组膨润土块进行顺序编号后将其预测结果与测试的渗透率绘制成图图4;The test proves that the bentonite (GMZ bentonite) from Gaomiaozi in Inner Mongolia is selected. This porous medium material can be used as one of the buffer barrier materials for deep geological repositories of radioactive nuclear waste. Its permeability index is related to the tightness of the entire repository. ; Select 34 groups of GMZ bentonite blocks with different dry densities, complete 30 groups of bentonite blocks according to the steps A to C of the present invention to complete the training and learning process of the extreme learning machine neural network model, and then take the other 4 groups of bentonite blocks as required For porous media materials with predicted permeability, SEM images of 4 groups of bentonite blocks are obtained by scanning SEM electron microscopy, and then according to step D of the present invention, the neural network model of the extreme learning machine outputs the predicted permeability of 4 groups of bentonite blocks through the result output display device. The four groups of bentonite blocks were then tested for their true permeability using the permeability macro-detection method. Finally, the four groups of bentonite blocks were numbered sequentially, and the predicted results and the tested permeability were plotted into Figure 4;
由图4可知,经实际测试,通过本发明预测的4组膨润土块的渗透率与实际测试后得出的真实渗透率之间的误差小于5%,因此说明本发明对多孔介质材料的渗透率预测准确度较高。It can be known from FIG. 4 that after actual testing, the error between the permeability of the four groups of bentonite blocks predicted by the present invention and the actual permeability obtained after the actual test is less than 5%, so the permeability of the present invention to porous media materials is explained. The prediction accuracy is high.

Claims (3)

  1. 一种基于机器图像智能学习的多孔介质渗透率预测方法,其特征在于,具体步骤为:A method for predicting the permeability of porous media based on intelligent learning of machine images is characterized in that the specific steps are:
    A、建立多孔介质材料渗透率数据库:A. Establish a porous media material permeability database:
    a、在同一种多孔介质材料中通过测定干密度选取30组以上不同干密度的多孔介质材料,然后采用已知的渗透率宏观检测方法对各组多孔介质材料进行测试,得出各组多孔介质材料的真实渗透率值;a. In the same porous medium material, select more than 30 groups of porous medium materials with different dry densities by measuring the dry density, and then test the porous medium materials of each group using a known macroscopic detection method of permeability to obtain each group of porous medium. True permeability value of the material;
    b、将各组多孔介质材料进行SEM电镜扫描,得到各组多孔介质材料的SEM图像,将每组多孔介质材料的SEM图像与该组多孔介质材料的真实渗透率值相对应;b. Scan the SEM electron microscopy of each group of porous media materials to obtain the SEM images of each group of porous media materials, and associate the SEM images of each group of porous media materials with the true permeability value of the group of porous media materials;
    B、SEM图像特征信息提取与分析:B, SEM image feature information extraction and analysis:
    由于SEM图像为灰度图像,采用MATLAB软件对SEM图像中的每个像素进行灰度值识别,从而形成每个SEM图像的灰度值矩阵,然后根据SEM图像的灰度值矩阵计算得出各个SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数,采用这五个图像特征参数表征该SEM图像;Because the SEM image is a grayscale image, MATLAB software is used to identify the grayscale value of each pixel in the SEM image to form a grayscale matrix of each SEM image, and then each of the SEM images is calculated based on the grayscale matrix of the SEM image. The SEM image's image gray average, image gray variance, image energy, image entropy, and fractal dimension are used to characterize the SEM image;
    C、采用计算机神经网络对得出的各个SEM图像的五个图像特征参数进行深度学习:C. The computer neural network is used to perform deep learning on the five image feature parameters of each SEM image obtained:
    采用已知的极限学习机神经网络模型对各个SEM图像的五个图像特征参数及其所对应的真实渗透率进行训练与学习,该神经网络模型通过训练与学习后,确定五个图像特征参数与真实渗透率之间的逻辑变化关系,进行逻辑回归拟合;A known extreme learning machine neural network model is used to train and learn the five image feature parameters of each SEM image and their corresponding true permeability. After training and learning, the neural network model determines the five image feature parameters and Logical change relationship between real permeability, and perform logistic regression fitting;
    D、对未知渗透率的同一种多孔介质材料进行渗透率预测:D. Permeability prediction for the same porous media material of unknown permeability:
    ①将未知渗透率的同一种多孔介质材料采用SEM电镜扫描,得到该多孔介质材料的SEM图像,然后通过计算得出该SEM图像的图像灰度均值、图像灰度方差、图像能量、图像熵值和分形维数;① Scanning the same porous medium material of unknown permeability with an SEM electron microscope to obtain an SEM image of the porous medium material, and then calculating the image gray average value, image gray variance, image energy, and image entropy value of the SEM image And fractal dimensions;
    ②将步骤①得出的SEM图像的五个图像特征参数输入已深度学习的计算机神经网络内,计算机神经网络根据输入的SEM图像和已确定五个图像特征参数与真实渗透率之间的变化关系进行分析后,计算机神经网络预测出该SEM图像所对应的渗透率,并通过显示设备进行显示。② The five image feature parameters of the SEM image obtained in step ① are input into the computer neural network that has been deeply learned. The computer neural network determines the relationship between the feature parameters of the five SEM images and the actual permeability based on the input SEM image and After the analysis, the computer neural network predicts the permeability corresponding to the SEM image and displays it through a display device.
  2. 根据权利要求1所述的一种基于机器图像智能学习的多孔介质渗透率预测方法,其 特征在于,所述现有的渗透率宏观检测方法包括压汞法、气体稳态法和气体瞬态法。The method for predicting the permeability of porous media based on intelligent learning of machine images according to claim 1, characterized in that the existing macroscopic detection method of permeability comprises a mercury injection method, a gas steady state method, and a gas transient method .
  3. 根据权利要求1所述的一种基于机器图像智能学习的多孔介质渗透率预测方法,其特征在于,所述步骤B中五个图像特征参数的具体计算过程为:The method for predicting the permeability of porous media based on intelligent learning of machine images according to claim 1, wherein the specific calculation process of the five image characteristic parameters in step B is:
    Ⅰ、先将灰度值矩阵归一化后得到灰度直方图,灰度直方图是灰度级的离散函数,如下式:Ⅰ. Normalize the gray value matrix first to obtain a gray histogram. The gray histogram is a discrete function of gray levels, as follows:
    Figure PCTCN2018104640-appb-100001
    Figure PCTCN2018104640-appb-100001
    其中,i表示灰度级,N表示图像像素总数,n i表示图像中灰度级i的像素的总和,L表示灰度级的种类数; Among them, i represents the gray level, N represents the total number of image pixels, n i represents the total number of pixels of the gray level i in the image, and L represents the number of types of gray levels;
    Ⅱ、图像灰度均值:图像的灰度均值是反映整个灰度图像纹理平均亮度的度量,图像灰度均值如下式:Ⅱ. The average value of the gray level of the image: The average value of the gray level of the image is a measure that reflects the average brightness of the entire gray image texture. The average value of the gray level of the image is as follows:
    Figure PCTCN2018104640-appb-100002
    Figure PCTCN2018104640-appb-100002
    式中,m为图像灰度均值,i为灰度级,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, m is the average value of the gray level of the image, i is the gray level, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
    Ⅲ、图像灰度方差:图像灰度方差是反映灰度图像的灰度值离散程度,也是图像纹理平均对比度的量度,图像灰度方差如下式:Ⅲ. Image Gray Variance: The image gray variance is a measure of the dispersion of the gray value of a gray image and is also a measure of the average contrast of the image texture. The image gray variance is as follows:
    Figure PCTCN2018104640-appb-100003
    Figure PCTCN2018104640-appb-100003
    式中,σ 2为图像灰度方差,i为灰度级,m为图像灰度均值,p(i)为灰度级的离散函数,L表示灰度级的种类数; In the formula, σ 2 is the gray variance of the image, i is the gray level, m is the average gray level of the image, p (i) is the discrete function of the gray level, and L is the number of types of gray level;
    Ⅳ、图像能量是反映灰度图像灰度值的均匀程度,图像能量如下式:Ⅳ. The image energy reflects the uniformity of the gray value of the gray image. The image energy is as follows:
    Figure PCTCN2018104640-appb-100004
    Figure PCTCN2018104640-appb-100004
    式中,U是图像能量,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, U is the image energy, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
    Ⅴ、图像熵值:图像熵值是反映灰度直方图分布的均匀性,图像熵值如下式:Ⅴ. Image entropy value: The image entropy value reflects the uniformity of the gray histogram distribution. The image entropy value is as follows:
    Figure PCTCN2018104640-appb-100005
    Figure PCTCN2018104640-appb-100005
    式中,e是图像熵值,p(i)为灰度级的离散函数,L表示灰度级的种类数;In the formula, e is the entropy value of the image, p (i) is a discrete function of gray levels, and L is the number of types of gray levels;
    Ⅵ、分形维数:分形维数是反映多孔介质材料孔径结构和孔表面的变化关系,分形维数定义如下:设A为R n空间的任意非空有界子集,对于任意的r>0,覆盖A所需边长为r的n维立方体的最小数目是N r(A)。如果存在d,使当r→0时: Ⅵ. Fractal dimension: The fractal dimension reflects the relationship between the pore structure of the porous media material and the pore surface. The fractal dimension is defined as follows: Let A be any non-empty bounded subset of R n space. For any r> 0 , The minimum number of n-dimensional cubes with side length r required to cover A is N r (A). If d is present, when r → 0:
    N r(A)∝1/r d N r (A) ∝1 / r d
    那么称d为A的盒维数。此时存在唯一一个正数k,使得:Then call d the box dimension of A. There is only one positive number k, such that:
    Figure PCTCN2018104640-appb-100006
    Figure PCTCN2018104640-appb-100006
    对上式左右两边取对数,可得:Taking the logarithm of the left and right sides of the above formula, we can get:
    Figure PCTCN2018104640-appb-100007
    Figure PCTCN2018104640-appb-100007
    在计算过程中,根据实际情况统计出不同r值时覆盖A分别所需要的盒子个数N r(A),在以lgr为横坐标、以lgN r(A)为纵坐标的对数坐标系中画出
    Figure PCTCN2018104640-appb-100008
    最后通过这些点的拟合线斜率求绝对值,即得到集合A的分形维数。
    In the calculation process, according to the actual situation, the number of boxes N r (A) required to cover A when different r values are counted, and the logarithmic coordinate system with lgr as the abscissa and lgN r (A) as the ordinate Draw in
    Figure PCTCN2018104640-appb-100008
    Finally, the absolute value is obtained by the slope of the fitted line of these points, and the fractal dimension of the set A is obtained.
PCT/CN2018/104640 2018-07-18 2018-09-07 Porous medium permeability prediction method based on intelligent machine image learning WO2020015086A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA3062555A CA3062555C (en) 2018-07-18 2018-09-07 Porous medium permeability prediction method based on machine image intelligent learning
AU2018424207A AU2018424207B2 (en) 2018-07-18 2018-09-07 Porous medium permeability prediction method based on machine image intelligent learning

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810788898.1 2018-07-18
CN201810788898.1A CN109191423B (en) 2018-07-18 2018-07-18 A kind of porous media Permeability Prediction method based on machine image intelligence learning

Publications (1)

Publication Number Publication Date
WO2020015086A1 true WO2020015086A1 (en) 2020-01-23

Family

ID=64936163

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/104640 WO2020015086A1 (en) 2018-07-18 2018-09-07 Porous medium permeability prediction method based on intelligent machine image learning

Country Status (3)

Country Link
CN (1) CN109191423B (en)
AU (1) AU2018424207B2 (en)
WO (1) WO2020015086A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112949213A (en) * 2021-04-14 2021-06-11 南方科技大学 Round filling type isotropic porous medium generation method based on machine learning
CN113192119A (en) * 2021-05-27 2021-07-30 宜宾学院 Quantitative statistical method for porosity of multi-scale pore surface

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110458816B (en) * 2019-08-06 2021-04-27 北京工商大学 Fiber material porosity analysis method based on threshold value regression
CN111141653B (en) * 2019-12-30 2022-08-09 上海地铁维护保障有限公司 Tunnel leakage rate prediction method based on neural network
CN112881637A (en) * 2021-02-08 2021-06-01 东华大学 Visual osmotic membrane treatment wastewater detection device
CN112991277A (en) * 2021-02-25 2021-06-18 广东工业大学 Porous medium permeability prediction method based on three-dimensional convolutional neural network
CN116342541B (en) * 2023-03-29 2024-03-22 中国矿业大学 Rock-soil body permeability calculation method based on adjacent image pore fusion reconstruction
CN118136181A (en) * 2024-03-25 2024-06-04 西北有色金属研究院 Porous material characteristic parameter prediction method based on deep learning

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103426156A (en) * 2012-05-15 2013-12-04 中国科学院声学研究所 SAS image segmentation method and system based on SVM classifier
CN106651856A (en) * 2016-12-31 2017-05-10 湖南文理学院 Detection method for foamed nickel surface defects
CN106709515A (en) * 2016-12-16 2017-05-24 北京华航无线电测量研究所 Downward-looking scene matching area selection criteria intervention method
CN107240132A (en) * 2017-05-09 2017-10-10 中国人民解放军装甲兵工程学院 A kind of method that utilization gray level co-occurrence matrixes calculate fractal dimension

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100252268A1 (en) * 2009-04-03 2010-10-07 Hongren Gu Use of calibration injections with microseismic monitoring
US20130262028A1 (en) * 2012-03-30 2013-10-03 Ingrain, Inc. Efficient Method For Selecting Representative Elementary Volume In Digital Representations Of Porous Media
CN104866706A (en) * 2015-04-13 2015-08-26 中国石油大学(北京) Method and device for determining permeability of carbonate rocks
CN105021506A (en) * 2015-07-09 2015-11-04 中国石油大学(华东) Pore network model-based calculation method of three-phase relative permeability
CN106716114B (en) * 2015-09-11 2020-06-09 数岩科技(厦门)股份有限公司 Porous media analysis systems and methods
CN105510204A (en) * 2015-12-03 2016-04-20 大连理工大学 Permeability predication method based on CT (computed tomography) images
CN107917865B (en) * 2016-10-11 2020-01-31 中国石油化工股份有限公司 compact sandstone reservoir multi-parameter permeability prediction method
CN106869990B (en) * 2017-03-02 2019-03-19 新疆大学 Coal gas Permeability Prediction method based on LVQ-CPSO-BP algorithm
CN108133474B (en) * 2017-12-22 2021-10-26 西安石油大学 Permeability prediction method based on core sample two-dimensional pore image

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103426156A (en) * 2012-05-15 2013-12-04 中国科学院声学研究所 SAS image segmentation method and system based on SVM classifier
CN106709515A (en) * 2016-12-16 2017-05-24 北京华航无线电测量研究所 Downward-looking scene matching area selection criteria intervention method
CN106651856A (en) * 2016-12-31 2017-05-10 湖南文理学院 Detection method for foamed nickel surface defects
CN107240132A (en) * 2017-05-09 2017-10-10 中国人民解放军装甲兵工程学院 A kind of method that utilization gray level co-occurrence matrixes calculate fractal dimension

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
YANG, WEIBIN ET AL.: "Calculation of Permeability of Rock Porous Medium based on SEM Image Texture Enhancement", THE CHINESE CONGRESS OF THEORETICAL AND APPLIED MECHANICS AND PROCEEDINGS OF THE 60TH ANNIVERSARY CELEBRATION OF THE FOUNDING OF THE CHINESE SOCIETY OF THEOR. AND APPLIED MECHANICS, 13 August 2017 (2017-08-13) *
ZHANG, WANZHI ET AL.: "Characteristic Analysis and Recognition of Coal and Rock based on Visual Technology", COAL TECHNOLOGY, vol. 33, no. 10, 31 October 2014 (2014-10-31), XP055678130 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112949213A (en) * 2021-04-14 2021-06-11 南方科技大学 Round filling type isotropic porous medium generation method based on machine learning
CN112949213B (en) * 2021-04-14 2023-07-07 南方科技大学 Round filling type isotropic porous medium generation method based on machine learning
CN113192119A (en) * 2021-05-27 2021-07-30 宜宾学院 Quantitative statistical method for porosity of multi-scale pore surface
CN113192119B (en) * 2021-05-27 2023-01-06 宜宾学院 Quantitative statistical method for porosity of multi-scale pore surface

Also Published As

Publication number Publication date
CN109191423A (en) 2019-01-11
AU2018424207A1 (en) 2020-02-13
CN109191423B (en) 2019-07-02
AU2018424207B2 (en) 2020-10-29

Similar Documents

Publication Publication Date Title
WO2020015086A1 (en) Porous medium permeability prediction method based on intelligent machine image learning
Song et al. Pore structure characterization and permeability prediction of coal samples based on SEM images
CN110276827B (en) Effectiveness evaluation method based on shale reservoir
CA3062555C (en) Porous medium permeability prediction method based on machine image intelligent learning
CN108897975B (en) Method for predicting gas content of coal bed gas logging based on deep belief network
CN113553780B (en) Stratum pore pressure prediction method based on machine learning
CN108153989B (en) Concrete dam compaction quality rapid prediction method considering parameter uncertainty influence
CN112396130A (en) Intelligent identification method and system for rock stratum in static sounding test, computer equipment and medium
CN108549817A (en) A kind of software security flaw prediction technique based on text deep learning
CN112418266A (en) Pile foundation integrity classification and identification method based on convolutional neural network
CN113868943B (en) Blasting block prediction method based on data enhancement neural network
CN112308316A (en) Crime number prediction method based on linear regression algorithm
CN111626358B (en) Tunnel surrounding rock grading method based on BIM picture identification
CN117370771A (en) Knowledge embedding filling soft measurement method based on conditional fractional diffusion
CN116342967A (en) Drillability intelligent prediction method based on rock mesoscopic structural parameters
CN114427457B (en) Method for determining logging penta-relation of tidal flat phase carbonate reservoir and logging evaluation method
CN118136181A (en) Porous material characteristic parameter prediction method based on deep learning
CN114818886A (en) Method for predicting soil permeability based on PCA and Catboost regression fusion
CN117251802A (en) Heterogeneous reservoir parameter prediction method and system based on transfer learning
CN116542108A (en) Road water-stable base layer cracking performance prediction method based on neural network learning
CN114881074B (en) Engineering structure deformation prediction method based on clustering-deep learning
CN116109881A (en) Dust pollution evaluation method based on depth residual error network
CN112070110A (en) Prediction method for compact reservoir microscopic pore throat structure grading mode
CN112884739A (en) Rapid detection method for rockfill filling compactness based on deep learning network
CN117973191B (en) Surrounding rock comprehensive degradation degree real-time evaluation method based on while-drilling test

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2018424207

Country of ref document: AU

Date of ref document: 20180907

Kind code of ref document: A

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

Ref document number: 18926901

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: 18926901

Country of ref document: EP

Kind code of ref document: A1