Geophysical Journal International

Size: px
Start display at page:

Download "Geophysical Journal International"

Transcription

1 Geophysical Journal International Geophys. J. Int. (2015) 202, GJI Seismology doi: /gji/ggv156 Limited-memory BFGS based least-squares pre-stack Kirchhoff depth migration Shaojiang Wu, 1,2 Yibo Wang, 1 Yikang Zheng 1,2 andxuchang 1 1 Institute of Geology and Geophysics, Chinese Academy of Sciences, Beijing , China. wangyibo@mail.igcas.ac.cn 2 University of Chinese Academy of Sciences, Beijing , China Accepted 2015 April 8. Received 2015 April 8; in original form 2014 November 17 1 INTRODUCTION Migration is an effective tool in seismic data processing by moving dipping reflection events to their true geological locations or diffracted energy back to the location of the scatter points. A standard seismic migration operator can be regarded as the adjoint of the seismic forward modelling operator (Claerbout 1971). Migration can also be thought as the first iteration of iterative inversion (Lailly 1983), in which the Hessian of the misfit functional is approximated as a diagonal matrix (Beydoun & Mendes 1989). Due to this simplest approximation, the migration image is usually obscured by migration artefacts when the data are incomplete, especially (Nemeth et al. 1999). Least-squares migration (LSM, Tarantola 1984; Nemeth et al. 1999) is proposed as an iterative inversion based on the least-squares algorithm. Compared to the conventional migration, LSM can improve the resolution of the migration image and suppress migration artefacts after a few iterative calculations. In the LSM algorithm, it first calculates data residuals between observed data and demigrated data using the inverted reflectivity model and forms reflectivity gradient by migrating data residuals; then, updates reflectivity model SUMMARY Least-squares migration (LSM) is a linearized inversion technique for subsurface reflectivity estimation. Compared to conventional migration algorithms, it can improve spatial resolution significantly with a few iterative calculations. There are three key steps in LSM, (1) calculate data residuals between observed data and demigrated data using the inverted reflectivity model; (2) migrate data residuals to form reflectivity gradient and (3) update reflectivity model using optimization methods. In order to obtain an accurate and high-resolution inversion result, the good estimation of inverse Hessian matrix plays a crucial role. However, due to the large size of Hessian matrix, the inverse matrix calculation is always a tough task. The limited-memory BFGS (L-BFGS) method can evaluate the Hessian matrix indirectly using a limited amount of computer memory which only maintains a history of the past m gradients (often m < 10). We combine the L-BFGS method with least-squares pre-stack Kirchhoff depth migration. Then, we validate the introduced approach by the 2-D Marmousi synthetic data set and a 2-D marine data set. The results show that the introduced method can effectively obtain reflectivity model and has a faster convergence rate with two comparison gradient methods. It might be significant for general complex subsurface imaging. Key words: Image processing; Numerical solutions; Inverse theory. with optimization methods. The good estimation of inverse Hessian matrix is required to obtain an accurate and high-resolution inversion result. But, due to the large size of Hessian matrix, it is always a tough task to calculate the inverse matrix. The widely used gradient methods such as the steepest descent method and the conjugate gradient method only assume the Hessian matrix as an identity matrix. To aim for more reasonable computational accuracy, the Hessian matrix of second derivatives is evaluated indirectly by a series of gradient values in some quasi-newton methods. In this study, we introduce a quasi-newton method called L-BFGS (Nocedal 1980) to approximate to the inverse Hessian matrix. L-BFGS modifies the BFGS algorithm using a limited amount of computer memory which only maintains a history of the past m gradients (often m < 10). Then, we combine L-BFGS with the least-squares pre-stack Kirchhoff depth migration (LSKDM). This paper first presents the theory of LSKDM and two numerical optimization methods including the L-BFGS method and typical preconditioned gradient methods. Then, we validate the L-BFGS based least-squares pre-stack Kirchhoff depth migration by the 2-D synthetic Marmosi model and a 2-D marine data set. At the end, a short summary is provided. 738 C The Authors Published by Oxford University Press on behalf of The Royal Astronomical Society.

2 2 LEAST-SQUARES KIRCHHOFF PRE-STACK DEPTH MIGRATION Kirchhoff forward modelling in exploration seismology can be formulated as algebraic linear problems, which is represented by a matrix vector multiplication as: d = Lm, (1) where d is the modelled scattered seismic data and m is the true subsurface reflectivity distribution, L is the Kirchhoff forwardmodelling operator (or demigration operator in the LSM algorithm). A standard migrated image is obtained by applying the transpose of the forward-modelling operator (Claerbout 1992): m mig = L T d, (2) where m mig is the migration result. Substituting the expression of d in eq. (1) into eq. (2) yields: m mig = L T Lm, (3) where L T L is Hessian matrix and is also known as the resolution matrix which reflects the amount of blurring the seismic image (Duquet et al. 2000). In the physical, the model resolution matrix is that the standard migrated image is a linear combination of the true reflectivity model. The Kirchhoff forward operator and its corresponding adjoint operator in their explicit discrete form are given as: d (s, g, t) = [Lm] s,g,t, (4) and m (x) = [ L T m ] x, (5) where s, g, x and t are the source position, receiver position, trial image point and time sample, respectively. Due to geometric spreading and uneven illumination, Kirchhoff migration produces some artefacts in the migration image. These migration artefacts can be suppressed by the least-squares migration (Nemeth et al. 1999; Dai et al. 2012). Mathematically, the objective function can be defined as: f (m) = Lm d 2 + λrm 2 = [ L λr ] m [ ] d, (6) 0 2 where R is a spatial regularization operator and λ is the regularization weight parameter which is relative to the data-fitting goal. An optimal m can be sought to minimize the unconstrained objective function. Here, the regularization is used with a linear filter operator R = / x in above equation. The regularization parameter λ is exponentially decreased with the iterations proceed. Therefore, the regularization term dominates at the early iterations while the misfit term is dominant at later iterations (Nemeth et al. 1999). 3 NUMERICAL OPTIMIZATION METHODS The minimum of the misfit function f (m) can be obtained near the initial model m 0. The updated or the target model m can be set as the sum of the starting model m 0 and a perturbation model m : m = m 0 + m. So, the misfit equation can be expressed with the second-order Taylor series expansion (Tarantola 1984; Virieux &Operto2009): Limited-memory BFGS based least-squares 739 f (m 0 + m) = f (m 0 ) + + M M j=1 k=i M j=i f (m 0 ) m j m j 2 f (m 0 ) m j m k m j m k + o 2 (m 0 ). (7) Then, taking the derivative with respect to the model m: f (m) m = f (m M 0) m + 2 f (m 0 ) m j=i j m m j, (8) where the operator 2 f (m 0 ) is the Hessian matrix and f (m 0) m j is the m m gradient. So, the normal function gives the expression: [ ] 2 1 f (m) f (m) m = m 2 m=m0 m m=m 0. (9) There are some factoring methods for the unconstrained problem for solving the normal eq. (9), that is Cholesky factorization, QR factorization, singular-value decomposition (SVD, Nocedal & Wright 2006). The geophysical problems rise to thousands or millions of variables in practice, especially migration and inversion problem, therefore, it may be efficient to use iterative techniques. So, the normal function can be expressed with the iterative style at the kth iteration: m = α k p k = α k [ B 1 k f (m k ) ], (10) where p k is the searching direction, α k is the step length at iterations, the B k is short for 2 f (m).theb m 2 k is simply set as the identity matrix I in the steepest descent method and the conjugate gradient methods, When in the Newton s method, B k is the exact Hessian matrix 2 f (m), m 2 and it is replaced by an approximation for Hessian matrix in some quasi-newton methods such L-BFGS below. The step length α k is chosen to satisfy the Wolfe conditions, which can be measured by the following inequality (Nocedal & Wright 2006): f (m k + α k p k ) f (m k ) + c 1 α k f (m k ) T p k and f (m k + α k p k ) T p k f (m k ) T p c 2. (11) k For the constant parameter c 1 (0, 1) and constant parameterc 2 (c 1, 1), and in practice, the parameters are chosen as c 1 = 10 4 and c 2 = 0.9. In the beginning line search algorithm, the step α 0 = 1is always be used as the initial trial step length. With a sequence of trial step lengths {α i }, the best value will be accepted if it satisfies the above Wolfe conditions. Additionally, an interpolation along the search direction p k may be needed. When the problem is very large, the optimization algorithm needs to be solved efficiently with a tolerable level both for calculation accuracy and the costs of the storage and computation. So, the current developed optimization algorithm methods may be particularly effective for certain problem types. In this section, one gradientbased methods, the nonlinear conjugate gradient method, and one quasi-newton method, the L-BFGS are tested for the geophysical least-squares optimization problem. 3.1 Pre-conditioned conjugate gradient (PCG) method The linear conjugate gradient method is aimed to solve the optimization problem by successively minimizing objective function

