Next Article in Journal
Identification of Construction Areas from VHR-Satellite Images for Macroeconomic Forecasts
Next Article in Special Issue
A Waveform-Encoded SAR Implementation Using a Limited Number of Cyclically Shifted Chirps
Previous Article in Journal
Towards Streamlined Single-Image Super-Resolution: Demonstration with 10 m Sentinel-2 Colour and 10–60 m Multi-Spectral VNIR and SWIR Bands
Previous Article in Special Issue
Ambiguity Suppression Based on Joint Optimization for Multichannel Hybrid and ±π/4 Quad-Pol SAR Systems
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

IGS-CMAES: A Two-Stage Optimization for Ground Deformation and DEM Error Estimation in Time Series InSAR Data

1
Multimedia Research Centre, University of Alberta, Edmonton, AB T6G 2E8, Canada
2
3vGeomatics Inc., Vancouver, BC V5Y 0M6, Canada
*
Author to whom correspondence should be addressed.
Remote Sens. 2021, 13(13), 2615; https://0-doi-org.brum.beds.ac.uk/10.3390/rs13132615
Submission received: 23 May 2021 / Revised: 24 June 2021 / Accepted: 30 June 2021 / Published: 3 July 2021

Abstract

:
Interferometric synthetic aperture radar (InSAR) has become an increasingly recognized remote sensing technology for earth surface monitoring. Slow and subtle terrain displacements can be estimated using time-series InSAR (TSInSAR) data. However, a substantial increase in the availability of exclusive time series data necessitates the development of more efficient and effective algorithms. Research in these areas is usually carried out by solving complicated optimization problems, which is very computationally expensive and time-consuming. This work proposes a two-stage black-box optimization framework to jointly estimate the average ground deformation rate and terrain digital elevation model (DEM) error. The method performs an iterative grid search (IGS) to acquire coarse candidate solutions, and then a covariance matrix adaptive evolution strategy (CMAES) is adopted to obtain the final local results. The performance of our method is evaluated using both simulated and real datasets. Both quantitative and qualitative comparisons using different optimizers support the reliability and effectiveness of our work. The proposed IGS-CMAES achieves higher accuracy with a significantly fewer number of objective function evaluations than other established algorithms. It offers the possibility for wide-area monitoring, where high precision and real-time processing is essential.

Graphical Abstract

1. Introduction

Over the years, there has been an increasing interest in interferometric synthetic aperture radar (InSAR) techniques. An InSAR interferogram represents the phase difference between two SAR images, taken at different temporal times looking at the same ground location on Earth. It has provided significant advances in measuring the Earth’s surface deformation and creating precise digital elevation models (DEM). In early studies, most InSAR applications focused on analyzing a single interferogram derived from a pair of SAR images [1,2]. Later, researchers noted that some radar targets’ backscattering characteristics could maintain stability for a long period [1]. Hence, involving the analysis of multiple acquisitions in time could reduce the effects of temporal and geometric decorrelation and atmospheric disturbances. Since then, time-series InSAR (TSInSAR) techniques have emerged as a powerful strategy to monitor slow and subtle terrain displacements [3]. Several studies [4,5,6,7] have investigated the signal model of interferometric phase and have shown that observed interferometric phases are affected by different factors—imaging geometry, topography, atmospheric delay and ground deformation. Among these factors, the deformation and topography components are the valuable contributors because they contain information to monitor the ground movement and describe surface height. When an external DEM is adopted to remove the phase created at the Earth curvature step, DEM error should be estimated to revise the external DEM model in order to reduce the topography effects. Unfortunately, deformation and DEM error are also known to be more challenging to be estimated than other types of signals [8]. In general, TSInSAR techniques use SAR images acquired for the same ground area on different dates to construct a stack of N interferograms. The signal phase of single-referenced (aka master) images’ resolution cell on the ground is a function of multiple-phase contributors, and the signals of interest can be estimated from the same resolution cell, taken at separate times [4]. However, each cell is represented as a wrapped phase, and the estimation with phase cycle ambiguities makes this task very challenging. There are inevitably lots of calculations, especially when processing wide-area regions [9]. Moreover, a range of processing methods requires manual inspection and specialist interpretation [10] to achieve quality control and could limit the timely dissemination of monitoring. Therefore, it is crucial to have an accurate, efficient and robust algorithm.
Estimating ground deformation and DEM error is usually defined as an ill-posed optimization problem by its very nature. One commonly cited difficulty is that temporal signals may be incoherent and impossible to derive any useful information due to the temporal decorrelation in a real-world scenario. One way of resolving this issue is to estimate temporal coherence and then only study the temporally coherent targets on the ground. Ferretti et al. [5,11] proposed permanent scatterer interferometry (PSI) in the early 2000s; it estimates the deformation parameters lying on the identified permanent scatters that are coherent over the temporal stack. Under PSI’s scope, Werner et al. [12] applied interferometric point target analysis (IPTA) with a two-dimensional regression algorithm to model the relations between the perpendicular baseline and temporal baseline. It estimates the terrain height and deformation using linear regression analysis. Another integer least squares-based technique—Spatio-Temporal Unwrapping Network (STUN) [13]—was proposed to solve the phase ambiguity problem via the least-squares ambiguity decorrelation adjustment (LAMBDA) method followed by a sequential least-squares search. However, both approaches require extensive search or complex transform computation to resolve the phase ambiguities. Persistent scatterer pairs InSAR (PSP) [14] and quasi-persistent scatterer (QPS) [15] avoided the complex parameter modeling by directly searching the parameters in the solution space. Although these algorithms are simple and flexible, they have a trade-off on accuracy. Especially for the large and complex deformation scenarios, their estimates are prone to be trapped in a local optimal solution [9].
Berardino et al. [16] introduced a small baseline subset (SBAS) algorithm to produce a mean deformation map of multilooked coherent pixels. However, it obtains deformation parameters using least square (LS) optimization from the unwrapped phase [17,18], while PSI-based methods [6,9,19] can process both the wrapped and unwrapped phases. Although integrated PS-SBAS methods [3,20,21] have been proposed, they reply on the unwrapped phase and, assuming the small enough baselines and arcs to avoid phase ambiguity of the phase gradient between two permanent scatterers. The main limitation of SBAS-based methods is their dependency on phase unwrapping, which is very time-consuming on its own and requires a previous known displacement pixel as a reference, which may introduce errors for subsequent parameter estimation [17]. It is worth mentioning that the wrapped phase can cause a non-continuous searching space. Hence, retrieval of each absolute phase contribution from wrapped measures that are ambiguous by integer-multiples of 2 π is a very challenging task [22]. Searching the solution in the unwrapped phase is more straightforward than in the wrapped phase. However, phase unwrapping itself is a computation-consuming step that ideally should be avoided in time-sensitive applications. Moreover, those methods are just doing a 2D phase unwrapping without considering any temporal information, which can be very error prone and lead to large unwrapping errors and inability when measuring fast motion in subsequent processing.
A new direction has recently emerged in this topic. In [9], the authors tried to tackle parameter estimation by a stochastic optimizer—simulated annealing (SA). SA is a random search-based black-box optimizer that works on a given acceptance criterion (object function) to guide the search direction in a solution space. Following the traditional direct search methods, it avoids complex signal modeling and, at the same time, borrows the advantages of SA to reduce the local extremum effects when dealing with the wrapped phase. This work shows promising and better results compared to conventional gradient-based or direct grid searching algorithms by deploying a novel gradient-free optimization technique. However, SA is still a local optimizer, similar to many other stochastic optimizers, that is not guaranteed for global convergence. Note that, in real scenarios, the value range of estimated signals can be broad, e.g., mining sites and urban infrastructure, which can easily generate hundreds of meters DEM error due to open-pit mining. It also holds for the deformation rate because the ground is continuously disturbed, and pit walls tend to sag. To the best of our knowledge, most previous works have not considered such a large range of values. Hence, when target areas have large-scale deformation and DEM error, those methods could become inefficient and not robust to precisely estimate the results because of the increasing searching space.
Investigations in [9] have demonstrated that it is feasible to use gradient-free optimization for deformation rate and DEM error estimation on a set of PS locations in TSInSAR. Their work’s main objective is to explore further the potential of using another advanced stochastic optimizer—covariance matrix adaptation evolution strategy (CMAES)—for this task. Moreover, we also demonstrate a global optimization strategy to enable a broad range of possible deformation rates and DEM error estimation. Our main contributions are: (1) We reformat the task as a two-stage two-dimensional black-box optimization task. At the first exploration stage, an iterative grid search (IGS) policy is proposed to obtain coarse candidate solutions, which have a high chance to be close to global optima. Next, we employ CMAES for a fast local optimization at the second exploitation stage. (2) We present a hybrid benchmark simulation dataset that combines synthetic motion signals and DEM errors to real-world baseline parameters. Our proposed IGS-CMAES method has been assessed on both simulated data and real-world satellite data. We also compared our IGS-CMAES with various local and global optimization methods. The comparison results demonstrate the effectiveness and robustness of our method.
In this paper, we first briefly review the mathematical phase model and definition of our optimization problem. Then, the CMAES algorithm is introduced, followed by a detailed explanation of the proposed IGS-CMAES method. Lastly, experimental results and discussion are presented before the conclusion.

