PDF VersionMarkdown Version

A simulation-free seismic survey design by maximizing the spectral gap

Yijun Zhang1, Mathias Louboutin1 , Ali Siahkoohi1, Ziyi Yin1, Rajiv Kumar2, and Felix J. Herrmann1
1 Georgia Institute of Technology
2 Schlumberger

Abstract

Due to the tremendous cost of seismic data acquisition, methods have been developed to reduce the amount of data acquired by designing optimal missing trace reconstruction algorithms. These technologies are designed to record as little data as possible in the field, while providing accurate wavefield reconstruction in the areas of the survey that are not recorded. This is achieved by designing randomized subsampling masks that allow for accurate wavefield reconstruction via matrix completion methods. Motivated by these recent results, we propose a simulation-free seismic survey design that aims at improving the quality of a given randomized subsampling using a simulated annealing algorithm that iteratively increases the spectral gap of the subsampling mask, a property recently linked to the quality of the reconstruction. We demonstrate that our proposed method improves the data reconstruction quality for a fixed subsampling rate on a realistic synthetic dataset.

Introduction

Due to relatively recent breakthroughs in compressive sensing (Candès et al., 2006), seismic data is increasingly gathered randomly along spatial coordinates to decrease acquisition productivity (C. Mosher et al., 2014; Kumar et al., 2015; Chiu, 2019). Wavefield reconstruction is used to recover fully sampled data from randomly subsampled observed seismic data (Hennenfent and Herrmann, 2008; Kumar et al., 2015; Zhang et al., 2020). To remove the imprint of large gaps in uniform random sampling, Gilles (2008) proposed jittered subsampling, which by controlling the maximum gap size of subsampled data creates favorable conditions for seismic wavefield recovery based on sparsity promotion in a transformed domain made of localized atoms including curvelets (Herrmann et al., 2008). While uniform random (Candès and Recht, 2009; Candès and Tao, 2010) and random jittered subsampling schemes (Herrmann and Hennenfent, 2008; Hennenfent and Herrmann, 2008) are relatively straightforward to generate, these sampling strategies are almost certainly suboptimal and have shown to be improvable by solving certain optimization problem (C. Mosher et al., 2014; Manohar et al., 2018; Li et al., 2017). For instance, C. Mosher et al. (2014), Li et al. (2017), and later Titova et al. (2019) improved the reconstruction quality by devising a global optimization scheme that uses the mutual coherence.

In addition to wavefield reconstruction with optimized sampling schemes, C. Mosher et al. (2014) also proposed a simulation-based acquisition design to support the use of compressive sensing in seismic data acquisition. For time-lapse seismic, Guo and Sacchi (2020) also used a data-driven approach where the acquisition is optimized by using prior information on the seismic data (Manohar et al., 2018). While these methods have lead to promising results, they either require significant computational resources to determine the optimal source-receiver layout using combined wavefield simulations and recoveries or require detailed information on the to-be-collected seismic data. Neither is feasible for the design of optimized sampling strategies in 3D.

To overcome this difficulty, this abstract provides a global optimization strategy for determining improved source-receiver layouts suitable for wavefield reconstructions based on matrix completion (Recht et al., 2010; Kumar et al., 2015; Kumar, 2017) without the need to carry out expensive wavefield simulations. Similar to Li et al. (2017) and C. Mosher et al. (2014), who propose a simulation-free optimization method based on the mathematical property of mutual coherence for transform-based wavefield reconstruction, our method involves improving the connectivity of graphs spanned by the binary sampling masks in the midpoint-offset domain. According to Bhojanapalli and Jain (2014), by maximizing the spectral gap—i.e., the distance between the two first singular values—of the binary sampling mask the connectivity of the graph is improved, which favors reconstruction by matrix completion, an observation recently confirmed by López et al. (2022) for \(2\)D and \(3\)D seismic wavefield reconstruction. While recent work by López et al. (2022) indeed negates the need to run multiple costly wavefield reconstructions for different candidate sampling masks, this work does not yet provide a constructive method to generate sampling masks that maximize the spectral gap.

