Downloaded 23 May 2011 to Redistribution subject to SEG license or copyright; see Terms of Use at

Size: px
Start display at page:

Download "Downloaded 23 May 2011 to Redistribution subject to SEG license or copyright; see Terms of Use at"

Transcription

1 Efficient 3D inversion of magnetic data via octree mesh discretization, space-filling curves, and wavelets Kristofer Davis and Yaoguo Li, Center for Gravity, Electrical, and Magnetics, Colorado School of Mines, Golden, Colorado SUMMARY Inversion of potential-field data involve large and dense coefficient matrices that often exceed the limitations of physical memory in commonly available computers. The repeated multiplications of such matrices to vectors during inversion require an immense amount of CPU power. These two factors pose a significant challenge to solving large-scale problems in practice and can render many realistic problems intractable. To overcome these limitations, we develop a new computational approach for this class of problems by combining an adaptive octree model discretization and wavelet transforms on a re-ordered parameter set. The adaptive mesh discretizes the model region by starting with large cells and splitting the region into smaller cells for localized anomalies to maintain resolution. Hilbert space-filling curves and similar ordering of the reduced parameter set produce higher compression of the coefficient matrix to form its sparse representation in the 1D wavelet domain. This combination can reduce the storage requirement by 1 to 1 times and, therefore also speeds up the computation of the inversion by the same amount. As a result, problems can now be solved that were computationally prohibitive. We present the algorithm and illustrate its effectiveness with synthetic and field examples. BACKGROUND Numerous methods have been developed in order to reduce inversion time or physical memory required. In general, the most computational efficiency has been achieved through integral transforms by storing only significant coefficients of those functions. This not only increases the speed of solving the inverse problem, but also enables larger datasets to be inverted on a computer with limited resources. The Fourier transform (Cordell, 1992; Pilkington, 1997) accelerates problems based on the convolution theorem. The separable wavelet transform (Li and Oldenburg, 1999, 23) has a compression property by winnowing small coefficients that do not significantly change the function after the inverse transform. These two techniques have been the principal approaches for accelerating this class of inverse problems in geophysics. The main limitation of inverting in the Fourier domain is the requirement of a grid of data on a plane. The principal drawback of wavelets is the entire construction of the dense coefficient matrix prior to applying the transform. However, the wavelet transform can be improved upon by reducing the size of the dense coefficient matrix which must be calculated prior to utilizing it. Ridsdill-Smith (2) used wavelets along profiles in order to find edges and reduce the number of parameters. We use a data-adaptive octree-based mesh in order to reduce the number of model parameters. Octree-based methods have been used for 3D inversion of electromagnetic data (Ascher and Haber, 21). Further more, grid refinement (e.g. multi-grid methods) based on hierarchical mesh structures can increase the efficiency of non-linear problems (e.g. Haber et al., 27). We create an octree based mesh prior to inversion and use it throughout because of linearity of the problem. For a quantitative comparison of techniques, we will define the ratio of total coefficients in the dense matrix to the number of stored coefficients (i.e. after the wavelet transform and thresholding) known as the compression ratio. Computation time is inversely proportional to this ratio. In this paper, we first describe the inversion technique. We then discuss a data-adaptive model discretization in order reduce the number of sources prior to inversion. It is desirable to use the wavelet transform for the compression properties. We discuss how to apply the transform to an irregular mesh by implementing the transform to the Green s functions of the model parameters for each respective datum. We also use the ordering the model parameters to increase compression ability. A field example illustrates the different steps of the method. INVERSION ALGORITHM FOR MAGNETIC DATA For computational purpose, we discretize the model into a set of contiguous prisms and assume a constant susceptibility in each. The observed total-field, d, is then given by G κ = d, (1) where κ = (κ 1,κ 2,,κ m ) T that are the magnetic susceptibilities of the model, d = (d 1,d 2,,d n ) T are the total-field data, and G is a dense coefficient matrix, referred to as the sensitivity matrix. It describes the geometry and physics between the sources (prismatic cells) and the points of observation (Li and Oldenburg, 1996; Blakely, 1996). The sensitivity for the i th datum given the j th model susceptibility is G i, j = µ o 4π V j ˆB 1 r i r B o dv, (2) where V j is the volume of the j th model prism, ˆB is the magnetization direction of the volume, and B o is the inducing field. This dense matrix is a function of four spatial variables. The elements along the columns correspond to different observation locations (x,y,z), while the elements along the rows correspond to different source locations (x,y,z ). Thus the dense sensitivity matrix is m model parameters by n data and stores the coefficients of the kernel between each datum and respective model parameter. The calculation of the sensitivity matrix, G, for the total field assumes that each cell has a constant susceptibility throughout its volume. We formulate the linear inverse problem to construct magnetic sources by minimizing a global objective function subject to 21 SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