2. Materials and Methods

2.1. Mathematical Modelling for InSAR Phase

Interferometric phase modeling has been investigated in the literature [4,5,6,7]. Interferometric phase measurements are affected by various factors—imaging geometry, topography, atmospheric delay and ground deformation. For a given pixel location l in TSInSAR, interferometric phase can be represented in a differential interferogram [23] as follows:
ϕ l = ϕ d e f , l + Δ ϕ t o p o , l + Δ ϕ a t m o , l + Δ ϕ o r b i t , l + ϕ n o i s e , l ϕ l ^ = a r c t a n 2 ( s i n ( ϕ l ) , c o s ( ϕ l ) )
where ϕ d e f represents phase components related to ground deformation motion, ϕ t o p o is the topographic phase contribution (DEM error when applied external DEM), ϕ a t m o refers to the differences of atmospheric distortion between two single-look-complex (SLC) scenes, ϕ o r b i t denotes imprecise satellite orbit data when forward modeling the contributions of the Earth’s ellipsoidal surface, and ϕ n o i s e describes decorrelation noise. The observed phase is also wrapped as ϕ l ^ . A general PSI processing chain eventually removes the flat-earth phase using satellite orbit data, and a collection of spatial and temporal filtering routines are adopted to reduce noise and remove other contaminant signals that are not deformation or DEM error [24,25,26]. Several established techniques are also described to mitigate the atmospheric phase contribution by deploying the toolbox for reducing atmospheric InSAR noise (TRAIN) [27,28]. It is known that both ϕ o r b i t and ϕ a t m o could create long-scale correlated signals in the spatial domain. Hence, those phase contributions can be further reduced by giving double difference phase between two neighborhood PS pixels [9] as follows:
Δ ϕ i , j k = Δ ϕ t o p o , ( i , j ) k + Δ ϕ d e f , ( i , j ) k k = 1 , , N
It describes the arc’s double difference phase constructed by a pair of PS pixels i , j in interferogram k from a time-series stack with a length of N. In interferogram k, Δ ϕ t o p o , ( i , j ) k is the relative height between pixel i and j, and Δ ϕ d e f , ( i , j ) k is the relative deformation, respectively.
Furthermore, for each PS pixel, its topographic phase component can be modeled as a linear function of the spatial perpendicular baseline ( B ) according to the geometry relation of InSAR for each interferogram as:
ϕ t o p o k = 4 π λ B k R · s i n θ · h = c o n v t o p o · B k · h
where λ is the transmitted radar wavelength, R is slant range distance, θ denotes satellite incidence angle. Here, h is the orthometric height between two SLCs. We use c o n v t o p o to denote the unit conversion factor for a given stack. Similar to average ground deformation rate ( m r ) , which is used for the modeling deformation phase as follows:
ϕ d e f k = 4 π λ ( d f i r s t d s e c o n d ) k · m r = 4 π λ Δ d a y s k · m r = c o n v d e f · Δ d a y s k · m r
where Δ d a y s is the temporal baseline between two acquisitions on distinct days ( d f i r s t , d s e c o n d ) used to form the interferogram, and c o n v d e f is unit conversion factor. We can substitute Equations (3) and (4) into Equation (2), and then add an extra integer variable w to handle phase ambiguity between pixel i and j because of phase wrapping:
Δ ϕ i , j k = c o n v d e f · Δ d a y s k · Δ m r ( i , j ) k + c o n v t o p o · B k · Δ h ( i , j ) k + 2 π · w i , j k k = 1 , , N
Due to the nature of microwave, the observed phase is wrapped as in Equation (1), there is an extra integer variable w that refers to phase ambiguity. It leads to N equations with more than N parameters that have to be resolved. That is why Equation (5) cannot be solved efficiently by a simple matrix inversion. As aforementioned, conventional PSI techniques consider this parameter fitting task as a two-dimensional regression problem or an integer optimization problem. Those methods try to map the integer least square (ILS) and two-dimensional solution search to the wrapped phase domain [14,15,29]. However, algorithms based on direct search are straightforward and do not require any complex modeling. They suffer from inefficient computation and are easily affected by local optima when dealing with complex baseline situation.

2.2. Proposed Method

2.2.1. Definition of Optimization Problem