3 740 S. Wu et al. Figure 1. (a) Shows Marmousi velocity model contains many complex small faults and structures and (b) shows theoretical reflectivity model calculated from the velocity model by using vertical rays and constant density assumptions. Both (a) and (b) are also used as a reference model and migration image, respectively. Figure 2. Kirchhoff migration result has distorted with unbalanced reflectivity amplitude. Due to the insufficient illuminations, it shows weaken amplitude and the low resolution especially in the bottom region. In the LSM algorithm, we set it as the initial model by multiplying a scaled factor. f (m) along its individual direction at every step within a conjugate set. In generating its set of conjugate vectors, the new conjugate vector p k can be computed only using the last vector p k 1,which is automatically conjugate to all the previous vectors. So, the linear algorithm can be expressed formally as follows: p k = f (x k ) + β k p k 1 (12) where β k is a scalar to make p k and p k 1 conjugate. We choose the first search direction p 0 to be the current direction at the initial point x 0. Aimed for minimizing general nonlinear functions or solving large-scale optimization problems, the nonlinear variants of the conjugate gradient are introduced by Fletcher & Reeves (1964). The nonlinear functions can be extended from the conjugate gradient method by making two simple changes in above formula (Nocedal & Wright 2006). First, the step length α k is computed by a line search with an approximate minimum of the non-linear function f along p k. Secondly, the residual r is the gradient of the nonlinear objective f. There are many choices for the important parameter β k, and the Fletcher Reeves method is used in this study (Fletcher &Reeves1964): β k = f (x k+1) T f (x k+1 ). (13) f (x k ) T f (x k ) The convergence rate depends on the properties of the matrix L, in particular on the condition number, which is the ratio between the largest and smallest eigenvalue. The precondition can accelerate the convergence rates associated with high condition numbers when a matrix is ill-conditioned or its eigenvalues are not clustered. Numerically, a preconditioned system can be obtained by multiplication with the inverse of the matrix C, C 1 Lm = C 1 d. (14) Normally, the matrix C should be easy to invert, and the condition number of the preconditioned matrix C 1 L smaller than the original condition number of L. An approximate choice for C is chosen as a diagonal matrix (Nemeth et al. 1999): 1 C = diag (L T L) + λdiag(r T R). (15) So, the PCG algorithm is described in Algorithm 1 (Hager & Zhang 2006) Algorithm 1 (preconditioned CG) Given preconditioner C; P k = CC T, Replace f (m k ) with C T f (m k ), p k with C 1 p k, β k = f (m k+1) T P k f (m k+1 ) f (m k ) T P k f (m k ) p k = P k f (m k ) + β k p k The preconditioned L-BFGS method The Newton method uses the quadratic direction, which has a fast rate of local convergence. But, the computation of this matrix of the second derivatives Hessian B k usually can be error-prone and expensive, especially for a large-scale optimization problem. Meanwhile, the Hessian matrix B k is not always an asymmetric and positive define matrix in the practice problem, so additional modification and extra steps are needed to satisfy the assumptions. p k = B 1 k f (x k ). (16) Quasi-Newton methods provide an attractive alternative to Newton s method without requiring the computation of the true Hessian matrix B k. The updates at each step take account of changes in the gradient f (x k ), which can provide additional information about the second derivative of f along the search direction. We focus

4 Limited-memory BFGS based least-squares 741 Figure 3. (a) Is the theoretical reflectivity model. The least squares Kirchhoff migration results after 50 iterations are shown in (b) using the SD method, (c) using the CG method and (d) using L-BFGS method. Compared with conventional Kirchhoff migration result (as shown in Fig. 2), the LSM can compensate uneven illumination and provide more balanced reflectivity amplitude in migration images. With the increasing of iteration numbers, CG and L-BFGS show improving resolutions indicated by rectangular windows a1 d1 and a2 d2. mainly on the BFGS updating formula, as a rank-two update formulae method, which can guarantee that the updated matrix maintains positive definiteness. The BFGS is named for its discoverers Broyden, Fletcher, Goldfarb and Shanno, can be expressed as: p k = H k f (x k ) (17) and H k+1 = ( I ρ k s k (y k ) T ) H k ( I ρk y k (s k ) T ) + ρ k s k (s k ) T H k+1 s k = x k+1 x k, y k = f (x k+1 ) f (x k ),ρ k = 1 yk T s, (18) k where H k is the approximation of the inverse of the Hessian matrix B 1 k. The updated approximation H k+1 will be positive definite whenever that H k is positive definite. Therefore, the initial approximation H 0 usually is simply set as an identity matrix, which can guarantee that the updated matrix maintains positive definiteness. Normally, the BFGS method updates and stores the entire approximate inverse Hessian at per iteration. So, the computational cost and the memory usage are too expensive when the matrices and the number of variables are large. To circumvent this problem, the L-BFSG method (Nocedal 1980; Liu & Nocedal 1989)is introduced to compact and store the approximations of Hessian matrices. The L-BFGS method constructs the Hessian approximation using the curvature information from only the most past m iterations, and the curvature information from earlier iterations is discarded which is less likely to be relevant to the current behaviour of the Hessian. H k+1 = k i=k m+1 + k n=k m+2 V T i H 0 ( k k V i i=k m+1 i=n V T i ρ n 1 s n 1 s T n 1 ) k V i + ρ k s k s T k. (19) There are many approaches to using a history of updates to form the current direction vector. The two loop recursion is recommended for that the multiplication by the initial matrix H 0 is isolated from the rest of the computations, which is easy and free to be chosen freely between iterations. The two-loop recursion scheme is described in Algorithm 2 (Nocedal & Wright 2006). As a preconditioned L-BFGS, the initial estimation H 0 is computed with a preconditioned gradient P 0 f (m 0 ) at the first iteration (Nocedal & Wright 2006). i=n

5 742 S. Wu et al. Figure 5. Panels (a) (d) magnified views of rectangular window (a2 d2) in Fig. 5, respectively. Compared to the true reflectivity model (a), (d) has improving resolution and small faults and structures have been recognized clearly where the arrows point to locations than (b) and (c). Figure 4. Panels (a) (d) magnified the views of rectangular window (a1 d1) in Fig. 5, respectively. Compared to the true reflectivity model (a), (b) show poorer migration image, (d) shows better resolution where artefactartefacts have been suppressed significantly in the region indicated by the arrows than (c).

