RSVD-WTNNR-iALM: Low-Rank FWI Regularization
- The paper presents RSVD-WTNNR-iALM as an innovative framework integrating rSVD and WTNNR to suppress noise in high-resolution full-waveform inversion.
- It employs weighted truncated nuclear norm regularization to selectively penalize tail singular values, thereby improving edge preservation and model accuracy.
- The method leverages an inexact augmented Lagrangian approach to achieve two- to three-fold convergence speedup, validated on challenging seismic datasets.
RSVD-WTNNR-iALM is a computational framework designed to address the challenges of high-resolution, noise-resilient full-waveform inversion (FWI) in seismic imaging. This method synergistically combines randomized singular value decomposition (rSVD) with weighted truncated nuclear norm regularization (WTNNR) and embeds them within an inexact augmented Lagrangian method (iALM) optimizer. The objective is to suppress random noise and improve image fidelity in the inversion of subsurface velocity models from complex seismic data, all while accelerating convergence by leveraging efficient, low-rank matrix factorizations and robust optimization strategies (Li et al., 2023).
1. FWI Formulation and Regularization
FWI seeks to recover a discretized velocity model from observed seismic data , by minimizing a misfit functional:
where is the forward modeling operator and is a regularization term. The variable denotes the velocity increment at Gauss–Newton step . In the frequency-domain linearization, the least-squares subproblem becomes:
where is the Jacobian, and .
The increment vector (with ) is reshaped as a matrix , on which low-rank regularization is imposed. WTNNR encourages this low-rank structure, aiding denoising and structure preservation.
2. Weighted Truncated Nuclear Norm Regularization and rSVD
WTNNR applies a regularization penalty to the tail singular values of the velocity update matrix. The formal definition is:
where are ordered singular values and are positive adaptive weights, typically
at iteration with and . This form penalizes only the singular values beyond rank , promoting selective truncation and adaptive denoising.
For computational efficiency, rSVD is employed to approximate the SVD of large matrices:
- Draw a Gaussian test matrix ;
- Compute and perform QR decomposition ;
- Form and compute its SVD ;
- Approximate .
The truncation rank is chosen adaptively, typically tracking the dominant singular values.
3. Inexact Augmented Lagrangian Method (iALM)
iALM introduces an auxiliary variable to decouple the nuclear norm regularization from the quadratic misfit term, under the constraint . The augmented Lagrangian is:
with dual variable and penalty parameter .
Each iALM iteration involves:
- (Inexact) minimization with respect to (typically using Gauss–Newton or conjugate gradient steps);
- Closed-form update for via weighted singular value thresholding (SVT), accelerated by rSVD;
- Dual variable update;
- Optional increase of .
Convergence criteria are based on primal and dual residuals: .
4. Algorithmic Workflow
The complete RSVD-WTNNR-iALM FWI proceeds iteratively within a multiscale frequency-stepping scheme:
- Initialize velocity increment, auxiliary variable, dual variable, and penalty parameter.
- Repeat iALM steps for the current frequency band:
- Form Jacobian and residual;
- Update ;
- Compute rSVD of ;
- Apply weighted SVT on singular values for update;
- Update and .
Upon convergence, update the model and proceed to the next frequency band.
Parameter choices include ramping from a small value at low frequency up to approximately 50, weights with , , initial , multiplier , and tolerances .
5. Numerical Performance and Empirical Results
On the 2004 BP salt model under signal-to-noise ratios of 8, 12, and 16 dB, RSVD-WTNNR-iALM demonstrates:
- Approximately twofold reduction in misfit per iteration compared to Tikhonov-regularized FWI.
- Final model error () of 30–50% lower at 8 dB and 15–25% lower at 16 dB after 2000 iterations.
- Enhanced recovery of deep salt plume structures and sharper boundary delineation relative to traditional FWI.
- Reduced RMS profile error in velocity (approximately 0.1 km/s versus 0.2 km/s).
- The low-rank truncation robustly removes random noise-induced features in , reducing the likelihood of overfitting.
In practice, the iALM approach achieves a two- to three-fold speedup in outer-loop convergence compared to fixed-penalty ALM.
6. Computational and Methodological Significance
RSVD-WTNNR-iALM integrates:
- rSVD for dimensionality reduction, scaling SVD costs to ;
- WTNNR for adaptive, data-dependent regularization, improving denoising and edge retention;
- A multi-block iALM strategy for robust, accelerated convergence despite inexact subproblem solutions.
This unified framework provides a resilient, high-resolution, and noise-suppressing alternative to conventional FWI regularization techniques, particularly under challenging noise conditions and limited prior information about subsurface models (Li et al., 2023).
7. Context and Implications
The RSVD-WTNNR-iALM approach demonstrates that targeted low-rank penalization—coupled with randomized linear algebra and advanced augmented Lagrangian solvers—provides substantial advantages for inverse problems plagued by noise and ill-posedness. Its algorithmic structure facilitates scalability to large seismic data volumes and suggests a general template for integrating efficient matrix factorization and adaptive regularization within iterative PDE-constrained optimization frameworks. A plausible implication is that this strategy can be generalized to other large-scale imaging and signal recovery problems where low-rank structure, efficiency, and noise resilience are critical (Li et al., 2023).