Unfortunately, the design of acquisition masks that maximize the spectral gap is an NP-hard problem (Guo and Sacchi, 2020) whose solution requires a brute-force search through all combinatorial possibilities (Manohar et al., 2018). When the number of sources or receivers becomes “large” (B. Li et al., 2016), this precludes its practical use; for example, there are \({n \choose m} = \frac{n!}{m!(n-m)!} = 75287520\) possible combinations when selecting \(m = 5\) subsampling positions from a pool of \(n = 100\) candidate sites. For this reason, we propose to obtain an approximate solution by maximizing the spectral gap using simulated annealing (Kirkpatrick et al., 1983), a stochastic local search optimization technique that is straightforward to implement, apply, and computationally feasible. The proposed method depends only on binary mask optimization, has a minimal computational cost, and should be adaptable to large-scale survey design.

We organize this expanded abstract as follows. First, we present the proposed optimization problem to maximize the spectral gap of subsampling masks. Next, we explain how to obtain the approximate acquisition masks via simulated annealing. We conclude by demonstrating numerical experiments on the \(2\)D synthetic Compass dataset (Jones et al., 2012) and show an improvement in recovery quality compared to wavefield reconstruction of data collected with jittered subsampling method(Hennenfent and Herrmann, 2008).

Methodology

Successful matrix-completion based seismic wavefield reconstruction (Recht et al., 2010, Kumar et al. (2015), Kumar (2017)) hinges on three critical factors, namely: (1) an appropriate randomized subsampling scheme, such as uniform random or jittered subsampling (Herrmann and Hennenfent, 2008, Hennenfent and Herrmann (2008)); (2) existence of a transform domain in which the fully sampled seismic data organized as a matrix exhibits low-rank structure; (3) a computationally scalable matrix completion technique, which exploits the property that missing source and/or receivers increases the rank of these matrices. In this study, we propose a new constructive method to automatically generate improved source/receiver sampling masks, which favor seismic wavefield reconstruction via matrix completion in the midpoint-offset domain. We begin by describing our approach to acquisition design.

Spectral ratio based acquisition design

Following López et al. (2022), we constitute the spectral gap by the spectral ratio (SR, the ratio of the first to second singular values), which becomes small for a large spectral gap. While the SR indeed has been shown to be a valuable quantity to predict the quality of wavefield reconstruction with matrix completion (López et al., 2022), ways to automatically generate acquisition masks with small SRs have so far been lacking. To meet this challenge, we cast the problem of finding optimized acquisition masks with small SRs as a minimization problem. Given \(n_s\) source locations, \(n_r\) receiver locations, and the source subsampling ratio \(r\), we propose to solve a non-convex combinatorial optimization problem with respect to the subsampling mask \(\mathbf M \in \{0,1\}^{n_s \times n_r}\)—i.e., we have \[ \begin{equation} \begin{aligned} \mathcal L(\vector{M}) = & \minim_{\vector{M}} \quad \frac {\sigma_2(\mathcal{S}( \mathbf{M} ))}{\sigma_1(\mathcal{S}(\mathbf{M}))} \\ & \text{subject to} \\ & \|\mathbf{M}\|_0 = \lfloor n_s \times r\rfloor \times n_r \cap \mathbf{M} \in \mathcal{J} \cap \mathbf{M} \in \{0,1\}^{n_s \times n_r}. \end{aligned} \label{eqOptimal} \end{equation} \] In this optimization problem, the objective function consists of the spectral ratio (SR), defined by the ratio of the first, \(\sigma_1 (\cdot)\), and second, \(\sigma_2 (\cdot)\), singular values. \(\mathcal S\) stands for the transformation operator with seismic reciprocity (Fenati and Rocca, 1984) from the source-receiver domain to the midpoint-offset domain. We constrain the solution to conserve the subsampling ratio (\(\|\mathbf{M}\|_0 = \lfloor n_s \times r\rfloor \times n_r \)) and to stay jittered sampled with \(\mathcal{J} \subseteq \{0,1\}^{n_s \times n_r}\) being the set of all possible jittered subsampling acquisitions. This constraint guarantees that the spread of the survey will not be modified, but only the local source position will be optimized. The symbol \(\lfloor \cdot \rfloor\) denotes the floor operation. As we previously mentioned, in order to solve this combinatorial optimization problem, we implemented a simulated annealing method to obtain a solution in a finite and acceptable time. We now describe this algorithm and link each step to its subsampling mask counterpart.

Simulated annealing

Stochastic local search optimization algorithms are viable approximate methods for solving combinatorial optimization problems (e.g., Equation \(\ref{eqOptimal}\)). Simulated annealing is a global optimization technique that uses local search to find approximate solutions to combinatorial optimization problems given a computational budget (Kirkpatrick et al., 1983, Şahin et al. (2010)).

This optimization method has three main components(Van Laarhoven and Aarts, 1987): (1) an initial state, \(\mathbf{M}_0\), representing the initial solution to the optimization problem (Equation \(\ref{eqOptimal}\)); (2) a set of neighboring states for any given state, which will be used to update the current state randomly; and (3) a transition probability that determines the probability of moving from one state to another. During optimization, at each given state, \(\mathbf{M}_k\), which represents the current solution to the optimization problem \(\ref{eqOptimal}\), a candidate state, \(\tilde{\mathbf{M}}_k\), is chosen randomly from the neighboring states. Next, the algorithm transitions from the current state to the candidate state, i.e., from \(\mathbf{M}_k\) to \(\tilde{\mathbf{M}}_k\), if this transition reduces the objective function, i.e., \(\mathcal{L}(\tilde{\mathbf{M}}_k) < \mathcal{L}(\mathbf{M}_k)\). On the other hand, if the objective function evaluated at the candidate state is larger than the current value, the algorithm makes the transition to the candidate state according to a transition probability, defined as follows (Kirkpatrick et al., 1983): \[ \begin{equation} p(\delta{\mathcal L}, k) = \exp \big({\frac{-\delta {\mathcal L}}{T(k)}}\big), \label{eqProb} \end{equation} \] where \(k\) is the iteration number, \(\delta\mathcal{L}=\mathcal{L}(\tilde{\mathbf{M}}_k) - \mathcal{L}(\mathbf{M}_k)\) indicates the change in the objective function (Equation \(\ref{eqOptimal}\)) by moving to the candidate state, and \(T(k): \mathbb{R} \rightarrow \mathbb{R}^{+}\), typically called temperature function, is a monotonically decreasing function that reduces the uphill transition probability towards the end of optimization while allowing uphill movement early in the optimization. We choose the temperature function as \(T(k)= T_0 \times \alpha^k\), following a geometric reduction rule, which is the most commonly used function in the simulated annealing with a start temperature \(T_0\) and the decrease rate \(\alpha\) (Kirkpatrick et al., 1983, Abramson et al. (1999)). This allows the algorithm to escape from local minima in the initial stages of the optimization while ensuring downhill movement towards the end. Finally, the transition probability is smaller for candidate states that increase the objective function more, i.e., \(\delta\mathcal{L} \gg 0\), minimizing the probability of moving to very bad solutions.

To adapt simulated annealing to the acquisition design optimization problem (cf. Equation \(\ref{eqOptimal}\)), we define the states as arbitrary positioning of sources. The algorithm is summarized in Algorithm 1. This algorithm is initialized with a subsampling mask \(\mathbf{M}_0\) that is generated by using jittered subsampling method, known to facilitate seismic wavefield recovery (Hennenfent and Herrmann, 2008). After updating the temperature function \(T(k)\) (line \(1\)) (Ma, 2002), we select a source position \(\tilde{\mathbf{M}}_k\) within the neighborhood of the current position (line \(2\)). We then update the source position to this updated state according to the loss decrease and probabilistic update rule (lines \(3-8\)). After a predetermined number of iterations, the algorithm outputs the source sampling mask \(\mathbf{M}_K\) with smaller SR.

Inputs:
      \(\mathbf{M}_0\): Initial source positions using jittered subsampling method.
      \(K\): Maximum number of iterations.
      \(T(k)\): Temperature function.
      \(p\): Transition probability (cf. Equation \(\ref{eqProb}\)).
0. for \(k = 0\) to \(K-1\) do
1.    \(T(k)= T_0 \times \alpha^k\)
2.    \(\tilde{\mathbf {M}}_k \leftarrow\) randomly pick a neighboring state
3.    \(\delta \mathcal {L} = \mathcal{L}(\tilde{\mathbf{M}}_k) - \mathcal{L}(\mathbf{M}_k)\)
4.    if \(\delta \mathcal {L} \leq 0\)
5.        \(\mathbf{M}_{k+1} = \tilde{\mathbf{M}}_k\)
6.    else
7.        \(\mathbf{M}_{k+1} = \begin{cases} &\tilde{\mathbf{M}}_k \text { with probability } p(\delta{\mathcal L}, k) \\ &{\mathbf{M}}_k \end{cases}\)
8.    end if
9. end for
Output: \(\mathbf{M}_K\)