6 Limited-memory BFGS based least-squares 743 Figure 6. Normalized data residual plotted against iteration number. Both L-BFGS method and CG method obtain almost the same convergence after 35 iterations and show higher convergence precision than SD method with the same iteration. But, L-BFGS provides a faster convergence rate than CG method in the same accuracy of solution case. Algorithm 2 (preconditioned L-BFGS two-loop scheme) Given preconditioner P 0 ; Replace f (m 0 ) with P 0 f (m 0 ) at the first iteration q = f (m k ) ; for i = k 1, k 2,...,k m α i = ρ i si T q q = q α i y i r = H 0 q for i = k m, k m + 1,...,k 1 β = ρ i yi T r r = r s i (α i β) H k f (m k ) = r; p k = k f (m k ). 4 COST AND CONVERGENCE ANALYSIS The matrix-free regime within an optimization algorithm is defined that the approach does not require the explicit storage or factorization of any matrix. Since we rely on an iterative method instead of factoring methods and the explicit problem formulation is avoided, the used PCG is matrix-free (Fountoulakis et al. 2014). Some fur- Figure 8. The velocity model mainly contains a shallow water layer (the blue part with a velocity 1500 m s 1 ) and some weak reflectors near the seafloor (the mainly white part). The model is estimated from the observed data, which contains velocity errors. ther matrix-free GPU preconditioned CG method is implemented with recalculate in every local grid cell instead of storing explicitly, which can reduce access to global memory for kernels were ported to the GPU but increase data throughput and some logical operations (Müller et al. 2013). Therefore, the GPU implemented CG does not well for the migration problem in this study, because the additional logical operations outweight the saving storage requirements. The L-BFGS method approximates the inverse Hessian matrix only using some previous vectors without forming explicitly the Hessian operator, which is a matrix-free solver. In PCG, both the measurement matrix L and the preconditioning matrix C need to be stored explicitly in the algorithm for solving the preconditioning equation. The vector p k is stored, which requires n locations per iteration. As the preconditioned CG show in Algorithm 1, there require 9n multiplications for updating the searching direction with a given preconditioner, including 6n multiplications for the multiplication β k. In general quasi-newton method like the BFGS, the approximate matrix of the inverse Hessian should be constructed sequentially, which usually is symmetric. Therefore, it requires n (n + 1) /2 Figure 7. Reflectivity curve plotted against depth on the offset 3000 m of the least squares Kirchhoff migration result after 50 iterations. All three methods perform well to estimate the reflectivity value in shallow region. But, L-BFGS method is closer to the true reflectivity value especially in bottom region compared to CG method and SD method.

7 744 S. Wu et al. Figure 9. (a) A raw CSG of the marine gather and its frequency of traces (b). Panel (c) is the same CSG with applying the steps and its frequency of traces (d). The free-surface-related multiples (black arrows) in the recorded data must been attenuated. Then, some alias frequency (green arrows) like strong imprint of multiple reflections at high frequency and some far offset seismic data (green boxes) should be muted. The processed data is with a higher signal-to-noise ratio. Figure 10. The Kirchhoff migration result has unbalanced reflectivity amplitude and the unfocused reflectors especially in the deep part. locations per iteration, in which the number n is the model parameters (Byrd et al. 1995). In the L-BFGS, some vector pairs { s k, y k } from the most past m iterations is used and stored, which needs most 2mn locations [during its first m 1 iterations, only about 2 (m 1) n]. As the two-loop recursion scheme showed in Algorithm 2, there require 4 (n + 1) m multiplications for updating the searching direction, including 2 nm multiplications in every loop (Nocedal 1980; Zheng et al. 2013), m multiplications for the multiplication H 0 q. In theory, the preconditioned nonlinear conjugate gradient method and the L-BFGS method can reduce O(n 2 ) locations of quasi-newton methods like BFGS to O (n), which are meaningful for some realistic large-size problems with n m. For updating the searching direction, about O (n) multiplications are required with both methods. Next, there is additional forward modelling calculation and some other multiplications in every line search algorithm. So, the numbers of tries before selecting the best steps length should not be negligible for considerations of the computation, which depend on the condition numbers of the objective matrix, the choice for the iterative optimization methods and the choice for the provide proper constant parameters c 1 and c 2 in Wolfe conditions. In practice, the first trial step for the estimation α k can also use the selected step length α k+1 at the previous iteration, which can satisfies the Wolfe conditions with few additional linesearch iterations most of the time. Theoretically, the conjugate gradient method modifies the steepest descent direction with a conjugate direction. Moreover, the precondition implemented can make the distribution of the eigenvalues of the coefficient matrix more favourable and accelerate the convergence improve the convergence of the method significantly. The L-BFGS method construct the Hessian approximation only using the most recent iterations, which are dominant relevant to the actual behaviour of the Hessian. The limited-memory quasi-newton

8 Limited-memory BFGS based least-squares 745 Figure 11. The least squares Kirchhoff migration results after 10 iterations are shown in (a) using the preconditioned CG method, (b) using the preconditioned L-BFGS method. Compared with conventional Kirchhoff migration result (as shown in Fig. 10), the LSM can provide more balanced reflectivity amplitude and improving resolution reflectors in migration images, especially in the rectangular windows a1, b1. method provides an attractive alternative to Newton s method and may still attain a superlinear rate of convergence, typically quadratic (Nocedal & Wright 2006). Under the reasonable assumptions, the L-BFGS has the potential for converging more rapidly than the preconditioned CG for using the improving information related to Hessian (Nocedal 1980). 5 EXAMPLES 5.1 Synthetic data In the first example, the above two numerical optimization methods based on the least squares Kirchhoff depth migration are tested on the synthetic Marmousi data set. The Marmousi velocity model has 1401 gridpoints in the horizontal direction and 341 gridpoints in the vertical direction, both directions with a grid interval of 10 m. We set 320 shots and 400 receivers per shot both deployed on the surface. The trace interval and shot interval are 10 and 20 m, respectively. The recording length for each trace is 5 s, with a temporal sampling interval of s. A Ricker wavelet with a 30 Hz peak frequency is used as the source wavelet. Fig. 1(a) shows the true velocity model contains many complex small faults and structures, which is used for modelling and migration or demigration in LSM algorithm. The reflectivity model in Fig. 3(a) calculated from the velocity model by using vertical rays and constant density assumptions. Fig. 2 shows the conventional Kirchhoff migration, which has distorted with unbalanced reflectivity amplitude due to geometric spreading and insufficient illuminations. The Kirchhoff migration can be set as the initial model by multiplying a scaled factor in the LSM algorithm. The least squares Kirchhoff migration results using the steepest descent method, the conjugate gradient method and L-BFGS method after 50 iterations are shown in Figs 3(b) (d), respectively. Compared with conventional Kirchhoff migration result (as shown in Fig. 2), the LSM using all three methods can compensate uneven illumination and provide more balanced reflectivity amplitude in migration images. With the increasing of iteration numbers, L-BFGS method show improving resolutions and clearer small faults and structures than the pre-conditioned CG method and the SD method. To demonstrate the advantages of the L-BFGS, we magnify the rectangular windows of Figs 4 and 5 contains zoomed views of rectangular windows 1 and 2, respectively in Fig. 3. Figs4(b) and 5(b) using SD method show worst migration image with the SD method; Figs 4(d) and 5(d) using L-BFGS method show that faults and structures are more clearly delineated where the arrows point to the locations and have a better migration resolution than Figs 4(b), (c) and 5(b), (c) using the SD method and the CG method, respectively. Fig. 6 is the reflectivity depth curve using the three methods on the offset 3000 m of the least squares Kirchhoff depth migration result after 50 iterations. In the comparison, all three methods perform well to estimate the reflectivity value in shallow region. But, L-BFGS is closer to the true reflectivity curve especially in bottom compared to CG method and SD method. Thus, it gives a better resolution in the migration images. Fig. 7 show normalized data residual curve against iteration number. Both L-BFGS method and CG method obtain almost the same convergence after 35 iterations and show higher convergence precision than SD method with the same iteration. But, L-BFGS provides faster convergence rate than CG method in the same accuracy of solution case. It is reasonable as that L-BFGS is a second-order optimization algorithm which evaluates the Hessian matrix indirectly using a history of the past m gradients, while both the SD method and the CG method only assume the Hessian matrix as an identity matrix. 5.2 Field data In this example, the above two numerical optimization methods based on the least squares Kirchhoff depth migration are tested on a 2-D marine data set from the South China Sea. The estimated velocity model has 700 gridpoints in the horizontal direction and 450 gridpoints in the vertical direction, both directions with a grid interval of 12.5 m. There are 240 shots with a shot interval of 50 m, and each shot is recorded with 200 receivers and a 25 m interval. The nearest offset is 250 m. The recording length for each trace is 10 s, with a temporal sampling interval of s. The velocity model used for LSM is showed in Fig. 8, which contains a shallow water layer and some weak reflectors near the seafloor. The estimation of the velocity model from the observed seismic data is often ambiguous and inaccurate by the current methods, and contains some velocity errors, which can mainly lead to an incoherent, defocused image. More complicated than the synthetic data example, as showed in Figs 9(a) and (b), some processing steps should be applied to the raw marine data prior to migration. First, the free-surface-related multiples in the recorded data have been attenuated, and the remained part contains mainly the primaries satisfy the assumptions.

9 746 S. Wu et al. Figure 13. Normalized data residual plotted against iteration number. The L-BFGS provides a faster convergence rate than CG method in the same accuracy of solution case. However, the decrease in residual is approximately per cent for the both methods and underperforms the synthetic data set examples, which may due to velocity errors in the estimated background model and strong attenuation and anisotropy of some soft sediments below the sea level for the wave propagation. The KM result and the 10th iteration least squares Kirchhoff migration results by two optimization schemes are presented in Figs 10 and 11, respectively. Compared to standard KM results, the LSM provides a better quality image with fewer artefacts, especially in the deep region and higher resolution for the shallow reflectors. Comparing these LSM images, we observe that the two optimization methods perform similarly, but there still some apparent differences in the areas enclosed by the boxes. Zoomed views of the areas in Figs 10 and 11(a) and (b) are shown in Figs 12(a) and (c), respectively. The corresponding reflectors with the L-BFGS method are more continuous and better focused. Meanwhile, some noise also be attenuated. The convergence profile for the marine case is showed in Fig. 13 with a normalized data residual curve. The L-BFGS method offers a higher convergence rate than the non-linear conjugate gradient method. But, the decrease in residual is approximately per cent within dozen times of iteration (it is actually meaningless with too many iteration for real data) for the both methods, which underperforms the synthetic data set example. In practice, the velocity errors in the estimated background model can lead to unexact paths of wave propagating, and imprecise computation of seismic traveltime in Kirchhoff migration. Further, some soft shale sediments below the sea level can lead to strong attenuation and anisotropy of the wave propagation, which is also a challenge for seismic imaging. Figure 12. Panels (b) and (c) are the zoomed views of the areas enclosed by yellow boxes in Figs 11(a) and (b), respectively. (a) is the corresponding parts in the Fig. 10. Compared these details parts, the reflectors with the L-BFGS is more continuous and better focused (black arrows), also, some noise also be attenuated (green circle). Then, a bandpass filter is applied for mainly removing the noise due to the limits of the actual acquisition, and some alias frequency like strong imprint of multiple reflections at high frequency. This bandwidth is chosen based on the frequency content of the data in which most of the signal is concentrated between 10 and 55 Hz. With the Kirchhoff migration, some far offset seismic data also need be cut. The processed common shot gather (CSG) and its frequency of traces are showed in Figs 9(c) and (d), and the signal-to-noise ratio (SNR) is effectively improved. 6 CONCLUSION The numerical experiments validate that L-BFGS based the least squares Kirchhoff depth migration is a computationally efficient method for suppressing migration artefacts and modifying spatial resolution than standard migration. The introduced approach has three major advantages: (1) compared to the conventional migration, it can compensate for uneven illumination and amplitude distortion after a few iterative calculations iterations, (2) compared to the SD method and the CG method, it can effectively obtain higher resolution reflectivity models and improve the ability for recognizing small faults and structures. Because of the above-mentioned advantages, the introduced approach might be a significant tool for general complex subsurface imaging.

10 ACKNOWLEDGEMENTS The research was supported by the Strategic Priority Research Program of the Chinese Academy of Sciences, Grant No. XDB REFERENCES Beydoun, W.B. & Mendes, M., Elastic ray-born l 2 -migration/ inversion, Geophys. J. Int., 97(1), Byrd, R.H., Lu, P. & Nocedal, J., A limited memory algorithm for bound constrained optimization, SIAM J. Scient. Stat. Comput., 16, Claerbout, J.F., Toward a unified theory of reflector mapping, Geophysics, 36(3), Claerbout, J.F., Earth Soundings Analysis: Processing Versus Inversion, Blackwell Scientific Publications. Dai, W., Fowler, P. & Schuster, G.T., Multi-source leastsquares reverse time migration, Geophys. Prospect., 60(4), Duquet, B., Marfurt, K.J. & Dellinger, J.A., Kirchhoff modeling, inversion for reflectivity, and subsurface illumination, Geophysics, 65(4), Fletcher, R. & Reeves, C.M., Function minimization by conjugate gradients, Comp. J., 7(2), Limited-memory BFGS based least-squares 747 Fountoulakis, K., Gondzio, J. & Zhlobich, P., Matrix-free interior point method for compressed sensing problems, Math. Program. Comput., 6(1), Hager, W.W. & Zhang, H., A survey of nonlinear conjugate gradient methods, Pacific J. Optim., 2(1), Lailly, P., The seismic inverse problem as a sequence of before stack migrations, in Proceedings of the Conference on Inverse Scattering: Theory and Application, Society for Industrial and Applied Mathematics, Philadelphia, PA, pp Liu, D.C. & Nocedal, J., On the limited memory BFGS method for large scale optimization, Math. Program., 45(1 3), Müller, E., Guo, X., Scheichl, R. & Shi, S., Matrix-free GPU implementation of a preconditioned conjugate gradient solver for anisotropic elliptic PDEs, Comput. Vis. Sci., 16(2), Nemeth, T., Wu, C. & Schuster, G.T., Least-squares migration of incomplete reflection data, Geophysics, 64(1), Nocedal, J., Updating Quasi-Newton matrices with limited storage, Math. Comput., 35(151), Nocedal, J. & Wright, S.J., Numerical Optimization, Springer. Tarantola, A., Inversion of seismic reflection data in the acoustic approximation, Geophysics, 49, Virieux, J. & Operto, S., An overview of full-waveform inversion in exploration geophysics, Geophysics, 74(6), R247 R261. Zheng, Y., Wang, Y. & Chang, X., Wave-equation travel-time inversion: comparison of three numerical optimization methods, Comput. Geosci., 60,

Multi-source Least-squares Migration of Gulf of Mexico Data

Multi-source Least-squares Migration of Gulf of Mexico Data Multi-source Least-squares Migration of Gulf of Mexico Data Xin Wang. King Abdullah University of Science and Technology, Thuwal 955-69, Kingdom of Saudi Arabia Corresponding author is Xin Wang. E-mail

More information

Accelerating the Hessian-free Gauss-Newton Full-waveform Inversion via Preconditioned Conjugate Gradient Method

Accelerating the Hessian-free Gauss-Newton Full-waveform Inversion via Preconditioned Conjugate Gradient Method Accelerating the Hessian-free Gauss-Newton Full-waveform Inversion via Preconditioned Conjugate Gradient Method Wenyong Pan 1, Kris Innanen 1 and Wenyuan Liao 2 1. CREWES Project, Department of Geoscience,

More information

Inversion after depth imaging

Inversion after depth imaging Robin P. Fletcher *, Stewart Archer, Dave Nichols, and Weijian Mao, WesternGeco Summary In many areas, depth imaging of seismic data is required to construct an accurate view of the reservoir structure.

More information

Iterative resolution estimation in Kirchhoff imaging

Iterative resolution estimation in Kirchhoff imaging Stanford Exploration Project, Report SERGEY, November 9, 2000, pages 369?? Iterative resolution estimation in Kirchhoff imaging Robert G. Clapp, Sergey Fomel, and Marie Prucha 1 ABSTRACT We apply iterative

More information

Downloaded 09/16/13 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 09/16/13 to Redistribution subject to SEG license or copyright; see Terms of Use at Time-domain incomplete Gauss-Newton full-waveform inversion of Gulf of Mexico data Abdullah AlTheyab*, Xin Wang, Gerard T. Schuster, King Abdullah University of Science and Technology Downloaded 9// to

More information

Model parametrization strategies for Newton-based acoustic full waveform

Model parametrization strategies for Newton-based acoustic full waveform Model parametrization strategies for Newton-based acoustic full waveform inversion Amsalu Y. Anagaw, University of Alberta, Edmonton, Canada, aanagaw@ualberta.ca Summary This paper studies the effects

More information

A projected Hessian matrix for full waveform inversion Yong Ma and Dave Hale, Center for Wave Phenomena, Colorado School of Mines

A projected Hessian matrix for full waveform inversion Yong Ma and Dave Hale, Center for Wave Phenomena, Colorado School of Mines A projected Hessian matrix for full waveform inversion Yong Ma and Dave Hale, Center for Wave Phenomena, Colorado School of Mines SUMMARY A Hessian matrix in full waveform inversion (FWI) is difficult

More information