2 Octree inversion of magnetic data the data constraints in equation 1 (Menke, 1989; Parker, 1994). To achieve this, we construct the magnetic susceptibility distribution through Tikhonov formalism (Tikhonov and Arsenin, 1977). The optimal model solution is found when minimizing the global objective function, Φ(λ), such that minφ(λ) = Φ d + βφ m λ M ln(κ j ), (3) where β is the trade-off (or Tikhonov) parameter, Φ d is the data misfit function, Φ m is the model objective function, and λ M j=1 ln(κ j) is a log-barrier function to impose positivity (Wright, 1997). The global objective function is subject to Φ d = Φ d which, depends upon the noise in the data. The data misfit function defines the fit of the predicted data to the observed data and is given by: j=1 Φ d = Wd (G κ d) 2, (4) Northing (m) e e e e e+6 Depth (m) Easting (m) where W d is a diagonal data weighting matrix normalizing the data its respective standard deviation, σ i. The model objective function quantifies the structural complexity of the model and takes the following form Φ m = W m ( κ κ o ) 2, (5) where κ o is a reference model, W m is a model weighting matrix that includes an empirical depth weighting function, (Li and Oldenburg, 1996). Solving the system of equations to invert for a model that reproduces the data with a dense matrix of size m m, requires at least O(m 3 ) operations. For large datasets, inversion can become computationally prohibitive. One way of increasing the efficiency is minimizing the number of parameters, m, that are required. This is the topic of the next section. OCTREE MESH DISCRETIZATION Octree mesh discretization minimizes the number of model parameters by regrouping finer cells with a coarser ones in regions where high resolution is not needed. The approach keeps finer cells where resolution is desirable to recover a model. The method has been primarily used in geophysics for nonlinear inversion such as electromagnetics (Ascher and Haber, 21; Haber and Heldmann, 27) and large-scale earthquake finite element modeling (Kim et al., 22; Bielak et al., 25). The octree method is particularly useful in large scale problems. Octree design has 2 i 2 j 2 k number of prisms in the mesh as a result of a series of the model splitting to quarters iteratively. There are a few different approaches one can use to incorporate an octree mesh. Information such as the source geometry, for example known geology or a reservoir in timelapse cases, can be used to pre-define large cells and small cells to retain resolution in the desired region. Using the geometry of a source and receiver configuration can also aid in where the mesh should have smaller cells, such as in the case of electromagnetics. In the case of exploration magnetics, the extent of sources are only known laterally to a certain degree. Therefore, we adopt an algorithm dividing the mesh laterally Figure 1: An example of an octree mesh shown in plan view (Top). A slice of the same mesh cut through the main anomalous zone in depth (bottom). The cells retain the aspect ratio assigned from the top view (e.g. Davis and Li, 27), then carry a consistent aspect ratio of the prisms in depth (Figure 1). The adaptive octree mesh architecture places larger model cells where no or little signal change is present in the overlying magnetic data. Smaller cells are assigned to regions requiring increased resolution such as edges of source bodies in order to properly fit overlying, highly-changing magnetic data. The mesh starts with large prismatic cells (i.e. a mesh) and if one of the cells has a property value higher, from known geologic parameters or transformed data, than a given threshold, it is split in half. This process continues until all of the cells are within the property threshold, or to a user-defined width. This may mean if a source is large enough, cells within the source may be larger than the edges of the source. It is important to note that the threshold should automated as it is uneconomical to perform the mesh discretization more than once for the linear problem. Practically, the value with which to choose the mesh are located in the middle of the smallest cell size (a regular, or base mesh), enabling the actual discretization of the mesh to be fast. The observed data is approximately gridded using a nearest neighbor interpolation of the data to the center location of each of the smallest cell size for the top layer. The base mesh is designed to have 2 i 2 j 2 k cells. Though this could mean that the mesh is finer than normally desired, the effect will be absorbed within the octree discretization. The accuracy of the gridded data is not as important as the speed of the algorithm. However, the gridding will allow for an examination of a property for each model cell. It is important to note that this procedure is only used to choose the close to optimal mesh for inversion. In this case, two main issues drive the need for smaller cells to 21 SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

3 Octree inversion of magnetic data retain accurate results: (1) a long wavelength change in total amplitude over the area (i.e. regional field) or (2) a localized anomaly. We use the curvature of the amplitude of magnetic data normalized by the amplitude. This allows for both the low frequency change of amplitude throughout the examined area and the edges of mid-frequency anomalies to be detected and the mesh adjusted accordingly. One could use the totalgradient, but amplitude data are not as affected by remenant magnetization (Shearer, 25) that can occur often in mining exploration (Li et al., 21). The amplitude, A, of magnetic anomaly is given by A = B 2 x + B 2 y + B 2 z, (6) with B x, B y, and B z the three orthogonal components of the anomalous magnetic field, B a, respectively and are computed in the Fourier domain. The curvature, c, approximated by c = ( 2 A x 2 )2 + ( 2 A y 2 )2, (7) and computed by the second derivatives of the amplitude. This step is straightforward because the data values are already gridded and padded for the Fourier transform. The mesh is then split based on the value q given by dividing equation (7) by equation (6) where q = c A, (8) such that if a change in q is more than twice the standard deviation of q for the entire dataset, the cells in region of interest are split. The threshold prevents smaller cells from forming where small deviations in the data are present by noise from acquisition or gridding. The sensitivity matrix is calculated based on the nodal points of the octree model parameters and the inversion of the data can carried out as it would be for a regular mesh. The octree mesh design has the ability to reduce the model parameters an order of magnitude on average and is highly data dependent. The algorithm is designed to compress the rows of the sensitivity matrix (i.e. model parameters). With the average reduction, the compression ratio for the octree mesh discretization alone averages between 1 and 4. Unfortunately, this is not enough compression to be practical as the desired compression ratio should be a minimum of 5 to advance current methodology. WAVELET TRANSFORMS The wavelet transform expands a function in the bases formed by the translation and dilation of a function called the mother wavelet (Mallet, 1989; Daubechies, 1992; Meyer, 1993). The wavelet transform of a function is based on orthonormal, compactly supported wavelets. Winnowing the coefficients whose magnitudes are below a certain level still allows reconstruction of the original function with a high degree of accuracy. Thus a function can have a sparse representation in the wavelet domain. The compression property of the wavelet transform arises from the presence of a large number of small coefficients in the transformed function. These small wavelet coefficients are produced because the wavelets are localized and orthogonal to a low-degree polynomial. Smoothly decaying portions of the matrix can be represented accurately by only a few wavelets at coarse scales. At low threshold levels, the reconstruction of the function is virtually identical to the function itself, yet only has significant elements within a narrow band near the location of the peaks in the original matrix. As the threshold level increases, small scale distortions begin to appear but the long wavelength features remain. This is the essential property of the wavelet transform that is utilized to achieve high compression ratios. With a regularly gridded mesh, the separable 3D wavelet transform can be applied to each direction of the mesh in the coefficient matrix G. Analogous to a 3D Fourier transform, the 3D wavelet transform is a series of consecutive 1D transforms performed on each respective direction of the 3D mesh. It is this characteristic that enables the wavelet transform to be applied to non-planar data. With a irregularly gridded mesh, such as with a octree discretization, the separable wavelet transform is no longer applicable. Therefore, we apply the 1D wavelet to each row of the sensitivity matrix as if it were simply a 1D function. REORDERING MODEL PARAMETERS To increase the compression of the rows, we attempt to make each row of the sensitivity matrix smoother by re-ordering the model parameters. Indexing the model cells appropriately results in a large number of small model responses consecutively which require few coefficients in the wavelet domain. The idea is similar to the one used by Lamarque and Robert (1996) for edge detection of images. The approach of re-ordering the model is to optimally map the 3D structure of the model mesh onto the 1D row of the sensitivity matrix for a given datum. Therefore we examine general means of mapping an n- dimensional space onto a one dimensional space: space-filling curves (Butz, 1971; Sagan, 1994; Jin and Mellor-Crummey, 25). Hilbert (1891) presented a space-filling curve to efficiently and consecutively map every node for a closed 2 n cube for which became the base for the entire class of space-filling curves (Moon et al., 21). Three dimensional space-filling curves are utilized in multi-grid methods for up-scaling and down-scaling mesh (Aftosmis et al., 24; Griebel et al., 1998; Behrens and Zimmermann, 2). The nature of the curve allows for the minimization of large spatial jumps of cells in the octree mesh. Simple examples of 3D Hilbert curves of orders 1 and 2 onto a base mesh are shown in Figures 2(a) and 2(b). respectively. For our application, the Hilbert curve starts in the south-west portion of the mesh. Since the base mesh is 2 i 2 j 2 k, multiple Hilbert curves are easily incorporated. If i = j = k is not true, multiple Hilbert curves are merged throughout the mesh. The curve searches throughout the base mesh in order get the next prism in the octree mesh to ensure spatial continuity. 21 SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

