MULTILOOKING is an essential procedure for improving

Size: px
Start display at page:

Download "MULTILOOKING is an essential procedure for improving"

Transcription

1 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 8, NO. 3, MAY Adaptive InSAR Stack Multilooking Exploiting Amplitude Statistics: A Comparison Between Different Techniques and Practical Results Alessandro Parizzi and Ramon Brcic, Member, IEEE Abstract Efficient estimation of the interferometric phase and complex correlation is fundamental for the full exploitation of interferometric synthetic aperture radar (InSAR) capabilities. Particularly, when combining interferometric measures arising both from distributed and concentrated targets, the interferometric phase has to be correctly extracted in order to preserve its physical meaning. Recently, an amplitude-based algorithm for the adaptive multilooking of InSAR stacks was proposed where it was shown that a comparison of the backscatter amplitude statistics is a suitable way to adaptively group and average the pixels in order to preserve the phase signatures of natural structures in the observed area. In this letter, different methods to compare amplitude statistics will be presented, compared through simulation and applied to real data. Based on these, recommendations are made concerning which method to use in practice. Index Terms Adaptive multilooking, coherence estimation, interferometry, radar backscatter statistics, synthetic aperture radar (SAR). I. INTRODUCTION MULTILOOKING is an essential procedure for improving the estimates coming both from interferometric phase [1] or image correlation techniques []. This typically consists of a weighted averaging of neighboring complex pixels using a given kernel. However, this operation is always performed under the hypothesis of statistical homogeneity of the averaged pixels [3]. In practice, it is clear that as the size of the kernel increases, this hypothesis will soon lose its validity. The sample population will in fact include pixels generated by very different scattering phenomena, such as forests, fields, and streets, and hence possess different statistical properties. Consequently, it becomes clear that adaptive multilooking is necessary in order to limit the averaging to only those pixels that respect the homogeneity hypothesis; preserve the boundaries between areas representing different types of backscatterer. The concept is to average a given pixel only with neighbors that present similar scattering properties. The amplitudes of the complex returns have been proven to be a suitable measure for distinguishing between different areas inside an synthetic aperture radar (SAR) image [4]; thus, they can also be used to Manuscript received August 5, 010; accepted September 3, 010. The authors are with the Remote Sensing Technology Institute, German Aerospace Center, 830 Wessling, Germany ( Alessandro.Parizzi@ dlr.de; Ramon.Brcic@dlr.de). Digital Object Identifier /LGRS select a suitable set of pixels over which to average. Algorithms have been proposed which exploit different properties for the adaptive averaging of interferograms. In the next sections, we will consider an amplitude-based algorithm that has been recently suggested [5], [6] and will compare it, through simulations and application to real data, to several possible methods for discriminating between different types of backscatterers. II. ADAPTIVE MULTILOOKING Suppose we have a stack of M complex SAR images coregistered to subpixel accuracy and calibrated for each resolution cell p. For each pixel, we wish to determine which of the surrounding pixels present a similar statistical behavior. This is possible by noting that for each pixel we can extract M realizations of the process that generated the pixel amplitudes by sampling the stack temporally, naturally assuming that the process can be considered stationary over time. This set of M observations can then be used in order to check the degree of similarity between pixels. The algorithm will then test for similarity between the distributions of the specified reference pixel and those of the surrounding pixels, retaining statistically similar pixels while discarding others. When the number of selected pixels reaches the requested number of looks, the interferometric phase simulated from an input Digital Elevation Model is subtracted, and averaging is carried out. It must be stressed that the final aim is to attain the requested number of looks for each pixel while at the same time not compromising quality by averaging pixels too far away from each other. Hence, the search is constrained to an enclosed region about the reference pixel that is set according to the characteristics of the area by taking into account factors, such as the atmosphere or deformation that can vary in space affecting the quality of the coherence estimation [7]. III. PIXEL SELECTION ALGORITHMS Determining whether random processes follow the same distribution is a common problem in statistics, where it is usually referred to a goodness-of-fit testing, and many methods have been developed [17]. The problem can be generally defined in a hypothesis-testing framework as a test of the null hypothesis, H 0 : F p = F q, that the two distributions F p and F q are equal, versus the alternative, H 1 : F p F q, that they are not [16]. For the specific problem of adaptive multilooking, we have selected four typical goodness-of-fit testing approaches for discriminating between the different amplitude distributions, X/$ IEEE