In PSI frameworks such as DePSI (Delft PSI processing package) and StaMPS (Stanford method for persistent scatterers) [30,31], signal separation is one of the essential steps in the whole processing pipeline. Parameters estimation is applied in an iterative manner combined with a collection of spatial and temporal filtering routines to obtain a precise final estimate. A more efficient and accurate parameter estimation algorithm could accelerate the whole processing pipeline by reducing iterates. Detailed descriptions of PSI methodologies can be found in [1,23]. Our main focus is studying parameter estimation of linear deformation rate and DEM error upon PS time series, for the following reasons. (1) There are many state-of-the-art methods for filtering random noise and suppressing atmosphere components from a stack of interferograms [25,27,32,33,34]. (2) Recently, satellite facilities can provide accurate enough orbits for practical usage [35,36,37]. (3) It is very common to divide a complicated optimization problem into sub-problems, which are easier to be solved than the original problem [38,39]. (4) Arc-based methods have to apply prior knowledge to pick reference points and then resolve each coherent pair’s parameters [17]. The main limitation of these methods is that it only gives the relative signal estimation between two PS points, which requires prior known deformation information of at least one PS point to derive the final estimations. It might not be feasible in real scenarios, where there is no information about the monitoring area. Moreover, it may potentially introduce accumulated error when a poor reference point is selected.
Our preprocessed observed phase is already filtered, and the atmospheric phase and orbit phase have been removed using 3vGeomatics’s preprocessing chain described in [40]. The pre-removal of these two large spatial correlated signals allows us to work on each PS signal directly instead of using arcs. To this end, our phase model becomes:
ϕ k = c o n v d e f · Δ d a y s k · m r + c o n v t o p o · B k · h e k = 1 , , N
Note that, we replace the h (height) with h e (DEM error), because we adopt external DEM to pre-remove the topographic phases. The outcome h e will be used to refine external DEM as D E M r e f i n e d = D E M h e . We define the average deformation rate and DEM error estimation problem as a two variables optimization task that consists of an objective function. Please note that DEM studied in this work is in range Doppler coordinates (RDC), which can be transformed to geographic coordinates by the geocoding step.
The objective of our optimization task is to minimize the residuals between observed target phase ϕ t and reconstructed phase ϕ r , where ϕ r is calculated using Equation (6) with estimated m r and h e . The typical objective functions for evaluating value difference in the continuous domain are mean absolute error (MAE) and mean square error (MSE). However, these Euclidean-based metrics are not suitable in the interferometric phase domain because of branch cuts. The value range of the wrapped phase is bounded by [ π , + π ) , which results in interferometric phase value jumping from negative to positive or positive to negative π . In this work, we consider the wrapped phase difference with real and imaginary MSE (RI-MSE) (Equation (7)).
J β = 1 2 N k = 1 N ( ( s i n ( ϕ o k ) s i n ( ϕ r k ) 2 + ( c o s ( ϕ o k ) c o s ( ϕ r k ) 2 ) k = 1 , , N
As shown in Figure 1, there are two phasors ( ϕ t Green, and ϕ r Orange) plotted in a polar coordinate system. If we treat ϕ r as the reconstructed phasor and ϕ t as the target phasor, a Euclidean-based metric such as MSE would increase linearly with angle value difference. In terms of phase, the MSE objective function tends to guide the optimizer to move ϕ r anticlockwise as shown in Figure 1 (MSE guidance direction), especially when their difference is close to π . RI-MSE can be interpreted as the distance between two phasors on the unit polar coordinate circle. During optimization, the optimizer adjusts variables in order to force the reconstructed phasor close to the target phasor based on the perspective of projections on two axes. This approach has been commonly deployed as a good indication of wrapped phase distances in recent InSAR phase filtering studies [24,25,41].
At this point, our signal separation task is formulated as a parameter fitting problem by optimizing an objective function. As aforementioned, there are still N equations with more than N interferograms to be estimated for each pixel pair because of the wrapped phase. That is why Equation (5) cannot be solved efficiently by conventional methods. Previous studies [14,15,29] point out that although the direct search-based algorithms are simple without using complicated modeling, they suffer from local optima when dealing with complex baselines and large solution space.
We propose a two-stage algorithm that combines a global coarse searching followed by a fine local optimization. As shown in Figure 2, we first adopt an IGS policy to obtain a set of coarse candidate solutions, which are expected to approximate the global optima. We then apply CMAES for a fast fine local optimization starting with each candidate solution. Lastly, the best result with the minimal objective function value is picked as the final estimate.

2.2.2. CMAES

In [9], researchers tried to adopt a black-box optimizer—SA algorithm, to solve the deformation fitting optimization problem. Inspired by it, we propose to use CMAES [42] to take advantage of using gradient-free optimization for our task. CMAES is an evolutionary-based stochastic optimization algorithm, which has shown state-of-the-art performance in derivative-free optimization and performed best among more than 100 classic and modern optimizers on a wide range of black-box functions [43,44]. According to our phase model Equation (6), it can been seen that different temporal baselines ( c o n v d e f ) and spatial baselines ( c o n v t o p o ) result in very different objective functions. Its robust performance on optimizing unknown functions of CMAES is the major reason we choose it in our approach. When dealing with a few objective variables (two in our case), CMAES also obtains better speed than other methods [42,45,46]. A brief workflow of CMAES optimization is described as follows:
CMAES is an iterative algorithm, and there are three main steps in each iteration (t): (1) sample n candidate solutions from a multivariate normal distribution N ( m t , σ t 2 C t ) ; (2) calculate function values for each sampling solution, (3) update the distribution parameters ( m t , σ t , C t ) accordingly. In this work, we use CMAES to minimize our loss function J β (Equation (7)) with two objective variables v ^ = [ m r , h e ] as shown below:
v ^ = argmin v J β
We first give CMAES an initial solution point as a start searching location v 0 = m r ( 0 ) , h e ( 0 ) , with an initial sampling distribution N 0 ( m 0 , σ 0 2 C 0 ) , where m 0 = v 0 , C 0 = I R 2 and σ 0 denotes the initial step size, which is set to 0.01 in our study. Then, at each iteration t we generate S candidate solutions v k sampled from N t as:
v k = m t + σ t y k , y k N ( 0 , C t )
where k is the index of the randomly sampled candidate solutions with a total number of S. Here, each y k R 2 can be treated as a searching direction. Next, calculate all candidate solutions’ objective function values J ( v k ) and sort them as:
J ( v 1 : S ) J ( v 2 : S ) J ( v S : S )
The subscript indicates the rank of those samples out of S. The optimizer will stop if the best solution reaches the termination criteria J ( v 1 : S ) < τ , where τ is a threshold, which is set with a small value 10 11 . Otherwise, it uses the top μ ( μ < S ) solutions to update the distribution parameters. Note that the rank order is only based on comparing the objective function itself, known as objective value-free ranking. In this work, we select top μ = S 4 solutions with the lowest objective functions to update distribution parameters m t and C t , where the mean of the new distribution m t + 1 is updated as
m t + 1 = k = 1 μ w k v k : S = m t + k = 1 μ w k ( v k : S m t )
If we set w k = 1 μ for all candidate solutions, then the updates are treated as the maximum-likelihood estimation of all selected solutions. In this work, we want to emphasize the solutions with the lowest objective function and defined the function below as our weighting function:
w i = 1 J ( v k : S ) k = 1 μ J ( v k : S )
In this case, the updates in Equation (11) can be treated as a stochastic approximation of the natural gradient of m, which is recently used for optimizing deep neural networks on a reinforcement learning task [47]. The covariance matrix C is updated using:
p t + 1 = ( 1 c ) p t + c ( 2 c ) μ w m t + 1 m t σ t
C t + 1 = ( 1 c 1 c μ ) C t + c 1 p t + 1 p t + 1 + c μ k = 1 μ w k y i : S y k : S
where p can be treated as the evolution path, which is 0 at the beginning and ⊺ is the symbol for vector transpose. It is similar to a mutation used for updating covariance matrix, and c is the learning rate for updating p. We set c = 0.5 , which is the number of variables divided by 4 as recommended in [48]. μ w is equal to 1 i = 1 μ w i 2 , which is used for weighting intermediate recombination to force the second term as a random vector selected from N ( 0 , C t ) . c 1 and c μ are two other learning rates which are set to be 2 n 2 = 0.5 and μ w n 2 , respectively. To update step size σ , we adopt CMEAES’s default cumulative step size adaption (CSA):
s t + 1 = ( 1 c σ ) s t + c σ ( 2 c σ ) μ w C 1 2 m t + 1 m t σ t
σ t + 1 = σ t e x p ( c σ d σ ( s t + 1 E N ( 0 , I ) 1 ) )
where s is another conjugate evolution path that is similar to p but ignoring the scale fact. c σ and d σ are two parameters for controlling the changing magnitude of σ are set to 2 n 2 = 0.5 and 1 + μ w n 2 , respectively. We adopt the default configuration defined in the literature [49] for this study, and the key parameters of the CMAES algorithm are listed in Table 1.
Once the distribution parameters are updated, the optimizer will start another new iteration until it reaches the termination condition. The main advantage of CMAES over classical ES is the use of correlated mutations instead of axis-parallel ones. It can learn appropriate mutation distribution steadily and has a high probability of reaching optima by using adapted covariance matrix C to adjust searching direction [45]. However, CMAES is still a local search optimizer similar to SA and many other stochastic optimizers. They may get stuck in local optima, and the convergence to global optima is not guaranteed [44,48]. Many works have pointed out that the initial search position is essential for stochastic optimization. Restart-based methods are very classical but useful in many optimization frameworks and show benefits in finding the global optima. There are also many CMAES extensions [43] using restart strategies to prevent premature convergence on complicated tasks. The main limitation of those approaches is that they need extra search in the hyper-parameter space of the population size, and the initial step-size seems inefficient. Moreover, the subsequent restarted search usually relies on previous search results, making the whole optimization process hard to be parallelized. However, there is evidence to support the fundamental idea behind restarts; the initial search location is essential for finding the global optima and saving the computations. To address these issues, we propose a pre-stage exploration search for picking a set of potential candidate solutions for CMAES. Then, CMAES will use those initial solutions for fine local optimization as the second exploitation stage.

2.2.3. Iterative Grid Search (IGS)

To find good candidate solutions for fine local optimization, we introduce an IGS strategy in this work. In Figure 3, we examine the loss landscapes computed using Equation (7). We inject 0 deformation and 0 DEM error as ground truth with two site baseline parameters ( c o n v d e f , c o n v t o p o , Δ d a y s , B ) for generating simulated wrapped interferogram using Equation (6). We then oversample both deformation rate (1000 samples) and DEM error (1000 samples) to better illustrate the surface of the corresponding loss value landscape ( 1 e 6 evaluated solutions). By observing Figure 3, it can be seen that both landscapes are non-convex, rugged and contain many local optima. This is the reason why a simple gradient-based optimizer is hard to find global optima. The desired algorithm is expected to converge to global optima effectively and avoid brute force grid search because naïve sampling is impractical when high precision estimation and real-time performance are required. Comparing landscapes of the two sites also shows that different real-world baselines could result in very distinct objective functions. Some site baseline parameters may produce much more challenging objective functions than others.
In fact, a straightforward grid search is commonly used in industry processing pipelines. For a ± 26 cm/year linear deformation rate and ± 200 m DEM error study case, a typical grid search is applied as S s with 0.5 cm and 2 m step size (respective to deformation rate and DEM error) in order to pick the best solution. It generates ( 2 × 200 / 2 ) + ( 2 × 26 ) / 0.5 = 20,800 number of objective function evaluations in total for each PS location and has a limited precision bottleneck regarding the step size. Increasing the step size can reduce the computations but also decrease the precision. Furthermore, a large step will result in poor estimation for complicated baselines because of the objective function’s ruggedness. We treat κ S s as sampling step size for deformation rate and DEM error, where a scaling factor κ is used to control the density of grid search. In an optimization task, the number of objective function evaluations (search cost) is an essential metric for assessing a stochastic optimizer’s performance. Especially when higher precision is required, dense grid search is extremely insufficient. Moreover, from an optimization point of view, determining whether the true global optima reached is a fundamental challenge as a stochastic optimization algorithm. As a consistency check, the algorithm can be run from several different random starting points to ensure the result of each run converges to the global optimal. Rather than using randomly selected starting points, in this work, we hypothesize that using a low-precision grid search can select a set of initial candidate solutions that are potentially close to the global optima. To support our assumption, we plot the loss landscapes with different sampling steps sizes by setting κ = [ 1 , 3 , 5 , 8 ] as shown in Figure 4.
By observing the resulting loss landscapes at different sampling scales, we notice that global optima can be roughly located with a less dense grid sampling. As seen in Site-A and Site-B from Figure 4, κ = 5 or 8 is sufficient to estimate the location of global optima. However, when dealing with complicated baselines such as Site-C and Site-D, it is necessary to require κ = 1 or 3 in order to roughly locate the optimal solution. A large sampling step size (large κ ) leads to low precision, but a small sampling rate (small κ ) brings massive computations. Figure 4 shows that there is no fixed optimal sampling scale κ for different baselines. Hence, in this work, we propose an iterative strategy by performing grid sampling from large κ to small units until N acceptableinitial solutions have been picked. We define a threshold ω for accepting sampled estimates, whose values are less than ω as acceptable initial solutions.
IGS performs grid sampling with different κ iteratively, and the key steps at each iteration are: (1) sort all sampled estimates based on their loss values (Equation (7)); (2) if the smallest one is greater than ω , the algorithm will iterate to the next grid search level. Otherwise, it pushes the estimate to candidate solution list one by one until the length of N or no solution loss is less than ω . Moreover, solutions close to global or local optima might have similar loss values, as shown in Figure 5 (Estimate C, 2, 3). To avoid selecting solutions from the same local area in the landscape, we define a C h e c k D i s t a n c e procedure to skip solutions that are too close to any existing accepted solutions. A threshold value ψ is adopted to determine if two solutions are too close to each other by assessing two estimates L2 distances in the solution space. As shown in Figure 5, if point C is already labeled as a candidate solution, points 2 and 3 will not be considered. Instead, the algorithm will consider points 4 and 5 because they are not close to any existing candidate solution.

2.2.4. IGS-CMAES

Once we get a certain number of acceptable initial solutions, CMAES is then applied for local fine optimization. In fact, there are existing CMAES extension works that are proposed based on a repeat mechanism. The key concept of those methods is repeating CMAES process by adjusting the initial point and population size according to the results from previous runs. They offer better performance but increase the computation time because the adjustments are not parallelizable. In our work, CMAES runs only once for each candidate solution as a starting location. Hence, the local search can be performed in parallel to save overall execution time compared to repeat-based algorithms. Our complete IGS-CMAES optimization procedure is given in Algorithm 1.
Algorithm 1: IGS-CMAES for deformation rate and DEM error estimation.
Remotesensing 13 02615 i001
To summarize, we propose to use IGS to globally select acceptable initial solutions, which are with high possibility of close to the global optima. We then apply CMAES, started from each selected initial solution, to perform the local refine search. Lastly, the final result is the best estimate among all local solutions. Overall, IGS-CMAES can save unnecessary function evaluations compared to dense grid search but still cover the global optimal space. At the same time, it also preserves the benefits of accuracy and efficiency from the local search.

3. Results

3.1. Experimental Setup

This section empirically demonstrates the effectiveness and robustness of the proposed IGS-CMAES using both simulated and real-world TSInSAR data. All our experiments are based on seven real-world stacks R (R1–R7), captured by TerraSAR-X in StripMap mode [50]. Each stack represents a different ground site and contains 31 SLCs except R7, which has 17 SLCs. We designed a simulator that generates TSInSAR signals by injecting synthetic deformation rate and DEM error with real-world baseline parameters. Moreover, we apply an industry 3vGeomatics’s industry-standard InSAR processing pipeline [40,51] to perform data preprocessing as well as generate the reference results to assess the performance of the proposed IGS-CMAES method on real data. The experiments were designed to estimate two important parameters: optimization cost and accuracy. Optimization cost is defined as the number of objective function evaluations. Accuracy is assessed directly by comparing with synthetic deformation rate and DEM error values in the simulation setup. Because there is no ground truth in the real-world scenario, we adopt mean phase residual (MPR) between the wrapped reconstructed and input interferograms to evaluate performance. The details of both experiments and results are presented in the following sub-sections, and the code is available at: https://github.com/Lucklyric/TSInSAR-PF-IGS_CMAES (accessed on 23 June 2021).

3.1.1. Simulation Data

Our simulator generates interferometric phase by injecting synthetic deformation rate and DEM error into seven real-world temporal and spatial baselines R1–R7. For each dataset, in order to assess the robustness of different optimizers, we sample 30 deformation rates and 60 DEM errors from two uniform distributions— U ( 26 , 26 ) cm/year and U ( 200 , 200 ) m. It gives a total of 1800 possible signal pairs for each of the seven baselines, which are further used to generate synthetic interferometric pixel stacks using Equation (6), where c o n v d e f , Δ d a y s , c o n v t o p o and B are real-world baselines from the R1–R7 stacks. In order to objectively evaluate different methods, we use (1) root-mean-square error (RMSE) between the simulated (ground truth) and the estimated deformation rate (cm/year) and DEM error (m), (2) L1 unwrapped phase difference (L1-UPD) between the simulated (unwrapped ground truth) and the reconstructed phase calculated based on the estimated deformation rate and DEM error, (3) the accuracy (ACC%) of reducing rate that counts the percentage of how many test cases that the method’s unwrapped L1 phase error is less than π . We performed our experiments from three perspectives: (1) apply four widely used local optimizers—(a) least square (LS), (b) Nelder–Mead [52], (c) conjugate gradient (CG) [53] and (d) Broyden–Fletcher–Goldfarb–Shanno (BFGS) [54], to show how challenging our task is when applying conventional local optimizers; (2) adopt the IGS strategy into all local optimizers used in the first experiment to showcase the improvements in comparison with our coarse search strategy; (3) compare to the other two global optimization methods—direct gird search (baseline method) and dual simulated annealing (Dual-SA) [55]—to investigate the novelty of our IGS-CMAES algorithm.
From Table 2, it is obvious that none of the local optimizes works for any stack. They show significant errors on both types of signal estimation. During the experiments, all local optimizers prone to converge to local optima around the initial solution. However, comparing to IGS-extended versions, which run each local optimization following IGS policy, there is a consistent agreement to reduce the errors in deformation and DEM error estimations. As shown in Figure 6 and Figure 7, a significant decrease in L1-UPD and improvement in ACC is observed, when IGS is adopted. The proposed IGS policy effectively improves all local optimizer performance in the unwrapped phase domain, except R7, which is a special case with fewer SLCs. Nevertheless, all IGS-optimizers produce acceptable results. However, due to the limitation of those local optimizers themselves, the results are still not satisfactory.
In this work, we also provide comparison between the proposed IGS-CMAES and other two global algorithms—grid search and Dual-SA with an extra metric—the mean number of objective function evaluation (NFev). Both methods are designed for global optimization. The comparisons reported in Table 3 show that all three methods have an on-par accuracy on deformation estimation when using R1-R6. However, Dual-SA fails to give proper estimates of DEM error except for R6. The error of grid search is mainly due to its limited sampling precision and it fails to provide proper deformation estimation when working on limited temporal information R7, which also troubles Dual-SA. In contrast, our IGS-CMAES consistently offers robust and accurate results, and achieves better generalization ability than other two methods. Furthermore, IGS-CMAES has demonstrated a significant improvement in NFev by saving more than 85% objective function computation costs compared to grid search, while maintaining similar and even better results. Our method surpasses Dual-SA on all baselines with substantial improvement in both accuracy and efficiency.

3.1.2. Real-World Data

In this section, we present results obtained when applying IGS-CMAES to real interferometric SAR acquisitions. All input interferograms from the R1–R7 have been preprocessed by the 3vGeomatics processing pipeline [40] with proper filtering, earth flattening and atmospheric phase removal as discussed in Section 2.2.1. There are 2000 PS pixels selected from each stack, which results in 14,000 test data points. Because there is no ground-truth data for real-world data, we adopt the final results from the processing pipeline as reference output. Such pipeline involves a phase unwrapping step and then uses least-square optimization to approximate the linear deformation rate and DEM error on the unwrapped phase directly. Phase unwrapping is known to be very time-consuming, but we can treat those outputs as reference results. It is worth mentioning that our proposed IGS-CMAES is designed to work on the wrapped phase directly in order to save the computations in unwrapping.
We estimate the linear deformation rate end DEM error using the proposed model on selected PS locations. Visual outputs and comparison to the reference results can be found in Figure 8. It is shown that the estimates of IGS-CMAES match the reference output pretty well in R1-R6. There are a few apparent disagreements on deformation rate in R(7), where reference results indicate small movements, but IGS-CMAES predicts high positive displacements (red dots). After careful examination, we present our numerical analysis in Table 4. We calculate m r -RMSE and h e -RMSE to quantify the difference between the IGS-CMAES and reference results. The only significant mismatch is the deformation rate in R7 (0.190598), which correlates with the observation in Figure 8. All other categories stay commensurate with a little disparity. We further investigate the wrapped phase residuals (WPR) between the wrapped reconstructed phase and input interferogram, and our method shows lower residuals than the reference output. This finding can also be confirmed by checking RI-MSE (Equation (7)), which is presented to show the phase distance in the polar coordinate system (Figure 1). Experimental results reveal that our IGS-CMAES offers more performance advantages on global convergency than the reference output. Moreover, our method can be applied to wrapped interferograms directly while achieving equal performance compared to the reference method, which requires phase unwrapping. Lastly, the algorithm continuously performs around 3800 NFev for each baseline. Therefore, we are confident that IGS-CMAES can serve as an efficient optimizer and provide accurate global fitting.

4. Discussion

Average ground deformation rate and DEM error estimation concurrently using TSInSAR stack can naturally be treated as a two-dimensional optimization task. However, due to the wrapped phase, the resulted objective function could contain many local optima that results in a pure local optimizer easily stuck to semi-optimal solutions. Moreover, varying spatial and temporal baseline parameters ( c o n v d e f , Δ d a y s , c o n v t o p o and B ) also lead to different objective functions to be resolved. Hence, both global convergence and generalization ability are considered in our method. The proposed IGS policy tackles this optimization problem by iteratively sampling to select candidate solutions at a coarse level. It avoids inefficient naïve grid search but also retains a global exploration. Our simulation experiments confirm the benefits of the proposed IGS policy in Table 2 and Figure 6 and Figure 7. The failing local optimizers tend to exhibit significant improved results after IGS boosting. However, due to the bottlenecks of local optimizers, their results can only be as good as dense grid search and Dual-SA (Table 3).
Under the scope of global optimization, the performance of naive dense grid search highly relies on the sampling step size. An inevitable trade-off between precision and computation efficiency limits its usage when millimetric accuracy is required. SA algorithm is demonstrated in a recent study [9] on small-scale motion detection, which inspires us to adopt a stochastic gradient-free optimizer in this work. Its global extension Dual-SA combining Classical SA, and Fast SA has shown better results than other conventional optimizers. However, SA-based methods highly depend on randomness, and Dual-SA’s global search policy relies on hyperparameter tunning to generalize to different objective functions [43,55]. It can be observed from Table 3, that Dual-SA results show unstable performance when dealing with different baselines. In contrast, CMAES leads to fast local convergence with adaptive searching direction using the covariance matrix and has shown superior performance on many local optimization benchmarks. In addition, we can achieve fast convergence with CMAES by setting a small population size and step size because we have conducted sufficient exploration during the first IGS stage. At the second stage of optimization, CMAES can directly focus on local optimization for exclusive exploitation.
In our real data experiments, reference results are generated by 3vGeomatics’s industry level processing pipeline. The pipeline has served industry customers for years, and it is reasonable to treat its outputs as empirically validated references. Besides its robustness, this pipeline requires phase unwrapping to eliminate phase ambiguities before signal estimation. As aforementioned, phase unwrapping itself is an expensive step and has a dependency on prior known displacement pixel as the reference [17]. Due to our data nature, where no ground truth is available, it does not allow us to perfectly assess IGS-CMAES’s estimates. Hence, we use reference results that are based on wrapped phase. The proposed IGS-CMAES achieves a comparable output but on wrapped phase directly. It substantially improves existing work by skipping the complicated unwrapping step and preserve a robust estimation.
Lastly, we want to discuss the disagreement in the R7 stack, which shows a few miss-matched estimations between IGS-CMAES and the reference output. This is an interesting finding, as the statistics in Table 4 suggest that IGS-CMAES has very similar results as the reference one on all other stacks. Though significant differences happen in R7, IGS-CMAES shows consistent lower phase residuals between the wrapped and input phases. To this end, we can only conclude that the proposed IGS-CMAES provides robust convergence from an optimization point of view. However, our optimization tasks and objective function are defined following the literature of the linear deformation model. It is worth mentioning that R7 is the only stack with just 17 SLC acquisitions comparing to all other stacks (31 SLC). A limited number of terms in Equation (7) results in a potential situation that the objective function’s optimal solution might not cover all the latent truth estimates. The hyperthesis might not hold due to insufficient temporal information resulting in overfitting of the data, but the unwrapping used for generating the reference phase provides a spatial regularization that reduces the amount of overfitting. Fortunately, enough number of SLC acquisitions results in more formatted interferograms—which is commonplace nowadays to obtain sufficient SLCs for one site. Reference results are based on the unwrapped phase, and phase unwrapping is a step that incorporates spatial analysis, which is not the scope of this work. However, considering spatial analysis can reduce the effect on limited temporal access. This understanding guides us to incorporate both spatial and temporal analysis for deformation and DEM error estimation in future work. Overall, based only on temporal analysis, IGS-CMAES delivers robust results on stacks with sufficient temporal observations. Its effectiveness in solving optimization tasks is well validated in our method by using both simulation and real data experiments.

5. Conclusions

Estimating ground deformation and DEM error with TSInSAR data is an ill-posed problem. In this work, we provided two main contributions: (1) designing a two-stage architecture suitable for interferometric phase processing and (2) introducing a benchmark hybrid simulation dataset by combing real-world baseline parameters and synthetic ground truth signals for an effective evaluation. It is known that, when the availability of exclusive time series data increases, it is necessary to design more efficient and effective algorithms. Typically, research in these fields is conducted by solving complex optimization problems, which are extremely computationally intensive and time-demanding. By considering parameter estimation as an optimization problem, we presented an exploration process to acquire sufficient global information that will guide us to the optimal solution using IGS coarse search. After that, a group of candidate solutions is passed to the second exploitation step, where the best estimation is obtained using an effective local CMAES refined search. The combined two-stage optimization delivers a high degree of accuracy and efficiency without being influenced by local extrema. Our method was evaluated using simulated and real data, and the result outperforms traditional local and global optimizers. Furthermore, IGS-CMAES offers the advantage of avoiding phase unwrapping, which is often time-consuming and prone to error. It also generalizes well to different real site baselines without retuning the model configurations. In conclusion, this study demonstrates that our proposed two-stage black-box optimization framework IGS-CMAES successfully addresses two research tasks concurrently: linear deformation estimation and DEM error correction with TSInSAR data. When sufficient temporal information is provided, investigations on real data demonstrate that IGS-CMAES achieves comparable performance to an industry-standard processing pipeline, which requires a phase unwrapping process. Further developments of this work will focus on the improvements by considering spatial information when dealing with limited temporal data.

Author Contributions

Conceptualization, X.S.; data curation, A.Z. and X.S.; formal analysis, X.S. and A.Z.; funding acquisition, P.G. and I.C.; investigation, X.S. and S.M.; methodology, X.S.; project administration, P.G. and I.C.; resources, S.M.; supervision, I.C.; validation, A.Z.; writing—original draft, X.S.; writing—review and editing, X.S., A.Z., S.M. and I.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by NSERC grant number CRDPJ 543428-19.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Acknowledgments

We would like to acknowledge the anonymous reviewers for their valuable suggestions that have helped to improve this manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Sousa, J.J.; Hooper, A.J.; Hanssen, R.F.; Bastos, L.C.; Ruiz, A.M. Persistent Scatterer InSAR: A comparison of methodologies based on a model of temporal deformation vs. spatial correlation selection criteria. Remote Sens. Environ. 2011, 115, 2652–2663. [Google Scholar] [CrossRef]
  2. Usai, S. The use of man-made features for long time scale insar. In Proceedings of the IGARSS’97. 1997 IEEE International Geoscience and Remote Sensing Symposium Proceedings. Remote Sensing—A Scientific Vision for Sustainable Development, Singapore, 3–8 August 1997; Volume 4, pp. 1542–1544. [Google Scholar]
  3. Hooper, A. A multi-temporal InSAR method incorporating both persistent scatterer and small baseline approaches. Geophys. Res. Lett. 2008, 35. [Google Scholar] [CrossRef] [Green Version]
  4. Reza, T.; Zimmer, A.; Blasco, J.M.D.; Ghuman, P.; Aasawat, T.K.; Ripeanu, M. Accelerating persistent scatterer pixel selection for InSAR processing. IEEE Trans. Parallel Distrib. Syst. 2017, 29, 16–30. [Google Scholar] [CrossRef]
  5. Ferretti, A.; Prati, C.; Rocca, F. Nonlinear subsidence rate estimation using permanent scatterers in differential SAR interferometry. IEEE Trans. Geosci. Remote Sens. 2000, 38, 2202–2212. [Google Scholar] [CrossRef] [Green Version]
  6. Zhang, L.; Ding, X.; Lu, Z. Modeling PSInSAR time series without phase unwrapping. IEEE Trans. Geosci. Remote Sens. 2010, 49, 547–556. [Google Scholar] [CrossRef]
  7. Hu, F.; Wu, J. Improvement of the multi-temporal InSAR method using reliable arc solutions. Int. J. Remote Sens. 2018, 39, 3363–3385. [Google Scholar] [CrossRef]
  8. Bekaert, D.; Walters, R.; Wright, T.; Hooper, A.; Parker, D. Statistical comparison of InSAR tropospheric correction techniques. Remote Sens. Environ. 2015, 170, 40–47. [Google Scholar] [CrossRef] [Green Version]
  9. Duan, W.; Zhang, H.; Wang, C. Deformation Estimation for Time Series InSAR Using Simulated Annealing Algorithm. Sensors 2019, 19, 115. [Google Scholar] [CrossRef] [Green Version]
  10. Anantrasirichai, N.; Biggs, J.; Kelevitz, K.; Sadeghi, Z.; Wright, T.; Thompson, J.; Achim, A.M.; Bull, D. Detecting Ground Deformation in the Built Environment using Sparse Satellite InSAR data with a Convolutional Neural Network. IEEE Trans. Geosci. Remote Sens. 2020, 59, 2940–2950. [Google Scholar] [CrossRef]
  11. Ferretti, A.; Prati, C.; Rocca, F. Permanent scatterers in SAR interferometry. IEEE Trans. Geosci. Remote Sens. 2001, 39, 8–20. [Google Scholar] [CrossRef]
  12. Werner, C.; Wegmuller, U.; Strozzi, T.; Wiesmann, A. Interferometric point target analysis for deformation mapping. In Proceedings of the IGARSS 2003. 2003 IEEE International Geoscience and Remote Sensing Symposium. Proceedings (IEEE Cat. No. 03CH37477), Toulouse, France, 21–25 July 2003; Volume 7, pp. 4362–4364. [Google Scholar]
  13. Bert, M.K. Radar Interferometry: Persistent Scatterers Technique; Springer: Dordrecht, The Netherlands, 2006. [Google Scholar]
  14. Costantini, M.; Falco, S.; Malvarosa, F.; Minati, F. A new method for identification and analysis of persistent scatterers in series of SAR images. In Proceedings of the IGARSS 2008—2008 IEEE International Geoscience and Remote Sensing Symposium, Boston, MA, USA, 7–11 July 2008; Volume 2, p. II-449. [Google Scholar]
  15. Costantini, M.; Falco, S.; Malvarosa, F.; Minati, F.; Trillo, F.; Vecchioli, F. Persistent scatterer pair interferometry: Approach and application to COSMO-SkyMed SAR data. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 2869–2879. [Google Scholar] [CrossRef]
  16. Berardino, P.; Fornaro, G.; Lanari, R.; Sansosti, E. A new algorithm for surface deformation monitoring based on small baseline differential SAR interferograms. IEEE Trans. Geosci. Remote Sens. 2002, 40, 2375–2383. [Google Scholar] [CrossRef] [Green Version]
  17. Lauknes, T.R.; Zebker, H.A.; Larsen, Y. InSAR deformation time series using an L_{1}-norm small-baseline approach. IEEE Trans. Geosci. Remote Sens. 2010, 49, 536–546. [Google Scholar] [CrossRef] [Green Version]
  18. Fattahi, H.; Amelung, F. DEM error correction in InSAR time series. IEEE Trans. Geosci. Remote Sens. 2013, 51, 4249–4259. [Google Scholar] [CrossRef]
  19. Peltier, A.; Bianchi, M.; Kaminski, E.; Komorowski, J.C.; Rucci, A.; Staudacher, T. PSInSAR as a new tool to monitor pre-eruptive volcano ground deformation: Validation using GPS measurements on Piton de la Fournaise. Geophys. Res. Lett. 2010, 37. [Google Scholar] [CrossRef]
  20. Patrascu, C.; Popescu, A.A.; Datcu, M. SBAS and PS measurement fusion for enhancing displacement measurements. In Proceedings of the 2012 IEEE International Geoscience and Remote Sensing Symposium, Munich, Germany, 22–27 July 2012; pp. 3947–3950. [Google Scholar]
  21. Hooper, A.; Zebker, H.; Segall, P.; Kampes, B. A new method for measuring deformation on volcanoes and other natural terrains using InSAR persistent scatterers. Geophys. Res. Lett. 2004, 31. [Google Scholar] [CrossRef]
  22. Zebker, H.A.; Villasenor, J. Decorrelation in interferometric radar echoes. IEEE Trans. Geosci. Remote Sens. 1992, 30, 950–959. [Google Scholar] [CrossRef] [Green Version]
  23. Hooper, A.; Segall, P.; Zebker, H. Persistent scatterer InSAR for crustal deformation analysis, with application to Volcán Alcedo, Galápagos. J. Geophys. Res. 2007, 112, 19. [Google Scholar]
  24. Sica, F.; Cozzolino, D.; Zhu, X.X.; Verdoliva, L.; Poggi, G. InSAR-BM3D: A Nonlocal Filter for SAR Interferometric Phase Restoration. IEEE Trans. Geosci. Remote Sens. 2018, 56, 3456–3467. [Google Scholar] [CrossRef] [Green Version]
  25. Sun, X.; Zimmer, A.; Mukherjee, S.; Kottayil, N.K.; Ghuman, P.; Cheng, I. DeepInSAR—A deep learning framework for SAR interferometric phase restoration and coherence estimation. Remote Sens. 2020, 12, 2340. [Google Scholar] [CrossRef]
  26. Deledalle, C.A.; Denis, L.; Tupin, F.; Reigber, A.; Jäger, M. NL-SAR: A unified nonlocal framework for resolution-preserving (Pol)(In) SAR denoising. IEEE Trans. Geosci. Remote Sens. 2015, 53, 2021–2038. [Google Scholar] [CrossRef] [Green Version]
  27. Yu, C.; Li, Z.; Penna, N.T. Interferometric synthetic aperture radar atmospheric correction using a GPS-based iterative tropospheric decomposition model. Remote Sens. Environ. 2018, 204, 109–121. [Google Scholar] [CrossRef]
  28. Yu, C.; Li, Z.; Penna, N.T.; Crippa, P. Generic atmospheric correction model for Interferometric Synthetic Aperture Radar observations. J. Geophys. Res. Solid Earth 2018, 123, 9202–9222. [Google Scholar] [CrossRef]
  29. Costantini, M.; Minati, F.; Trillo, F.; Vecchioli, F. Enhanced PSP SAR interferometry for analysis of weak scatterers and high definition monitoring of deformations over structures and natural terrains. In Proceedings of the 2013 IEEE International Geoscience and Remote Sensing Symposium-IGARSS, Melbourne, VIC, Australia, 21–26 July 2013; pp. 876–879. [Google Scholar]
  30. Sousa, J.J.; Ruiz, A.M.; Hanssen, R.F.; Bastos, L.; Gil, A.J.; Galindo-Zaldívar, J.; de Galdeano, C.S. PS-InSAR processing methodologies in the detection of field surface deformation—Study of the Granada basin (Central Betic Cordilleras, southern Spain). J. Geodyn. 2010, 49, 181–189. [Google Scholar] [CrossRef]
  31. Kampes, B.; Usai, S. Doris: The delft object-oriented radar interferometric software. In Proceedings of the 2nd International Symposium on Operationalization of Remote Sensing, Enschede, The Netherlands, 16–20 August 1999; Citeseer: Princeton, NJ, USA, 1999; pp. 16–20. [Google Scholar]
  32. Chen, Y.; Bruzzone, L.; Jiang, L.; Sun, Q. ARU-Net: Reduction of Atmospheric Phase Screen in SAR Interferometry Using Attention-Based Deep Residual U-Net. IEEE Trans. Geosci. Remote Sens. 2020, 59, 5780–5793. [Google Scholar] [CrossRef]
  33. Pu, L.; Zhang, X.; Zhou, Z.; Shi, J.; Wei, S.; Zhou, Y. A Phase Filtering Method with Scale Recurrent Networks for InSAR. Remote Sens. 2020, 12, 3453. [Google Scholar] [CrossRef]
  34. Mukherjee, S.; Zimmer, A.; Sun, X.; Ghuman, P.; Cheng, I. An unsupervised generative neural approach for InSAR phase filtering and coherence estimation. IEEE Geosci. Remote Sens. Lett. 2020. [Google Scholar] [CrossRef]
  35. Schlögl, M.; Widhalm, B.; Avian, M. Comprehensive time-series analysis of bridge deformation using differential satellite radar interferometry based on Sentinel-1. ISPRS J. Photogramm. Remote Sens. 2021, 172, 132–146. [Google Scholar] [CrossRef]
  36. Torres, R.; Snoeij, P.; Geudtner, D.; Bibby, D.; Davidson, M.; Attema, E.; Potin, P.; Rommen, B.; Floury, N.; Brown, M.; et al. GMES Sentinel-1 mission. Remote Sens. Environ. 2012, 120, 9–24. [Google Scholar] [CrossRef]
  37. Azadnejad, S.; Maghsoudi, Y.; Perissin, D. Evaluation of polarimetric capabilities of dual polarized Sentinel-1 and TerraSAR-X data to improve the PSInSAR algorithm using amplitude dispersion index optimization. Int. J. Appl. Earth Obs. Geoinf. 2020, 84, 101950. [Google Scholar] [CrossRef]
  38. Liu, H.L.; Gu, F.; Zhang, Q. Decomposition of a multiobjective optimization problem into a number of simple multiobjective subproblems. IEEE Trans. Evol. Comput. 2013, 18, 450–455. [Google Scholar] [CrossRef] [Green Version]
  39. Wu, M.; Li, K.; Kwong, S.; Zhang, Q.; Zhang, J. Learning to decompose: A paradigm for decomposition-based multiobjective optimization. IEEE Trans. Evol. Comput. 2018, 23, 376–390. [Google Scholar] [CrossRef] [Green Version]
  40. Holden, D.; Donegan, S.; Pon, A. Brumadinho Dam InSAR study: Analysis of TerraSAR-X, COSMO-SkyMed and Sentinel-1 images preceding the collapse. In Proceedings of the 2020 International Symposium on Slope Stability in Open Pit Mining and Civil Engineering, Perth, Australia, 12–14 May 2020; Australian Centre for Geomechanics: Crawley, Australia, 2020; pp. 293–306. [Google Scholar]
  41. Kottayil, N.K.; Zimmer, A.; Mukherjee, S.; Sun, X.; Ghuman, P.; Cheng, I. Accurate Pixel-Based Noise Estimation for InSAR Interferograms. In Proceedings of the 2018 IEEE SENSORS, New Delhi, India, 28–31 October 2018; pp. 1–4. [Google Scholar]
  42. Hansen, N.; Müller, S.D.; Koumoutsakos, P. Reducing the time complexity of the derandomized evolution strategy with covariance matrix adaptation (CMA-ES). Evol. Comput. 2003, 11, 1–18. [Google Scholar] [CrossRef] [PubMed]
  43. Loshchilov, I. CMA-ES with restarts for solving CEC 2013 benchmark problems. In Proceedings of the 2013 IEEE Congress on Evolutionary Computation, Cancun, Mexico, 20–23 June 2013; pp. 369–376. [Google Scholar]
  44. Hansen, N. Benchmarking a BI-population CMA-ES on the BBOB-2009 function testbed. In Proceedings of the 11th Annual Conference Companion on Genetic and Evolutionary Computation Conference: Late Breaking Papers, Montreal, QC, Canada, 8–12 July 2009; ACM: New York, NY, USA, 2009; pp. 2389–2396. [Google Scholar]
  45. Hansen, N. The CMA Evolution Strategy: A Comparing Review. In Towards a New Evolutionary Computation; Lozano, J.A., Larranaga, P., Inza, I., Bengoetxea, E., Eds.; Springer: Berlin/Heidelberg, Germany, 2006; Volume 192. [Google Scholar]
  46. Loshchilov, I.; Schoenauer, M.; Sebag, M. Alternative restart strategies for CMA-ES. In Proceedings of the International Conference on Parallel Problem Solving from Nature, Taormina, Italy, 1–5 September 2012; Springer: Berlin/Heidelberg, Germany, 2012; pp. 296–305. [Google Scholar]
  47. Salimans, T.; Ho, J.; Chen, X.; Sidor, S.; Sutskever, I. Evolution strategies as a scalable alternative to reinforcement learning. arXiv 2017, arXiv:1703.03864. [Google Scholar]
  48. Hansen, N.; Kern, S. Evaluating the CMA evolution strategy on multimodal test functions. In Proceedings of the International Conference on Parallel Problem Solving from Nature, Birmingham, UK, 18–22 September 2004; Springer: Berlin/Heidelberg, Germany, 2004; pp. 282–291. [Google Scholar]
  49. Hansen, N. Tutorial: Covariance Matrix Adaptation (CMA) Evolution Strategy; Institute of Computational Science, ETH Zurich: Zurich, Switzerland, 2006. [Google Scholar]
  50. Pitz, W.; Miller, D. The TerraSAR-X satellite. IEEE Trans. Geosci. Remote Sens. 2010, 48, 615–622. [Google Scholar] [CrossRef]
  51. Cusson, D.; Trischuk, K.; Hébert, D.; Hewus, G.; Gara, M.; Ghuman, P. Satellite-Based InSAR Monitoring of Highway Bridges: Validation Case Study on the North Channel Bridge in Ontario, Canada. Transp. Res. Rec. 2018, 2672, 76–86. [Google Scholar] [CrossRef]
  52. Gao, F.; Han, L. Implementing the Nelder-Mead simplex algorithm with adaptive parameters. Comput. Optim. Appl. 2012, 51, 259–277. [Google Scholar] [CrossRef]
  53. Nocedal, J.; Wright, S.J. Sequential quadratic programming. Numer. Optim. 2006, 35, 529–562. [Google Scholar]
  54. Li, D.H.; Fukushima, M. A modified BFGS method and its global convergence in nonconvex minimization. J. Comput. Appl. Math. 2001, 129, 15–35. [Google Scholar] [CrossRef] [Green Version]
  55. Xiang, Y.; Gubian, S.; Suomela, B.; Hoeng, J. Generalized Simulated Annealing for Global Optimization: The GenSA Package. R J. 2013, 5, 13. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Illustration of phase jump and compassion real and imaginary MSE (RI-MSE) and mean square error (MSE) objective functions.
Figure 1. Illustration of phase jump and compassion real and imaginary MSE (RI-MSE) and mean square error (MSE) objective functions.
Remotesensing 13 02615 g001
Figure 2. Illustration of proposed two-stage iterative grid search with covariance matrix adaptation evolution strategy (IGS-CMAES) method.
Figure 2. Illustration of proposed two-stage iterative grid search with covariance matrix adaptation evolution strategy (IGS-CMAES) method.
Remotesensing 13 02615 g002
Figure 3. Loss landscape of objective function RI-MSE (Equation (7)) with two different real-world spatial and temporal baselines. Site (A) and Site (B) are two different real-world sites.
Figure 3. Loss landscape of objective function RI-MSE (Equation (7)) with two different real-world spatial and temporal baselines. Site (A) and Site (B) are two different real-world sites.
Remotesensing 13 02615 g003
Figure 4. The landscape of loss function. Each row represents the loss landscapes that corresponds to real–world baselines with synthetic 0 deformation and 0 DEM error, and each column shows the results under different step sizes of grid sampling. The linear deformation rate x–axis and DEM error y–axis form a 2D solution space for an InSAR pixel location. The value is calculated by Equation (7) with selected real-world baselines.
Figure 4. The landscape of loss function. Each row represents the loss landscapes that corresponds to real–world baselines with synthetic 0 deformation and 0 DEM error, and each column shows the results under different step sizes of grid sampling. The linear deformation rate x–axis and DEM error y–axis form a 2D solution space for an InSAR pixel location. The value is calculated by Equation (7) with selected real-world baselines.
Remotesensing 13 02615 g004
Figure 5. A simple illustration of selecting candidate solutions by skipping the estimates (Estimate 2, 3) that are too close to any picked candidate solution (Estimate C).
Figure 5. A simple illustration of selecting candidate solutions by skipping the estimates (Estimate 2, 3) that are too close to any picked candidate solution (Estimate C).
Remotesensing 13 02615 g005
Figure 6. Unwrapped phase L1 difference.
Figure 6. Unwrapped phase L1 difference.
Remotesensing 13 02615 g006
Figure 7. Reducing rates (ACC%) of unwrapped phase L1 difference less than π .
Figure 7. Reducing rates (ACC%) of unwrapped phase L1 difference less than π .
Remotesensing 13 02615 g007
Figure 8. Visualization of estimated linear deformation rate and DEM on R1–R7 real-world stack’s PS pixels. IGS-CMAES is applied on wrapped interferogram directly. Reference results are generated using 3vGeomatics processing pipeline with unwrapped phase.
Figure 8. Visualization of estimated linear deformation rate and DEM on R1–R7 real-world stack’s PS pixels. IGS-CMAES is applied on wrapped interferogram directly. Reference results are generated using 3vGeomatics processing pipeline with unwrapped phase.
Remotesensing 13 02615 g008aRemotesensing 13 02615 g008bRemotesensing 13 02615 g008cRemotesensing 13 02615 g008d
Table 1. The key parameters of covariance matrix adaptation evolution strategy (CMAES) used in this work.
Table 1. The key parameters of covariance matrix adaptation evolution strategy (CMAES) used in this work.
ParameterDefinitionValue
SNumber of candidate solutions at each iteration30
σ 0 Initial step size0.01
μ Number of selected top ranked solutions7
τ Threshold value to terminate the optimization 10 11
cLearning rate for updating evolution path0.5
c 1 Learning rate for updating covariance matrix0.5
c σ Learning rate for updating step size0.5
Table 2. Quantitative assessment for simulated data with several widely used local optimizers and their IGS-extended version.
Table 2. Quantitative assessment for simulated data with several widely used local optimizers and their IGS-extended version.
BaselineCategoriesLSIGS-
LS
Nelder-
Mead
IGS-
Nelder-
Mead
CGIGS-
CG
BFGSIGS-
BFGS
R1 m r -RMSE (cm/year)12.23822.948112.46952.073412.51971.348412.44141.2893
h e -RMSE (m)107.03810.0011105.69810.0001107.66070.0000106.52130.0000
R2 m r -RMSE (cm/year)13.22602.324713.38052.593613.66421.343913.60111.3143
h e -RMSE (m)107.22830.0016106.37370.0002107.49760.0000107.59180.0000
R3 m r -RMSE (cm/year)13.03081.941313.10021.687713.33661.430713.24441.0897
h e -RMSE (m)107.82910.0016106.51260.0002108.35540.0000108.76960.0000
R4 m r -RMSE (cm)12.71191.937213.14552.267913.15600.895113.26142.0387
h e -RMSE (m)107.51010.0032106.53260.0002108.22900.0000108.43660.0000
R5 m r -RMSE (cm/year)12.60422.105512.63751.933012.82950.813612.84571.5362
h e -RMSE (m)106.71880.0022105.93840.0002109.17070.0000107.60000.0000
R6 m r -RMSE (cm/year)12.45711.954912.57201.712112.58720.681712.69060.7807
h e -RMSE (m)105.33930.0062106.04470.0003108.29600.0000109.10200.0000
R7 m r -RMSE (cm/year)12.599114.999312.607014.147212.75886.712612.65613.2887
h e -RMSE (m)106.60140.0006106.05820.0001108.00110.000012.65610.0000
Table 3. Quantitative comparison for simulated data using IGS-CMAES with two other global optimizers.
Table 3. Quantitative comparison for simulated data using IGS-CMAES with two other global optimizers.
BaselineCategorieIGS-CMAESGrid-SearchDual-SA
R1 m r -RMSE0.02840.09670.6336
h e -RMSE0.00000.561131.7574
L1-UWPD0.04240.11911.3113
ACC99.94%100%96.88%
NFev2725.03208004109.38
R2 m r -RMSE0.11370.09670.1792
h e -RMSE0.00000.56106.7533
L1-UWPD0.04240.10510.1279
ACC99.94%100%99.35%
NFev2585.18208004103.06
R3 m r -RMSE0.19910.09670.4899
h e -RMSE0.00000.561315.5361
L1-UWPD0.07910.11800.7239
ACC99.61%100%96.33%
NFev2687.90208004112.38
R4 m r -RMSE0.22760.09670.0588
h e -RMSE0.00000.56177.5336
L1-UWPD0.08480.08060.0534
ACC99.56%100%99.69%
NFev2500.69208004089.58
R5 m r -RMSE0.28440.09670.1556
h e -RMSE0.00000.56175.8893
L1-UWPD0.10650.08640.0853
ACC99.44%100%99.52%
NFev2520.12208004093.36
R6 m r -RMSE0.00000.09670.0000
h e -RMSE0.00000.56170.0000
L1-UWPD0.00000.05910.0000
ACC100%100%100.00%
NFev2381.4820,8004070.47
R7 m r -RMSE1.61457.76333313.902
h e -RMSE0.00000.5609104.1441
L1-UWPD1.12595.532727.8864
ACC94.88%70%39.03%
NFev3576.92208004121.54
Table 4. Quantitative assessment of IGS-CMAES’s outputs with reference results.
Table 4. Quantitative assessment of IGS-CMAES’s outputs with reference results.
BaselineNFevRI-MSE
Proposed
(Rad)
RI-MSE
Reference
(Rad)
WPR
IGS-CMAES
(Rad)
WPR
Reference
(Rad)
m r -RMSE
(cm)
h e -RMSE
(m)
R14023.670.3051240.3079990.4317160.4355950.1143810.061021
R23960.590.3063380.3077710.4386600.4395840.0805470.053405
R33872.190.2380920.2426570.3711830.3747360.1095010.052438
R43510.900.1200800.1198500.2383350.2384530.0347190.048583
R53563.920.1206870.1228590.2498030.2501860.0596760.122966
R63496.900.1617890.1617930.3212500.3214750.0255500.102940
R73817.640.1910730.2106590.3261590.3521410.1905980.061347
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sun, X.; Zimmer, A.; Mukherjee, S.; Ghuman, P.; Cheng, I. IGS-CMAES: A Two-Stage Optimization for Ground Deformation and DEM Error Estimation in Time Series InSAR Data. Remote Sens. 2021, 13, 2615. https://0-doi-org.brum.beds.ac.uk/10.3390/rs13132615

AMA Style

Sun X, Zimmer A, Mukherjee S, Ghuman P, Cheng I. IGS-CMAES: A Two-Stage Optimization for Ground Deformation and DEM Error Estimation in Time Series InSAR Data. Remote Sensing. 2021; 13(13):2615. https://0-doi-org.brum.beds.ac.uk/10.3390/rs13132615

Chicago/Turabian Style

Sun, Xinyao, Aaron Zimmer, Subhayan Mukherjee, Parwant Ghuman, and Irene Cheng. 2021. "IGS-CMAES: A Two-Stage Optimization for Ground Deformation and DEM Error Estimation in Time Series InSAR Data" Remote Sensing 13, no. 13: 2615. https://0-doi-org.brum.beds.ac.uk/10.3390/rs13132615

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop