Simultaneous source inversion for marine streamer data with cross-correlation objective function

Information

  • Patent Grant
  • 8688381
  • Patent Number
    8,688,381
  • Date Filed
    Thursday, September 1, 2011
    13 years ago
  • Date Issued
    Tuesday, April 1, 2014
    10 years ago
Abstract
Method for simultaneous full-wavefield inversion of gathers of source (or receiver) encoded (30) geophysical data (80) to determine a physical properties model (20) for a subsurface region, especially suitable for surveys where fixed-receiver geometry conditions were not satisfied in the data acquisition (40). The inversion involves optimization of a cross-correlation objective function (100).
Description
FIELD OF THE INVENTION

The invention relates generally to the field of geophysical prospecting, and more particularly to geophysical data processing. Specifically, the invention is a method for inversion of data acquired from multiple geophysical sources such as seismic sources, involving geophysical simulation that computes the data from many simultaneously-active geophysical sources in one execution of the simulation.


BACKGROUND OF THE INVENTION

Even with modern computing power, seismic full wavefield inversion is still a computationally expensive endeavor. However, the benefit of obtaining a detailed representation of the subsurface using this method is expected to outweigh this impediment. Development of algorithms and workflows that lead to faster turn around time is a key step towards making this technology feasible for field scale data. Seismic full waveform inversion involves several iterations of forward and adjoint simulation of the data. Therefore techniques that reduce the cost of forward and adjoint computation runs will allow users to solve larger scale problems in a reasonable amount of time.


Geophysical inversion [1,2] attempts to find a model of subsurface properties that optimally explains observed data and satisfies geological and geophysical constraints. There are a large number of well known methods of geophysical inversion. These well known methods fall into one of two categories, iterative inversion and non-iterative inversion. The following are definitions of what is commonly meant by each of the two categories:


Non-iterative inversion—inversion that is accomplished by assuming some simple background model and updating the model based on the input data. This method does not use the updated model as input to another step of inversion. For the case of seismic data these methods are commonly referred to as imaging, migration, diffraction tomography or Born inversion.


Iterative inversion—inversion involving repetitious improvement of the subsurface properties model such that a model is found that satisfactorily explains the observed data. If the inversion converges, then the final model will better explain the observed data and will more closely approximate the actual subsurface properties. Iterative inversion usually produces a more accurate model than non-iterative inversion, but is much more expensive to compute.


Iterative inversion is generally preferred over non-iterative inversion, because it yields more accurate subsurface parameter models. Unfortunately, iterative inversion is so computationally expensive that it is impractical to apply it to many problems of interest. This high computational expense is the result of the fact that all inversion techniques require many compute intensive simulations. The compute time of any individual simulation is proportional to the number of sources to be inverted, and typically there are large numbers of sources in geophysical data, where the term source as used in the preceding refers to an activation location of a source apparatus. The problem is exacerbated for iterative inversion, because the number of simulations that must be computed is proportional to the number of iterations in the inversion, and the number of iterations required is typically on the order of hundreds to thousands.


The most commonly employed iterative inversion method employed in geophysics is cost function optimization. Cost function optimization involves iterative minimization or maximization of the value, with respect to the model M, of a cost function S(M) which is a measure of the misfit between the calculated and observed data (this is also sometimes referred to as the objective function), where the calculated data are simulated with a computer using the current geophysical properties model and the physics governing propagation of the source signal in a medium represented by a given geophysical properties model. The simulation computations may be done by any of several numerical methods including but not limited to finite difference, finite element or ray tracing. The simulation computations can be performed in either the frequency or time domain.


Cost function optimization methods are either local or global [3]. Global methods simply involve computing the cost function S(M) for a population of models {M1, M2, M3, . . . } and selecting a set of one or more models from that population that approximately minimize S(M). If further improvement is desired this new selected set of models can then be used as a basis to generate a new population of models that can be again tested relative to the cost function S(M). For global methods each model in the test population can be considered to be an iteration, or at a higher level each set of populations tested can be considered an iteration. Well known global inversion methods include Monte Carlo, simulated annealing, genetic and evolution algorithms.


Unfortunately global optimization methods typically converge extremely slowly and therefore most geophysical inversions are based on local cost function optimization. Algorithm 1 summarizes local cost function optimization.












Algorithm 1 - Algorithm for performing local cost function optimization.
















1.
selecting a starting model,


2.
computing the gradient of the cost function S(M) with respect to the



parameters that describe the model,


3.
searching for an updated model that is a perturbation of the starting



model in the negative gradient direction that better explains the



observed data.









This procedure is iterated by using the new updated model as the starting model for another gradient search. The process continues until an updated model is found that satisfactorily explains the observed data. Commonly used local cost function inversion methods include gradient search, conjugate gradients and Newton's method.


Local cost function optimization of seismic data in the acoustic approximation is a common geophysical inversion task, and is generally illustrative of other types of geophysical inversion. When inverting seismic data in the acoustic approximation the cost function can be written as:










S


(
M
)


=




g
=
1


N
g







r
=
1


N
r







t
=
1


N
t




W


(



ψ
calc



(

M
,
r
,
t
,

w
g


)


-


ψ
obs



(

r
,
t
,

w
g


)



)









(

Eqn
.




1

)








where:

  • S=cost function,
  • M=vector of N parameters, (m1, m2, . . . mN) describing the subsurface model,
  • g=gather index,
  • wg=source function for gather g which is a function of spatial coordinates and time, for a point source this is a delta function of the spatial coordinates,
  • Ng=number of gathers,
  • r=receiver index within gather,
  • Nr=number of receivers in a gather,
  • t=time sample index within a trace,
  • Nt=number of time samples,
  • W=minimization criteria function (we usually choose W(x)=x2 which is the least squares (L2) criteria),
  • ψcalc=calculated seismic pressure data from the model M,
  • ψobs=measured seismic pressure data.


The gathers can be any type of gather that can be simulated in one run of a seismic forward modeling program. Usually the gathers correspond to a seismic shot, although the shots can be more general than point sources. For point sources the gather index g corresponds to the location of individual point sources. For plane wave sources g would correspond to different plane wave propagation directions. This generalized source data, ψobs, can either be acquired in the field or can be synthesized from data acquired using point sources. The calculated data ψcalc on the other hand can usually be computed directly by using a generalized source function when forward modeling. For many types of forward modeling, including finite difference modeling, the computation time needed for a generalized source is roughly equal to the computation time needed for a point source.


Equation (1) can be simplified to:










S


(
M
)


=




g
=
1


N
g





W


(

δ


(

M
,

w
g


)


)


.






(

Eqn
.




2

)








where the sum over receivers and time samples is now implied and,

δ(M,wg)=ψcalc(M,wg)−ψobs(wg)  (Eqn. 3)


Inversion attempts to update the model M such that S(M) is a minimum. This can be accomplished by local cost function optimization which updates the given model M(k) as follows:

M(k+1)=M(k)−α(k)MS(M)  (Eqn. 4)

where k is the iteration number, α is the scalar size of the model update, and ∇MS(M) is the gradient of the misfit function, taken with respect to the model parameters. The model perturbations, or the values by which the model is updated, are calculated by multiplication of the gradient of the objective function with a step length α, which must be repeatedly calculated.


From equation (2), the following equation can be derived for the gradient of the cost function:












M



S


(
M
)



=




g
=
1


N
g







M



W


(

δ


(

M
,

w
g


)


)



.






(

Eqn
.




5

)







So to compute the gradient of the cost function one must separately compute the gradient of each gather's contribution to the cost function, then sum those contributions. Therefore, the computational effort required for computing ∇MS(M) is Ng times the compute effort required to determine the contribution of a single gather to the gradient. For geophysical problems, Ng usually corresponds to the number of geophysical sources and is on the order of 10,000 to 100,000, greatly magnifying the cost of computing ∇MS(M).


Note that computation of ∇MW(δ) requires computation of the derivative of W(δ) with respect to each of the N model parameters mi. Since for geophysical problems N is usually very large (usually more that one million), this computation can be extremely time consuming if it had to be performed for each individual model parameter. Fortunately, the adjoint method can be used to efficiently perform this computation for all model parameters at once [1]. The adjoint method for the least squares objective function and a gridded model parameterization is summarized by the following algorithm:












Algorithm 2 - Algorithm for computing the least-squares cost-function


gradient of a gridded model using the adjoint method.
















1.
Compute forward simulation of the data using the current model



and the gather signature wg as the source to get



ψcalc(M(k),wg),


2.
Subtract the observed data from the simulated data giving δ(M(k),wg),


3.
Compute the reverse simulation (i.e. backwards in time) using



δ(M(k),wg) as the source producing



ψadjoint(M(k),wg),


4.
Compute the integral over time of the product of



ψcalc(M(k),wg) and ψadjoint(M(k),wg) to get



MW(δ(M,wg)).









While computation of the gradients using the adjoint method is efficient relative to other methods, it is still very costly. In particular the adjoint methods requires two simulations, one forward in time and one backward in time, and for geophysical problems these simulations are usually very compute intensive. Also, as discussed above, this adjoint method computation must be performed for each measured data gather individually, increasing the compute cost by a factor of Ng.


The compute cost of all categories of inversion can be reduced by inverting data from combinations of the sources, rather than inverting the sources individually. This may be called simultaneous source inversion. Several types of source combination are known including: coherently sum closely spaced sources to produce an effective source that produces a wavefront of some desired shape (e.g. a plane wave), sum widely spaces sources, or fully or partially stacking the data before inversion.


The compute cost reduction gained by inverting combined sources is at least partly offset by the fact that inversion of the combined data usually produces a less accurate inverted model. This loss in accuracy is due to the fact that information is lost when the individual sources are summed, and therefore the summed data does not constrain the inverted model as strongly as the unsummed data. This loss of information during summation can be minimized by encoding each shot record before summing Encoding before combination preserves significantly more information in the simultaneous source data, and therefore better constrains the inversion [4]. Encoding also allows combination of closely spaced sources, thus allowing more sources to be combined for a given computational region. Various encoding schemes can be used with this technique including time shift encoding and random phase encoding. The remainder of this Background section briefly reviews various published geophysical simultaneous source techniques, both encoded and non-encoded.


Van Manen [6] suggests using the seismic interferometry method to speed up forward simulation. Seismic interferometry works by placing sources everywhere on the boundary of the region of interest. These sources are modeled individually and the wavefield at all locations for which a Green's function is desired is recorded. The Green's function between any two recorded locations can then be computed by cross-correlating the traces acquired at the two recorded locations and summing over all the boundary sources. If the data to be inverted have a large number of sources and receivers that are within the region of interest (as opposed to having one or the other on the boundary), then this is a very efficient method for computing the desired Green's functions. However, for the seismic data case it is rare that both the source and receiver for the data to be inverted are within the region of interest. Therefore, this improvement has very limited applicability to the seismic inversion problem.


Berkhout [7] and Zhang [8] suggest that inversion in general can be improved by inverting non-encoded simultaneous sources that are summed coherently to produce some desired wave front within some region of the subsurface. For example, point source data could be summed with time shifts that are a linear function of the source location to produce a down-going plane wave at some particular angle with respect to the surface. This technique could be applied to all categories of inversion. A problem with this method is that coherent summation of the source gathers necessarily reduces the amount of information in the data. So for example, summation to produce a plane wave removes all the information in the seismic data related to travel time versus source-receiver offset. This information is critical for updating the slowly varying background velocity model, and therefore Berkhout's method is not well constrained. To overcome this problem many different coherent sums of the data (e.g. many plane waves with different propagation directions) could be inverted, but then efficiency is lost since the cost of inversion is proportional to the number of different sums inverted. Herein, such coherently summed sources are called generalized sources. Therefore, a generalized source can either be a point source or a sum of point sources that produces a wave front of some desired shape.


Van Riel [9] suggests inversion by non-encoded stacking or partial stacking (with respect to source-receiver offset) of the input seismic data, then defining a cost function with respect to this stacked data which will be optimized. Thus, this publication suggests improving cost function based inversion using non-encoded simultaneous sources. As was true of the Berkhout's [6] simultaneous source inversion method, the stacking suggested by this method reduces the amount of information in the data to be inverted and therefore the inversion is less well constrained than it would have been with the original data.


Mora [10] proposes inverting data that is the sum of widely spaced sources. Thus, this publication suggests improving the efficiency of inversion using non-encoded simultaneous source simulation. Summing widely spaced sources has the advantage of preserving much more information than the coherent sum proposed by Berkhout. However, summation of widely spaced sources implies that the aperture (model region inverted) that must be used in the inversion must be increased to accommodate all the widely spaced sources. Since the compute time is proportional to the area of this aperture, Mora's method does not produce as much efficiency gain as could be achieved if the summed sources were near each other.


Ober [11] suggests speeding up seismic migration, a special case of non-iterative inversion, by using simultaneous encoded sources. After testing various coding methods, Ober found that the resulting migrated images had significantly reduced signal-to-noise ratio due to the fact that broad band encoding functions are necessarily only approximately orthogonal. Thus, when summing more than 16 shots, the quality of the inversion was not satisfactory. Since non-iterative inversion is not very costly to begin with, and since high signal-to-noise ratio inversion is desired, this technique is not widely practiced in the geophysical industry.


Ikelle [12] suggests a method for fast forward simulation by simultaneously simulating point sources that are activated (in the simulation) at varying time intervals. A method is also discussed for decoding these time-shifted simultaneous-source simulated data back into the separate simulations that would have been obtained from the individual point sources. These decoded data could then be used as part of any conventional inversion procedure. A problem with Ikelle's method is that the proposed decoding method will produce separated data having noise levels proportional to the difference between data from adjacent sources. This noise will become significant for subsurface models that are not laterally constant, for example from models containing dipping reflectors. Furthermore, this noise will grow in proportion to the number of simultaneous sources. Due to these difficulties, Ikelle's simultaneous source approach may result in unacceptable levels of noise if used in inverting a subsurface that is not laterally constant.


Source encoding proposed by Krebs et al. in PCT Patent Application Publication No. WO 2008/042081, which is incorporated herein by reference in all jurisdictions that allow it, is a very cost effective method to invert full wave field data. (The same approach of simultaneous inversion of an encoded gather will work for receivers, either via source-receiver reciprocity or by encoding the actual receiver locations in common-source gathers of data.) For fixed receivers, the forward and adjoint computations only need to be performed for a single effective source; see PCT Patent Application Publication No. WO 2009/117174, which is incorporated herein by reference in all jurisdictions that allow it. Given the fact that hundreds of shots are recorded for typical 2D acquisition geometries, and thousands in the case of 3D surveys, computational savings from this method are quite significant. In practice, a fixed receiver assumption is not strictly valid for most common field data acquisition geometries. In the case of marine streamer data, both sources and receivers move for every new shot. Even in surveys where the locations of receivers are fixed, the practice often is that not all receivers are “listening” to every shot, and the receivers that are listening can vary from shot-to-shot. This also violates the “fixed-receiver assumption.” In addition, due to logistical problems, it is difficult to record data close to the source, and this means that near-offset data are typically missing. This is true for both marine and land surveys. Both of these factors mean that for a simultaneous source gather, every receiver location will be missing data for some source shots. In summary, in simultaneous encoded-source inversion, for a given simultaneous encoded gather, data are required at all receiver locations for every shot, and this may be referred to as the fixed-receiver assumption of simultaneous encoded-source inversion. In WO 08/042081, some of the disclosed embodiments may work better than others when the fixed-receiver assumption is not satisfied. Therefore, it would be advantageous to have an accommodation or adjustment to straightforward application of simultaneous encoded sources (and/or receivers) inversion that would enhance its performance when the fixed-receiver assumption is compromised. The present invention provides ways of doing this. Haber et al. [15] also describe an approach to the problem of moving receivers in simultaneous encoded source inversion using a stochastic optimization method, and apply it to a direct current resistivity problem.


SUMMARY OF THE INVENTION

In one embodiment, the invention is a computer-implemented method for full-wavefield inversion, using simultaneous source encoding, of measured geophysical data from a survey that does not satisfy the fixed-receiver assumption of simultaneous encoded source inversion, to determine a physical properties model for a subsurface region, comprising the following steps, described with reference to the flowchart of FIG. 2, wherein all summing, simulating, computing, and updating is performed on a computer:


(a) obtaining a group of two or more encoded gathers of the measured geophysical data (40), acquired under conditions where the fixed-receiver assumption is not valid, wherein each gather is associated with a single generalized source, or alternatively with a single receiver, and wherein each gather is encoded (60) with a different encoding function selected from a set of non-equivalent encoding functions (30);


(b) summing the encoded gathers in the group by summing all, or selected, data records in each gather that correspond to a single receiver (60) or alternatively to a single source, and repeating for each different receiver or alternatively for each different source, resulting in a simultaneous encoded gather (80); or alternatively acquiring encoded data in the field survey (90) where the encoding functions are measured source signatures (50);


(c) assuming a physical properties model (10) of the subsurface region, said model providing values of at least one physical property at locations throughout the subsurface region;


(d) simulating a synthetic simultaneous encoded gather of data, using the assumed physical properties model, wherein the simulation uses encoded source signatures (70), and wherein an entire simultaneous encoded gather is simulated in a single simulation operation;


(e) computing an objective function measuring cross-correlation between the simultaneous encoded gather of measured data and the simulated simultaneous encoded gather (100);


(f) updating (110) the physical properties model by optimizing the objective function (100);