Algorithm1Spectral ratio minimization via simulated annealing.

In order to satisfy the constraints introduced in Equation \(\ref{eqOptimal}\), we carefully define the neighborhood of acceptable state to prevent sources positions to cluster around a few areas of the survey. We now detail its design.

Neighboring states

Given the source sampling at an iteration, we randomly select 20% of the source positions in the current state to balance between exploring the search space and avoiding too large change between adjacent iterations (Olorunda and Engelbrecht, 2008, Assad and Deep (2018)). Using the subsampling factor \(f = \frac{1}{r} \), the fine grid with all possible source locations is divided into \(f\) equal regions. Each selected source is allowed to randomly shift within the region in which it is located. For clarity, we summarize the perturbation rule in Figure 1 with \(n_s = 20\) source positions and a subsampling factor of \(f=5\). We choose the movement range \(R\) to ensure that we remain close to the jittered sampling, which has been shown to result in better wavefield recoveries (Hennenfent and Herrmann, 2008). We now detailed our synthetic numerical experiment demonstrating the benefits of our method for data reconstruction.

Figure1Random state perturbation rules to satisfy the constraints. White circles (\(\circ\)) indicate all possible source locations. Five red circles represent an initial state. The blue circle represents the \(20\%\) of sources that we will move within movement range \(R\) to arrive at a neighboring state (purple circle).

Numerical experiments

We consider a 2D marine dataset simulated over the realistic Compass model (Jones et al., 2012). The dataset consists of \(300\) sources and \(150\) receivers sampled at \(12.5\, \mathrm{m}\). The data is recorded at a \(2 \, \mathrm{ms}\) sampling rate for \(2.046 \, \mathrm{s}\) (\(1024\) time samples). Based on this dataset, we proceed in two steps. First, we will compare the subsampling mask we obtain with our proposed method against the standard jittered sampling mask. Second, we will show that the recovered data is of better quality as expected from the optimal SR that quantifies the expected quality of recovery. The jittered subsampling method used in this abstract allows neighboring subsamples (non-gap subsamples), which creates favorable conditions for recovery and is defined as optimally-jittered subsampling in Hennenfent and Herrmann (2008). We use the weighted matrix completion method (Zhang et al., 2020) to recover the observed data and evaluate the quality of the recovered dataset.

We start with picking a subsampling mask using the jittered method (Herrmann and Hennenfent, 2008) that includes 20% of the sources. In Figure 2a, we show the subsampling mask in the source-receiver domain. Under the assumption of the source-receiver reciprocity (Fenati and Rocca, 1984), we apply this reciprocity on the subsampling mask to implement a realistic seismic survey design. The subsampling mask in the midpoint-offset domain with seismic reciprocity is depicted in Figure 2b. With this mask as an initial guess, we perform \(4000\) iterations of simulated annealing to obtain an optimal subsampling mask. Figure 2c and Figure 2d show the resulting subsampling mask in the source-receiver and midpoint-offset domains, respectively. We observe that the SR was reduced by 30% with a fixed subsampling rate hinting towards well-improved data reconstruction. The proposed method is a simulation-free method that depends only on binary mask optimization.

(a)
(b)

(c)
(d)
Figure2Jittered subsampling mask in the (a) source-receiver domain and (b) midpoint-offset domain (SR \(= 0.331\)). Optimized subsampling mask in the (c) source-receiver domain and (d) midpoint-offset domain (SR \(= 0.242\)).

With this optimized subsampling mask, we now perform data reconstruction via weighted matrix completion (Zhang et al., 2020) and compare the result against reconstructing the data sampled with the initial jittered subsampled mask. In both cases, we use the same algorithm and hyperparameters (e.g., number of iterations, rank) for a fair comparison. We summarize the recovery in Figure 3.

(a)
(b)

(c)
(d)

(e)
(f)
Figure3Wavefield reconstruction results in the time domain. (a) Ground truth. (b) \(80 \%\) subsampled seismic data with proposed subsampling. Reconstructions from \(80\%\) missing sources: (c) jittered subsampling, SNR = \(14.6\, \mathrm{dB}\) and \(12.8\, \mathrm{dB}\) for later arrival events, (d) improved subsampling with SNR = \(14.91\, \mathrm{dB}\) and \(12.9\, \mathrm{dB}\) for later arrival events.

We first show the ground truth in Figure 3a, where the right plot shows the full shot record and the left one depicts the later arrival events between about \(1\, \mathrm{s}\) to \(2\, \mathrm{s}\). By applying these two masks (jittered mask and proposed mask) individually on the ground truth, we obtain two observed datasets with \(80\%\) of sources missing. The proposed subsampled data is illustrated in Figure 3b. Figure 3c shows the reconstruction from jittered observed data with a signal-to-noise ratio (SNR) of \(14.6\, \mathrm{dB}\) for the full shot record and \(12.8\, \mathrm{dB}\) for the later arrival events. The reconstruction from the proposed subsampled data is shown in Figure 3d, with SNRs of \(14.91\, \mathrm{dB}\) for the full shot record and \(12.9\, \mathrm{dB}\) for the later arrival events. Figure 3e illustrates the difference between Figure 3c and Figure 3a, whereas Figure 3f shows the difference between Figure 3d and Figure 3a. The wavefield reconstructions demonstrate that the reconstruction from the proposed subsampling mask gives a more accurate data reconstruction for the full shot record and the later arrival events in terms of SNR. The difference is significantly reduced in Figure 3f in contrast to Figure 3e.

To further validate the performance of our proposed method, we show that our proposed mask outperforms on the average standard jittered acquisition and not just for a single experiment. We randomly generate five independent jittered subsampling masks (removing \(80 \%\) of sources) and then utilize the proposed approach to minimize the SR of these five jittered subsampling layouts. These five jittered and proposed masks are then used to perform weighted matrix completion (Zhang et al., 2019, Zhang et al. (2020)) and reconstruct the full dataset. The results are summarized in Figure 4. The bar plots in Figure 4 lead to the following observations. First, our proposed method consistently reduced the spectral ratio by at least \(11\%\) leading to a similar optimal SR for this given subsampling ratio and acquisition. Second, the recovered data always presents a higher SNR representative of a more accurate wavefield reconstruction. These two results show that despite being a potentially aleatory method, our simulated annealing based SR minimization method consistently provides a subsampling mask best fitted for data reconstruction.

(a)
(b)
Figure4(a) SR comparison (lower is better) of subsampling masks using jittered method versus proposed method. (b) Reconstruction SNR comparison (higher is better) from observed data using jittered method and proposed method. The results are obtained by five independent experiments.

Conclusions

We proposed a simulation-free method for seismic survey design in this study by minimizing the spectral ratio using the simulated annealing algorithm. Because the proposed method solely relies on a binary mask optimization rather than being data-driven, the computational cost is minimal and should scale to industry-size survey design. Through analysis and experiments, we conclude that the proposed method leads to an optimal subsampling mask best fitted for wavefield reconstruction based on matrix completion. Future work will focus on applying the proposed method to the three-dimensional field data.

Acknowledgement

This research was carried out with the support of Georgia Research Alliance and partners of the ML4Seismic Center.

Abramson, D., Krishnamoorthy, M., Dang, H., and others, 1999, Simulated annealing cooling schedules for the school timetabling problem: Asia Pacific Journal of Operational Research, 16, 1–22.

Assad, A., and Deep, K., 2018, A hybrid harmony search and simulated annealing algorithm for continuous optimization: Information Sciences, 450, 246–266.

Bhojanapalli, S., and Jain, P., 2014, Universal matrix completion: In International conference on machine learning (pp. 1881–1889). PMLR.

Candès, E. J., and Recht, B., 2009, Exact matrix completion via convex optimization: Foundations of Computational Mathematics, 9, 717–772.

Candès, E. J., and Tao, T., 2010, The power of convex relaxation: Near-optimal matrix completion: IEEE Transactions on Information Theory, 56, 2053–2080.

Candès, E. J., Romberg, J., and Tao, T., 2006, Robust uncertainty principles: Exact signal reconstruction from highly incomplete frequency information: IEEE Transactions on Information Theory, 52, 489–509.

Chiu, S. K., 2019, 3D attenuation of aliased ground roll on randomly undersampled data: In SEG international exposition and annual meeting. OnePetro.

Fenati, D., and Rocca, F., 1984, Seismic reciprocity field tests from the italian peninsula: Geophysics, 49, 1690–1700.

Gilles, H., 2008, Sampling and reconstruction of seismic wavefields in the curvelet domain: PhD thesis,. University of British Columbia.