Stochastic conjugate gradient method for least-square seismic inversion problems Wei Huang*, Hua-Wei Zhou, University of Houston

Stochastic conjugate gradient method for least-square seismic inversion problems Wei Huang*, Hua-Wei Zhou, University of Houston Stochastic conjugate gradient method for least-square seismic inversion problems Wei Huang*, Hua-Wei Zhou, University of Houston Summary With the development of computational power, there has been an increased

More information

SUMMARY LEAST-SQUARES MIGRATION THEORY

SUMMARY LEAST-SQUARES MIGRATION THEORY Making the most out of the least (squares migration) Gaurav Dutta, Yunsong Huang, Wei Dai, Xin Wang, and G.T. Schuster King Abdullah University of Science and Technology SUMMARY Standard migration images

More information

Target-oriented wave-equation inversion

Target-oriented wave-equation inversion Stanford Exploration Project, Report 120, May 3, 2005, pages 23 40 Target-oriented wave-equation inversion Alejandro A. Valenciano, Biondo Biondi, and Antoine Guitton 1 ABSTRACT A target-oriented strategy

More information

High Resolution Imaging by Wave Equation Reflectivity Inversion

High Resolution Imaging by Wave Equation Reflectivity Inversion High Resolution Imaging by Wave Equation Reflectivity Inversion A. Valenciano* (Petroleum Geo-Services), S. Lu (Petroleum Geo-Services), N. Chemingui (Petroleum Geo-Services) & J. Yang (University of Houston)

More information

Least squares Kirchhoff depth migration: important details

Least squares Kirchhoff depth migration: important details Least squares Kirchhoff depth migration: important details Daniel Trad CREWES-University of Calgary Summary Least squares migration has been an important research topic in the academia for about two decades,

More information

Angle-gather time migration a

Angle-gather time migration a Angle-gather time migration a a Published in SEP report, 1, 141-15 (1999) Sergey Fomel and Marie Prucha 1 ABSTRACT Angle-gather migration creates seismic images for different reflection angles at the reflector.

More information

Target-oriented computation of the wave-equation imaging Hessian

Target-oriented computation of the wave-equation imaging Hessian Stanford Exploration Project, Report 117, October 23, 2004, pages 63 77 Target-oriented computation of the wave-equation imaging Hessian Alejandro A. Valenciano and Biondo Biondi 1 ABSTRACT A target-oriented

More information

Least Squares Kirchhoff Depth Migration: potentials, challenges and its relation to interpolation

Least Squares Kirchhoff Depth Migration: potentials, challenges and its relation to interpolation Least Squares Kirchhoff Depth Migration: potentials, challenges and its relation to interpolation Daniel Trad CGG Summary Least Squares Migration (LSM), like interpolation, has the potential to address

More information

Amplitude and kinematic corrections of migrated images for non-unitary imaging operators

Amplitude and kinematic corrections of migrated images for non-unitary imaging operators Stanford Exploration Project, Report 113, July 8, 2003, pages 349 363 Amplitude and kinematic corrections of migrated images for non-unitary imaging operators Antoine Guitton 1 ABSTRACT Obtaining true-amplitude

More information

Target-oriented wavefield tomography: A field data example

Target-oriented wavefield tomography: A field data example Target-oriented wavefield tomography: A field data example Yaxun Tang and Biondo Biondi ABSTRACT We present a strategy for efficient migration velocity analysis in complex geological settings. The proposed

More information

SUMMARY INTRODUCTION THEORY

SUMMARY INTRODUCTION THEORY Illumination compensation for subsalt image-domain wavefield tomography Tongning Yang, Center for Wave Phenomena, Colorado School of Mines, Jeffrey Shragge, School of Earth and Environment, University

More information

Least squares Kirchhoff depth migration with. preconditioning

Least squares Kirchhoff depth migration with. preconditioning Least squares Kirchhoff depth migration with preconditioning Aaron Stanton University of Alberta, Department of Physics, 4-83 CCIS, Edmonton AB T6G E (April, 3) Running head: Least Squares Migration ABSTRACT

More information

Least-squares Wave-Equation Migration for Broadband Imaging

Least-squares Wave-Equation Migration for Broadband Imaging Least-squares Wave-Equation Migration for Broadband Imaging S. Lu (Petroleum Geo-Services), X. Li (Petroleum Geo-Services), A. Valenciano (Petroleum Geo-Services), N. Chemingui* (Petroleum Geo-Services),

More information

Full-waveform inversion for reservoir characterization: A synthetic study

Full-waveform inversion for reservoir characterization: A synthetic study CWP-889 Full-waveform inversion for reservoir characterization: A synthetic study Nishant Kamath, Ilya Tsvankin & Ehsan Zabihi Naeini ABSTRACT Most current reservoir-characterization workflows are based

More information

F031 Application of Time Domain and Single Frequency Waveform Inversion to Real Data

F031 Application of Time Domain and Single Frequency Waveform Inversion to Real Data F031 Application of Time Domain and Single Frequency Waveform Inversion to Real Data D Yingst (ION Geophysical), C. Wang* (ION Geophysical), J. Park (ION Geophysical), R. Bloor (ION Geophysical), J. Leveille

More information

SUMMARY INTRODUCTION THEORY. Objective function of ERWI

SUMMARY INTRODUCTION THEORY. Objective function of ERWI Extended Reflection Waveform Inversion via Differential Semblance Optimization Yujin Liu, William W. Symes and Zhenchun Li, China University of Petroleum (Huadong), Rice University SUMMARY Reflection-based

More information

U043 3D Prestack Time Domain Full Waveform Inversion

U043 3D Prestack Time Domain Full Waveform Inversion U043 3D Prestack Time Domain Full Waveform Inversion D.V. Vigh* (WesternGeco), W.E.S. Starr (WesternGeco) & K.D. Kenneth Dingwall (WesternGeco) SUMMARY Despite the relatively high computational demand,

More information

Wave-equation inversion prestack Hessian

Wave-equation inversion prestack Hessian Stanford Exploration Project, Report 125, January 16, 2007, pages 201 209 Wave-equation inversion prestack Hessian Alejandro A. Valenciano and Biondo Biondi ABSTRACT The angle-domain Hessian can be computed

More information

Writing Kirchhoff migration/modelling in a matrix form

Writing Kirchhoff migration/modelling in a matrix form Writing Kirchhoff migration/modelling in a matrix form Abdolnaser Yousefzadeh and John C. Bancroft Kirchhoff migration matrix ABSTRACT Kirchhoff prestack migration and modelling are linear operators. Therefore,

More information

SUMMARY. earth is characterized by strong (poro)elasticity.

SUMMARY. earth is characterized by strong (poro)elasticity. with illumination compensation Tongning Yang, Center for Wave Phenomena, Colorado School of Mines, Jeffrey Shragge, School of Earth and Environment, University of Western Australia, and Paul Sava, Center

More information

Model-space vs. data-space normalization for recursive depth migration

Model-space vs. data-space normalization for recursive depth migration Stanford Exploration Project, Report 108, April 29, 2001, pages 1?? Model-space vs. data-space normalization for recursive depth migration James Rickett 1 ABSTRACT Illumination problems caused by finite-recording

More information

Full waveform inversion by deconvolution gradient method

Full waveform inversion by deconvolution gradient method Full waveform inversion by deconvolution gradient method Fuchun Gao*, Paul Williamson, Henri Houllevigue, Total), 2012 Lei Fu Rice University November 14, 2012 Outline Introduction Method Implementation

More information

Approximate Constant Density Acoustic Inverse Scattering Using Dip-Dependent Scaling Rami Nammour and William Symes, Rice University

Approximate Constant Density Acoustic Inverse Scattering Using Dip-Dependent Scaling Rami Nammour and William Symes, Rice University Approximate Constant Density Acoustic Inverse Scattering Using Dip-Dependent Scaling Rami Nammour and William Symes, Rice University SUMMARY This abstract presents a computationally efficient method to

More information

We N Converted-phase Seismic Imaging - Amplitudebalancing Source-independent Imaging Conditions

We N Converted-phase Seismic Imaging - Amplitudebalancing Source-independent Imaging Conditions We N106 02 Converted-phase Seismic Imaging - Amplitudebalancing -independent Imaging Conditions A.H. Shabelansky* (Massachusetts Institute of Technology), A.E. Malcolm (Memorial University of Newfoundland)