(g) iterating steps (a)-(f) at least one more time using the updated physical properties model (20) from the previous iteration as the assumed physical properties model in step (c), resulting in a further updated physical properties model; and


(h) after convergence (120), downloading, displaying, or saving the further updated physical properties model to computer storage (130).





BRIEF DESCRIPTION OF THE DRAWINGS

The present invention and its advantages will be better understood by referring to the following detailed description and the attached drawings in which:



FIGS. 1A-C are data of a test example, wherein FIG. 1A shows the “true” velocity model for the exercise, i.e. the model used to simulate synthetic survey data; FIG. 1B shows the velocity model obtained by inversion of the simulated survey data using a conventional L2 objective function; and FIG. 1C shows the velocity model obtained by inversion using the cross-correlation objective function of the present inventive method;



FIG. 2 is a flow chart showing basic steps in one illustrative embodiment of the present inventive method.



FIG. 3 is a cross-section of simulated seismic data showing the sum of four shots spaced 20 m apart;



FIG. 4 is a cross-section of simulated seismic data showing the sum of four shots space 100 m apart; and



FIGS. 5A-5C display the results of a model study showing the advantages of an embodiment of the present inventive method that reduces the local minimum problem affecting convergence during iterative inversion using a cross-correlation objective function.





The invention will be described in connection with example embodiments. However, to the extent that the following detailed description is specific to a particular embodiment or a particular use of the invention, this is intended to be illustrative only, and is not to be construed as limiting the scope of the invention. On the contrary, it is intended to cover all alternatives, modifications and equivalents that may be included within the scope of the invention, as defined by the appended claims.


DETAILED DESCRIPTION OF EXAMPLE EMBODIMENTS

The method proposed in this patent memo uses a cross-correlation objective function to invert encoded simultaneous source data. The raw shot gathers that are encoded to form simultaneous source data have missing near and far-offsets which is typical in a marine streamer survey. An intuitive understanding of how this cross-correlation objective function works for full wave field inversion (“FWI”) for non-fixed receiver data can be obtained by considering the imaging problem. In FWI, one or many modes of the seismic wavefields are inverted to obtain a physical property model of the Earth. First consider the imaging problem for simultaneous source reverse time migration (“RTM”).


Assume two measured wavefields d1, d2 in the subsurface due to two sources and they are encoded given by,

dfixedencoded1Pd12Pd2


Where P is the projection operator that projects the data onto all receivers required for fixed receiver geometry. So if the operator P is same for all shots then it is a fixed receiver geometry. The encoded source is given by,

S=α1S12S2

Let the forward problem be denoted by Ld=S where L is the partial differential operator, d is the simulated response and S is the encoded source function. If we denote the forward operator by L−1 such that simulated data d=L−1S and denote the back-propagation operator by {circumflex over (L)}−1, then the image obtained by cross-correlation is given by,






Image
=



(


L

-
1



S

)



(



L
^


-
1




d
fixed
encoded






)


=





k
=
1

2





α
k
2



(


L

-
1




S
k


)




(



L
^


-
1




[

Pd
k

]


)



+




i

j

2




α
i





α
j



(


L

-
1




S
i


)




(



L
^


-
1




Pd
j


)











where P is the projection operator that maps the data computed in the entire domain to the set of fixed receivers. For the case of fixed receivers, P will be same for all sources since each and every receiver is listening to all sources.


For non-fixed receiver geometry, assume that Pk is the projection operator onto subset of receivers for the k-th source. Then the encoded data is given by,

dnon-fixedencoded1P1d12P2d2

The image is then given by






Image
=





k
=
1

2





α
k
2



(


L

-
1




S
k


)




(



L
^


-
1




[


P
k



d
k


]


)



+




i

j

2




α
i





α
j



(


L

-
1




S
i


)




(



L
^


-
1




[


P
j



d
j


]


)









If several realizations of encoding are used, the second term due to cross-talk cancels and its contribution to the image diminishes, thereby enhancing the signal to noise ratio. There is a close connection between the imaging and generating gradient for FWI. If we consider the objective function (often called cost function) in FWI to be an L2, i.e. least-squares, norm between measured and simulated data, then the gradient of the L2 objective function is simply the cross-correlation of the back-propagated data residual with the simulated wavefield. For fixed receiver geometry this is good measure since a particular receiver is listening to all sources. For non-fixed receivers, this is problematic since the encoded measured data is deficient compared to the encoded simulated data. This deficiency ultimately maps into model artifacts.


However the insight gained from the imaging condition where the receivers are non-fixed may be perceived as a clue that using a cross-correlation objective function for FWI can help mitigate this problem. So instead of L2, we consider a cross-correlation objective function, given by:






ϕ
=



d

non


-


fixed

meas



d
fixed
simulated






d

non


-


fixed

meas







d
fixed
simulated










where dnon-fixedmeas are the encoded measured data with the non-fixed receivers, implying that the traces for which receivers are not listening to the source are assumed to be zero traces. dfixedsimulated are the simulated encoded data from the simultaneous source function; this is fixed receiver data since all the sources are fired simultaneously and every receiver is measuring the signal from this simultaneous source. Suppose for each shot, hypothetically, we are able to separate the receivers that are present in the survey and those that are missing, such that one can write dfixedsimulated=dnon-fixedsimulated+dmissingsimulated.






ϕ
=




(


d

non


-


fixed

simulated

+

d
missing
simulated


)



d

non


-


fixed

meas






d

non


-


fixed

meas







d
fixed
simulated









=




d

non


-


fixed

simulated



d

non


-


fixed

meas






d

non


-


fixed

meas







d
fixed
simulated





+



d
missing
simulated



d

non


-


fixed

meas






d

non


-


fixed

meas







d
fixed
simulated












The traces that contribute to dmissingsimulated are exactly the traces that are not available in the measured data i.e., dnon-fixedmeas. Thus the contribution of the second term is small compared to the first term in the above equation. We can approximate the objective function by,






ϕ




d

non


-


fixed

simulated



d

non


-


fixed

meas






d

non


-


fixed

meas







d
fixed
simulated









Also, if a different encoding is used for some iterations, preferably at each iteration, as taught by Krebs et al. in PCT Patent Application Publication No. WO 2008/042081, the second term will eventually diminish. In addition to changing encoding every iteration, a further option is to use a set of encodings at each iteration designed to obtain an average gradient of the objective function, i.e. the gradients obtained from each of the encodings when summed give the average gradient. Therefore at each iteration this averaging process decreases the cross-talk—an idea that is very similar to simultaneous source RTM imaging where the images obtained with different encodings are stacked to cancel the cross-talk noise. The averaging of the gradient is also advocated in stochastic optimization methods (Haber et al., [15]).


The overall goal in preferred embodiments of the present inventive method is to maximize, not minimize, the cross-correlation objective function. However, one can reformulate the objective function, e.g. replace it by its negative, in such a way that one effectively solves a minimization problem. The general expression of this step in the present inventive method is therefore to optimize the objective function. Depending on the choice of the optimization algorithm, i.e., whether it is solving a maximization or a minimization algorithm, the objective function can be chosen such that it preserves the main characteristics of the cross-correlation property that are insensitive to any arbitrary scale of the data. An advantage of the cross-correlation objective function is it makes the FWI insensitive to the scale of the wavelet. Effectively the travel-time components of the waveform are fit with this objective function. This can be easily seen if the objective function is written in frequency domain where the phase is a function of the travel-time.


Synthetic Example


The feasibility of the present inventive method was demonstrated with a synthetic example using the velocity model shown in FIG. 1A. In the example, 383 shots were generated with 80 m shot spacing and receivers were placed every 20 m. To simulate the non-fixed receiver geometry, for each shot we removed the near and far offsets and used offsets from positive 200 m to 3 km. As intended, the missing receiver data at the near and far offsets violate the fixed-receiver assumption. Those shots were encoded to form the measured encoded data. At each iteration in the nonlinear inversion, we used all the sequential shots in the survey and encode those 8 times using different encoding functions to form 8 simultaneous sources to compute the average gradient. Depending on how much cross-talk is present in the average gradient, one can increase the number of encodings. This is implemented for both the L2 objective function and the cross-correlation objective function.


The multi-resolution method with time-windowing was used to carry out the inversion. In the multi-resolution method, data are windowed by frequency bands to stabilize the inversion problem. Typically the data at the lower frequency band are inverted first and the model obtained from the low frequency inversion is used as the starting model for the next higher frequency band. This technique is used to avoid converging to a wrong solution often referred as local minima solutions. FIG. 1B shows the model obtained using the L2 objective function. Clearly, artifacts can be seen in both the shallow and deep part of the model. The model in FIG. 1C is the result of using the cross-correlation objective function. The model clearly shows significant improvement compared to the model of FIG. 1B, reinforcing the observation that the cross-correlation measure is much better suited to handle non-fixed receiver geometry simultaneous source data.