Guo, Y., and Sacchi, M. D., 2020, Data-driven time-lapse acquisition design via optimal receiver-source placement and reconstruction: In SEG technical program expanded abstracts 2020 (pp. 66–70). Society of Exploration Geophysicists.

Hennenfent, G., and Herrmann, F. J., 2008, Simply denoise: Wavefield reconstruction via jittered undersampling: Geophysics, 73, V19–V28.

Herrmann, F. J., and Hennenfent, G., 2008, Non-parametric seismic data recovery with curvelet frames: Geophysical Journal International, 173, 233–248.

Herrmann, F. J., Wang, D., Hennenfent, G., and Moghaddam, P. P., 2008, Curvelet-based seismic data processing: A multiscale and nonlinear approach: Geophysics, 73, A1–A5.

Jones, C., Edgar, J., Selvage, J., and Crook, H., 2012, Building complex synthetic models to evaluate acquisition geometries and velocity inversion technologies: In 74th eAGE conference and exhibition incorporating eUROPEC 2012 (pp. cp–293). European Association of Geoscientists & Engineers.

Kirkpatrick, S., Gelatt Jr, C. D., and Vecchi, M. P., 1983, Optimization by simulated annealing: Science, 220, 671–680.

Kumar, R., 2017, Enabling large-scale seismic data acquisition, processing and waveform-inversion via rank-minimization: PhD thesis,. University of British Columbia.

Kumar, R., Da Silva, C., Akalin, O., Aravkin, A. Y., Mansour, H., Recht, B., and Herrmann, F. J., 2015, Efficient matrix completion for seismic data reconstruction: Geophysics, 80, V97–V114.

Li, B., Petropulu, A. P., and Trappe, W., 2016, Optimum co-design for spectrum sharing between matrix completion based mIMO radars and a mIMO communication system: IEEE Transactions on Signal Processing, 64, 4562–4575.

Li, C., Kaplan, S. T., Mosher, C. C., Brewer, J. D., and Keys, R. G., 2017, Compressive sensing:. Google Patents.

López, O., Kumar, R., Moldoveanu, N., and Herrmann, F., 2022, Graph spectrum based seismic survey design: ArXiv Preprint ArXiv:2202.04623.

Ma, X.-Q., 2002, Simultaneous inversion of prestack seismic data for rock properties using simulated annealing: Geophysics, 67, 1877–1885.

Manohar, K., Brunton, B. W., Kutz, J. N., and Brunton, S. L., 2018, Data-driven sparse sensor placement for reconstruction: Demonstrating the benefits of exploiting known patterns: IEEE Control Systems Magazine, 38, 63–86.

Mosher, C., Li, C., Morley, L., Ji, Y., Janiszewski, F., Olson, R., and Brewer, J., 2014, Increasing the efficiency of seismic data acquisition via compressive sensing: The Leading Edge, 33, 386–391.

Olorunda, O., and Engelbrecht, A. P., 2008, Measuring exploration/exploitation in particle swarms using swarm diversity: In 2008 iEEE congress on evolutionary computation (iEEE world congress on computational intelligence) (pp. 1128–1134). IEEE.

Recht, B., Fazel, M., and Parrilo, P. A., 2010, Guaranteed minimum-rank solutions of linear matrix equations via nuclear norm minimization: SIAM Review, 52, 471–501.

Şahin, R., Ertoğral, K., and Türkbey, O., 2010, A simulated annealing heuristic for the dynamic layout problem with budget constraint: Computers & Industrial Engineering, 59, 308–313.

Titova, A., Wakin, M. B., and Tura, A., 2019, Mutual coherence in compressive sensing seismic acquisition: In SEG international exposition and annual meeting. OnePetro.

Van Laarhoven, P. J., and Aarts, E. H., 1987, Simulated annealing: In Simulated annealing: Theory and applications (pp. 7–15). Springer.

Zhang, Y., Sharan, S., and Herrmann, F. J., 2019, High-frequency wavefield recovery with weighted matrix factorizations: In SEG technical program expanded abstracts 2019 (pp. 3959–3963). Society of Exploration Geophysicists.

Zhang, Y., Sharan, S., Lopez, O., and Herrmann, F. J., 2020, Wavefield recovery with limited-subspace weighted matrix factorizations: In SEG technical program expanded abstracts 2020 (pp. 2858–2862). Society of Exploration Geophysicists.