More information

Modelling, migration, and inversion using Linear Algebra

Modelling, migration, and inversion using Linear Algebra Modelling, mid., and inv. using Linear Algebra Modelling, migration, and inversion using Linear Algebra John C. Bancroft and Rod Blais ABSRAC Modelling migration and inversion can all be accomplished using

More information

Refraction Full-waveform Inversion in a Shallow Water Environment

Refraction Full-waveform Inversion in a Shallow Water Environment Refraction Full-waveform Inversion in a Shallow Water Environment Z. Zou* (PGS), J. Ramos-Martínez (PGS), S. Kelly (PGS), G. Ronholt (PGS), L.T. Langlo (PGS), A. Valenciano Mavilio (PGS), N. Chemingui

More information

Improvements in time domain FWI and its applications Kwangjin Yoon*, Sang Suh, James Cai and Bin Wang, TGS

Improvements in time domain FWI and its applications Kwangjin Yoon*, Sang Suh, James Cai and Bin Wang, TGS Downloaded 0/7/13 to 05.196.179.38. Redistribution subject to SEG license or copyright; see Terms of Use at http://library.seg.org/ Improvements in time domain FWI and its applications Kwangjin Yoon*,

More information

Chapter 5. 3D data examples REALISTICALLY COMPLEX SYNTHETIC INVERSION. Modeling generation and survey design

Chapter 5. 3D data examples REALISTICALLY COMPLEX SYNTHETIC INVERSION. Modeling generation and survey design Chapter 5 3D data examples In this chapter I will demonstrate the e ectiveness of the methodologies developed in the previous chapters using 3D data examples. I will first show inversion results of a realistically

More information

A least-squares shot-profile application of time-lapse inverse scattering theory

A least-squares shot-profile application of time-lapse inverse scattering theory A least-squares shot-profile application of time-lapse inverse scattering theory Mostafa Naghizadeh and Kris Innanen ABSTRACT The time-lapse imaging problem is addressed using least-squares shot-profile

More information

Efficient Beam Velocity Model Building with Tomography Designed to Accept 3d Residuals Aligning Depth Offset Gathers

Efficient Beam Velocity Model Building with Tomography Designed to Accept 3d Residuals Aligning Depth Offset Gathers Efficient Beam Velocity Model Building with Tomography Designed to Accept 3d Residuals Aligning Depth Offset Gathers J.W.C. Sherwood* (PGS), K. Sherwood (PGS), H. Tieman (PGS), R. Mager (PGS) & C. Zhou

More information

Data dependent parameterization and covariance calculation for inversion of focusing operators

Data dependent parameterization and covariance calculation for inversion of focusing operators Stanford Exploration Project, Report 11, September 18, 21, pages 1 91 Data dependent parameterization and covariance calculation for inversion of focusing operators Barbara E. Cox 1 ABSTRACT The Common

More information

Equivalent offset migration: the implementation and application update

Equivalent offset migration: the implementation and application update Equivalent offset migration: the implementation and application update Xinxiang Li, Yong Xu and John C. Bancroft INTRODUCTION We have some improvements about equivalent offset migration (EOM) method. In

More information

We G High-resolution Tomography Using Offsetdependent Picking and Inversion Conditioned by Image-guided Interpolation

We G High-resolution Tomography Using Offsetdependent Picking and Inversion Conditioned by Image-guided Interpolation We G103 05 High-resolution Tomography Using Offsetdependent Picking and Inversion Conditioned by Image-guided Interpolation G. Hilburn* (TGS), Y. He (TGS), Z. Yan (TGS) & F. Sherrill (TGS) SUMMARY An approach

More information

Source Estimation for Wavefield Reconstruction Inversion

Source Estimation for Wavefield Reconstruction Inversion Source Estimation for Wavefield Reconstruction Inversion Zhilong Fang * and Felix J. Herrmann * * Seismic Laboratory for Imaging and Modeling SLIM), University of British Columbia Abstract Wavefield reconstruction

More information

Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS

Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS Anisotropic model building with well control Chaoguang Zhou*, Zijian Liu, N. D. Whitmore, and Samuel Brown, PGS Summary Anisotropic depth model building using surface seismic data alone is non-unique and

More information

SUMMARY THEORY INTRODUCTION

SUMMARY THEORY INTRODUCTION Acoustic 3D least-squares reverse time migration using the energy norm Daniel Rocha, Paul Sava & Antoine Guitton Center for Wave Phenomena, Colorado School of Mines SUMMARY We propose a least-squares reverse

More information

APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA.

APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA. APPLICATION OF MATLAB IN SEISMIC INTERFEROMETRY FOR SEISMIC SOURCE LOCATION AND INTERPOLATION OF TWO DIMENSIONAL OCEAN BOTTOM SEISMIC DATA. BY: ISAAC KUMA YEBOAH. Department of Engineering, Regent University

More information

Least-squares migration/inversion of blended data

Least-squares migration/inversion of blended data Least-squares migration/inversion of blended data Yaxun Tang and Biondo Biondi ABSTRACT We present a method based on least-squares migration/inversion to directly image data collected from recently developed

More information

Successful application of joint reflection/refraction tomographic velocity inversion in a shallow water marine environment.

Successful application of joint reflection/refraction tomographic velocity inversion in a shallow water marine environment. Successful application of joint reflection/refraction tomographic velocity inversion in a shallow water marine environment. Sergey Birdus 1, Dean Criddle 2, Alexey Artyomov 1, Li Li 1, Qingbing Tang 1,

More information

Least-squares RTM: Reality and possibilities for subsalt imaging Ping Wang*, Adriano Gomes, Zhigang Zhang, and Ming Wang, CGG

Least-squares RTM: Reality and possibilities for subsalt imaging Ping Wang*, Adriano Gomes, Zhigang Zhang, and Ming Wang, CGG Least-squares RTM: Reality and possibilities for subsalt imaging Ping Wang*, Adriano Gomes, Zhigang Zhang, and Ming Wang, CGG Summary We investigated how current least-squares reverse time migration (LSRTM)

More information

H003 Deriving 3D Q Models from Surface Seismic Data Using Attenuated Traveltime Tomography

H003 Deriving 3D Q Models from Surface Seismic Data Using Attenuated Traveltime Tomography H003 Deriving 3D Q Models from Surface Seismic Data Using Attenuated Traveltime Tomography M. Cavalca* (Schlumberger - Westerngeco) & R.P. Fletcher (Schlumberger - Westerngeco) SUMMARY Estimation of the

More information

Robustness of the scalar elastic imaging condition for converted waves

Robustness of the scalar elastic imaging condition for converted waves CWP-830 Robustness of the scalar elastic imaging condition for converted waves Yuting Duan & Paul Sava Center for Wave Phenomena, Colorado School of Mines ABSTRACT For elastic reverse-time migration, one

More information

Application of Weighted Early-Arrival Waveform Inversion to Shallow Land Data

Application of Weighted Early-Arrival Waveform Inversion to Shallow Land Data Application of Weighted Early-Arrival Waveform Inversion to Shallow Land Data Han Yu, Dongliang Zhang and Xin Wang King Abdullah University of Science and Technology, Division of Physical Science and Engineering,

More information

