SYSTEM AND METHOD FOR DISPLAYING SEISMIC EVENTS IN DISTRIBUTED ACOUSTIC SENSING DATA
20200284937 ยท 2020-09-10
Assignee
Inventors
Cpc classification
G01V1/42
PHYSICS
International classification
Abstract
A method is described for improving distributed acoustic sensing (DAS) seismic data in order to identify seismic events which includes receiving a DAS seismic dataset recorded by a fiber-optic cable in a borehole drilled through a subsurface volume of interest; identifying a portion of the seismic dataset including random noise with no signal to generate a windowed noise dataset; transforming the windowed noise dataset into a noise power spectrum; training a machine-learning algorithm using the noise power spectrum; using the machine-learning algorithm to remove random noise from the DAS seismic dataset to generate a noise-attenuated seismic dataset; and identifying the seismic events in the noise-attenuated seismic dataset. The method may be executed by a computer system.
Claims
1. A computer-implemented method of improving distributed acoustic sensing (DAS) seismic data in order to identify seismic events, comprising: a. receiving a DAS seismic dataset recorded by a fiber-optic cable in a borehole drilled through a subsurface volume of interest; b. identifying a portion of the seismic dataset including random noise with no signal to generate a windowed noise dataset; c. transforming the windowed noise dataset into a noise power spectrum; d. training a machine-learning algorithm using the noise power spectrum; e. using the machine-learning algorithm to remove random noise from the DAS seismic dataset to generate a noise-attenuated seismic dataset; and f. identifying the seismic events in the noise-attenuated seismic dataset.
2. The method of claim 1 wherein the machine-learning algorithm is a structured convolutional neural network.
3. The method of claim 1 wherein the machine-learning algorithm implements a Wiener filter.
4. The method of claim 1 wherein the machine-learning algorithm estimates a signal power spectrum for the DAS seismic dataset.
5. A computer system, comprising: one or more processors; memory; and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs including instructions that when executed by the one or more processors cause the system to: a. receive a DAS seismic dataset recorded by a fiber-optic cable in a borehole drilled through a subsurface volume of interest; b. identify a portion of the seismic dataset including random noise with no signal to generate a windowed noise dataset; c. transform the windowed noise dataset into a noise power spectrum; d. train a machine-learning algorithm using the noise power spectrum; e. use the machine-learning algorithm to remove random noise from the DAS seismic dataset to generate a noise-attenuated seismic dataset; and f. identify seismic events in the noise-attenuated seismic dataset.
6. A non-transitory computer readable storage medium storing one or more programs, the one or more programs comprising instructions, which when executed by an electronic device with one or more processors and memory, cause the device to a. receive a DAS seismic dataset recorded by a fiber-optic cable in a borehole drilled through a subsurface volume of interest; b. identify a portion of the seismic dataset including random noise with no signal to generate a windowed noise dataset; c. transform the windowed noise dataset into a noise power spectrum; d. train a machine-learning algorithm using the noise power spectrum; e. use the machine-learning algorithm to remove random noise from the DAS seismic dataset to generate a noise-attenuated seismic dataset; and f. identify seismic events in the noise-attenuated seismic dataset.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0011]
[0012]
[0013]
[0014]
[0015]
[0016]
[0017]
[0018]
[0019] Like reference numerals refer to corresponding parts throughout the drawings.
DETAILED DESCRIPTION OF EMBODIMENTS
[0020] Described below are methods, systems, and computer readable storage media that provide a manner of DAS seismic processing. These embodiments are designed to be of particular use for attenuating random noise in DAS seismic datasets.
[0021] Reference will now be made in detail to various embodiments, examples of which are illustrated in the accompanying drawings. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure and the embodiments described herein. However, embodiments described herein may be practiced without these specific details. In other instances, well-known methods, procedures, components, and mechanical apparatus have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
[0022] The present invention includes embodiments of a method and system for processing DAS seismic data. The DAS seismic data may contain seismic events that are caused by active seismic sources or by passive seismic sources. In practice, DAS seismic data contains a significant amount of random noise, likely due to impurities in the fiber-optic cable and/or interrogator. This random noise can obscure the seismic signal. For example, in
[0023] The method for noise attenuation described herein takes DAS seismic data as input. DAS seismic data is recorded by a system such as that shown in
[0024] The DAS seismic data may be described as d(t, x) where t is time and x is the cable index (i.e. location along the fiber-optic cable):
d(t,x)=s(t,x)+n(t,x) (1)
where s(t, x) is the seismic signal and n(t, x) is the random noise. As is common in signal processing, it is helpful to deal with the data in the frequency domain. Given D(,k),S(c,k), and N(,k) as the Fourier spectra of d(t, x), s(t, x), and n(t, x) respectively, with temporal frequency and wavenumber k, equation (1) becomes:
D(,k)=S(,k)+N(,k) (2)
[0025] A means to separate the seismic signal s(t, x) from the seismic data d(t, x) is illustrated in
.sub..sup.|E(,k)|.sup.2d=.sub..sup.28F.sub.opt(,k)D(,k)S(,k)|.sup.2d (3)
where E(, k) is the Fourier spectrum of e(t, x).
[0026] Many potential candidates for F.sub.opt(, k) exist. In the case of DAS seismic data, it may be assumed that the seismic signal is deterministic and varying along the time and space (i.e. cable index) axes. On the other hand, the random noise is stochastic and weakly stationary. This means that the seismic signal and the random noise are statistically independent. As such, the power spectrum of the seismic data d(t, x) is
.sub.s(,k)=.sub.s(,k)+.sub.n(,k) (4)
where .sub.s(, k) and .sub.n(, k) are the power spectra of the seismic signal s(t, x) and random noise n(t, x) respectively. Based on this, it is possible to define the optimal filter F.sub.opt(, k) as a Wiener filter:
[0027] Since the random noise n(t, x) is weakly stationary, its power spectrum can be estimated by the spectra of moving windows of recorded noise:
.sub.n(,k)E(|N.sub.i(,k)|.sup.2), (6)
where i is window index and N.sub.i(, k) is the Fourier spectrum of windowed noise n.sub.i(t, x). On the other hand, the seismic signal s(t, x) is temporally and spatially varying so its power spectrum needs to be estimated from Fourier spectra of recorded data,
|S(,k)|.sup.2|D(,k)|.sup.2.sub.n(,k), (7)
where D(, k) is the Fourier spectrum of windowed data d(t, x).
[0028] Based on equation (7), it is possible to design a structured Convolutional Neural Network (CNN) to estimate the power spectrum of the signal, as shown in
[0029]
[0030]
[0031] To that end, the DAS seismic system 500 includes one or more processing units (CPUs) 502, one or more network interfaces 508 and/or other communications interfaces 503, memory 506, and one or more communication buses 504 for interconnecting these and various other components. The DAS seismic system 500 also includes a user interface 505 (e.g., a display 505-1 and an input device 505-2). The communication buses 504 may include circuitry (sometimes called a chipset) that interconnects and controls communications between system components. Memory 506 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. Memory 506 may optionally include one or more storage devices remotely located from the CPUs 502. Memory 506, including the non-volatile and volatile memory devices within memory 506, comprises a non-transitory computer readable storage medium and may store seismic data, velocity models, seismic images, and/or geologic structure information.
[0032] In some embodiments, memory 506 or the non-transitory computer readable storage medium of memory 506 stores the following programs, modules and data structures, or a subset thereof including an operating system 516, a network communication module 518, and a seismic processing module 520.
[0033] The operating system 516 includes procedures for handling various basic system services and for performing hardware dependent tasks.
[0034] The network communication module 518 facilitates communication with other devices via the communication network interfaces 508 (wired or wireless) and one or more communication networks, such as the Internet, other wide area networks, local area networks, metropolitan area networks, and so on.
[0035] In some embodiments, the seismic processing module 520 executes the processes described herein. Seismic processing module 520 may include data sub-module 525, which handles the seismic dataset including seismic gathers 525-1 through 525-N. This seismic data is supplied by data sub-module 525 to other sub-modules.
[0036] ML filtering sub-module 522 contains a set of instructions 522-1 and accepts metadata and parameters 522-2 that will enable it to execute the machine-learning noise attenuation processes described herein. Although specific operations have been identified for the sub-modules discussed herein, this is not meant to be limiting. Each sub-module may be configured to execute operations identified as being a part of other sub-modules, and may contain other instructions, metadata, and parameters that allow it to execute other operations of use in processing seismic data and generate the seismic image. For example, any of the sub-modules may optionally be able to generate a display that would be sent to and shown on the user interface display 505-1. In addition, any of the seismic data or processed seismic data products may be transmitted via the communication interface(s) 503 or the network interface 508 and may be stored in memory 506.
[0037] The method is, optionally, governed by instructions that are stored in computer memory or a non-transitory computer readable storage medium (e.g., memory 506 in
[0038] While particular embodiments are described above, it will be understood it is not intended to limit the invention to these particular embodiments. On the contrary, the invention includes alternatives, modifications and equivalents that are within the spirit and scope of the appended claims. Numerous specific details are set forth in order to provide a thorough understanding of the subject matter presented herein. But it will be apparent to one of ordinary skill in the art that the subject matter may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
[0039] The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the description of the invention and the appended claims, the singular forms a, an, and the are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term and/or as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items. It will be further understood that the terms includes, including, comprises, and/or comprising, when used in this specification, specify the presence of stated features, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, operations, elements, components, and/or groups thereof.
[0040] As used herein, the term if may be construed to mean when or upon or in response to determining or in accordance with a determination or in response to detecting, that a stated condition precedent is true, depending on the context. Similarly, the phrase if it is determined [that a stated condition precedent is true] or if [a stated condition precedent is true] or when [a stated condition precedent is true] may be construed to mean upon determining or in response to determining or in accordance with a determination or upon detecting or in response to detecting that the stated condition precedent is true, depending on the context.
[0041] Although some of the various drawings illustrate a number of logical stages in a particular order, stages that are not order dependent may be reordered and other stages may be combined or broken out. While some reordering or other groupings are specifically mentioned, others will be obvious to those of ordinary skill in the art and so do not present an exhaustive list of alternatives. Moreover, it should be recognized that the stages could be implemented in hardware, firmware, software or any combination thereof.
[0042] The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications, to thereby enable others skilled in the art to best utilize the invention and various embodiments with various modifications as are suited to the particular use contemplated.