4 Octree inversion of magnetic data 1 Amplitude e+6 1.5e+6 2e+6 Parameter number m y (a) m x (a) Amplitude Parameter number (b) m y 2 4 m x (b) Figure 2: The Hilbert space-filling curve is used for ordering model parameters with the 1D wavelet. The first order curve (a) for a 2 1 cube. The second order curve (b) is for 2 2 cube. The Hilbert curve allows for model cells to be spatially continuous during the adaptive mesh parameter ordering. The ordering starts in the south-west top corner and concludes in the north-west top corner. EXAMPLE As an illustration, we show the response for a datum of a base mesh for a total of 2,97,152 parameters. Using 3D wavelet transforms, the sensitivity matrix row requires 3,489 non-zeros for a compression ratio of 61. We show the row in Figure 3(a) prior to wavelet compression. The same row after octree discretization and Hilbert-curve indexing of the model parameters is shown in Figure 3(b). The octree-based method reduced the model to 59,76 parameters and compresses the row 1,186 times for a storage requirement of 1,768 non-zeros. For a comparison of the separable and 1D wavelet, we show the histograms of 1D wavelet (gray) and 3D wavelet (black) coefficient amplitudes Figure 3(c). The multidimensional wavelets require many more small amplitude coefficients than the one-dimensional wavelet which decreases the storage and increases computation time. These small coefficients are required between the many peaks that are constant throughout the row. The Hilbert-curve re-ordering of the model produces two main peaks, requiring larger, but fewer coefficients. Frequency Coefficient amplitude (c) Figure 3: (a) Model response for a datum (e.g. row of the kernel matrix) for a regular mesh prior to wavelet transform. (b) The same row after octree discretization. The compression achieved with the separable wavelet transform was 61, where as with the octree approach was 1,186. (c) Histograms of the 1D (gray) and separable wavelet (black) show the large number of small-amplitude coefficients decreasing the efficiency. CONCLUSIONS Inversion of potential-field methods involve large and dense coefficient matrices that often exceed the limitations of physical memory in commonly available computers. The adaptive octree approach is useful in decreasing the number of model parameters, effectively reducing the m m system of equations needed for inversion. Model ordering before applying the 1D wavelet transform for the compression each row of the kernel matrix creates a three-step approach towards achieving maximum compression potential. This combination can consistently reduce the storage requirement by 1s to 1s times and, therefore also speeds up the computation of the inversion process by the same amount. A field example will further demonstrate the effectiveness of the approach. ACKNOWLEDGMENTS The authors thank Robert Eso for helpful discussions involving mesh generation. We would also Dave Hale for insightful discussions on octree methodology and Hilbert space-filling curves. This research was supported financially through the companies of Gravity and Magnetics Research Consortium: Anadarko, BGP, BP, ConocoPhillips, and Valé. 21 SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

5 EDITED REFERENCES Note: This reference list is a copy-edited version of the reference list submitted by the author. Reference lists for the 21 SEG Technical Program Expanded Abstracts have been copy edited so that references provided with the online metadata for each paper will achieve a high degree of linking to cited sources that appear on the Web. REFERENCES Aftosmis, M. J., M. J. Berger, and S. M. Murman, 24, Applications of space-filling curves to cartesian methods for CFD: Presented at the 42nd Aerospace Sciences Meeting and Exhibit. Ascher, U. M., and E. Haber, 21, Grid refinement and scaling for distributed parameter estimation problems: Inverse Problems, 17, no. 3, , doi:1.188/ /17/3/314. Behrens, J., and J. Zimmermann, 2, Parallelizing an unstructured grid generator with a space-filling curve approach: Presented at the Euro-Par 2 Parallel Processing, 6th International Euro-Par Conference. Bielak, J., O. Ghattas, and E. J. Kim, 25, Parallel octree-based finite element method for large-scale earthquake ground motion simulation: CMES, 1, Blakely, R., 1996, Potential theory in gravity and magnetic applications: Cambridge University Press. Butz, A. R., 1971, Alternative algorithm for hilbert s space-filling curve: IEEE Transactions on Computers, C-2, no. 4, , doi:1.119/t-c Cordell, L., 1992, A scattered equivalent-source method for interpolation and gridding of potential field data in three dimensions: Geophysics, 57, , doi:1.119/ Daubechies, I., 1992, Ten lectures on wavelets: SIAM, Philadelphia, PA. Davis, K., and Y. Li, 27, A fast approach to magnetic equivalent source processing using an adaptive quadtree mesh discretization: Presented at the 19th Geophysical Conf. and Exhibition, ASEG. Griebel, M., N. Tilman, and H. Regler, 1998, Algebraic multigrid methods for the solution of the navierstokes equations in complicated geometries: International Journal of Numerical Methods for Heat & Fluid Flow, 26, Haber, E., and S. Heldmann, 27, An octree multigrid method for quasi-static Maxwells equations with highly discontinuous coefficients: Journal of Computational Physics, 223, no. 2, , doi:1.116/j.jcp Haber, E., S. Heldmann, and U. Ascher, 27, Adaptive finite volume method for distributed non-smooth parameter identification: Inverse Problems, 23, no. 4, Hilbert, D., 1891, Ueber die stetige abbildung einer line auf ein flachenstuck: Mathematische Annalen, 38, no. 3, , doi:1.17/bf Jin, G., and J. Mellor-Crummey, 25, Using space-filling curves for computation reordering: Presented at the Los Alamos National Laboratory, Los Alamos Computer Science Institute Sixth Annual Symposium. Kim, E., J. Bielak, and J. Wang, 22, Octree-based finite element method for large-scale earthquake ground motion modeling in heterogeneous basins: Presented at the American Geophysical Union Fall Meeting, Abstract S12B Lamarque, C. H., and F. Robert, 1996, Image analysis using space-filling curves and 1d wavelet bases: Pattern Recognition, 29, no. 8, , doi:1.116/31-323(95) SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

6 Li, Y., and D. W. Oldenburg, 1996, 3-D inversion of magnetic data: Geophysics, 61, no. 2, , doi:1.119/ , 1999, Rapid construction of equivalent sources using wavelets: Expanded Abstracts, , 69th Annual International Meeting, SEG. Li, Y., and D. W. Oldenburg, 23, Fast inversion of large-scale magnetic data using wavelet transforms and a logarithmic barrier method: Geophysical Journal International, 152, no. 2, , doi:1.146/j x x. Li, Y., S. E. Shearer, M. M. Haney, and N. Dannemiller, 21, Comprehensive approaches to 3d inversion of magnetic data affected by remanent magnetization: Geophysics, 75, no. 1, L1 L11, doi:1.119/ Mallet, S., 1989, A theory for multiresolution signal decomposition: The wavelet representation: IEEE Trans. PAMI, 11, Menke, W., 1989, Geophysical data analysis: Discrete inverse theory: Academic Press. Meyer, Y., 1993, Wavelets: Algorithms and applications: SIAM, Philadelphia, PA. Moon, B., H. V. Jagadish, C. Faloutsos, and J. H. Saltz, 21, Analysis of the clustering properties of hilbert space-filling curve: IEEE Transactions on Knowledge and Data Engineering, 13, no. 1, , doi:1.119/ Parker, R. L., 1994, Geophysical inverse theory: Princeton University Press. Pilkington, M., 1997, 3-D magnetic imaging using conjugate gradients: Geophysics, 62, , doi:1.119/ Ridsdill-Smith, T. A., 2, The application of the wavelet transform to the processing of aeromagnetic data: PhD thesis, University of Western Australia. Sagan, H., ed., 1994, Space-filling curves: Springer-Verlag. Shearer, S., 25, Three-dimensional inversion of magnetic data in the presence of remanent magnetization: Master s thesis, Colorado School of Mines. Tikhonov, A. N., and V. Y. Arsenin, 1977, Solution of ill-posed problems: Winston Press. Wright, S. J., 1997, Primal-dual interior-point methods: SIAM. 21 SEG SEG Denver 21 Annual Meeting Downloaded 23 May 211 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 18 Jul 2011 to Redistribution subject to SEG license or copyright; see Terms of Use at

Downloaded 18 Jul 2011 to Redistribution subject to SEG license or copyright; see Terms of Use at Rapid gravity and gravity gradiometry terrain correction via adaptive quadtree mesh discretization Kristofer Davis, M. Andy Kass, and Yaoguo Li, Center for Gravity, Electrical and Magnetic Studies, Colorado

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

3D Inversion of Time-Domain Electromagnetic Data for Ground Water Aquifers

3D Inversion of Time-Domain Electromagnetic Data for Ground Water Aquifers 3D Inversion of Time-Domain Electromagnetic Data for Ground Water Aquifers Elliot M. Holtham 1, Mike McMillan 1 and Eldad Haber 2 (1) Computational Geosciences Inc. (2) University of British Columbia Summary

More information

Fast inversion of large-scale magnetic data using wavelet transforms and a logarithmic barrier method

Fast inversion of large-scale magnetic data using wavelet transforms and a logarithmic barrier method Geophys. J. Int. (23) 152, 251 265 Fast inversion of large-scale magnetic data using wavelet transforms and a logarithmic barrier method Yaoguo Li and Douglas W. Oldenburg UBC-Geophysical Inversion Facility,

More information

prismatic discretization of the digital elevation model, and their associated volume integration problems. Summary

prismatic discretization of the digital elevation model, and their associated volume integration problems. Summary A new method of terrain correcting airborne gravity gradiometry data using 3D Cauchy-type integrals Michael S. Zhdanov*, University of Utah and TechnoImaging, Glenn A. Wilson, TechnoImaging, and Xiaojun

More information

EOSC 454 Lab #3. 3D Magnetics. Date: Feb 3, Due: Feb 10, 2009.

EOSC 454 Lab #3. 3D Magnetics. Date: Feb 3, Due: Feb 10, 2009. EOSC 454 Lab #3 3D Magnetics Date: Feb 3, 2009. Due: Feb 10, 2009. 1 Introduction In this exercise you will perform both forward models and inversions of magnetic data. You will compare the response of

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

Electromagnetic migration of marine CSEM data in areas with rough bathymetry Michael S. Zhdanov and Martin Čuma*, University of Utah

Electromagnetic migration of marine CSEM data in areas with rough bathymetry Michael S. Zhdanov and Martin Čuma*, University of Utah Electromagnetic migration of marine CSEM data in areas with rough bathymetry Michael S. Zhdanov and Martin Čuma*, University of Utah Summary In this paper we present a new approach to the interpretation

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

GEOPHYS 242: Near Surface Geophysical Imaging. Class 8: Joint Geophysical Inversions Wed, April 20, 2011

GEOPHYS 242: Near Surface Geophysical Imaging. Class 8: Joint Geophysical Inversions Wed, April 20, 2011 GEOPHYS 4: Near Surface Geophysical Imaging Class 8: Joint Geophysical Inversions Wed, April, 11 Invert multiple types of data residuals simultaneously Apply soft mutual constraints: empirical, physical,

More information

Efficient 3D Gravity and Magnetic Modeling

Efficient 3D Gravity and Magnetic Modeling Efficient 3D Gravity and Magnetic Modeling X. Li Fugro Gravity & Magnetic Services Inc., Houston, Texas, USA Summary There are many different spatial-domain algorithms for 3D gravity and magnetic forward

More information

MVI Documentation. Release 2.0 UBC-GIF

MVI Documentation. Release 2.0 UBC-GIF MVI Documentation Release 2.0 UBC-GIF Sep 01, 2017 Contents 1 Elements of the program MVIINV 3 1.1 Introduction............................................... 3 1.2 General files for MVI programs.....................................

More information

Overview. Spectral Processing of Point- Sampled Geometry. Introduction. Introduction. Fourier Transform. Fourier Transform

Overview. Spectral Processing of Point- Sampled Geometry. Introduction. Introduction. Fourier Transform. Fourier Transform Overview Spectral Processing of Point- Sampled Geometry Introduction Fourier transform Spectral processing pipeline Spectral filtering Adaptive subsampling Summary Point-Based Computer Graphics Markus

More information

Application of wavelet theory to the analysis of gravity data. P. Hornby, F. Boschetti* and F. Horowitz, Division of Exploration and Mining, CSIRO,

Application of wavelet theory to the analysis of gravity data. P. Hornby, F. Boschetti* and F. Horowitz, Division of Exploration and Mining, CSIRO, Application of wavelet theory to the analysis of gravity data. P. Hornby, F. Boschetti* and F. Horowitz, Division of Exploration and Mining, CSIRO, Australia. Summary. The fundamental equations of potential

More information

SEG/New Orleans 2006 Annual Meeting

SEG/New Orleans 2006 Annual Meeting and its implications for the curvelet design Hervé Chauris, Ecole des Mines de Paris Summary This paper is a first attempt towards the migration of seismic data in the curvelet domain for heterogeneous

More information

Contents. I The Basic Framework for Stationary Problems 1

Contents. I The Basic Framework for Stationary Problems 1 page v Preface xiii I The Basic Framework for Stationary Problems 1 1 Some model PDEs 3 1.1 Laplace s equation; elliptic BVPs... 3 1.1.1 Physical experiments modeled by Laplace s equation... 5 1.2 Other

More information

26257 Nonlinear Inverse Modeling of Magnetic Anomalies due to Thin Sheets and Cylinders Using Occam s Method

26257 Nonlinear Inverse Modeling of Magnetic Anomalies due to Thin Sheets and Cylinders Using Occam s Method 26257 Nonlinear Inverse Modeling of Anomalies due to Thin Sheets and Cylinders Using Occam s Method R. Ghanati* (University of Tehran, Insitute of Geophysics), H.A. Ghari (University of Tehran, Insitute

More information

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions

Data Partitioning. Figure 1-31: Communication Topologies. Regular Partitions Data In single-program multiple-data (SPMD) parallel programs, global data is partitioned, with a portion of the data assigned to each processing node. Issues relevant to choosing a partitioning strategy

More information

Closing the Loop via Scenario Modeling in a Time-Lapse Study of an EOR Target in Oman

Closing the Loop via Scenario Modeling in a Time-Lapse Study of an EOR Target in Oman Closing the Loop via Scenario Modeling in a Time-Lapse Study of an EOR Target in Oman Tania Mukherjee *(University of Houston), Kurang Mehta, Jorge Lopez (Shell International Exploration and Production

More information

SUMMARY. solve the matrix system using iterative solvers. We use the MUMPS codes and distribute the computation over many different

SUMMARY. solve the matrix system using iterative solvers. We use the MUMPS codes and distribute the computation over many different Forward Modelling and Inversion of Multi-Source TEM Data D. W. Oldenburg 1, E. Haber 2, and R. Shekhtman 1 1 University of British Columbia, Department of Earth & Ocean Sciences 2 Emory University, Atlanta,

More information

2D Inversions of 3D Marine CSEM Data Hung-Wen Tseng*, Lucy MacGregor, and Rolf V. Ackermann, Rock Solid Images, Inc.

2D Inversions of 3D Marine CSEM Data Hung-Wen Tseng*, Lucy MacGregor, and Rolf V. Ackermann, Rock Solid Images, Inc. 2D Inversions of 3D Marine CSEM Data Hung-Wen Tseng*, Lucy MacGregor, and Rolf V. Ackermann, Rock Solid Images, Inc. Summary A combination of 3D forward simulations and 2D and 3D inversions have been used

More information

Empirical Analysis of Space Filling Curves for Scientific Computing Applications

Empirical Analysis of Space Filling Curves for Scientific Computing Applications Empirical Analysis of Space Filling Curves for Scientific Computing Applications Daryl DeFord 1 Ananth Kalyanaraman 2 1 Dartmouth College Department of Mathematics 2 Washington State University School

More information

Introduction to Geophysical Inversion

Introduction to Geophysical Inversion Introduction to Geophysical Inversion Goals Understand the non-uniqueness in geophysical interpretations Understand the concepts of inversion. Basic workflow for solving inversion problems. Some important

More information

A low rank based seismic data interpolation via frequencypatches transform and low rank space projection

A low rank based seismic data interpolation via frequencypatches transform and low rank space projection A low rank based seismic data interpolation via frequencypatches transform and low rank space projection Zhengsheng Yao, Mike Galbraith and Randy Kolesar Schlumberger Summary We propose a new algorithm

More information

3. Lifting Scheme of Wavelet Transform

3. Lifting Scheme of Wavelet Transform 3. Lifting Scheme of Wavelet Transform 3. Introduction The Wim Sweldens 76 developed the lifting scheme for the construction of biorthogonal wavelets. The main feature of the lifting scheme is that all

More information

Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies.

Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies. Three-dimensional inversion of borehole, time-domain, electromagnetic data for highly conductive ore-bodies. Nigel Phillips, Doug Oldenburg, Eldad Haber, Roman Shekhtman. UBC-Geophysical Inversion Facility

More information

A dual domain algorithm for minimum nuclear norm deblending Jinkun Cheng and Mauricio D. Sacchi, University of Alberta

A dual domain algorithm for minimum nuclear norm deblending Jinkun Cheng and Mauricio D. Sacchi, University of Alberta A dual domain algorithm for minimum nuclear norm deblending Jinkun Cheng and Mauricio D. Sacchi, University of Alberta Downloaded /1/15 to 142.244.11.63. Redistribution subject to SEG license or copyright;

More information

The interpolation of a 3-D data set by a pair of 2-D filters

The interpolation of a 3-D data set by a pair of 2-D filters Stanford Exploration Project, Report 84, May 9, 2001, pages 1 275 The interpolation of a 3-D data set by a pair of 2-D filters Matthias Schwab and Jon F. Claerbout 1 ABSTRACT Seismic 3-D field data is

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Tu A4 09 3D CSEM Inversion Of Data Affected by Infrastructure

Tu A4 09 3D CSEM Inversion Of Data Affected by Infrastructure Tu A4 09 3D CSEM Inversion Of Data Affected by Infrastructure J.P. Morten (EMGS), L. Berre* (EMGS), S. de la Kethulle de Ryhove (EMGS), V. Markhus (EMGS) Summary We consider the effect of metal infrastructure

More information

Inverse Continuous Wavelet Transform Deconvolution Summary ICWT deconvolution Introduction

Inverse Continuous Wavelet Transform Deconvolution Summary ICWT deconvolution Introduction Marcilio Castro de Matos*, Sismo Research&Consulting and AASPI/OU, and Kurt J. Marfurt, The University of Oklahoma (OU) Summary Most deconvolution algorithms try to transform the seismic wavelet into spikes

More information

Five Dimensional Interpolation:exploring different Fourier operators

Five Dimensional Interpolation:exploring different Fourier operators Five Dimensional Interpolation:exploring different Fourier operators Daniel Trad CREWES-University of Calgary Summary Five-Dimensional interpolation has become a very popular method to pre-condition data

More information

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips

3D modeling of the Quest Projects Geophysical Datasets. Nigel Phillips 3D modeling of the Quest Projects Geophysical Datasets Nigel Phillips Advanced Geophysical Interpretation Centre Undercover Exploration workshop KEG-25 April 2012 Mineral Physical Properties: density sus.

More information

Multigrid Pattern. I. Problem. II. Driving Forces. III. Solution

Multigrid Pattern. I. Problem. II. Driving Forces. III. Solution Multigrid Pattern I. Problem Problem domain is decomposed into a set of geometric grids, where each element participates in a local computation followed by data exchanges with adjacent neighbors. The grids

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

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight

coding of various parts showing different features, the possibility of rotation or of hiding covering parts of the object's surface to gain an insight Three-Dimensional Object Reconstruction from Layered Spatial Data Michael Dangl and Robert Sablatnig Vienna University of Technology, Institute of Computer Aided Automation, Pattern Recognition and Image

More information

Integral equation method for anisotropic inversion of towed streamer EM data: theory and application for the TWOP survey

Integral equation method for anisotropic inversion of towed streamer EM data: theory and application for the TWOP survey Integral equation method for anisotropic inversion of towed streamer EM data: theory and application for the TWOP survey Michael S. Zhdanov 1,2, Masashi Endo 1, Daeung Yoon 1,2, Johan Mattsson 3, and Jonathan

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

Sparse wavelet expansions for seismic tomography: Methods and algorithms

Sparse wavelet expansions for seismic tomography: Methods and algorithms Sparse wavelet expansions for seismic tomography: Methods and algorithms Ignace Loris Université Libre de Bruxelles International symposium on geophysical imaging with localized waves 24 28 July 2011 (Joint

More information

A Data estimation Based Approach for Quasi continuous Reservoir Monitoring using Sparse Surface Seismic Data Introduction Figure 1

A Data estimation Based Approach for Quasi continuous Reservoir Monitoring using Sparse Surface Seismic Data Introduction Figure 1 A Data estimation Based Approach for Quasi continuous Reservoir Monitoring using Sparse Surface Seismic Data Adeyemi Arogunmati* and Jerry M. Harris, Stanford University, California, USA Introduction One

More information

Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi

Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi Image Transformation Techniques Dr. Rajeev Srivastava Dept. of Computer Engineering, ITBHU, Varanasi 1. Introduction The choice of a particular transform in a given application depends on the amount of

More information

Joint seismic traveltime and TEM inversion for near surface imaging Jide Nosakare Ogunbo*, Jie Zhang, GeoTomo LLC

Joint seismic traveltime and TEM inversion for near surface imaging Jide Nosakare Ogunbo*, Jie Zhang, GeoTomo LLC Jide Nosaare Ogunbo*, Jie Zhang, GeoTomo LLC Summary For a reliable interpretation of the subsurface structure, the joint geophysical inversion approach is becoming a viable tool. Seismic and EM methods

More information

How reliable is statistical wavelet estimation? Jonathan Edgar*, BG Group, and Mirko van der Baan, University of Alberta

How reliable is statistical wavelet estimation? Jonathan Edgar*, BG Group, and Mirko van der Baan, University of Alberta Jonathan Edgar*, BG Group, and Mirko van der Baan, University of Alberta Summary Well logs are often used for the estimation of seismic wavelets. The phase is obtained by forcing a well-derived synthetic

More information

Unstructured grid modelling to create 3-D Earth models that unify geological and geophysical information

Unstructured grid modelling to create 3-D Earth models that unify geological and geophysical information Unstructured grid modelling to create 3-D Earth models that unify geological and geophysical information Peter Lelièvre, Angela Carter-McAuslan, Cassandra Tycholiz, Colin Farquharson and Charles Hurich

More information

An Efficient, Geometric Multigrid Solver for the Anisotropic Diffusion Equation in Two and Three Dimensions

An Efficient, Geometric Multigrid Solver for the Anisotropic Diffusion Equation in Two and Three Dimensions 1 n Efficient, Geometric Multigrid Solver for the nisotropic Diffusion Equation in Two and Three Dimensions Tolga Tasdizen, Ross Whitaker UUSCI-2004-002 Scientific Computing and Imaging Institute University

More information

Iterative methods for use with the Fast Multipole Method

Iterative methods for use with the Fast Multipole Method Iterative methods for use with the Fast Multipole Method Ramani Duraiswami Perceptual Interfaces and Reality Lab. Computer Science & UMIACS University of Maryland, College Park, MD Joint work with Nail

More information

P257 Transform-domain Sparsity Regularization in Reconstruction of Channelized Facies

P257 Transform-domain Sparsity Regularization in Reconstruction of Channelized Facies P257 Transform-domain Sparsity Regularization in Reconstruction of Channelized Facies. azemi* (University of Alberta) & H.R. Siahkoohi (University of Tehran) SUMMARY Petrophysical reservoir properties,

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

Distance (*40 ft) Depth (*40 ft) Profile A-A from SEG-EAEG salt model

Distance (*40 ft) Depth (*40 ft) Profile A-A from SEG-EAEG salt model Proposal for a WTOPI Research Consortium Wavelet Transform On Propagation and Imaging for seismic exploration Ru-Shan Wu Modeling and Imaging Project, University of California, Santa Cruz August 27, 1996

More information

Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling

Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling Schemes for improving efficiency of pixel-based inversion algorithms for electromagnetic loggingwhile-drilling measurements Y. Lin, A. Abubakar, T. M. Habashy, G. Pan, M. Li and V. Druskin, Schlumberger-Doll

More information

Final Review. Image Processing CSE 166 Lecture 18

Final Review. Image Processing CSE 166 Lecture 18 Final Review Image Processing CSE 166 Lecture 18 Topics covered Basis vectors Matrix based transforms Wavelet transform Image compression Image watermarking Morphological image processing Segmentation

More information

Application of Daubechies Wavelets for Image Compression

Application of Daubechies Wavelets for Image Compression Application of Daubechies Wavelets for Image Compression Heydari. Aghile 1,*, Naseri.Roghaye 2 1 Department of Math., Payame Noor University, Mashad, IRAN, Email Address a_heidari@pnu.ac.ir, Funded by

More information

FMA901F: Machine Learning Lecture 3: Linear Models for Regression. Cristian Sminchisescu

FMA901F: Machine Learning Lecture 3: Linear Models for Regression. Cristian Sminchisescu FMA901F: Machine Learning Lecture 3: Linear Models for Regression Cristian Sminchisescu Machine Learning: Frequentist vs. Bayesian In the frequentist setting, we seek a fixed parameter (vector), with value(s)

More information

Efficient View-Dependent Sampling of Visual Hulls

Efficient View-Dependent Sampling of Visual Hulls Efficient View-Dependent Sampling of Visual Hulls Wojciech Matusik Chris Buehler Leonard McMillan Computer Graphics Group MIT Laboratory for Computer Science Cambridge, MA 02141 Abstract In this paper

More information

Computational Fluid Dynamics - Incompressible Flows

Computational Fluid Dynamics - Incompressible Flows Computational Fluid Dynamics - Incompressible Flows March 25, 2008 Incompressible Flows Basis Functions Discrete Equations CFD - Incompressible Flows CFD is a Huge field Numerical Techniques for solving

More information

Wave-equation migration from topography: Imaging Husky

Wave-equation migration from topography: Imaging Husky Stanford Exploration Project, Report 123, October 31, 2005, pages 49 56 Short Note Wave-equation migration from topography: Imaging Husky Jeff Shragge 1 INTRODUCTION Imaging land seismic data is wrought

More information

3D angle decomposition for elastic reverse time migration Yuting Duan & Paul Sava, Center for Wave Phenomena, Colorado School of Mines

3D angle decomposition for elastic reverse time migration Yuting Duan & Paul Sava, Center for Wave Phenomena, Colorado School of Mines 3D angle decomposition for elastic reverse time migration Yuting Duan & Paul Sava, Center for Wave Phenomena, Colorado School of Mines SUMMARY We propose 3D angle decomposition methods from elastic reverse

More information

SUMMARY INTRODUCTION 3D MT INVERSION METHOD

SUMMARY INTRODUCTION 3D MT INVERSION METHOD Efficient 3D inversion of MT data using integral equations method and the receiver footprint approach: application to the large-scale inversion of the EarthScope MT data Alexander Gribenko, A. Marie Green,

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

Summary. Introduction

Summary. Introduction . Tony Martin*, Cristiano Saturni and Peter Ashby, ION Geophysical Summary Modern marine seismic surveys may contain many Terabytes of data. In seismic processing terms, understanding the impact and effectiveness

More information

Multimedia Computing: Algorithms, Systems, and Applications: Edge Detection

Multimedia Computing: Algorithms, Systems, and Applications: Edge Detection Multimedia Computing: Algorithms, Systems, and Applications: Edge Detection By Dr. Yu Cao Department of Computer Science The University of Massachusetts Lowell Lowell, MA 01854, USA Part of the slides

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

G009 Scale and Direction-guided Interpolation of Aliased Seismic Data in the Curvelet Domain

G009 Scale and Direction-guided Interpolation of Aliased Seismic Data in the Curvelet Domain G009 Scale and Direction-guided Interpolation of Aliased Seismic Data in the Curvelet Domain M. Naghizadeh* (University of Alberta) & M. Sacchi (University of Alberta) SUMMARY We propose a robust interpolation

More information

Multicomponent f-x seismic random noise attenuation via vector autoregressive operators

Multicomponent f-x seismic random noise attenuation via vector autoregressive operators Multicomponent f-x seismic random noise attenuation via vector autoregressive operators Mostafa Naghizadeh and Mauricio Sacchi ABSTRACT We propose an extension of the traditional frequency-space (f-x)

More information

A Framework for Online Inversion-Based 3D Site Characterization

A Framework for Online Inversion-Based 3D Site Characterization A Framework for Online Inversion-Based 3D Site Characterization Volkan Akcelik, Jacobo Bielak, Ioannis Epanomeritakis,, Omar Ghattas Carnegie Mellon University George Biros University of Pennsylvania Loukas

More information

Edge detection. Convert a 2D image into a set of curves. Extracts salient features of the scene More compact than pixels

Edge detection. Convert a 2D image into a set of curves. Extracts salient features of the scene More compact than pixels Edge Detection Edge detection Convert a 2D image into a set of curves Extracts salient features of the scene More compact than pixels Origin of Edges surface normal discontinuity depth discontinuity surface

More information

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

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

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

Downloaded 09/01/14 to Redistribution subject to SEG license or copyright; see Terms of Use at Random Noise Suppression Using Normalized Convolution Filter Fangyu Li*, Bo Zhang, Kurt J. Marfurt, The University of Oklahoma; Isaac Hall, Star Geophysics Inc.; Summary Random noise in seismic data hampers

More information

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009 Learning and Inferring Depth from Monocular Images Jiyan Pan April 1, 2009 Traditional ways of inferring depth Binocular disparity Structure from motion Defocus Given a single monocular image, how to infer

More information

m=[a,b,c,d] T together with the a posteriori covariance

m=[a,b,c,d] T together with the a posteriori covariance zimuthal VO analysis: stabilizing the model parameters Chris Davison*, ndrew Ratcliffe, Sergio Grion (CGGVeritas), Rodney Johnston, Carlos Duque, Musa Maharramov (BP). solved using linear least squares

More information

DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS INTRODUCTION

DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS INTRODUCTION DETECTION AND ROBUST ESTIMATION OF CYLINDER FEATURES IN POINT CLOUDS Yun-Ting Su James Bethel Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive, West Lafayette,

More information

Mostafa Naghizadeh and Mauricio D. Sacchi

Mostafa Naghizadeh and Mauricio D. Sacchi Ground-roll elimination by scale and direction guided curvelet transform Mostafa Naghizadeh and Mauricio D. Sacchi Summary We propose a curvelet domain strategy to subtract ground-roll from seismic records.

More information

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT 9.1 Introduction In the previous chapters the inpainting was considered as an iterative algorithm. PDE based method uses iterations to converge

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

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

Main Menu. Summary. Introduction

Main Menu. Summary. Introduction Noise-thresholding sparse-spike inversion with global convergence: calibration and applications Douglas S. Sassen* and Michael Glinsky, Ion Geophysical Corp. Summary We demonstrate an innovative inversion

More information

SEG/New Orleans 2006 Annual Meeting

SEG/New Orleans 2006 Annual Meeting Accuracy improvement for super-wide angle one-way waves by wavefront reconstruction Ru-Shan Wu* and Xiaofeng Jia, Modeling and Imaging Laboratory, IGPP, University of California, Santa Cruz Summary To

More information

Data mining with sparse grids

Data mining with sparse grids Data mining with sparse grids Jochen Garcke and Michael Griebel Institut für Angewandte Mathematik Universität Bonn Data mining with sparse grids p.1/40 Overview What is Data mining? Regularization networks

More information

An explicit feature control approach in structural topology optimization

An explicit feature control approach in structural topology optimization th World Congress on Structural and Multidisciplinary Optimisation 07 th -2 th, June 205, Sydney Australia An explicit feature control approach in structural topology optimization Weisheng Zhang, Xu Guo

More information

ELEC Dr Reji Mathew Electrical Engineering UNSW

ELEC Dr Reji Mathew Electrical Engineering UNSW ELEC 4622 Dr Reji Mathew Electrical Engineering UNSW Review of Motion Modelling and Estimation Introduction to Motion Modelling & Estimation Forward Motion Backward Motion Block Motion Estimation Motion

More information

SUMMARY. In combination with compressive sensing, a successful reconstruction

SUMMARY. In combination with compressive sensing, a successful reconstruction Higher dimensional blue-noise sampling schemes for curvelet-based seismic data recovery Gang Tang, Tsinghua University & UBC-Seismic Laboratory for Imaging and Modeling (UBC-SLIM), Reza Shahidi, UBC-SLIM,

More information

Tensor Based Approaches for LVA Field Inference

Tensor Based Approaches for LVA Field Inference Tensor Based Approaches for LVA Field Inference Maksuda Lillah and Jeff Boisvert The importance of locally varying anisotropy (LVA) in model construction can be significant; however, it is often ignored

More information

Design of Orthogonal Graph Wavelet Filter Banks

Design of Orthogonal Graph Wavelet Filter Banks Design of Orthogonal Graph Wavelet Filter Banks Xi ZHANG Department of Communication Engineering and Informatics The University of Electro-Communications Chofu-shi, Tokyo, 182-8585 JAPAN E-mail: zhangxi@uec.ac.jp

More information

Magnetics. Introduction to Filtering using the Fourier Transform. Chuck Connor, Laura Connor. Potential Fields. Magnetics.

Magnetics. Introduction to Filtering using the Fourier Transform. Chuck Connor, Laura Connor. Potential Fields. Magnetics. Introduction to using the Chuck Connor, Laura Connor Potential Fields for this week Nm Sm Schematic Earth dipolar magnetic field. The field lines placed in the page plane are drawn as thick lines, those

More information

The Immersed Interface Method

The Immersed Interface Method The Immersed Interface Method Numerical Solutions of PDEs Involving Interfaces and Irregular Domains Zhiiin Li Kazufumi Ito North Carolina State University Raleigh, North Carolina Society for Industrial

More information

FACE RECOGNITION USING INDEPENDENT COMPONENT

FACE RECOGNITION USING INDEPENDENT COMPONENT Chapter 5 FACE RECOGNITION USING INDEPENDENT COMPONENT ANALYSIS OF GABORJET (GABORJET-ICA) 5.1 INTRODUCTION PCA is probably the most widely used subspace projection technique for face recognition. A major

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

HPC Algorithms and Applications

HPC Algorithms and Applications HPC Algorithms and Applications Dwarf #5 Structured Grids Michael Bader Winter 2012/2013 Dwarf #5 Structured Grids, Winter 2012/2013 1 Dwarf #5 Structured Grids 1. dense linear algebra 2. sparse linear

More information

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover

CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING. domain. In spatial domain the watermark bits directly added to the pixels of the cover 38 CHAPTER 3 DIFFERENT DOMAINS OF WATERMARKING Digital image watermarking can be done in both spatial domain and transform domain. In spatial domain the watermark bits directly added to the pixels of the

More information

Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm

Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm Two Dimensional Microwave Imaging Using a Divide and Unite Algorithm Disha Shur 1, K. Yaswanth 2, and Uday K. Khankhoje 2 1 Indian Institute of Engineering Science and Technology, Shibpur, India 2 Indian

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE

More information

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

Downloaded 03/13/17 to Redistribution subject to SEG license or copyright; see Terms of Use at Eldad Haber and Lars Ruthotto, Geophysical Inversion Facility, Department of Earth, Ocean and Atmospheric Sciences, University of British Columbia 2207 Main Mall, V6T 1Z4 Vancouver, British Columbia, Canada

More information

Diffusion Wavelets for Natural Image Analysis

Diffusion Wavelets for Natural Image Analysis Diffusion Wavelets for Natural Image Analysis Tyrus Berry December 16, 2011 Contents 1 Project Description 2 2 Introduction to Diffusion Wavelets 2 2.1 Diffusion Multiresolution............................

More information

Machine-learning Based Automated Fault Detection in Seismic Traces

Machine-learning Based Automated Fault Detection in Seismic Traces Machine-learning Based Automated Fault Detection in Seismic Traces Chiyuan Zhang and Charlie Frogner (MIT), Mauricio Araya-Polo and Detlef Hohl (Shell International E & P Inc.) June 9, 24 Introduction

More information

Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis

Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis Bayesian Spherical Wavelet Shrinkage: Applications to Shape Analysis Xavier Le Faucheur a, Brani Vidakovic b and Allen Tannenbaum a a School of Electrical and Computer Engineering, b Department of Biomedical

More information

Robust PDF Table Locator

Robust PDF Table Locator Robust PDF Table Locator December 17, 2016 1 Introduction Data scientists rely on an abundance of tabular data stored in easy-to-machine-read formats like.csv files. Unfortunately, most government records

More information

D020 Statics in Magnetotellurics - Shift or Model?

D020 Statics in Magnetotellurics - Shift or Model? D020 Statics in Magnetotellurics - Shift or Model? W. Soyer* (WesternGeco-Geosystem), S. Hallinan (WesternGeco- Geosystem), R.L. Mackie (WesternGeco-Geosystem) & W. Cumming (Cumming Geoscience) SUMMARY

More information

Noise-thresholding sparse-spike inversion with global convergence: calibration and applications

Noise-thresholding sparse-spike inversion with global convergence: calibration and applications Noise-thresholding sparse-spike inversion with global convergence: calibration and applications Douglas S. Sassen and Michael Glinsky, Ion Geophysical 2013 SEG Douglas Sassen 9/25/13 1 Illustrative Abstract!

More information