Inversion with the cross-correlation objective function may encounter local minima when the source records being added are spaced too closely. Spacing shot records further apart resolves this issue, but reduces the amount of information going into the inversion, thereby degrading the quality of the final inverted model. A way to resolve this conflict is to split all available shots records into several groups, where shot records belonging to the same group are spaced further apart. A different group of shots may then be selected in each iteration of the nonlinear inversion, until all groups have been used. The process may be repeated until convergence. One way that this can be done is with the encoding functions that multiply the source signatures and the measured data gathers. All encoding functions for data records not in the selected group for a particular iteration can be set equal to zero. In fact, the encoding functions may be used to randomly choose the shots in each group, which will result in increased shot spacing following the idea presented by Boonyasiriwat and Schuster, 2010, where they apply this to a fixed-receiver spread and for a different purpose. This can be done using the random encoding sequence [−1,0,+1]. This technique for increasing shot spacing can be used in the present inventive method for reducing crosstalk noise for non-stationary receivers. Other methods for achieving greater shot separation in the smaller groups of shot records may be devised.


The following is an example of applying the strategy described above.


Feasibility of this approach is demonstrated with a synthetic example. There are 383 shots generated with 20 m shot spacing and receivers are placed every 10 m. To simulate the non-fixed receiver geometry, offsets from positive 200 m to 3 km are used for each shot. Those shots are encoded to form the measured encoded data. At each iteration in the nonlinear inversion, 8 simultaneous sources are used to compute the average gradient. FIG. 3 shows the sum of 4 shots that are closely spaced (here 20 m), whereas FIG. 4 shows the sum of 4 shots that are further apart (here 100 m). The basic idea is that increasing the separation of the shots reduces the cross-talk component in the objective function; however, too much separation leads to gaps in the data, which reduce the ability to update the model. As stated above, this situation may be alleviated by choosing several groups to form the encoded shots. Each group has well separated shots, but using several of these groups fills the spatial gaps that would otherwise remain if only one group is chosen. For the example presented here, 4 groups are chosen at each iteration and 2 realizations are used for each group, a realization being a simultaneous source simulation with a different set of encoding functions. So, in total, there are 8 encoded simultaneous shots per iteration. For comparison, an inversion was run with encoded shots that were closely spaced with 8 realizations per iterations. FIG. 5A is the true model used in this example. FIG. 5B shows the results from simultaneous source inversion when the sources are closely spaced. Due to presence of crosstalk in the model, the inversion could not find a suitable update beyond 50 iterations. The model at the 50th iteration is plotted in FIG. 5B. For comparison, the model from the 50th iteration when shots are well separated is plotted in FIG. 5C. There was no convergence problem during the inversion. There is much better agreement between FIGS. 5C and 5A than between FIGS. 5B and 5A.


The foregoing application is directed to particular embodiments of the present invention for the purpose of illustrating it. It will be apparent, however, to one skilled in the art, that many modifications and variations to the embodiments described herein are possible. All such modifications and variations are intended to be within the scope of the present invention, as defined in the appended claims. Persons skilled in the art will readily recognize that in preferred embodiments of the invention, at least some of the steps in the present inventive method are performed on a computer, i.e. the invention is computer implemented. In such cases, the resulting updated physical properties model may either be downloaded, displayed, or saved to computer storage.


REFERENCES



  • 1. Tarantola, A., “Inversion of seismic reflection data in the acoustic approximation,” Geophysics 49, 1259-1266 (1984).

  • 2. Sirgue, L., and Pratt G. “Efficient waveform inversion and imaging: A strategy for selecting temporal frequencies,” Geophysics 69, 231-248 (2004).

  • 3. Fallat, M. R., Dosso, S. E., “Geoacoustic inversion via local, global, and hybrid algorithms,” Journal of the Acoustical Society of America 105, 3219-3230 (1999).

  • 4. Hinkley, D. and Krebs, J., “Gradient computation for simultaneous source inversion,” PCT Patent Application Publication No. WO 2009/117174.

  • 5. Krebs, J. R., Anderson, J. A., Neelamani, R., Hinkley, D., Jing, C., Dickens, T., Krohn, C., Traynin, P., “Iterative inversion of data from simultaneous geophysical sources,” PCT Patent Application Publication No. WO 2008/042081.

  • 6. Van Manen, D. J., Robertsson, J. O. A., Curtis, A., “Making wave by time reversal,” SEG International Exposition and 75th Annual Meeting Expanded Abstracts, 1763-1766 (2005).

  • 7. Berkhout, A. J., “Arcal shot record technology,” Journal of Seismic Exploration 1, 251-264 (1992).

  • 8. Zhang, Y., Sun, J., Notfors, C., Gray, S. H., Cherris, L., Young, J., “Delayed-shot 3D depth migration,” Geophysics 70, E21-E28 (2005).

  • 9. Van Riel, P., and Hendrik, W. J. D., “Method of estimating elastic and compositional parameters from seismic and echo-acoustic data,” U.S. Pat. No. 6,876,928 (2005).

  • 10. Mora, P., “Nonlinear two-dimensional elastic inversion of multi-offset seismic data,” Geophysics 52, 1211-1228 (1987).

  • 11. Ober, C. C., Romero, L. A., Ghiglia, D. C., “Method of Migrating Seismic Records,” U.S. Pat. No. 6,021,094 (2000).

  • 12. Ikelle, L. T., “Multi-shooting approach to seismic modeling and acquisition,” U.S. Pat. No. 6,327,537 (2001).

  • 13. Romero, L. A., Ghiglia, D. C., Ober, C. C., Morton, S. A., “Phase encoding of shot records in prestack migration,” Geophysics 65, 426-436 (2000).

  • 14. Jing X., Finn, C. J., Dickens, T. A., Willen, D. E., “Encoding multiple shot gathers in prestack migration,” SEG International Exposition and 70th Annual Meeting Expanded Abstracts, 786-789 (2000).

  • 15. Haber, E., Chung M. and Herrmann, “An effective method for parameter estimation with PDE constraints with multiple right hand sides,” Preprint—UBC http://www.math.ubc.ca/˜haber/pubs/PdeOptStochV5.pdf (2010).

  • 16. Jerome R. Krebs, John E. Anderson, David Hinkley, Ramesh Neelamani, Sunwoong Lee, Anatoly Baumstein, and Martin-Daniel Lacasse, “Full-wavefield seismic inversion using encoded sources,” Geophysics 74-6, WCC177-WCC188 (2009).

  • 17. Boonyasiriwat, C., and Schuster, G., “3D Multisource full-waveform inversion using dynamic random phase encoding,” SEG Expanded Abstracts 29, 1044-1049 (2010).