2 44 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 8, NO. 3, MAY 011 namely: the Kullback Leibler divergence, the Kolmogorov Smirnov test, the Anderson Darling test, and the Generalized Likelihood Ratio Test (GLRT). The first three approaches are nonparametric which means that no assumptions about the distributions are made, while the last is parametric, in which case certain assumptions about the distributions, specified later, are made. In general, nonparametric approaches offer more robust behavior which means that they perform acceptably over a wide range of distributions. Parametric approaches, on the other hand, are expected to perform better when the assumptions hold but are less robust and hence may perform poorly in other cases. Next, we briefly introduce these techniques before comparing them through simulations. A. Kullback Leibler Divergence This quantity, coming from information theory, provides a measure of similarity between two given probability density functions (pdfs). In practice, it can be defined as the average amount of information needed to explain the distribution f p (x i ) given f q (x i ) [14]. Considering two pixels p and q located within the region of interest, where f p (x i ) and f q (x i ) are the amplitude pdfs, the divergence can be written as D KL (f p f q )= f p (x i )lnf p (x i ) f p (x i )lnf q (x i ) i i = H(f p ) H(f p,f q ) (1) where H(f p ) is the entropy of f p ; and H(f p,f q ) is the joint entropy between f p and f q. By setting a threshold, we can set a level of similarity that the pixels must satisfy in order to be included in the averaging. The main problem lies in estimating the pdfs that will be used to discriminate between the pixels. In order to keep the procedure as simple as possible, the histogram was chosen as the estimator for the pdf [15]. Thus, from the M amplitude samples, the normalized histograms h i and k i are the estimators of f p (x i ) and f q (x i ), respectively, and the divergence estimator becomes N N D KL (f p f q )= h i lnh i h i lnk i () where N is the number of histogram bins chosen according to Sturges [9] rule N =1+log M. (3) The main advantage in using this kind of method is its complete independence from the type of distribution. However, we must consider that the estimator DKL (f p f q ) is biased, and its variance is strongly dependent on the number of histogram bins and the distribution. This means that setting parameters, such as the bin range, becomes complicated and pixel-dependent making the procedure difficult to automate in an operational context. B. Kolmogorov Smirnov Test The Kolmogorov Smirnov test is one of the most popular nonparametric goodness-of-fit tests [5], [6], [16], [17]. It is based on a measure of the maximum distance between the cumulative distribution functions (cdfs). In our case the twosample Kolmogorov Smirnov statistic is D KS =max F p (x) F q (x) (4) x where F p (x) and F q (x) are the empirical cdfs of the pixel amplitudes at p and q, respectively. The two empirical cdfs converge almost surely to the true ones, F p and F q, and the null hypothesis will be rejected with level α if M D KS >K α (5) where K α is the α percentile of the Kolmogorov distribution. C. Anderson Darling Test The Anderson Darling two-sample test is another nonparametric test used to compare two sets of samples [10], [11], [17]. Like the Kolmogorov Smirnov statistic, it is based on the distance between cdfs. The test statistic A M,M is defined as ( A M,M = M Fp (x) F q (x)) ( F pq (x) 1 F ) (6) pq (x) x {x p,i,x q,i } where F pq (x) is the empirical cdf of the pooled distribution obtained by combining the two independent data sets, x p,i and x q,i, i =1,...,M, into a single one, x = {x p,i,x q,i }. Compared to the Kolmogorov Smirnov statistic, A M,M puts more weight on the tails of the distributions, thereby increasing sensitivity to changes in this region. This ability is important in radar applications where the tails of the distribution, which influence the higher order moments, play an important role. In contrast, the Kolmogorov Smirnov statistic weights the distributions uniformly and is known to be less sensitive to changes in the tails. D. GLRT The last method considered is GLRT [16] whose test statistic is given by the ratio of the pdfs of the pooled data sets evaluated at the maximum likelihood estimate (MLE) of the parameters conditioned on the alternative and null hypotheses. For the case of Rayleigh-distributed amplitudes, the second-order moment parameterizes the distributions, and the hypothesis test becomes H 0 : σ = σ p = σ q H 1 : σ p σ q (7) which means that under the null hypothesis, the data sets are best described as having the same Rayleigh parameter, while under the alternative hypothesis, they are best described as having different parameters. Given that the MLE for the Rayleigh parameter of a data set x i, i =1,...,M, is the sample secondorder moment ˆσ = 1 M x i (8) M the test statistic becomes T =Mln(ˆσ ) Mln (ˆσ p ) ) Mln (ˆσ q (9)

3 PARIZZI AND BRCIC: ADAPTIVE InSAR STACK MULTILOOKING EXPLOITING AMPLITUDE STATISTICS 443 Fig. 1. Detection rates for the (dotted) Kullback Leibler divergence, (dashed) Kolmogorov Smirnov test, (solid) Anderson Darling test, and (dashed/dot) GLRT. The three cases are, respectively, the Rayleigh-distributed case, the K-distributed case varying the shape, and the K-distributed case varying the scale.the colors indicate the number of samples M. (a) Rayleigh. (b) K-shape. (c) K-scale. where ˆσ is estimated from the pooled sample according to (8) and can be written as ˆσ = ˆσ p +ˆσ q. (10) IV. SIMULATIONS The stack size M will clearly play an important role in how well pixels can be classified since the power of the tests increases with sample size. Hence, in the following performance analysis, the impact of M is always considered. For all simulations, the test thresholds were set to maintain a false alarm rate of P FA =5%under the null hypothesis, and the power of the test, P D, or the probability of correctly deciding that the data sets follow different distributions, was plotted as certain distributional parameters were varied. Finally, the number of Monte Carlo simulations used to evaluate the performance was always In the first simulation, the data sets were Rayleigh distributed, which can be regarded as typical for nominal acquisitions of natural areas with distributed scatterers. Fig. 1(a) shows P D versus the ratio of the Rayleigh parameters. The discriminating power between different Rayleigh distributions is good with all methods, as shown in Fig. 1(a). As expected, the parametric GLRT performs best because the Rayleigh assumption is fulfilled. Among the nonparametric tests, the Anderson Darling statistic yielded the best discriminating power, even if for small stack sizes the performance is quite similar for all the nonparametric tests. The second simulation examines how the methods behave in the case of non-rayleigh-distributed amplitudes. This is important in determining the robustness of the GLRT when the Rayleigh assumption is no longer fulfilled. For this purpose, K-distributed amplitudes were generated, wherein two separate simulations, first the shape in Fig. 1(b) and then the scale parameters in Fig. 1(c), were varied [8], [1], [13]. The amplitudes ρ were generated as the square root of the product of two Gamma random variables that represent the clutter present and radar cross sections (RCSs) of the reflectors inside the resolution cell [8] ρ = Γ(L, θ cl )Γ(k, θ RCS ) (11) where L is the shaping factor of the clutter that corresponds to the number of looks; k is the shaping factor of the RCSs; and θ cl and θ RCS are the two scaling factors. For single-look complex images, L can be fixed to one. As expected, Fig. 1(b)

4 444 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 8, NO. 3, MAY 011 Fig.. Effect of stack size on the GLRT and Anderson Darling test for coherence estimation of a field for the same interferogram as in Fig. 3 but over a different area. From left to right: (a) GLRT, ten images; (b) Anderson Darling test, ten images; (c) GLRT, 99 images; and (d) Anderson Darling test, 99 images. Fig. 3. Comparison between the (a) incoherent mean and the multilooked interferometric phase obtained using an (b) 8 5 boxcar kernel and a (c) 00-look adaptive kernel. The interferogram is an ERS-1/ interferogram with a temporal separation of 35 days and a normal baseline of 107 m. shows that the GLRT is less powerful at detecting changes in the shape of the distribution. However, Fig. 1(c) shows that it can distinguish very well between scale families, where the shape parameter is constant and only the scale parameter varies. Hence, the GLRT with the assumption of Rayleigh amplitudes is a useful approximation, particularly for small stack sizes, where it outperforms all other methods, such as for M =10 in Fig. 1(c). The tradeoff is the aforementioned reduced power within scale families. Among the nonparametric tests, the Anderson Darling statistic is the most powerful at detecting changes in the shape parameter and second most powerful, after the GLRT, at detecting changes with a scale family. The good performance of the GLRT within scale families for small stack sizes can be explained by the fact that with only a few samples it is difficult to obtain a good estimate of the distribution on which the nonparametric tests rely.

5 PARIZZI AND BRCIC: ADAPTIVE InSAR STACK MULTILOOKING EXPLOITING AMPLITUDE STATISTICS 445 V. EXPERIMENTS WITH InSAR STACKS All algorithms have been implemented in C++ for experiments with interferometric SAR (InSAR) stacks. The test stack consists of 99 ERS-1/ images of an area surrounding Amsterdam which presents several types of backscatterer including fields, highways, and towns. Processing was carried out with 00 looks using both adaptive and standard boxcar multilooking, and the results are shown in Fig. 3. As expected, the adaptive algorithm is able to follow the features of the scene as soon as the contrast is sufficient. Therefore, it is possible to obtain a very accurate coherence estimate with little loss of resolution. Looking at very dark areas, such as the airport runway, it is clear that the quality of the interferometric phase is enhanced by averaging only over homogeneous pixels. In these dark areas, the backscattered power is rather low, around 16 db; however, as long as it is possible to average over a sufficient number of homogeneous pixels, the phase information can be extracted. It is also interesting to compare the effects of the different pixel selection algorithms from the previous section. Figs. and 3 show a comparison between the GLRT and Anderson Darling statistics for stack sizes of 10 and 99 images. As expected, the figures show that a nonparametric method like the Anderson Darling test is in general better given a large stack. However, when only 10 of the 99 available acquisitions are processed, the GLRT appears to provide much sharper features in the coherence. In other experiments not shown here, it was found that in some areas, where probably the Rayleigh hypothesis is fully satisfied, the GLRT resulted in interferograms with much sharper features, regardless of the dimension of the stack used. Finally, regarding the computational complexity, experiments with InSAR stacks have shown that all methods presented here require approximately the same amount of processing time. VI. CONCLUSION In this letter, different methods of selecting statistically similar pixels based on their amplitude distribution for the purpose of adaptive multilooking have been presented. From the simulations and experiments with InSAR stacks the following conclusions can be drawn: Amplitudes statistics are a good indicator for distinguishing between different scattering phenomena in order to preserve the phase signature of natural structures. Nonparametric methods are recommended when it is not possible to make assumptions about the statistical properties of the amplitudes. Of the three nonparametric tests, Anderson Darling was the most powerful. In comparison to the parametric GLRT, it was also more powerful at detecting changes in the shape of a distribution. However, within scale families and especially with small stack sizes, the GLRT was significantly more powerful. Different backscatter processes possess different interferometric phases that, even in the case of very low power, nevertheless contain good phase information which can be accurately recovered after sufficient averaging over homogeneous pixels. This points more to a deterministic rather than a stochastic relationship between the backscatter amplitude distribution and the location of the phase center within a resolution cell for distributed scattering processes in SAR, i.e., the phase centers of resolution cells over homogeneous regions are the same. In this letter, the parametric GLRT was based on the Rayleigh distribution which is the simplest model for natural scatterers. Even so, it was seen that this approach does have advantages over the more general nonparametric ones for small stacks. A possible subject for future work is then to investigate if a GLRT based on more all-encompassing parametric models, such as the K, generalized K, or generalized Bessel function K distributions [18] sufficiently improve performance to the point that it is worthwhile including them in an operational system despite the increase in complexity. REFERENCES [1] P. A. Rosen, S. Hensley, I. R. Joughin, F. K. Li, S. N. Madsen, E. Rodriguez, and R. M. Goldstein, Synthetic aperture radar interferometry, Proc. IEEE, vol. 88, no. 3, pp , Mar [] R. Bamler and M. Eineder, Accuracy of differential shift estimation by correlation and split bandwidth interferometry for wideband and delta-k SAR systems, IEEE Geosci. Remote Sens. Lett., vol., no., pp , Apr [3] R. Touzi, A. Lopes, and P. W. Vachon, Coherence estimation for SAR imagery, IEEE Trans. Geosci. Remote Sens., vol. 37, no. 1, pp , Jan [4] L. Bruzzone, M. Marconcini, U. Wegmüller, and A. Wiesmann, An advanced system for the automatic classification of multitemporal SAR images, IEEE Trans. Geosci. Remote Sens.,vol.4,no.6,pp , Jun [5] A. Ferretti, A. Fumagalli, F. Novali, C. Prati, F. Rocca, and A. Rucci, Exploitation of distributed scatterers in interferometric data stacks, presented at the Int. Geoscience Remote Sensing Symp. (IGARSS) Conf., Cape Town, South Africa, 009. [6] A. Ferretti, A. Fumagalli, F. Novali, C. Prati, F. Rocca, and A. Rucci, The second generation PSInSAR approach: SqueeSAR, presented at the Fringe Conf., Frascati, Italy, 009. [7] H. A. Zebker and K. Chen, Accurate estimation of correlation in InSAR observation, IEEE Geosci. Remote Sens. Lett., vol., no., pp , Apr [8] C. Oliver and S. Quegan, Understanding Synthetic Aperture Radar Images. Norwood, MA: Artech House, [9] H. Sturges, The choice of a class-interval, J. Amer. Stat. Assoc., vol. 1, no. 153, pp , Mar [10] A. N. Pettitt, A two-sample Anderson Darling rank statistic, Biometrika, vol. 63, no. 1, pp , Apr [11] F. W. Scholz and M. A. Stephens, K-sample Anderson Darling tests, J. Amer. Stat. Assoc., vol. 8, no. 399, pp , Sep [1] E. Jakeman and P. N. Pusey, A model for non-rayleigh sea echo, IEEE Trans. Antennas Propag., vol. AP-4, no. 6, pp , Nov [13] J. K. Jao, Amplitude distribution of composite terrain radar clutter and the K-distribution, IEEE Trans. Antennas Propag., vol. AP-3, no. 10, pp , Oct [14] C. M. Bishop, Pattern Recognition and Machine Learning. New York: Springer-Verlag, 006. [15] B.-J. Yoon and P. P. Vaidyanathan, A multirate DSP model for estimation of discrete probability density function, IEEE Trans. Signal Process., vol. 53, no. 1, pp. 5 64, Jan [16] A. Papoulis, Probability, Random Variables and Stochastic Processes. New York: McGraw-Hill, [17] R. D Agostino and M. Stephens, Goodness-of-Fit Techniques. New York: Marcel Dekker, [18] D. R. Iskander, The generalized Bessel function K distribution and its application to the detection of signals in the presence of non-gaussian interference, Ph.D. dissertation, Signal Process. Res. Centre, Queensland Univ. Technol., Brisbane, Australia, Feb

MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1

MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1 MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1 Fabio Rocca (1) (1) Politecnico di Milano, Via Ponzio 34/5, 20133 Milano, Italy, Email: rocca@elet.polimi.it ABSTRACT The dispersion of the optimal estimate

More information

STUDIES OF OCEAN S SCATTERING PROPERTIES BASED ON AIRSAR DATA

STUDIES OF OCEAN S SCATTERING PROPERTIES BASED ON AIRSAR DATA STUDIES OF OCEAN S SCATTERING PROPERTIES BASED ON AIRSAR DATA Wang Wenguang *, Sun Jinping, Wang Jun, Hu Rui School of EIE, Beihang University, Beijing 00083, China- wwenguang@ee.buaa.edu.cn KEY WORDS:

More information

Synthetic Aperture Radar Ship Detection Using Modified Gamma Fisher Metric

Synthetic Aperture Radar Ship Detection Using Modified Gamma Fisher Metric Progress In Electromagnetics Research Letters, Vol. 68, 85 91, 2017 Synthetic Aperture Radar Ship Detection Using Modified Gamma Fisher Metric Meng Yang * Abstract This article proposes a novel ship detection

More information

DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND

DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND Kirsi Karila (1,2), Mika Karjalainen (1), Juha Hyyppä (1) (1) Finnish Geodetic Institute, P.O. Box 15, FIN-02431 Masala, Finland, Email:

More information

Deformation measurement using SAR interferometry: quantitative aspects

Deformation measurement using SAR interferometry: quantitative aspects Deformation measurement using SAR interferometry: quantitative aspects Michele Crosetto (1), Erlinda Biescas (1), Ismael Fernández (1), Ivan Torrobella (1), Bruno Crippa (2) (1) (2) Institute of Geomatics,

More information

CFAR TARGET DETECTION IN TREE SCATTERING INTERFERENCE

CFAR TARGET DETECTION IN TREE SCATTERING INTERFERENCE CFAR TARGET DETECTION IN TREE SCATTERING INTERFERENCE Anshul Sharma and Randolph L. Moses Department of Electrical Engineering, The Ohio State University, Columbus, OH 43210 ABSTRACT We have developed

More information

Hyung So0 Kim and Alfred 0. Hero

Hyung So0 Kim and Alfred 0. Hero WHEN IS A MAXIMAL INVARIANT HYPOTHESIS TEST BETTER THAN THE GLRT? Hyung So0 Kim and Alfred 0. Hero Department of Electrical Engineering and Computer Science University of Michigan, Ann Arbor, MI 48109-2122

More information

SAR interferometry Status and future directions. Rüdiger Gens

SAR interferometry Status and future directions. Rüdiger Gens SAR interferometry Status and future directions Rüdiger Gens Polarimetric InSAR Polarimetric InSAR InSAR - Status and future directions sensitivity to changes in surface scattering, even in the presence

More information

WHEN IS A MAXIMAL INVARIANT HYPOTHESIS TEST BETTER THAN THE GLRT? Hyung Soo Kim and Alfred O. Hero

WHEN IS A MAXIMAL INVARIANT HYPOTHESIS TEST BETTER THAN THE GLRT? Hyung Soo Kim and Alfred O. Hero WHEN IS A MAXIMAL INVARIANT HYPTHESIS TEST BETTER THAN THE GLRT? Hyung Soo Kim and Alfred. Hero Department of Electrical Engineering and Computer Science University of Michigan, Ann Arbor, MI 489-222 ABSTRACT

More information

CFAR DETECTION OF SPATIALLY DISTRIBUTED TARGETS IN K- DISTRIBUTED CLUTTER WITH UNKNOWN PARAMETERS

CFAR DETECTION OF SPATIALLY DISTRIBUTED TARGETS IN K- DISTRIBUTED CLUTTER WITH UNKNOWN PARAMETERS CFAR DETECTION OF SPATIALLY DISTRIBUTED TARGETS IN K- DISTRIBUTED CLUTTER WITH UNKNOWN PARAMETERS N. Nouar and A.Farrouki SISCOM Laboratory, Department of Electrical Engineering, University of Constantine,

More information

Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series

Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series Comparison of Harmonic, Geometric and Arithmetic means for change detection in SAR time series Guillaume Quin, Béatrice Pinel-Puysségur, Jean-Marie Nicolas To cite this version: Guillaume Quin, Béatrice

More information

Signal Detection Basics - CFAR

Signal Detection Basics - CFAR Signal Detection Basics - CFAR Types of noise clutter and signals targets Signal separation by comparison threshold detection Signal Statistics - Parameter estimation Threshold determination based on the

More information

Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation

Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation Z. W. LI, X. L. DING Department of Land Surveying and Geo-Informatics, Hong Kong Polytechnic University, Hung

More information

On the Exploitation of Target Statistics for SAR Interferometry Applications

On the Exploitation of Target Statistics for SAR Interferometry Applications On the Exploitation of Target Statistics for SAR Interferometry Applications A. Monti Guarnieri, S. Tebaldini Politecnico di Milano Abstract This paper focuses on multi-image Synthetic Aperture Radar Interferometry

More information

ERS-ENVISAT Cross-interferometry for Coastal DEM Construction

ERS-ENVISAT Cross-interferometry for Coastal DEM Construction ERS-ENVISAT Cross-interferometry for Coastal DEM Construction Sang-Hoon Hong and Joong-Sun Won Department of Earth System Sciences, Yonsei University, 134 Shinchon-dong, Seodaemun-gu, 120-749, Seoul, Korea

More information

Analysis of the Temporal Behavior of Coherent Scatterers (CSs) in ALOS PalSAR Data

Analysis of the Temporal Behavior of Coherent Scatterers (CSs) in ALOS PalSAR Data Analysis of the Temporal Behavior of Coherent Scatterers (CSs) in ALOS PalSAR Data L. Marotti, R. Zandona-Schneider & K.P. Papathanassiou German Aerospace Center (DLR) Microwaves and Radar Institute0 PO.BOX

More information

SAR Data Analysis: An Useful Tool for Urban Areas Applications

SAR Data Analysis: An Useful Tool for Urban Areas Applications SAR Data Analysis: An Useful Tool for Urban Areas Applications M. Ferri, A. Fanelli, A. Siciliano, A. Vitale Dipartimento di Scienza e Ingegneria dello Spazio Luigi G. Napolitano Università degli Studi

More information

MATCHED SUBSPACE DETECTORS FOR DISCRIMINATION OF TARGETS FROM TREES IN SAR IMAGERY

MATCHED SUBSPACE DETECTORS FOR DISCRIMINATION OF TARGETS FROM TREES IN SAR IMAGERY MATCHED SUBSPACE DETECTORS FOR DISCRIMINATION OF TARGETS FROM TREES IN SAR IMAGERY A. Shanna and R. L. Moses Department of Electrical Engineering The Ohio State University Columbus, OH 43210 USA ABSTRACT

More information

APPEARANCE OF PERSISTENT SCATTERERS FOR DIFFERENT TERRASAR-X ACQUISITION MODES

APPEARANCE OF PERSISTENT SCATTERERS FOR DIFFERENT TERRASAR-X ACQUISITION MODES APPEARANCE OF PERSISTENT SCATTERERS FOR DIFFERENT TERRASAR-X ACQUISITION MODES Stefan Gernhardt a, Nico Adam b, Stefan Hinz c, Richard Bamler a,b a Remote Sensing Technology, TU München, Germany b Remote

More information

The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery

The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery Urs Wegmüller a Lutz Petrat b Karsten Zimmermann c Issa al Quseimi d 1 Introduction Over the last years land

More information

DEM GENERATION AND ANALYSIS ON RUGGED TERRAIN USING ENVISAT/ASAR ENVISAT/ASAR MULTI-ANGLE INSAR DATA

DEM GENERATION AND ANALYSIS ON RUGGED TERRAIN USING ENVISAT/ASAR ENVISAT/ASAR MULTI-ANGLE INSAR DATA DEM GENERATION AND ANALYSIS ON RUGGED TERRAIN USING ENVISAT/ASAR ENVISAT/ASAR MULTI-ANGLE INSAR DATA Li xinwu Guo Huadong Li Zhen State Key Laboratory of Remote Sensing Science, Institute of Remote Sensing

More information

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 1, NO. 2, APRIL

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 1, NO. 2, APRIL IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 1, NO. 2, APRIL 2004 57 Delta-K Interferometric SAR Technique for Snow Water Equivalent (SWE) Retrieval Geir Engen, Tore Guneriussen, and Øyvind Overrein

More information

USE OF INTERFEROMETRIC SATELLITE SAR FOR EARTHQUAKE DAMAGE DETECTION ABSTRACT

USE OF INTERFEROMETRIC SATELLITE SAR FOR EARTHQUAKE DAMAGE DETECTION ABSTRACT USE OF INTERFEROMETRIC SATELLITE SAR FOR EARTHQUAKE DAMAGE DETECTION Masashi Matsuoka 1 and Fumio Yamazaki 2 ABSTRACT Synthetic Aperture Radar (SAR) is one of the most promising remote sensing technologies

More information

CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION

CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION 147 CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION 7.1 INTRODUCTION: Interferometric synthetic aperture radar (InSAR) is a rapidly evolving SAR remote

More information

ERS-ENVISAT CROSS-INTERFEROMETRY SIGNATURES OVER DESERTS. Urs Wegmüller, Maurizio Santoro and Christian Mätzler

ERS-ENVISAT CROSS-INTERFEROMETRY SIGNATURES OVER DESERTS. Urs Wegmüller, Maurizio Santoro and Christian Mätzler ERS-ENVISAT CROSS-INTERFEROMETRY SIGNATURES OVER DESERTS Urs Wegmüller, Maurizio Santoro and Christian Mätzler Gamma Remote Sensing AG, Worbstrasse 225, CH-3073 Gümligen, Switzerland, http://www.gamma-rs.ch,

More information

Asymptotic Analysis of the Generalized Coherence Estimate

Asymptotic Analysis of the Generalized Coherence Estimate IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 49, NO. 1, JANUARY 2001 45 Asymptotic Analysis of the Generalized Coherence Estimate Axel Clausen, Member, IEEE, and Douglas Cochran, Senior Member, IEEE Abstract

More information

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 56, NO. 4, APRIL

IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 56, NO. 4, APRIL IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 56, NO. 4, APRIL 2018 1969 A New InSAR Persistent Scatterer Selection Technique Using Top Eigenvalue of Coherence Matrix Sankarambadi Navneet, Jin-Woo

More information

High-resolution temporal imaging of. Howard Zebker

High-resolution temporal imaging of. Howard Zebker High-resolution temporal imaging of crustal deformation using InSAR Howard Zebker Stanford University InSAR Prehistory SEASAT Topographic Fringes SEASAT Deformation ERS Earthquake Image Accurate imaging

More information

ALOS PI Symposium 2009, 9-13 Nov 2009 Hawaii MOTION MONITORING FOR ETNA USING ALOS PALSAR TIME SERIES

ALOS PI Symposium 2009, 9-13 Nov 2009 Hawaii MOTION MONITORING FOR ETNA USING ALOS PALSAR TIME SERIES ALOS PI Symposium 2009, 9-13 Nov 2009 Hawaii ALOS Data Nodes: ALOS RA-094 and RA-175 (JAXA) MOTION MONITORING FOR ETNA USING ALOS PALSAR TIME SERIES Urs Wegmüller, Charles Werner and Maurizio Santoro Gamma

More information

Using the MBES for classification of riverbed sediments

Using the MBES for classification of riverbed sediments Acoustics 8 Paris Using the MBES for classification of riverbed sediments A. Amiri-Simkooei a, M. Snellen a and D. G Simons b a Acoustic Remote Sensing Group, Delft Institute of Earth Observation and Space

More information

DEMONSTRATION OF TERRASAR-X SCANSAR PERSISTENT SCATTERER INTERFEROMETRY

DEMONSTRATION OF TERRASAR-X SCANSAR PERSISTENT SCATTERER INTERFEROMETRY DEMONSTRATION OF TERRASAR-X SCANSAR PERSISTENT SCATTERER INTERFEROMETRY Fernando Rodriguez Gonzalez (1) Ramon Brcic (1) Nestor Yague-Martinez (1) Robert Shau (1) Alessandro Parizzi (1) Nico Adam (1) (1)

More information

Snow Water Equivalent (SWE) of dry snow derived from InSAR -theory and results from ERS Tandem SAR data

Snow Water Equivalent (SWE) of dry snow derived from InSAR -theory and results from ERS Tandem SAR data Snow Water Equivalent (SWE) of dry snow derived from InSAR -theory and results from ERS Tandem SAR data Tore Guneriussen, Kjell Arild Høgda, Harald Johnsen and Inge Lauknes NORUT IT Ltd., Tromsø Science

More information

UNIFORMLY MOST POWERFUL CYCLIC PERMUTATION INVARIANT DETECTION FOR DISCRETE-TIME SIGNALS

UNIFORMLY MOST POWERFUL CYCLIC PERMUTATION INVARIANT DETECTION FOR DISCRETE-TIME SIGNALS UNIFORMLY MOST POWERFUL CYCLIC PERMUTATION INVARIANT DETECTION FOR DISCRETE-TIME SIGNALS F. C. Nicolls and G. de Jager Department of Electrical Engineering, University of Cape Town Rondebosch 77, South

More information

STONY BROOK UNIVERSITY. CEAS Technical Report 829

STONY BROOK UNIVERSITY. CEAS Technical Report 829 1 STONY BROOK UNIVERSITY CEAS Technical Report 829 Variable and Multiple Target Tracking by Particle Filtering and Maximum Likelihood Monte Carlo Method Jaechan Lim January 4, 2006 2 Abstract In most applications

More information

EXTENDED GLRT DETECTORS OF CORRELATION AND SPHERICITY: THE UNDERSAMPLED REGIME. Xavier Mestre 1, Pascal Vallet 2

EXTENDED GLRT DETECTORS OF CORRELATION AND SPHERICITY: THE UNDERSAMPLED REGIME. Xavier Mestre 1, Pascal Vallet 2 EXTENDED GLRT DETECTORS OF CORRELATION AND SPHERICITY: THE UNDERSAMPLED REGIME Xavier Mestre, Pascal Vallet 2 Centre Tecnològic de Telecomunicacions de Catalunya, Castelldefels, Barcelona (Spain) 2 Institut

More information

Application of Bootstrap Techniques for the Estimation of Target Decomposition Parameters in RADAR Polarimetry

Application of Bootstrap Techniques for the Estimation of Target Decomposition Parameters in RADAR Polarimetry Application of Bootstrap Techniques for the Estimation of Target Decomposition Parameters in RADAR Polarimetry Samuel Foucher Research & Development Dept Computer Research Institute of Montreal Montreal,

More information

Supplementary information. Analytical Techniques and Measurement Uncertainty

Supplementary information. Analytical Techniques and Measurement Uncertainty Supplementary information Analytical Techniques and Measurement Uncertainty Interferomeric SAR (InSAR) allows measurement of millimetre-level surface displacements, including land subsidence, in the radar

More information

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 8, AUGUST

IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 8, AUGUST IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 8, AUGUST 2014 1355 Multitemporal Multitrack Monitoring of Wetland Water Levels in the Florida Everglades Using ALOS PALSAR Data With Interferometric

More information

Recognition Performance from SAR Imagery Subject to System Resource Constraints

Recognition Performance from SAR Imagery Subject to System Resource Constraints Recognition Performance from SAR Imagery Subject to System Resource Constraints Michael D. DeVore Advisor: Joseph A. O SullivanO Washington University in St. Louis Electronic Systems and Signals Research

More information

arxiv: v1 [stat.co] 10 Jul 2012

arxiv: v1 [stat.co] 10 Jul 2012 Pattern Analysis and Applications manuscript No. (will be inserted by the editor) Parametric and Nonparametric Tests for Speckled Imagery Renato J. Cintra Alejandro C. Frery Abraão D. C. Nascimento arxiv:1207.2378v1

More information

Envelope PDF in Multipath Fading Channels with Random Number of Paths and Nonuniform Phase Distributions

Envelope PDF in Multipath Fading Channels with Random Number of Paths and Nonuniform Phase Distributions Envelope PDF in Multipath Fading Channels with andom umber of Paths and onuniform Phase Distributions ALI ABDI AD MOSTAFA KAVEH DEPT. OF ELEC. AD COMP. EG., UIVESITY OF MIESOTA 4-74 EE/CSCI BLDG., UIO

More information

Recall the Basics of Hypothesis Testing

Recall the Basics of Hypothesis Testing Recall the Basics of Hypothesis Testing The level of significance α, (size of test) is defined as the probability of X falling in w (rejecting H 0 ) when H 0 is true: P(X w H 0 ) = α. H 0 TRUE H 1 TRUE

More information

VALIDATION OF THE PERMANENT SCATTERERS TECHNIQUE IN URBAN AREAS

VALIDATION OF THE PERMANENT SCATTERERS TECHNIQUE IN URBAN AREAS VALIDATION OF THE PERMANENT SCATTERERS TECHNIQUE IN URBAN AREAS Alessandro Ferretti, Claudio Prati, Fabio Rocca, Carlo Colesanti Dipartimento di Elettonica e Informazione Politecnico di Milano Piazza L.

More information

Complex statistics of Synthetic Aperture Radar data using high resolution TerraSAR-X images Anca Popescu, Mihai Datcu, Madalin Frunzete

Complex statistics of Synthetic Aperture Radar data using high resolution TerraSAR-X images Anca Popescu, Mihai Datcu, Madalin Frunzete Complex statistics of Synthetic Aperture Radar data using high resolution TerraSAR-X images Anca Popescu, Mihai Datcu, Madalin Frunzete The 5 th TerraSAR-X Science Team Meeting DLR, 2013 Outline 1. Problem

More information

Learning features by contrasting natural images with noise

Learning features by contrasting natural images with noise Learning features by contrasting natural images with noise Michael Gutmann 1 and Aapo Hyvärinen 12 1 Dept. of Computer Science and HIIT, University of Helsinki, P.O. Box 68, FIN-00014 University of Helsinki,

More information

ERS Track 98 SAR Data and InSAR Pairs Used in the Analysis

ERS Track 98 SAR Data and InSAR Pairs Used in the Analysis ERS Track 98 SAR Data and InSAR Pairs Used in the Analysis Date 1 Date 2 Date 1 Date 2 Date 1 Date 2 Date 1 Date 2 7/17/1992 6/19/2000 7/17/1992 7/2/1993 9/10/1993 10/28/1996 9/3/1995 10/18/1999 9/25/1992

More information

STATS 200: Introduction to Statistical Inference. Lecture 29: Course review

STATS 200: Introduction to Statistical Inference. Lecture 29: Course review STATS 200: Introduction to Statistical Inference Lecture 29: Course review Course review We started in Lecture 1 with a fundamental assumption: Data is a realization of a random process. The goal throughout

More information

DETECTING ICE MOTION IN GROVE MOUNTAINS, EAST ANTARCTICA WITH ALOS/PALSAR AND ENVISAT/ASAR DATA

DETECTING ICE MOTION IN GROVE MOUNTAINS, EAST ANTARCTICA WITH ALOS/PALSAR AND ENVISAT/ASAR DATA DETECTING ICE MOTION IN GROVE MOUNTAINS, EAST ANTARCTICA WITH ALOS/PALSAR AND ENVISAT/ASAR DATA TIAN Xin (1), LIAO Mingsheng (1), ZHOU Chunxia (2), ZHOU Yu (3) (1) State Key Laboratory of Information Engineering

More information

SYNTHETIC aperture radar (SAR) images provide useful

SYNTHETIC aperture radar (SAR) images provide useful 1642 IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 42, NO. 8, AUGUST 2004 Bayesian Wavelet Shrinkage With Edge Detection for SAR Image Despeckling Min Dai, Student Member, IEEE, Cheng Peng,

More information

CHINA-ITALY BILATERAL SYMPOSIUM ON THE COASTAL ZONE: EVOLUTION AND SAFEGUARD

CHINA-ITALY BILATERAL SYMPOSIUM ON THE COASTAL ZONE: EVOLUTION AND SAFEGUARD CHINA-ITALY BILATERAL SYMPOSIUM ON THE COASTAL ZONE: EVOLUTION AND SAFEGUARD 4-8 November 2007 Bologna, ITALY Editors F.Marabini, A.Galvani, M.Ciabatti Editorial Assistant M.Barazutti C.N.R. Bologna LAND

More information

SIMPLIFIED MAP DESPECKLING BASED ON LAPLACIAN-GAUSSIAN MODELING OF UNDECIMATED WAVELET COEFFICIENTS

SIMPLIFIED MAP DESPECKLING BASED ON LAPLACIAN-GAUSSIAN MODELING OF UNDECIMATED WAVELET COEFFICIENTS 9th European Signal Processing Conference (EUSIPCO 0) Barcelona, Spain, August 9 - September, 0 SIMPLIFIED MAP DESPECKLING BASED ON LAPLACIAN-GAUSSIAN MODELING OF UNDECIMATED WAVELET COEFFICIENTS Fabrizio

More information

Radar Remote Sensing: Monitoring Ground Deformations and Geohazards from Space

Radar Remote Sensing: Monitoring Ground Deformations and Geohazards from Space Radar Remote Sensing: Monitoring Ground Deformations and Geohazards from Space Xiaoli Ding Department of Land Surveying and Geo-Informatics The Hong Kong Polytechnic University A Question 100 km 100 km

More information

Research Article A Nonparametric Two-Sample Wald Test of Equality of Variances

Research Article A Nonparametric Two-Sample Wald Test of Equality of Variances Advances in Decision Sciences Volume 211, Article ID 74858, 8 pages doi:1.1155/211/74858 Research Article A Nonparametric Two-Sample Wald Test of Equality of Variances David Allingham 1 andj.c.w.rayner

More information

SNOW MASS RETRIEVAL BY MEANS OF SAR INTERFEROMETRY

SNOW MASS RETRIEVAL BY MEANS OF SAR INTERFEROMETRY SNOW MASS RETRIEVAL BY MEANS OF SAR INTERFEROMETRY Helmut Rott (1), Thomas Nagler (1), Rolf Scheiber (2) (1) ENVEO, Environmental Earth Observation OEG, Exlgasse 39, A-6020 Innsbruck, Austria E-mail: Helmut.Rott@enveo.at

More information

A Machine Learning Approach to Distribution Identification in Non-Gaussian Clutter

A Machine Learning Approach to Distribution Identification in Non-Gaussian Clutter A Machine Learning Approach to Distribution Identification in Non-Gaussian Clutter Justin Metcalf and Shannon Blunt Electrical Eng. and Computer Sci. Dept. University of Kansas Braham Himed Sensors Directorate

More information

MAPPING DEFORMATION OF MAN-MADE LINEAR FEATURES USING DINSAR TECHNIQUE

MAPPING DEFORMATION OF MAN-MADE LINEAR FEATURES USING DINSAR TECHNIQUE MAPPING DEFORMATION OF MAN-MADE LINEAR FEATURES USING DINSAR TECHNIQUE H. Wu a, *, Y. Zhang a, J. Zhang a, X. Chen b a Key Laboratory of Mapping from Space of State Bureau of Surveying and Mapping, Chinese

More information

A GLRT FOR RADAR DETECTION IN THE PRESENCE OF COMPOUND-GAUSSIAN CLUTTER AND ADDITIVE WHITE GAUSSIAN NOISE. James H. Michels. Bin Liu, Biao Chen

A GLRT FOR RADAR DETECTION IN THE PRESENCE OF COMPOUND-GAUSSIAN CLUTTER AND ADDITIVE WHITE GAUSSIAN NOISE. James H. Michels. Bin Liu, Biao Chen A GLRT FOR RADAR DETECTION IN THE PRESENCE OF COMPOUND-GAUSSIAN CLUTTER AND ADDITIVE WHITE GAUSSIAN NOISE Bin Liu, Biao Chen Syracuse University Dept of EECS, Syracuse, NY 3244 email : biliu{bichen}@ecs.syr.edu

More information

BUILDING HEIGHT ESTIMATION USING MULTIBASELINE L-BAND SAR DATA AND POLARIMETRIC WEIGHTED SUBSPACE FITTING METHODS

BUILDING HEIGHT ESTIMATION USING MULTIBASELINE L-BAND SAR DATA AND POLARIMETRIC WEIGHTED SUBSPACE FITTING METHODS BUILDING HEIGHT ESTIMATION USING MULTIBASELINE L-BAND SAR DATA AND POLARIMETRIC WEIGHTED SUBSPACE FITTING METHODS Yue Huang, Laurent Ferro-Famil University of Rennes 1, Institute of Telecommunication and

More information

Adaptive Binary Integration CFAR Processing for Secondary Surveillance Radar *

Adaptive Binary Integration CFAR Processing for Secondary Surveillance Radar * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No Sofia 2009 Adaptive Binary Integration CFAR Processing for Secondary Surveillance Radar Ivan Garvanov, Christo Kabakchiev

More information

Snow property extraction based on polarimetry and differential SAR interferometry

Snow property extraction based on polarimetry and differential SAR interferometry Snow property extraction based on polarimetry and differential SAR interferometry S. Leinß, I. Hajnsek Earth Observation and Remote Sensing, Institute of Enviromental Science, ETH Zürich TerraSAR X and

More information

USING SAR INTERFEROGRAMS AND COHERENCE IMAGES FOR OBJECT-BASED DELINEATION OF UNSTABLE SLOPES

USING SAR INTERFEROGRAMS AND COHERENCE IMAGES FOR OBJECT-BASED DELINEATION OF UNSTABLE SLOPES USING SAR INTERFEROGRAMS AND COHERENCE IMAGES FOR OBJECT-BASED DELINEATION OF UNSTABLE SLOPES Barbara Friedl (1), Daniel Hölbling (1) (1) Interfaculty Department of Geoinformatics Z_GIS, University of

More information

Noise covariance model for time-series InSAR analysis. Piyush Agram, Mark Simons

Noise covariance model for time-series InSAR analysis. Piyush Agram, Mark Simons Noise covariance model for time-series InSAR analysis Piyush Agram, Mark Simons Motivation Noise covariance in individual interferograms has been well studied. (Hanssen, 2001) Extend the noise model to

More information

A Radar Eye on the Moon: Potentials and Limitations for Earth Imaging

A Radar Eye on the Moon: Potentials and Limitations for Earth Imaging PIERS ONLINE, VOL. 6, NO. 4, 2010 330 A Radar Eye on the Moon: Potentials and Limitations for Earth Imaging M. Calamia 1, G. Fornaro 2, G. Franceschetti 3, F. Lombardini 4, and A. Mori 1 1 Dipartimento

More information

THE PYLA 2001 EXPERIMENT : EVALUATION OF POLARIMETRIC RADAR CAPABILITIES OVER A FORESTED AREA

THE PYLA 2001 EXPERIMENT : EVALUATION OF POLARIMETRIC RADAR CAPABILITIES OVER A FORESTED AREA THE PYLA 2001 EXPERIMENT : EVALUATION OF POLARIMETRIC RADAR CAPABILITIES OVER A FORESTED AREA M. Dechambre 1, S. Le Hégarat 1, S. Cavelier 1, P. Dreuillet 2, I. Champion 3 1 CETP IPSL (CNRS / Université

More information

PATTERN RECOGNITION AND MACHINE LEARNING

PATTERN RECOGNITION AND MACHINE LEARNING PATTERN RECOGNITION AND MACHINE LEARNING Slide Set 3: Detection Theory January 2018 Heikki Huttunen heikki.huttunen@tut.fi Department of Signal Processing Tampere University of Technology Detection theory

More information

Uncertainty. Jayakrishnan Unnikrishnan. CSL June PhD Defense ECE Department

Uncertainty. Jayakrishnan Unnikrishnan. CSL June PhD Defense ECE Department Decision-Making under Statistical Uncertainty Jayakrishnan Unnikrishnan PhD Defense ECE Department University of Illinois at Urbana-Champaign CSL 141 12 June 2010 Statistical Decision-Making Relevant in

More information

K distribution: an appropriate substitute for Rayleigh-lognormal. distribution in fading-shadowing wireless channels

K distribution: an appropriate substitute for Rayleigh-lognormal. distribution in fading-shadowing wireless channels K distribution: an appropriate substitute for Rayleigh-lognormal distribution in fading-shadowing wireless channels A. Abdi and M. Kaveh Indexing terms: Rayleigh-lognormal distribution, K distribution,

More information

Testing Goodness-of-Fit for Exponential Distribution Based on Cumulative Residual Entropy

Testing Goodness-of-Fit for Exponential Distribution Based on Cumulative Residual Entropy This article was downloaded by: [Ferdowsi University] On: 16 April 212, At: 4:53 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 172954 Registered office: Mortimer

More information

Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko

Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko IEEE SIGNAL PROCESSING LETTERS, VOL. 17, NO. 12, DECEMBER 2010 1005 Optimal Mean-Square Noise Benefits in Quantizer-Array Linear Estimation Ashok Patel and Bart Kosko Abstract A new theorem shows that

More information

A New Method of Generating Multivariate Weibull Distributed Data

A New Method of Generating Multivariate Weibull Distributed Data A New Method of Generating Multivariate Weibull Distributed Data Justin G Metcalf, K. James Sangston, Muralidhar Rangaswamy, Shannon D Blunt, Braham Himed Sensors Directorate, Air Force Research Laboratory

More information

One-Sample Numerical Data

One-Sample Numerical Data One-Sample Numerical Data quantiles, boxplot, histogram, bootstrap confidence intervals, goodness-of-fit tests University of California, San Diego Instructor: Ery Arias-Castro http://math.ucsd.edu/~eariasca/teaching.html

More information

Machine Learning using Bayesian Approaches

Machine Learning using Bayesian Approaches Machine Learning using Bayesian Approaches Sargur N. Srihari University at Buffalo, State University of New York 1 Outline 1. Progress in ML and PR 2. Fully Bayesian Approach 1. Probability theory Bayes

More information

SAR Monitoring of Progressive and Seasonal Ground Deformation Using the Permanent Scatterers Technique

SAR Monitoring of Progressive and Seasonal Ground Deformation Using the Permanent Scatterers Technique IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING, VOL. 41, NO. 7, JULY 2003 1685 SAR Monitoring of Progressive and Seasonal Ground Deformation Using the Permanent Scatterers Technique Carlo Colesanti,

More information

P079 First Results from Spaceborne Radar Interferometry for the Study of Ground Displacements in Urban Areas SUMMARY

P079 First Results from Spaceborne Radar Interferometry for the Study of Ground Displacements in Urban Areas SUMMARY P079 First Results from Spaceborne Radar Interferometry for the Study of Ground Displacements in Urban Areas C.M. Crosetto (Instituto de Geomatica), C.A. Casas (University of Barcelona), R.G. Ranieri (University

More information

Nonparametric Rotational Motion Compensation Technique for High-Resolution ISAR Imaging via Golden Section Search

Nonparametric Rotational Motion Compensation Technique for High-Resolution ISAR Imaging via Golden Section Search Progress In Electromagnetics Research M, Vol. 36, 67 76, 14 Nonparametric Rotational Motion Compensation Technique for High-Resolution ISAR Imaging via Golden Section Search Yang Liu *, Jiangwei Zou, Shiyou

More information

ATMOSPHERIC ERROR, PHASE TREND AND DECORRELATION NOISE IN TERRASAR-X DIFFERENTIAL INTERFEROGRAMS

ATMOSPHERIC ERROR, PHASE TREND AND DECORRELATION NOISE IN TERRASAR-X DIFFERENTIAL INTERFEROGRAMS ATMOSPHERIC ERROR, PHASE TREND AND DECORRELATION NOISE IN TERRASAR-X DIFFERENTIAL INTERFEROGRAMS Steffen Knospe () () Institute of Geotechnical Engineering and Mine Surveying, Clausthal University of Technology,

More information

Atmospheric Phase Screen (APS) estimation and modeling for radar interferometry

Atmospheric Phase Screen (APS) estimation and modeling for radar interferometry Atmospheric Phase Screen (APS) estimation and modeling for radar interferometry Ramon Hanssen¹, Alessandro Ferretti², Marco Bianchi², Rossen Grebenitcharsky¹, Frank Kleijer¹, Ayman Elawar¹ ¹ Delft University

More information

A Family of Distribution-Entropy MAP Speckle Filters for Polarimetric SAR Data, and for Single or Multi-Channel Detected and Complex SAR Images

A Family of Distribution-Entropy MAP Speckle Filters for Polarimetric SAR Data, and for Single or Multi-Channel Detected and Complex SAR Images A Family of Distribution-Entropy MAP Specle Filters for Polarimetric SAR Data, and for Single or Multi-Channel Detected and Complex SAR Images Edmond NEZRY and Francis YAKAM-SIMEN PRIVATEERS N.V., Private

More information

Curve Fitting Re-visited, Bishop1.2.5

Curve Fitting Re-visited, Bishop1.2.5 Curve Fitting Re-visited, Bishop1.2.5 Maximum Likelihood Bishop 1.2.5 Model Likelihood differentiation p(t x, w, β) = Maximum Likelihood N N ( t n y(x n, w), β 1). (1.61) n=1 As we did in the case of the

More information

GLOBAL FOREST CLASSIFICATION FROM TANDEM-X INTERFEROMETRIC DATA: POTENTIALS AND FIRST RESULTS

GLOBAL FOREST CLASSIFICATION FROM TANDEM-X INTERFEROMETRIC DATA: POTENTIALS AND FIRST RESULTS GLOBAL FOREST CLASSIFICATION FROM TANDEM-X INTERFEROMETRIC DATA: POTENTIALS AND FIRST RESULTS Michele Martone, Paola Rizzoli, Benjamin Bräutigam, Gerhard Krieger Microwaves and Radar Institute German Aerospace

More information

Journal of Geodynamics

Journal of Geodynamics Journal of Geodynamics 49 (2010) 161 170 Contents lists available at ScienceDirect Journal of Geodynamics journal homepage: http://www.elsevier.com/locate/jog Recent advances on surface ground deformation

More information

Bayesian-based Wavelet Shrinkage for SAR Image Despeckling Using Cycle Spinning *

Bayesian-based Wavelet Shrinkage for SAR Image Despeckling Using Cycle Spinning * Jun. 006 Journal of Electronic Science and Technology of China Vol.4 No. ayesian-based Wavelet Shrinkage for SAR Image Despeckling Using Cycle Spinning * ZHANG De-xiang,, GAO Qing-wei,, CHEN Jun-ning.

More information

Computer simulation on homogeneity testing for weighted data sets used in HEP

Computer simulation on homogeneity testing for weighted data sets used in HEP Computer simulation on homogeneity testing for weighted data sets used in HEP Petr Bouř and Václav Kůs Department of Mathematics, Faculty of Nuclear Sciences and Physical Engineering, Czech Technical University

More information

Application of satellite InSAR data for hydrocarbon reservoir monitoring

Application of satellite InSAR data for hydrocarbon reservoir monitoring Application of satellite InSAR data for hydrocarbon reservoir monitoring A. Tamburini, A. Belson, A. Ferretti, F. Novali TRE Milano, Italy Copyright - Tele-Rilevamento Europa - 2004 Outline SqueeSAR TM

More information

Urban land and infrastructure deformation monitoring by satellite radar interferometry

Urban land and infrastructure deformation monitoring by satellite radar interferometry Urban land and infrastructure deformation monitoring by satellite radar interferometry Lei Zhang and Xiaoli Ding Department of Land Surveying and Geo-Informatics (LSGI) The Hong Kong Polytechnic University

More information

Statistic Distribution Models for Some Nonparametric Goodness-of-Fit Tests in Testing Composite Hypotheses

Statistic Distribution Models for Some Nonparametric Goodness-of-Fit Tests in Testing Composite Hypotheses Communications in Statistics - Theory and Methods ISSN: 36-926 (Print) 532-45X (Online) Journal homepage: http://www.tandfonline.com/loi/lsta2 Statistic Distribution Models for Some Nonparametric Goodness-of-Fit

More information

Ground deformation monitoring in Pearl River Delta region with Stacking D-InSAR technique

Ground deformation monitoring in Pearl River Delta region with Stacking D-InSAR technique Ground deformation monitoring in Pearl River Delta region with Stacking DInSAR technique Zhao Qing*, LIN Hui, JIANG Liming Institute of Space and Earth Information Science, Room 615, Esther Lee Building,

More information

Sequential Procedure for Testing Hypothesis about Mean of Latent Gaussian Process

Sequential Procedure for Testing Hypothesis about Mean of Latent Gaussian Process Applied Mathematical Sciences, Vol. 4, 2010, no. 62, 3083-3093 Sequential Procedure for Testing Hypothesis about Mean of Latent Gaussian Process Julia Bondarenko Helmut-Schmidt University Hamburg University

More information

Evaluation of the Sacttering Matrix of Flat Dipoles Embedded in Multilayer Structures

Evaluation of the Sacttering Matrix of Flat Dipoles Embedded in Multilayer Structures PIERS ONLINE, VOL. 4, NO. 5, 2008 536 Evaluation of the Sacttering Matrix of Flat Dipoles Embedded in Multilayer Structures S. J. S. Sant Anna 1, 2, J. C. da S. Lacava 2, and D. Fernandes 2 1 Instituto

More information

Comparison between Multitemporal and Polarimetric SAR Data for Land Cover Classification

Comparison between Multitemporal and Polarimetric SAR Data for Land Cover Classification Downloaded from orbit.dtu.dk on: Sep 19, 2018 Comparison between Multitemporal and Polarimetric SAR Data for Land Cover Classification Skriver, Henning Published in: Geoscience and Remote Sensing Symposium,

More information

A SEMI-AUTOMATIC HIGH RESOLUTION SAR DATA INTERPRETATION PROCEDURE

A SEMI-AUTOMATIC HIGH RESOLUTION SAR DATA INTERPRETATION PROCEDURE In: Stilla U et al (Eds) PIA07. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences, 36 (3/W49B) A SEMI-AUTOMATIC HIGH RESOLUTION SAR DATA INTERPRETATION PROCEDURE

More information

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008

REVEAL. Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 REVEAL Receiver Exploiting Variability in Estimated Acoustic Levels Project Review 16 Sept 2008 Presented to Program Officers: Drs. John Tague and Keith Davidson Undersea Signal Processing Team, Office

More information

Dr. Simon Plank. German Remote Sensing Data Center (DFD), German Aerospace Center (DLR)

Dr. Simon Plank. German Remote Sensing Data Center (DFD), German Aerospace Center (DLR) Pre-survey suitability analysis of the differential and persistent scatterer synthetic ti aperture radar interferometry t method for deformation monitoring of landslides Dr. Simon Plank German Remote Sensing

More information

Goodness-of-Fit Pitfalls and Power Example: Testing Consistency of Two Histograms

Goodness-of-Fit Pitfalls and Power Example: Testing Consistency of Two Histograms Goodness-of-Fit Pitfalls and Power Example: Testing Consistency of Two Histograms Sometimes we have two histograms and are faced with the question: Are they consistent? That is, are our two histograms

More information

UNIVERSITY OF TRENTO A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION BASED ON CHANGE VECTOR ANALYSIS IN POLAR DOMAIN. F. Bovolo, L.

UNIVERSITY OF TRENTO A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION BASED ON CHANGE VECTOR ANALYSIS IN POLAR DOMAIN. F. Bovolo, L. UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 14 http://www.dit.unitn.it A THEORETICAL FRAMEWORK FOR UNSUPERVISED CHANGE DETECTION

More information

General Four-Component Scattering Power Decomposition with Unitary Transformation of Coherency Matrix

General Four-Component Scattering Power Decomposition with Unitary Transformation of Coherency Matrix 1 General Four-Component Scattering Power Decomposition with Unitary Transformation of Coherency Matrix Gulab Singh, Member, IEEE, Yoshio Yamaguchi, Fellow, IEEE and Sang-Eun Park, Member, IEEE Abstract

More information

Chapte The McGraw-Hill Companies, Inc. All rights reserved.

Chapte The McGraw-Hill Companies, Inc. All rights reserved. er15 Chapte Chi-Square Tests d Chi-Square Tests for -Fit Uniform Goodness- Poisson Goodness- Goodness- ECDF Tests (Optional) Contingency Tables A contingency table is a cross-tabulation of n paired observations

More information

A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces

A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 9, NO. 4, MAY 2001 411 A Modified Baum Welch Algorithm for Hidden Markov Models with Multiple Observation Spaces Paul M. Baggenstoss, Member, IEEE

More information

Review. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Review. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Review DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Probability and statistics Probability: Framework for dealing with

More information

Stability in SeaWinds Quality Control

Stability in SeaWinds Quality Control Ocean and Sea Ice SAF Technical Note Stability in SeaWinds Quality Control Anton Verhoef, Marcos Portabella and Ad Stoffelen Version 1.0 April 2008 DOCUMENTATION CHANGE RECORD Reference: Issue / Revision:

More information