(x, y, z) m 2. (x, y, z) ...] T. m 2. m = [m 1. m 3. Φ = r T V 1 r + λ 1. m T Wm. m T L T Lm + λ 2. m T Hm + λ 3. t(x, y, z) = m 1

(x, y, z) m 2. (x, y, z) ...] T. m 2. m = [m 1. m 3. Φ = r T V 1 r + λ 1. m T Wm. m T L T Lm + λ 2. m T Hm + λ 3. t(x, y, z) = m 1 Class 1: Joint Geophysical Inversions Wed, December 1, 29 Invert multiple types of data residuals simultaneously Apply soft mutual constraints: empirical, physical, statistical Deal with data in the same

More information

Full waveform inversion of physical model data Jian Cai*, Jie Zhang, University of Science and Technology of China (USTC)

Full waveform inversion of physical model data Jian Cai*, Jie Zhang, University of Science and Technology of China (USTC) of physical model data Jian Cai*, Jie Zhang, University of Science and Technology of China (USTC) Summary (FWI) is a promising technology for next generation model building. However, it faces with many

More information

Downloaded 01/20/16 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 01/20/16 to Redistribution subject to SEG license or copyright; see Terms of Use at D Multi-source Least-squares Reverse Time Migration Wei Dai, C. Boonyasiriwat and Gerard T. Schuster, King Abdullah University of Science and Technology Downloaded 1//1 to 19.171.17.1. Redistribution subject

More information

Crosswell Imaging by 2-D Prestack Wavepath Migration

Crosswell Imaging by 2-D Prestack Wavepath Migration Crosswell Imaging by 2-D Prestack Wavepath Migration Hongchuan Sun ABSTRACT Prestack wavepath migration (WM) is applied to 2-D synthetic crosswell data, and the migrated images are compared to those from

More information

Seismic Modeling, Migration and Velocity Inversion

Seismic Modeling, Migration and Velocity Inversion Seismic Modeling, Migration and Velocity Inversion Full Waveform Inversion Bee Bednar Panorama Technologies, Inc. 14811 St Marys Lane, Suite 150 Houston TX 77079 May 18, 2014 Bee Bednar (Panorama Technologies)

More information

Lab 3: Depth imaging using Reverse Time Migration

Lab 3: Depth imaging using Reverse Time Migration Due Wednesday, May 1, 2013 TA: Yunyue (Elita) Li Lab 3: Depth imaging using Reverse Time Migration Your Name: Anne of Cleves ABSTRACT In this exercise you will familiarize yourself with full wave-equation

More information

Common-angle processing using reflection angle computed by kinematic pre-stack time demigration

Common-angle processing using reflection angle computed by kinematic pre-stack time demigration Common-angle processing using reflection angle computed by kinematic pre-stack time demigration Didier Lecerf*, Philippe Herrmann, Gilles Lambaré, Jean-Paul Tourré and Sylvian Legleut, CGGVeritas Summary

More information

Headwave Stacking in Terms of Partial Derivative Wavefield

Headwave Stacking in Terms of Partial Derivative Wavefield Geosystem Engineering, 7(1), 21-26 (March 2004) Headwave Stacking in Terms of Partial Derivative Wavefield Changsoo Shin School of Civil, Urban and Geosystem Engineering, Seoul National University, San

More information

Directions in 3-D imaging - Strike, dip, both?

Directions in 3-D imaging - Strike, dip, both? Stanford Exploration Project, Report 113, July 8, 2003, pages 363 369 Short Note Directions in 3-D imaging - Strike, dip, both? Marie L. Clapp 1 INTRODUCTION In an ideal world, a 3-D seismic survey would

More information

Elastic full waveform Inversion for land walkaway VSP data

Elastic full waveform Inversion for land walkaway VSP data Elastic full waveform Inversion for land walkaway VSP data Olga Podgornova, Scott Leaney, arwan Charara, Schlumberger; Eric von Lunen, Nexen Energy ULC Summary Full waveform inversion (FWI) is capable

More information

Multi Layer Perceptron trained by Quasi Newton learning rule

Multi Layer Perceptron trained by Quasi Newton learning rule Multi Layer Perceptron trained by Quasi Newton learning rule Feed-forward neural networks provide a general framework for representing nonlinear functional mappings between a set of input variables and

More information

Reconciling processing and inversion: Multiple attenuation prior to wave-equation inversion

Reconciling processing and inversion: Multiple attenuation prior to wave-equation inversion Reconciling processing and inversion: Multiple attenuation prior to wave-equation inversion Claudio Guerra and Alejandro Valenciano ABSTRACT Seismic inversion is very sensitive to the presence of noise.

More information

Target-oriented wave-equation inversion with regularization in the subsurface-offset domain

Target-oriented wave-equation inversion with regularization in the subsurface-offset domain Stanford Exploration Project, Report 124, April 4, 2006, pages 1?? Target-oriented wave-equation inversion with regularization in the subsurface-offset domain Alejandro A. Valenciano ABSTRACT A complex

More information

Reflection seismic Method - 2D

Reflection seismic Method - 2D Reflection seismic Method - 2D Acoustic Impedance Seismic events Wavelets Convolutional model Resolution Stacking and Signal/Noise Data orders Reading: Sheriff and Geldart, Chapters 6, 8 Acoustic Impedance

More information

Extending the search space of time-domain adjoint-state FWI with randomized implicit time shifts

Extending the search space of time-domain adjoint-state FWI with randomized implicit time shifts Extending the search space of time-domain adjoint-state FWI with randomized implicit time shifts Mathias Louboutin * and Felix J. Herrmann Seismic Laboratory for Imaging and Modeling (SLIM), The University

More information

Migration velocity analysis of incomplete/irregular data using least squares Kirchhoff migration

Migration velocity analysis of incomplete/irregular data using least squares Kirchhoff migration Migration velocity analysis of incomplete/irregular data using least squares Kirchhoff migration Abdolnaser Yousefzadeh, John C. Bancroft, and Gary F. Margrave ABSTRACT In order to attenuate the migration

More information

DSR Migration Velocity Analysis by Differential Semblance Optimization

DSR Migration Velocity Analysis by Differential Semblance Optimization DSR Migration Velocity Analysis by Differential Semblance Optimization A. Khoury (Total E&P France), W. W. Symes (Rice University), P. Williamson and P. Shen (Total E&P USA Inc.) Society of Exploration

More information

The determination of the correct

The determination of the correct SPECIAL High-performance SECTION: H i gh-performance computing computing MARK NOBLE, Mines ParisTech PHILIPPE THIERRY, Intel CEDRIC TAILLANDIER, CGGVeritas (formerly Mines ParisTech) HENRI CALANDRA, Total

More information

An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults

An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults Earth Planets Space, 52, 3 11, 2000 An imaging technique for subsurface faults using Teleseismic-Wave Records II Improvement in the detectability of subsurface faults Takumi Murakoshi 1, Hiroshi Takenaka

More information

Apex Shifted Radon Transform

Apex Shifted Radon Transform Apex Shifted Radon Transform Daniel Trad* Veritas DGC Inc., Calgary, Alberta, Canada dtrad@veritasdgc.com ABSTRACT The Apex Shifted Radon transform (ASRT) is an extension of the standard hyperbolic RT,

More information

Advances in radial trace domain coherent noise attenuation

Advances in radial trace domain coherent noise attenuation Advances in radial trace domain coherent noise attenuation ABSTRACT David C. Henley* CREWES, Department of Geology and Geophysics University of Calgary, Calgary, AB henley@crewes.org The radial trace transform,

More information

Target-oriented wavefield tomography using demigrated Born data

Target-oriented wavefield tomography using demigrated Born data Target-oriented wavefield tomography using demigrated Born data Yaxun Tang and Biondo Biondi ABSTRACT We present a method to reduce the computational cost of image-domain wavefield tomography. Instead

More information

Angle-domain parameters computed via weighted slant-stack

Angle-domain parameters computed via weighted slant-stack Angle-domain parameters computed via weighted slant-stack Claudio Guerra 1 INTRODUCTION Angle-domain common image gathers (ADCIGs), created from downward-continuation or reverse time migration, can provide

More information

Multi-azimuth velocity estimation

Multi-azimuth velocity estimation Stanford Exploration Project, Report 84, May 9, 2001, pages 1 87 Multi-azimuth velocity estimation Robert G. Clapp and Biondo Biondi 1 ABSTRACT It is well known that the inverse problem of estimating interval

More information

Adaptive Waveform Inversion: Theory Mike Warner*, Imperial College London, and Lluís Guasch, Sub Salt Solutions Limited

Adaptive Waveform Inversion: Theory Mike Warner*, Imperial College London, and Lluís Guasch, Sub Salt Solutions Limited Adaptive Waveform Inversion: Theory Mike Warner*, Imperial College London, and Lluís Guasch, Sub Salt Solutions Limited Summary We present a new method for performing full-waveform inversion that appears

More information

Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines

Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines Effects of multi-scale velocity heterogeneities on wave-equation migration Yong Ma and Paul Sava, Center for Wave Phenomena, Colorado School of Mines SUMMARY Velocity models used for wavefield-based seismic

More information

Strategies for elastic full waveform inversion Espen Birger Raknes and Børge Arntsen, Norwegian University of Science and Technology

Strategies for elastic full waveform inversion Espen Birger Raknes and Børge Arntsen, Norwegian University of Science and Technology Strategies for elastic full waveform inversion Espen Birger Raknes and Børge Arntsen, Norwegian University of Science and Technology SUMMARY Ocean-bottom cables (OBC) have become common in reservoir monitoring

More information

Progress Report on: Interferometric Interpolation of 3D SSP Data

Progress Report on: Interferometric Interpolation of 3D SSP Data Progress Report on: Interferometric Interpolation of 3D SSP Data Sherif M. Hanafy ABSTRACT We present the theory and numerical results for interferometrically interpolating and extrapolating 3D marine

More information

SUMMARY ELASTIC SCALAR IMAGING CONDITION

SUMMARY ELASTIC SCALAR IMAGING CONDITION Robust 3D scalar imaging condition for elastic RTM Yuting Duan, presently at Shell International Exploration and Production Inc., formerly at Center for Wave Phenomena, Colorado School of Mines Paul Sava,

More information

SUMMARY. method to synthetic datasets is discussed in the present paper.

SUMMARY. method to synthetic datasets is discussed in the present paper. Geophysical modeling through simultaneous Joint Inversion of Seismic, Gravity and Magnetotelluric data Michele De Stefano (1), Daniele Colombo (1) WesternGeco EM - Geosystem, via Clericetti 42/A, 20133

More information

Deconvolution with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC

Deconvolution with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC Deconvolution with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC SUMMARY We use the recently introduced multiscale and multidirectional curvelet transform to exploit the

More information

Seismic Reflection Method

Seismic Reflection Method Seismic Reflection Method 1/GPH221L9 I. Introduction and General considerations Seismic reflection is the most widely used geophysical technique. It can be used to derive important details about the geometry

More information

Anisotropy-preserving 5D interpolation by hybrid Fourier transform

Anisotropy-preserving 5D interpolation by hybrid Fourier transform Anisotropy-preserving 5D interpolation by hybrid Fourier transform Juefu Wang and Shaowu Wang, CGG Summary We present an anisotropy-preserving interpolation method based on a hybrid 5D Fourier transform,

More information

Coherent partial stacking by offset continuation of 2-D prestack data

Coherent partial stacking by offset continuation of 2-D prestack data Stanford Exploration Project, Report 82, May 11, 2001, pages 1 124 Coherent partial stacking by offset continuation of 2-D prestack data Nizar Chemingui and Biondo Biondi 1 ABSTRACT Previously, we introduced

More information

Full-waveform inversion using seislet regularization a

Full-waveform inversion using seislet regularization a 1 Full-waveform inversion using seislet regularization a a Published in Geophysics, 82, no. 5, A43-A49, (2017) Zhiguang Xue 1, Hejun Zhu 2 and Sergey Fomel 1 ABSTRACT Because of inaccurate, incomplete

More information

G017 Beyond WAZ - A Modeling-based Evaluation of Extensions to Current Wide Azimuth Streamer Acquisition Geometries

G017 Beyond WAZ - A Modeling-based Evaluation of Extensions to Current Wide Azimuth Streamer Acquisition Geometries G017 Beyond WAZ - A Modeling-based Evaluation of Extensions to Current Wide Azimuth Streamer Acquisition Geometries M. Cvetkovic* (ION Geophysical), Z. Zhou (ION Geophysical / GXT Imaging Solutions) &

More information

A comparison between time domain and depth domain inversion to acoustic impedance Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger

A comparison between time domain and depth domain inversion to acoustic impedance Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger Laurence Letki*, Kevin Darke, and Yan Araujo Borges, Schlumberger Summary Geophysical reservoir characterization in a complex geologic environment remains a challenge. Conventional amplitude inversion

More information

Large-scale workflows for wave-equation based inversion in Julia

Large-scale workflows for wave-equation based inversion in Julia Large-scale workflows for wave-equation based inversion in Julia Philipp A. Witte, Mathias Louboutin and Felix J. Herrmann SLIM University of British Columbia Motivation Use Geophysics to understand the

More information

Ray based tomography using residual Stolt migration

Ray based tomography using residual Stolt migration Stanford Exploration Project, Report 11, November 11, 00, pages 1 15 Ray based tomography using residual Stolt migration Robert G. Clapp 1 ABSTRACT In complex areas, residual vertical movement is not an

More information

CFP migration; practical aspects

CFP migration; practical aspects 13 CFP migration; practical aspects Jan Thorbecke 1 13.1 Introduction In the past year the Common Focus Point (CFP) technology has become an important paradigm in the DELPHI research program. The interpretation

More information

Seismic Inversion: Progress and Prospects

Seismic Inversion: Progress and Prospects Seismic Inversion: Progress and Prospects William W. Symes Rice University SEG 07 William W. Symes ( Rice University) Seismic Inversion: Progress and Prospects 24-09-2007 1 / 18 Introduction Focus: recent

More information

E044 Ray-based Tomography for Q Estimation and Q Compensation in Complex Media

E044 Ray-based Tomography for Q Estimation and Q Compensation in Complex Media E044 Ray-based Tomography for Q Estimation and Q Compensation in Complex Media M. Cavalca* (WesternGeco), I. Moore (WesternGeco), L. Zhang (WesternGeco), S.L. Ng (WesternGeco), R.P. Fletcher (WesternGeco)

More information

SEG/New Orleans 2006 Annual Meeting

SEG/New Orleans 2006 Annual Meeting 3-D tomographic updating with automatic volume-based picking Dimitri Bevc*, Moritz Fliedner, Joel VanderKwaak, 3DGeo Development Inc. Summary Whether refining seismic images to evaluate opportunities in

More information

Angle Gathers for Gaussian Beam Depth Migration

Angle Gathers for Gaussian Beam Depth Migration Angle Gathers for Gaussian Beam Depth Migration Samuel Gray* Veritas DGC Inc, Calgary, Alberta, Canada Sam Gray@veritasdgc.com Abstract Summary Migrated common-image-gathers (CIG s) are of central importance

More information

Automatic wave equation migration velocity analysis by differential semblance optimization

Automatic wave equation migration velocity analysis by differential semblance optimization Automatic wave equation migration velocity analysis by differential semblance optimization Peng Shen, Christiaan Stolk, William W. Symes The Rice Inversion Project Rice University Thanks to Dr. Scott Morton

More information

Contents. I Basics 1. Copyright by SIAM. Unauthorized reproduction of this article is prohibited.

Contents. I Basics 1. Copyright by SIAM. Unauthorized reproduction of this article is prohibited. page v Preface xiii I Basics 1 1 Optimization Models 3 1.1 Introduction... 3 1.2 Optimization: An Informal Introduction... 4 1.3 Linear Equations... 7 1.4 Linear Optimization... 10 Exercises... 12 1.5

More information

Dealing with errors in automatic velocity analysis

Dealing with errors in automatic velocity analysis Stanford Exploration Project, Report 112, November 11, 2002, pages 37 47 Dealing with errors in automatic velocity analysis Robert G. Clapp 1 ABSTRACT The lack of human interaction in automatic reflection

More information

Summary. Introduction

Summary. Introduction Dmitry Alexandrov, Saint Petersburg State University; Andrey Bakulin, EXPEC Advanced Research Center, Saudi Aramco; Pierre Leger, Saudi Aramco; Boris Kashtan, Saint Petersburg State University Summary

More information

TRAVELTIME TOMOGRAPHY (CONT)

TRAVELTIME TOMOGRAPHY (CONT) 30 March 005 MODE UNIQUENESS The forward model TRAVETIME TOMOGRAPHY (CONT di = A ik m k d = Am (1 Data vecto r Sensitivit y matrix Model vector states the linearized relationship between data and model

More information

Practical implementation of SRME for land multiple attenuation

Practical implementation of SRME for land multiple attenuation Practical implementation of SRME for land multiple attenuation Juefu Wang* and Shaowu Wang, CGGVeritas, Calgary, Canada juefu.wang@cggveritas.com Summary We present a practical implementation of Surface

More information