Claims
  • 1. A computer-implemented method for simultaneous encoded-source inversion of measured geophysical data, acquired under conditions where the fixed-receiver assumption of simultaneous encoded-source inversion is not valid, to determine a physical properties model for a subsurface region, comprising the following steps wherein all summing, simulating, computing, and updating are performed on a computer that is programmed to perform them: (a) obtaining a group of two or more encoded gathers of the measured geophysical data acquired under conditions where the fixed-receiver assumption is not valid, wherein each gather is associated with a single generalized source, or alternatively with a single receiver, and wherein each gather is encoded with a different encoding function selected from a set of non-equivalent encoding functions;(b) summing the encoded gathers in the group by summing all, or selected, data records in each gather that correspond to a single receiver or alternatively to a single source, and repeating for each different receiver or alternatively for each different source, resulting in a simultaneous encoded gather;(c) assuming a physical properties model of the subsurface region, said model providing values of at least one physical property at locations throughout the subsurface region;(d) simulating a synthetic simultaneous encoded gather of data, using the assumed physical properties model, wherein the simulation uses encoded source signatures, and wherein an entire simultaneous encoded gather is simulated in a single simulation operation;(e) computing an objective function measuring cross-correlation between the simultaneous encoded gather of measured data and the simulated simultaneous encoded gather;(f) updating the physical properties model by optimizing the objective function;(g) iterating steps (a)-(f) at least one more time using the updated physical properties model from the previous iteration as the assumed physical properties model in step (c), resulting in a further updated physical properties model; and(h) downloading, displaying, or saving the further updated physical properties model to computer storage.
  • 2. The method of claim 1, wherein the objective function is given by or is mathematically equivalent to:
  • 3. The method of claim 2, further comprising approximating the objective function by:
  • 4. The method of claim 1, wherein the encoding function used on a gather in step (a) is changed in at least one of the iterations.
  • 5. The method of claim 4, wherein two or more sets of encoding functions are used at each iteration and are designed to obtain an average gradient of the objective function.
  • 6. The method of claim 1, wherein all encoding functions are changed in every iteration.
  • 7. The method of claim 1, further comprising obtaining at least one additional group of two or more encoded gathers of the measured geophysical data as in step (a), and performing step (b) for each additional group, then accumulating the corresponding computed objective functions from step (e), wherein the updating of the physical properties model in step (f) is determined by maximizing the accumulated computed objective functions.
  • 8. The method of claim 1, wherein said encoded gathers of measured data are encoded by temporally convolving all traces from the gather with the encoding function selected for the gather.
  • 9. The method of claim 1, wherein the two or more encoded gathers of measured data are obtained by obtaining gathers of data from a geophysical survey in which data are acquired from a plurality of simultaneously operating, uniquely encoded source devices.
  • 10. The method of claim 1, wherein the measured geophysical data are from a seismic survey of the subsurface region.
  • 11. The method of claim 10, wherein the generalized seismic sources are either all point sources or all plane-wave sources.
  • 12. The method of claim 1, wherein the encoded source signatures used in the synthetic simultaneous encoded gather simulation either use the same encoding functions used to encode the simultaneous encoded gather of measured data or are functions made by temporally convolving measured or estimated source signatures with the same encoding functions used to encode the corresponding measured gather in step (a), wherein the measured geophysical data include measured or estimated source signatures of each source activation.
  • 13. The method of claim 8, wherein the encoding functions are of a type selected from a group consisting of linear, random phase, chirp, modified chirp, random time shift, and frequency independent phase encoding.
  • 14. The method of claim 8, wherein the encoding functions are of one type for some sources and of another type for other sources.
  • 15. The method of claim 1, wherein the encoding functions are optimized to improve quality of the objective function.
  • 16. The method of claim 1, wherein the simulating in step (d) is performed with a finite difference, finite element or finite volume simulation code.
  • 17. The method of claim 10, wherein the physical property model is a model of seismic wave velocity, seismic elastic parameters, seismic anisotropy parameters or seismic anelasticity parameters.
  • 18. The method of claim 1, wherein a global objective function optimization method selected from a group consisting of Monte Carlo, simulated annealing, genetic or evolution algorithm is used to update the model.
  • 19. The method of claim 1, wherein a local objective function optimization method selected from a group consisting of gradient line search, conjugate gradients or Newton's method is used to update the model.
  • 20. The method of claim 1, wherein maximizing the objective function comprises computing a gradient of the objective function with respect to parameters of the physical properties model.
  • 21. A computer-implemented method for simultaneous encoded-source inversion of measured geophysical data, acquired under conditions where the fixed-receiver assumption of simultaneous encoded-source inversion is not valid, to determine a physical properties model for a subsurface region, comprising: (a) obtaining measured geophysical data from a geophysical survey of the subsurface region in which the fixed-receiver assumption was not valid;(b) using a programmed computer to invert the measured data by iterative inversion comprising using an assumed or updated physical properties model to simultaneously simulate survey data representing a plurality of survey sources, or alternatively a plurality of receivers, wherein source or receiver signatures in the simulation are encoded, resulting in a simulated simultaneous encoded gather of geophysical data, the inversion further comprising determining a model update for a next iteration by optimizing an objective function measuring cross-correlation between the simulated simultaneous encoded gather and a corresponding simultaneously encoded gather of the measured geophysical data; and(c) downloading or displaying an updated physical properties model or saving it to computer memory or data storage.
  • 22. The method of claim 21, wherein some or all of the geophysical data are partitioned into a plurality of data groups in a way that increases separation between source activation locations within each data group as compared to the some or all of the geophysical data before partitioning, and the simulated simultaneous encoded gather for each iteration corresponds to a different data group with all groups being used in the course of the iterations.
  • 23. A computer program product, comprising a non-transitory computer usable medium having a computer readable program code embodied therein, said computer readable program code adapted to be executed to implement a method for simultaneous encoded-source inversion of measured geophysical data, acquired under conditions where the fixed-receiver assumption of simultaneous encoded-source inversion is not valid, to determine a physical properties model for a subsurface region, said method comprising: (a) inputting a group of two or more encoded gathers of the measured geophysical data, wherein each gather is associated with a single generalized source, or alternatively with a single receiver, and wherein each gather is encoded with a different encoding function selected from a set of non-equivalent encoding functions;(b) summing the encoded gathers in the group by summing all data records in each gather that correspond to a single receiver or alternatively to a single source, and repeating for each different receiver or alternatively for each different source, resulting in a simultaneous encoded gather;(c) inputting a physical properties model of the subsurface region, said model providing values of at least one physical property at locations throughout the subsurface region;(d) simulating a synthetic simultaneous encoded gather of data, using the assumed physical properties model, wherein the simulation uses encoded source signatures, and wherein an entire simultaneous encoded gather is simulated in a single simulation operation;(e) computing an objective function measuring cross-correlation between between the simultaneous encoded gather of measured data and the simulated simultaneous encoded gather;(f) updating the physical properties model by optimizing the objective function; and(g) iterating steps (a)-(f) at least one more time using the updated physical properties model from the previous iteration as the assumed physical properties model in step (c), resulting in a further updated physical properties model.
  • 24. A method for producing hydrocarbons from a subsurface region, comprising: (a) performing a seismic survey of the subsurface region, wherein the fixed-receiver assumption of simultaneous encoded-source inversion is not satisfied;(b) obtaining a velocity model of the subsurface region determined by a method comprising: inverting the survey's measured data by iterative inversion comprising using an assumed or updated velocity model to simultaneously simulate survey data representing a plurality of survey sources, or alternatively a plurality of receivers, wherein source or receiver signatures in the simulation are encoded, resulting in a simulated simultaneous encoded gather of geophysical data, the inversion further comprising determining a velocity model update for a next iteration by optimizing an objective function measuring cross-correlation between the simulated simultaneous encoded gather and a corresponding simultaneously encoded gather of the measured data;(c) drilling a well into a layer in the subsurface region identified at least partly from an interpretation of structure in the subsurface region made using an updated velocity model from (b); and(d) producing hydrocarbons from the well.
  • 25. The method of claim 1, wherein the encoding is performed by multiplying each gather and each source signature by a selected encoding function, and wherein in each iteration of step (g) one or more encoding functions are set equal to zero such that the data records not zeroed correspond to source activation locations that are more separated, on average, than in the measured geophysical data before encoding, with all data records being used, i.e. not being zeroed, as the iterations progress.
  • 26. The method of claim 25, wherein the encoding functions are used to randomly choose the shots in each iteration that will result in increased shot spacing.
  • 27. The method of claim 1, wherein the measured geophysical data being inverted are full-wavefield seismic data.
CROSS-REFERENCE TO RELATED APPLICATION

This application claims the benefit of U.S. Provisional Patent Application 61/418,694, filed Dec. 1, 2010, entitled Simultaneous Source Inversion for Marine Streamer Data with Cross-Correlation Objective Function, and U.S. Provisional Patent Application 61/509,904, filed Jul. 20, 2011 having the same title, both of which are incorporated by reference herein in their entirety.

