The instant invention relates to computerized methods and computer program products for determining a resulting data set representative of a geological region of interest.
In particular, the instant invention is related to treatment of seismic imaging data sets.
All current 3D seismic acquisition geometries have poor sampling along at least one dimension. There are many different approaches to tackling this problem. The only perfect solution is to acquire well-sampled data; all other approaches deal with the symptoms of the problem rather than the problem itself, and there is no guarantee that they can adequately solve it. However, given that, in the real world, it usually is not possible to go back to the field and fix the actual problem, this issue needs to be addressed using processing tools.
There is therefore always a need to improve the treatment of seismic imaging data. Further, even though computing powers have improved, there is still a need to provide computing-friendly methods when handling the data.
To this aim, it is provided a computerized method for determining a resulting data set representative of a geological region of interest comprising:
With this method, it is benefited from the computationally intense generation of the interpolation operators to treat the residual data. Therefore, a relevant resulting data set can be generated at low computational cost.
In some embodiments, one might also use one or more of the features as defined in the claims.
Other characteristics and advantages of the invention will readily appear from the following description of four of its embodiments, provided as non-limitative examples, and of the accompanying drawings.
On the drawings:
a-3d are diagrammatic views of 4 examples of implementation of the method,
a shows migration results from original data,
b shows the data after being submitted to processing, and
a and 6b show outputs of the present method applied to the data sets of
On the different Figures, the same reference signs designate like or similar elements.
A common method to obtain information about this structure is seismic imaging. One or more sources 4 may emit waves 5 into the structure, and the reflection of these waves by the geological region of interest can be detected and processed to obtain information about the region of interest.
As a purely illustrative embodiment,
The surface 2 is meshed into bins, which are defined by their coordinates (i;j) along two orthogonal axis U-V in the plane of reference.
One source 4 is shown with a triangle. It is located in a given bin. During a seismic imaging experiment, one uses receptors 6. The following description is done with respect to the receptor identified by reference 6′ on
For example, in a first embodiment, one uses three receptors, which are located in positions X1, X3 and X6, which are each located in a respective bin. In seismic imaging, it is often difficult to place receptors everywhere. Therefore, extrapolation might be needed to estimate data related to areas of the region of interest for which scarce data is available.
Further, like any measurement, the detected signal comprises a given noise. Even though data processings (filtering) are known which can reduce the level of noise on the detected signals, such processing may also obliviate relevant data.
Therefore, a proper balance between interpolation and filtering is sometimes difficult to achieve.
According to a first embodiment, it is proposed a technique for combining two different data sets into new data containing common features of the two inputs. Although many applications of this tool are possible, a first embodiment can be to recover signal that has been eliminated, attenuated or distorted by application of aggressive processing (filtering). This is a common problem in seismic processing because of the difficulty of achieving a proper balance between noise attenuation and signal preservation. Aggressive noise attenuation affects signal, in particular amplitudes, while gentile processing leaves noise on the data. With the proliferation of techniques that use amplitude variations with offset or/and azimuth (AVO or AVAz) this has become a serious problem and considerable effort is spent to achieve amplitude compliant techniques. Tools like the one proposed here propose a way of releasing this constraint by providing a way to undo signal distortion.
After aggressive processing of a noisy data set, it is desired to restore coherent features or signal that was distorted by the processing, including both amplitudes and travel times. The method proposed here is based on combining Five Dimensional (5D) interpolation of the two data sets in one inversion. 5D Interpolation is a technique used to infill acquired data by creating a 5-dimensional model of the wave field through Fourier Inversion. The five dimensions mentioned here are the four spatial dimensions mentioned above (location of detector (x, y, offset and azimuth with respect to the source), and time along the detected trace signal. The present method is an adaptation of a 5D interpolation algorithm to apply a correction on the output to account for amplitude and traveltime differences with the original data. The cost of the present method is almost equal to the cost of 5D interpolation of one of the data sets, and has the advantage of allowing combining datasets with different geometries.
One example of the method is given below, where bold letters corresponds to four dimensional matrices (one per spatial direction), in relation to
a) It is provided as input a data set d2, for example corresponding to the measured data set (obtained from trace signals measured in X1, X3 and X6).
b) Then, one generates an other data set d1, by processing (filtering) the data set d2. This other data set d1 is hence obtained for the same locations.
c) One performs an interpolation I of the other data set d1. For every temporal frequency (slice) of data, one applies 5D interpolation on d1 to solve for the fully sampled wavefield m1 by minimizing the cost function J (“Five-dimensional interpolation: Recovering from acquisition constraints”, GEOPHYSICS, VOL. 74, NO. 6 NOVEMBER-DECEMBER 2009_; P. V123V132, Trad, 2009):
J=∥d1−Lm1∥+∥Wm1∥ (1)
where L is the sampling operator that maps the full wavefield m1 to the geometry of d1 and W is the multidimensional spectral information of the data d1 mapped to all space.
∥d1−Lm1∥ is a data misfit function, which quantifies how different from the data d1 the product Lm1 is.
∥Wm1∥ is the model norm which can be determined as explained below.
The discrete Fourier transform of m1 can be written as (k=1 . . . N) along each dimension:
M1k=(N)−1/2Σ(n=1 . . . N)m1ne−i2π(n−1)(k−1)/N, (2)
Where N is the total number of locations where data is to be interpolated along said dimension, and I the complex number such as i2=−1.
The inverse discrete Fourier transform of m1 can be written as (j=1 . . . N):
m1j=(N)−1/2Σ(k=1 . . . N)M1kei2π(j−1)(k−1)/N. (3)
Equations (2) and (3) can be written in matrix form as M1=F·m1 and m1=FH·M1, where H designates the complex conjugate transpose.
An appropriate solution to the interpolation problem is one which minimizes a model norm ∥Wm1∥. We can for example select the following model norm:
∥Wm1∥=Σ(k in K)(M1*kM1k)/(Pk2) (4)
Where M1*k is the complex conjugate of M1*k, Pk2 are the spectral domain weights with support and shape similar to those of the signal to interpolate. The set of indexes K indicates the region of spectral support of the signal. The coefficient Pk represents the spectral power at the wavenumber index k (which is then different from 0 for each k in K).
W is a 4D-diagonal matrix with Wk=Pk2, and W+is a 4D-diagonal matrix where the non-zero values of W are replaced by their inverse.
Hence, ∥Wm1∥ can be written as follows:
∥Wm1∥=m1T·FT·W+·F·m1 (5),
Where T represents the transpose.
This is the expensive part of the algorithm and typically takes around 50-100 iterations per frequency. The output of this step will be both the interpolated first data (in the form of the model m1) and the interpolation operators L and W.
d) Then, one calculates residuals between the data set d2 and the interpolated guide:
R=d2−m1(d1) (6),
where m1(d1) means the wave field m1 evaluated on the positions of d1. In the present case where d1 and d2 are provided for the same bins, the residual could simply be
R=d2−d1.
e) Then, one performs interpolation of the residuals by partially solving the least squares algorithm (truncated solution):
J=∥R−LΔm∥+∥WΔm∥ (7)
where Δm is the result of the inversion and contains the coherent part of the difference between the guide and the original data set. This is the part of signal that has been eliminated by aggressive noise attenuation. The interpolation operators, and notably the spectral weights W, are obtained from the interpolation of the guide above, because the assumption is that the guide has better signal to noise ratio than the data.
f) Then, the amplitude correction obtained as a solution for the residuals is added to the solution for the guide:
m=m1+Δm (8)
g) Finally, a resulting data set can be obtained by forward modelling, i.e. by applying
D=L(m1+Δm) (9),
where L is the sampling operator calculated above.
According to this method, the resulting data set can be estimated only at the locations where the data set is measured. In this way, the quality of the resulting data set is improved by the filtering, but not as harshly as d1 is. Hence, the interpolation is used mainly to determine the interpolation operators, but not to expand the data set to areas where no data was measured (the interpolation is not an extrapolation).
An approach that often works in practice is extracting coherent energy from the difference between input and output and adding it back to the output. The technique proposed here incorporates this ad-hoc procedure into an optimization algorithm in five dimensions.
According to a second embodiment, as shown on
In the first embodiment, the data set d1 could be obtained by processing the measured data set d2. However, in a third embodiment, this is not necessarily the case. One may have two different data sets d1 and d2 of a given region of interest. These two data sets could for example be obtained from two different imaging periods. Notably, in such cases, the bins of both data sets might be different, as shown on
In such case, in case of calculating m1(d1) as the wave field m1 evaluated on the positions of d1, one calculates m1(d2) as the wave field m1evaluated on the positions of d2, and the residual R is estimated at these locations as R=d2−m1(d2). The rest of the process is similar, and the resulting data set can be estimated for the bins of d1, those of d2, or elsewhere.
According to a fourth embodiment, as shown on
As shown on
a shows prestack time migration results of the original data d1.
Notice that
According to one embodiment, this technique can permit to recover signal that has been eliminated or destroyed by aggressive processing. This permits the use of noise attenuation tools that may be considered too harsh to use in projects where amplitude preservation is essential (AVO, AVAz). By adjusting the number of iterations performed on the residuals, it is possible to obtain a new data set that is closer to the first or the second data set.
Cost of the process is similar to interpolation of one data set even when the interpolation for the two data sets is performed.
The process is geometry independent, and therefore it can be used as well to combine two different data sets acquired on the same area.
The above method is a technique the combines 5D interpolation of two data sets. The product contains features that belong to the first data set but corrected or modified in such a way that differences with the second data set are minimized in a multidimensional sense. Having a technique to recover coherent information destroyed during the processing permits users to use tools which are more effective to remove noise.
The embodiments above are intended to be illustrative and not limiting. Additional embodiments may be within the claims. Although the present invention has been described with reference to particular embodiments, workers skilled in the art will recognize that changes may be made in form and detail without departing from the spirit and scope of the invention.
Various modifications to the invention may be apparent to one of skill in the art upon reading this disclosure. For example, persons of ordinary skill in the relevant art will recognize that the various features described for the different embodiments of the invention can be suitably combined, un-combined, and re-combined with other features, alone, or in different combinations, within the spirit of the invention. Likewise, the various features described above should all be regarded as example embodiments, rather than limitations to the scope or spirit of the invention. Therefore, the above is not contemplated to limit the scope of the present invention.
The present application is a National Phase entry of PCT Application No. PCT/EP2012/070410, filed Oct. 15, 2012, which claims priority from U.S. Patent Application No. 61/637,465, filed Apr. 24, 2012, said applications being hereby incorporated by reference herein in their entirety.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/EP2012/070410 | 10/15/2012 | WO | 00 |
Number | Date | Country | |
---|---|---|---|
61637465 | Apr 2012 | US |