US Referenced Citations (151)
Number Name Date Kind
3812457 Weller May 1974 A
3864667 Bahjat Feb 1975 A
4159463 Silverman Jun 1979 A
4168485 Payton et al. Sep 1979 A
4545039 Savit Oct 1985 A
4562540 Devaney Dec 1985 A
4575830 Ingram et al. Mar 1986 A
4594662 Devaney Jun 1986 A
4636956 Vannier et al. Jan 1987 A
4675851 Savit et al. Jun 1987 A
4686654 Savit Aug 1987 A
4707812 Martinez Nov 1987 A
4715020 Landrum, Jr. Dec 1987 A
4766574 Whitmore et al. Aug 1988 A
4780856 Becquey Oct 1988 A
4823326 Ward Apr 1989 A
4924390 Parsons et al. May 1990 A
4953657 Edington Sep 1990 A
4969129 Currie Nov 1990 A
4982374 Edington et al. Jan 1991 A
5260911 Mason et al. Nov 1993 A
5469062 Meyer, Jr. Nov 1995 A
5583825 Carrazzone et al. Dec 1996 A
5677893 de Hoop et al. Oct 1997 A
5715213 Allen Feb 1998 A
5717655 Beasley Feb 1998 A
5719821 Sallas et al. Feb 1998 A
5721710 Sallas et al. Feb 1998 A
5790473 Allen Aug 1998 A
5798982 He et al. Aug 1998 A
5822269 Allen Oct 1998 A
5838634 Jones et al. Nov 1998 A
5852588 de Hoop et al. Dec 1998 A
5878372 Tabarovsky et al. Mar 1999 A
5920828 Norris et al. Jul 1999 A
5924049 Beasley et al. Jul 1999 A
5999488 Smith Dec 1999 A
5999489 Lazaratos Dec 1999 A
6014342 Lazaratos Jan 2000 A
6021094 Ober et al. Feb 2000 A
6028818 Jeffryes Feb 2000 A
6058073 VerWest May 2000 A
6125330 Robertson et al. Sep 2000 A
6219621 Hornbostel Apr 2001 B1
6225803 Chen May 2001 B1
6311133 Lailly et al. Oct 2001 B1
6317695 Zhou et al. Nov 2001 B1
6327537 Ikelle Dec 2001 B1
6374201 Grizon et al. Apr 2002 B1
6381543 Guerillot et al. Apr 2002 B1
6388947 Washbourne et al. May 2002 B1
6480790 Calvert et al. Nov 2002 B1
6522973 Tonellot et al. Feb 2003 B1
6545944 de Kok Apr 2003 B2
6549854 Malinverno et al. Apr 2003 B1
6574564 Lailly et al. Jun 2003 B2
6593746 Stolarczyk Jul 2003 B2
6662147 Fournier et al. Dec 2003 B1
6665615 Van Riel et al. Dec 2003 B2
6687619 Moerig et al. Feb 2004 B2
6687659 Shen Feb 2004 B1
6704245 Becquey Mar 2004 B2
6714867 Meunier Mar 2004 B2
6735527 Levin May 2004 B1
6754590 Moldoveanu Jun 2004 B1
6766256 Jeffryes Jul 2004 B2
6826486 Malinverno Nov 2004 B1
6836448 Robertsson et al. Dec 2004 B2
6842701 Moerig et al. Jan 2005 B2
6859734 Bednar Feb 2005 B2
6865487 Charron Mar 2005 B2
6865488 Moerig et al. Mar 2005 B2
6876928 Van Riel et al. Apr 2005 B2
6882938 Vaage et al. Apr 2005 B2
6882958 Schmidt et al. Apr 2005 B2
6901333 Van Riel et al. May 2005 B2
6903999 Curtis et al. Jun 2005 B2
6927698 Stolarczyk Aug 2005 B2
6944546 Xiao et al. Sep 2005 B2
6947843 Fisher et al. Sep 2005 B2
6970397 Castagna et al. Nov 2005 B2
6977866 Huffman et al. Dec 2005 B2
6999880 Lee Feb 2006 B2
7046581 Calvert May 2006 B2
7050356 Jeffryes May 2006 B2
7069149 Goff et al. Jun 2006 B2
7072767 Routh et al. Jul 2006 B2
7092823 Lailly et al. Aug 2006 B2
7110900 Adler et al. Sep 2006 B2
7184367 Yin Feb 2007 B2
7230879 Herkenoff et al. Jun 2007 B2
7271747 Baraniuk et al. Sep 2007 B2
7330799 Lefebvre et al. Feb 2008 B2
7337069 Masson et al. Feb 2008 B2
7373251 Hamman et al. May 2008 B2
7373252 Sherrill et al. May 2008 B2
7376046 Jeffryes May 2008 B2
7376539 Lecomte May 2008 B2
7400978 Langlais et al. Jul 2008 B2
7436734 Krohn Oct 2008 B2
7480206 Hill Jan 2009 B2
7584056 Koren Sep 2009 B2
7599798 Beasley et al. Oct 2009 B2
7602670 Jeffryes Oct 2009 B2
7616523 Tabti et al. Nov 2009 B1
7620534 Pita et al. Nov 2009 B2
7646924 Donoho Jan 2010 B2
7672194 Jeffryes Mar 2010 B2
7672824 Dutta et al. Mar 2010 B2
7675815 Saenger et al. Mar 2010 B2
7679990 Herkenhoff et al. Mar 2010 B2
7715985 Van Manen et al. May 2010 B2
7725266 Sirgue et al. May 2010 B2
7791980 Robertsson et al. Sep 2010 B2
7835072 Izumi Nov 2010 B2
7840625 Candes et al. Nov 2010 B2
20020099504 Cross et al. Jul 2002 A1
20020120429 Ortoleva Aug 2002 A1
20020183980 Guillaume Dec 2002 A1
20040199330 Routh et al. Oct 2004 A1
20060235666 Assa et al. Oct 2006 A1
20070036030 Baumel et al. Feb 2007 A1
20070274155 Ikelle Nov 2007 A1
20080175101 Saenger et al. Jul 2008 A1
20080306692 Singer et al. Dec 2008 A1
20090070042 Birchwood et al. Mar 2009 A1
20090083006 Mackie Mar 2009 A1
20090164186 Haase et al. Jun 2009 A1
20090164756 Dokken et al. Jun 2009 A1
20090187391 Wendt et al. Jul 2009 A1
20090248308 Luling Oct 2009 A1
20090254320 Lovatini et al. Oct 2009 A1
20090259406 Khadhraoui et al. Oct 2009 A1
20100008184 Hegna et al. Jan 2010 A1
20100018718 Krebs et al. Jan 2010 A1
20100039894 Abma et al. Feb 2010 A1
20100054082 McGarry et al. Mar 2010 A1
20100088035 Etgen et al. Apr 2010 A1
20100103772 Eick et al. Apr 2010 A1
20100118651 Liu et al. May 2010 A1
20100142316 Keers et al. Jun 2010 A1
20100161233 Saenger et al. Jun 2010 A1
20100161234 Saenger et al. Jun 2010 A1
20100185422 Hoversten Jul 2010 A1
20100208554 Chiu et al. Aug 2010 A1
20100212909 Baumstein et al. Aug 2010 A1
20100265797 Robertsson et al. Oct 2010 A1
20100270026 Lazaratos et al. Oct 2010 A1
20100286919 Lee et al. Nov 2010 A1
20100299070 Abma Nov 2010 A1
20120095690 Higginbotham et al. Apr 2012 A1
Foreign Referenced Citations (10)
Number Date Country
1 094 338 Apr 2001 EP
1 746 443 Jan 2007 EP
2 390 712 Jan 2004 GB
2 391 665 Feb 2004 GB
WO 2006037815 Apr 2006 WO
WO 2007046711 Apr 2007 WO
WO 2008042081 Apr 2008 WO
WO 2008123920 Oct 2008 WO
WO 2009067041 May 2009 WO
WO 2009117174 Sep 2009 WO
Non-Patent Literature Citations (126)
Entry
Anderson, J.E. et al. (2008), “Sources Near the Free-Surface Boundary: Pitfalls for Elastic Finite-Difference Seismic Simulation and Multi-Grid Waveform Inversion,” 70th EAGE Conf. & Exh., 4 pgs.
Dickens, T.A. et al. (2011), RTM angle gathers using Poynting vectors, SEG Expanded Abstracts 30, pp. 3109-3113.
Helbig, K. (1994), “Foundations of Anisotropy for Exploration Seismics,” Chapter 5, pp. 185-194.
Hu, L.Z. et al. (1987), “Wave-field transformations of vertical seismic profiles,” Geophysics 52, pp. 307-321.
Lazaratos, S. et al. (2011), “Improving the convergence rate of full wavefield inversion using spectral shaping,” SEG Expanded Abstracts 30, pp. 2428-2432.
Liu, F. et al. (2007), “Reverse-time migration using one-way wavefield imaging condition,” SEG Expanded Abstracts 26, pp. 2170-2174.
Liu, F. et al. (2011), “An effective imaging condition for reverse-time migration using wavefield decomposition,” Geophysics 76, pp. S29-S39.
Mora, P. (1987), “Elastic Wavefield Inversion,” PhD Thesis, Stanford University, pp. 22-25.
Mora, P. (1989), “Inversion=migration+tomography,” Geophysics 64, pp. 888-901.
Pratt, R.G. (1999), “Seismic waveform inversion in the frequency domain, Part 1: Theory and verification in a physical scale model,” Geophysics 64, pp. 888-901.
Sheng, J. et al. (2006), “Early arrival waveform tomography on near-surface refraction data,” Geophysics 71, pp. U47-U57.
Simard, P.Y. et al. (1990), “Vector Field Restoration by the Method of Convex Projections,” Computer Vision, Graphics and Image Processing 52, pp. 360-385.
Tang, Y. (2008), “Wave-equation Hessian by phase encoding,” SEG Expanded Abstracts 27, pp. 2201-2205.
Tang, Y. (2009), “Target-oriented wave-equation least-squares migration/inversion with phase-encoded Hessian,” Geophysics 74, pp. WCA95-WCA107.
Tang, Y. et al. (2010), “Preconditioning full waveform inversion with phase-encoded Hessian,” SEG Expanded Abstracts 29, pp. 1034-1037.
Tsvankin, I. (2001), “Seismic Signatures and Analysis of Reflection Data in Anisotropic Media,” Elsevier Science, p. 8.
Xie, X. et al. (2002), “Extracting angle domain information from migrated wavefield,” SEG Expanded Abstracts21, pp. 1360-1363.
Xie, X.-B. et al. (2006), “Wave-equation-based seismic illumination analysis,” Geophysics 71(5), pp. S169-S177.
Yoon, K. et al. (2004), “Challenges in reverse-time migration,” SEG Expanded Abstracts 23, pp. 1057-1060.
Dai, W. et al. (2010), “3D Multi-source Least-squares Reverse Time Migration,” SEG Denver 2010 Annual Meeting, pp. 3120-3124.
Delprat-Jannuad, F. et al. (2005), “A fundamental limitation for the reconstruction of impedance profiles from seismic data,” Geophysics 70(1), pp. R1-R14.
Dunkin, J.W. et al. (1973), “Effect of Normal Moveout on a Seismic Pluse,” Geophysics 38(4), pp. 635-642.
Igel, H. et al. (1996), “Waveform inversion of marine reflection seismograms for P impedance and Poisson's ratio,” Geophys. J. Int. 124i, pp. 363-371.
Lancaster, S. et al. (2000), “Fast-track ‘colored’ inversion,” 70th SEG Ann. Meeting, Expanded Abstracts, pp. 1572-1575.
Lazaratos, S. et al. (2009), “Inversion of Pre-migration Spectral Shaping,” 2009 SEG Houston Int'l. Expo. & Ann. Meeting, Expanded Abstracts, pp. 2383-2387.
Lazaratos, S. (2006), “Spectral Shaping Inversion for Elastic and Rock Property Estimation,” Research Disclosure, Issue 511, pp. 1453-1459.
Moghaddam, P.P. et al. (2010), “Randomized full-waveform inversion: a dimenstionality-reduction approach,” 80th SEG Ann. Meeting, Expanded Abstracts, pp. 977-982.
Ostmo, S. et al. (2002), “Finite-difference iterative migration by linearized waveform inversion in the frequency domain,” SEG Int'l. Expo. & 72nd Ann. Meeting, 4 pgs.
Pica, A. et al. (2005), “3D Surface-Related Multiple Modeling, Principles and Results,” 2005 SEG Ann. Meeting, SEG Expanded Abstracts 24, pp. 2080-2083.
Rawlinson, N. et al. (2008), “A dynamic objective function technique for generating multiple solution models in seismic tomography,” Geophys. J. Int. 178, pp. 295-308.
Routh, P. et al. (2011), “Encoded Simultaneous Source Full-Wavefield Inversion for Spectrally Shaped Marine Streamer Data,” SEG San Antonio 2011 Ann. Meeting, pp. 2433-2438.
Shen, P. et al. (2003), “Differential semblance velocity analysis by wave-equation migration,” 73rd Ann. Meeting of Society of Exploration Geophysicists, 4 pgs.
Shih, R-C. et al. (1996), “Iterative pre-stack depth migration with velocity analysis,” Terrestrial, Atmospheric & Oceanic Sciences 7(2), pp. 149-158.
van Groenestijn, G.J.A. et al. (2009), “Estimating primaries by sparse inversion and application to near-offset reconstruction,” Geophyhsics 74(3), pp. A23-A28.
Verschuur, D.J. et al. (1992), “Adaptive surface-related multiple elimination,” Geophysics 57(9), pp. 1166-1177.
Verschuur, D.J. (1989), “Wavelet Estimation by Prestack Multiple Elimination,” SEG Expanded Abstracts 8, pp. 1129-1132.
Wang, Y. (2007), “Multiple prediction through inversion: Theoretical advancements and real data application,” Geophysics 72(2), pp. V33-V39.
Wang, K. et al. (2009), “Simultaneous full-waveform inversion for source wavelet and earth model,” SEG Int'l. Expo. & Ann. Meeting, Expanded Abstracts, pp. 2537-2541.
Wu R-S. et al. (2006), “Directional illumination analysis using beamlet decomposition and propagation,” Geophysics 71(4), pp. S147-S159.
Young, J. et al. (2011), “An Application of Random Projection to Parameter Estimation in partial Differential Equations,” SIAM, 20 pgs.
Abt, D.L. et al. (2010), “North American lithospheric discontinuity structured imaged by Ps and Sp receiver functions,” J. Geophys. Res., 24 pgs.
Akerberg, P., et al. (2008), “Simultaneous source separation by sparse radon transform,” 78th Annual International Meeting, SEG Expanded Abstracts, pp. 2801-2805.
Aki, K. et al. (1980), “Quantitative Seismology: Theory and Methods vol. I—Chapter 7—Surface Waves in a Vertically Heterogenous Medium,” W.H. Freeman and Co., pp. 259-318.
Aki, K. et al. (1980), “Quantitative Seismology: Theory and Methods vol. I,” W.H. Freeman and Co., p. 173.
Beasley, C. (2008), “A new look at marine simultaneous sources,” The Leading Edge 27(7), pp. 914-917.
Beaty, K.S. et al. (2003), “Repeatability of multimode Rayleigh-wave dispersion studies,” Geophysics 68(3), pp. 782-790.
Beaty, K.S. et al. (2002), “Simulated annealing inversion of multimode Rayleigh wave dispersion waves for geological structure,” Geophys. J. Int. 151, pp. 622-631.
Becquey, M. et al. (2002), “Pseudo-Random Coded Simultaneous Vibroseismics,” SEG Int'l. Exposition and 72th Annl. Mtg., 4 pgs.
Berkhout, A.J. (1987), “Applied Seismic Wave Theory,” Elsevier Science Publishers, p. 142.
Berkhout, A.J. (1992), “Areal shot record technology,” J. of Seismic Exploration 1, pp. 251-264.
Berkhout, a.J. (2008), “Changing the mindset in seismic data acquisition,” The Leading Edge 27(7), pp. 924-938.
Ben-Hadj-Ali, H. et al. (2009), “Three-dimensional frequency-domain full waveform inversion with phase encoding,” SEG Expanded Abstracts, pp. 2288-2292.
Beylkin, G. (1985), “Imaging of discontinuities in the inverse scattring problem by inversion of a causal generalized Radon transform,” J. Math. Phys. 26, pp. 99-108.
Bonomi, E. et al. (2006), “Wavefield Migration plus Monte Carlo Imaging of 3D Prestack Seismic Data,” Geophysical Prospecting 54, pp. 505-514.
Boonyasiriwat, C. et al. (2010), “3D Multisource Full-Waveform Inversion Using Dynamic Random Phase Encoding,” SEG Expanded Abstracts 29, pp. 1044-1049.
Boonyasirwat, C. et al. (2010), “3D Multi-source Least-squares reverse Time Migration,” SEG Denver 2010 Annual Meeting, pp. 3120-3124.
Bunks, C., et al. (1995), “Multiscale seismic waveform inversion,” Geophysics 60, pp. 1457-1473.
Chavent, G. et al. (1999), “An optimal true-amplitude least-squares prestack depth-migration operator,” Geophysics 64(2), pp. 508-515.
Clapp, R.G. (2009), “Reverse time migration with random boundaries,” SEG International Exposition and Meeting, Expanded Abstracts, pp. 2809-2813.
Dziewonski A. et al. (1981), “Preliminary Reference Earth Model,” Phys. Earth Planet. Int. 25(4), pp. 297-356.
Ernst, F.E. et al. (2000), “Tomography of dispersive media,” J. Acoust. Soc. Am 108(1), pp. 105-116.
Ernst, F.E. et al. (2002), “Removal of scattered guided waves from seismic data,” Geophysics 67(4), pp. 1240-1248.
Esmersoy, C. (1990), “Inversion of P and SV waves from multicomponent offset vertical seismic profiles,” Geophysics 55(1), pp. 39-50.
Fallat, M.R. et al. (1999), “Geoacoustic inversion via local, global, and hybrid algorithms,” J. Acoust. So. Am. 105, pp. 3219-3230.
Fichtner, A. et al. (2006), “The adjoint method in seismology I. Theory,” Physics of the Earth and Planetary Interiors 157, pp. 86-104.
Forbriger, T. (2003), “Inversion of shallow-seismic wavefields: I. Wavefield transformation,” Geophys. J. Int. 153, pp. 719-734.
Gibson, B. et al. (1984), “Predictive deconvolution and the zero-phase source,” Geophysics 49(4), pp. 379-397.
Griewank, A. (1992), “Achieving logarithmic growth of temporal and spatial complexity in reverse automatic differentiation,” 1 Optimization Methods and Software, pp. 35-54.
Griewank, A. (2000), “Evaluating Derivatives: Principles and Techniques of Algorithmic Differentiation,” Society for Industrial and Applied Mathematics, 49 pgs.
Griewank, A. et al. (2000), “Algorithm 799: An implementation of checkpointing for the reverse or adjoint mode of computational differentiation,” 26 ACM Transactions on Mathematical Software, pp. 19-45.
Griewank, A. et al. (1996), “Algorithm 755: A package for the automatic differentiation of algorithms written in C/C++,” ACM Transactions on Mathematical Software 22(2), pp. 131-167.
Haber, E. et al. (2010), “An effective method for parameter estimation with PDE constraints with multiple right hand sides,” Preprint—UBC http://www.math.ubc.ca/˜haber/pubs/PdeOptStochV5.pdf, 20 pgs.
Herrmann, F.J. (2010), “Randomized dimensionality reduction for full-waveform inversion,” EAGE abstract G001, 72nd EAGE Barcelona meeting, 5 pgs.
Holschneider, J. et al. (2005), “Characterization of dispersive surface waves using continuous wavelet transforms,” Geophys. J. Int. 163, pp. 463-478.
Ikelle, L.T. (2007), “Coding and decoding: Seismic data modeling, acquisition, and processing,” 77th Annual Int'l. Meeting, SEG Expanded Abstracts, pp. 66-70.
Jackson, D.R. et al. (1991), “Phase conjugation in underwater acoustics,” J. Acoust. Soc. Am. 89(1), pp. 171-181.
Jing, X. et al. (2000), “Encoding multiple shot gathers in prestack migration,” SEG International Exposition and 70th Annual Meeting, Expanded Abstracts, pp. 786-789.
Kennett, B.L.N. (1991), “The removal of free surface interactions from three-component seismograms,” Geophys. J. Int. 104, pp. 153-163.
Krebs, J.R. (2008), “Full-wavefield seismic inversion using encoded sources,” Geophysics 74(6), pp. WCC177-WCC188.
Krohn, C.E. (1984), “Geophone ground coupling,” Geophysics 49(6), pp. 722-731.
Kroode, F.T. et al. (2009), “Wave Equation Based Model Building and Imaging in Complex Settings,” OTC 20215, 2009 Offshore Technology Conf., Houston, TX, May 4-7, 2009, 8 pgs.
Kulesh, M. et al. (2008), “Modeling of Wave Dispersion Using Continuous Wavelet Transforms II: Wavelet-based Frequency-velocity Analysis,” Pure Applied Geophysics 165, pp. 255-270.
Lecomte, I. (2008), “Resolution and illumination analyses in PSDM: A ray-based approach,” The Leading Edge, pp. 650-663.
Levanon, N. (1988), “Radar Principles, Chpt. 1—Radar Measurements,” John Whiley & Sons, New York, pp. 1-18.
Liao, Q. et al. (1995), “2.5D full-wavefield viscoacoustic inversion,” Geophysical Prospecting 43, pp. 1043-1059.
Maharramov, M. et al. (2007) , “Localized image-difference wave-equation tomography,” SEG Annual Meeting, Expanded Abstracts, pp. 3009-3013.
Marcinkovich, C. et al. (2003), “On the implementation of perfectly matched layers in a three-dimensional fourth-order velocity-stress finite difference scheme,” J. of Geophysical Research 108(B5), pp. 18-1-18-16.
Meier, M.A. et al. (2009), “Converted wave resolution,” Geophysics 74(2), pp. Q1-Q16.
Mora, P. (1987), “Nonlinear two-dimensional elastic inversion of multi-offset seismic data,” Geophysics 52, pp. 1211-1228.
Nazarian, S. et al. (1983), “Use of spectral analysis of surface waves method for determination of moduli and thickness of pavement systems,” Transport Res. Record 930, pp. 38-45.
Neelamani, R., (2008), “Simultaneous sourcing without compromise,” 70th Annual Int'l. Conf. and Exh., EAGE, 5 pgs.
Neelamani, R. (2009), “Efficient seismic forward modeling using simultaneous sources and sparsity,” SEG Expanded Abstracts, pp. 2107-2111.
Park, C.B. et al. (1999), “Multichannel analysis of surface waves,” Geophysics 64(3), pp. 800-808.
Park, C.B. et al. (2007), “Multichannel analysis of surface waves (MASW)—active and passive methods,” The Leading Edge, pp. 60-64.
Plessix, R.E. et al. (2004), “Frequency-domain finite-difference amplitude preserving migration,” Geophys. J. Int. 157, pp. 975-987.
Porter, R.P. (1989), “Generalized holography with application to inverse scattering and inverse source problems,” In E. Wolf, editor, Progress in Optics XXVII, Elsevier, pp. 317-397.
Pratt, R.G. et al. (1998), “Gauss-Newton and full Newton methods in frequency-space seismic waveform inversion,” Geophys. J. Int. 133, pp. 341-362.
Rayleigh, J.W.S. (1899), “On the transmission of light through an atmosphere containing small particles in suspension, and on the origin of the blue of the sky,” Phil. Mag. 47. pp. 375-384.
Romero, L.A. et al. (2000), “Phase encoding of shot records in prestack migration,” Geophysics 65, pp. 426-436.
Ryden, N. et al. (2006), “Fast simulated annealing inversion of surface waves on pavement using phase-velocity spectra,” Geophysics 71(4), pp. R49-R58.
Schuster, G.T. (2010), “Theory of Multisource Crosstalk Reduction by Phase-Encoded Statics,” SEG Denver 2010 Annual Meeting, pp. 3110-3114.
Sheriff, R.E. et al. (1982), “Exploration Seismology,” pp. 134-135.
Shin, C. et al. (2001), “Waveform inversion using a logarithmic wavefield,” Geophysics 49, pp. 592-606.
Sirgue, L. (2004), “Efficient waveform inversion and imaging: A strategy for selecting temporal frequencies,” Geophysics 69, pp. 231-248.
Spitz, S. (2008), “Simultaneous source separation: a prediction-subtraction approach,” 78th Annual Int'l. Meeting, SEG Expanded Abstracts, pp. 2811-2815.
Stefani, J. (2007), “Acquisition using simultaneous sources,” 69th Annual Conf. and Exh., EAGE Extended Abstracts, 5 pgs.
Symes, W.W. (2007), “Reverse time migration with optimal checkpointing,” Geophysics 72(5), pp. SM213-SM221.
Tarantola, A. (1984), “Inversion of seismic reflection data in the acoustic approximation,” Geophysics 49, pp. 1259-1266.
Tarantola, A. (1988), “Theoretical background for the inversion of seismic waveforms, including elasticity and attenuation,” Pure and Applied Geophysics 128, pp. 365-399.
Trantham, E.C. (1994), “Controlled-phase acquisition and processing,” SEG Expanded Abstracts 13, pp. 890-894.
van Manen, D.J. (2005), “Making wave by time reversal,” SEG International Exposition and 75th Annual Meeting, Expanded Abstracts, pp. 1763-1766.
Verschuur, D.J. (2009), “Target-oriented, least-squares imaging of blended data,” 79th Annual Int'l. Meeting, SEG Expanded Abstracts, pp. 2889-2893.
Vigh, D. et al. (2008), “3D prestack plane-wave, full-waveform inversion,” Geophysics 73(5), pp. VE135-VE144.
Weglein, A.B. (2003), “Inverse scattering series and seismic exploration,” Inverse Problems 19, pp. R27-R83.
Xia, J. et al. (2004), “Utilization of high-frequency Rayleigh waves in near-surface geophysics,” The Leading Edge, pp. 753-759.
Zhang, Y. (2005), “Delayed-shot 3D depth migration,” Geophysics 70, pp. E21-E28.
Ziolkowski, A. (1991), “Why don't we measure seismic signatures?,” Geophysics 56(2), pp. 190-201.
Baumstein, A. et al. (2009), “Scaling of the Objective Function Gradient for Full Wavefield Inversion,” SEG Houston 2009 Int'l. Expo. & Annual Meeting, pp. 2243-2247.
Burstedde, C. et al. (2009), “Algorithmic strategies for full waveform inversion: 1D experiments,” Geophysics 74(6), pp. WCC37-WCC46.
Lee, S. et al. (2010), “Subsurface parameter estimation in full wavefield inversion and reverse time migration,” SEG Denver 2010 Annual Meeting, pp. 1065-1069.
Malmedy, W. et al. (2009), “Approximating Hessians in unconstrained optimization arising from discretized problems,” Computational Optimization and Applications, pp. 1-16.
Martin, G.S. et al. (2006), “Marmousi2: An elastic upgrade for Marmousi,” The Leading Edge, pp. 156-166.
Nocedal, J. et al. (2006), “Numerical Optimization, Chapt. 7—Large-Scale Unconstrained Optimization,” Springer, New York, 2nd Edition, pp. 165-176.
Sheen, D-H. et al. (2006), “Time domain Gauss-Newton seismic waveform inversion in elastic media,” Geophysics J. Int. 167, pp. 1373-1384.
Tarantola, A. (1986), “A strategy for nonlinear elastic inversion of seismic reflection data,” Geophysics 51(10), pp. 1893-1903.
Tarantola, A. (2005), “Inverse Problem Theory and Methods for Model Parameter Estimation,” SIAM, p. 79.
Related Publications (1)
Number Date Country
20120143506 A1 Jun 2012 US
Provisional Applications (2)
Number Date Country
61418694 Dec 2010 US
61509904 Jul 2011 US