37
2010 IEEE International Geoscience and Remote Sensing Symposium Honolulu, Hawa¨ ı, USA, July 2010 Polarimetric SAR estimation based on non-local means Charles Deledalle 1 , Florence Tupin 1 , Lo¨ ıc Denis 2 1 Institut Telecom, Telecom ParisTech, CNRS LTCI, Paris, France 2 Observatoire de Lyon, CNRS CRAL, UCBL, ENS de Lyon, Universit´ e de Lyon, Lyon, France July 28, 2010 C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 1 / 18

WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

2010 IEEE International Geoscience and Remote Sensing SymposiumHonolulu, Hawaı, USA, July 2010

Polarimetric SAR estimation based on non-local means

Charles Deledalle1, Florence Tupin1, Loıc Denis2

1 Institut Telecom, Telecom ParisTech, CNRS LTCI, Paris, France2 Observatoire de Lyon, CNRS CRAL, UCBL, ENS de Lyon, Universite de Lyon, Lyon, France

July 28, 2010

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 1 / 18

Page 2: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Motivation

Why non-local methods ?

(a) Noisy image (b) Non-local means

Noise reduction + resolution preservation

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 2 / 18

Page 3: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Motivation

Why non-local methods ?

(a) Noisy image (b) Non-local means

Noise reduction + resolution preservation

Goal: to adapt non-local methods to PolSAR data,

Method: take into account the statistics of PolSAR data,

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 2 / 18

Page 4: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Table of contents

1 Non-local means (NL means)

2 Non-local estimation for PolSAR dataWeighted maximum likelihoodSetting of the weights

3 Results of NL-PolSARResults on simulationsResults on real data

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 3 / 18

Page 5: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Table of contents

1 Non-local means (NL means)

2 Non-local estimation for PolSAR dataWeighted maximum likelihoodSetting of the weights

3 Results of NL-PolSARResults on simulationsResults on real data

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 4 / 18

Page 6: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (1/2)

Background

Local filters (e.g. boxcar, Gaussian filter...) ⇒ resolution loss,

To combine similar pixels instead of neighboring pixels.

us =1

Z

X

t

e−

|s−t|2

ρ2 vt us =1

Z

X

t

e−

sim(s,t)

h2 vt

Gaussian filter [Yaroslavsky, 1985]

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 4 / 18

Page 7: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (1/2)

Background

Local filters (e.g. boxcar, Gaussian filter...) ⇒ resolution loss,

To combine similar pixels instead of neighboring pixels.

us =1

Z

X

t

e−

|s−t|2

ρ2 vt us =1

Z

X

t

e−

sim(s,t)

h2 vt

Gaussian filter [Yaroslavsky, 1985]

Non-local means [Buades et al., 2005]

Similarity evaluated using square patches ∆s and ∆t centered on s and t,

Consider the redundant structure of images.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 4 / 18

Page 8: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (1/2)

Background

Local filters (e.g. boxcar, Gaussian filter...) ⇒ resolution loss,

To combine similar pixels instead of neighboring pixels.

us =1

Z

X

t

e−

|s−t|2

ρ2 vt us =1

Z

X

t

e−

sim(s,t)

h2 vt

Gaussian filter [Yaroslavsky, 1985]

Non-local means [Buades et al., 2005]

Similarity evaluated using square patches ∆s and ∆t centered on s and t,

Consider the redundant structure of images.

Hyp. 1: similar neighborhood ⇒ same central pixel,

Hyp. 2: each patch is redundant (can be found many times).

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 4 / 18

Page 9: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (1/2)

Background

Local filters (e.g. boxcar, Gaussian filter...) ⇒ resolution loss,

To combine similar pixels instead of neighboring pixels.

us =1

Z

X

t

e−

|s−t|2

ρ2 vt us =1

Z

X

t

e−

sim(s,t)

h2 vt

Gaussian filter [Yaroslavsky, 1985]

Algorithm of NL means

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 4 / 18

Page 10: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (2/2)

Similarity criterion [Buades et al., 2005]

Euclidean distance:sim(s, t) =

X

k

|vs,k − vt,k |2

with k the k-th respective pixel of ∆s and ∆t .

Euclidean distance: comparison pixel by pixel

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 5 / 18

Page 11: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Non-local means (NL means) (2/2)

Similarity criterion [Buades et al., 2005]

Euclidean distance:sim(s, t) =

X

k

|vs,k − vt,k |2

with k the k-th respective pixel of ∆s and ∆t .

Euclidean distance: comparison pixel by pixel

Hyp. 1: similar neighborhood ⇒ same central pixel,

Hyp. 2: each patch is redundant (can be found many times),

Hyp. 3: the noise is additive, white and Gaussian.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 5 / 18

Page 12: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Table of contents

1 Non-local means (NL means)

2 Non-local estimation for PolSAR dataWeighted maximum likelihoodSetting of the weights

3 Results of NL-PolSARResults on simulationsResults on real data

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 6 / 18

Page 13: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Weighted maximum likelihood for PolSAR data

Context and notations

Searched data: Ts an N × N complex matrix,

Noise model: p(.|Ts) a circular complex Gaussian,

Noisy observations: ks a N dimensional vector such that ks ∼ p(.|Ts),

To denoise: to search an estimate Ts of Ts .

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 6 / 18

Page 14: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Weighted maximum likelihood for PolSAR data

Context and notations

Searched data: Ts an N × N complex matrix,

Noise model: p(.|Ts) a circular complex Gaussian,

Noisy observations: ks a N dimensional vector such that ks ∼ p(.|Ts),

To denoise: to search an estimate Ts of Ts .

From weighted average to weighted maximum likelihood

NL means perform a weighted average of noisy pixel values,

For PolSAR data we suggest to use a weighted maximum likelihood:

Ts = arg maxT

X

t

w(s, t) log p(kt |T) =

P

w(s, t)ktk†t

P

w(s, t)

where w(s, t) is a weight approaching the indicator function of the set of redundantpixels (i.e with i.i.d values): {s, t|Ts = Tt}.

Choice of w(s, t): oriented, adaptive or non-local neighborhoods.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 6 / 18

Page 15: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Weighted maximum likelihood for PolSAR data

Context and notations

Searched data: Ts an N × N complex matrix,

Noise model: p(.|Ts) a circular complex Gaussian,

Noisy observations: ks a N dimensional vector such that ks ∼ p(.|Ts),

To denoise: to search an estimate Ts of Ts .

Example (Refined Lee - oriented neighborhood [Lee, 1981])

Redundant pixels are located in one of these eight neighborhoods:

image extracted from [Lee, 1981]

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 7 / 18

Page 16: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Weighted maximum likelihood for PolSAR data

Context and notations

Searched data: Ts an N × N complex matrix,

Noise model: p(.|Ts) a circular complex Gaussian,

Noisy observations: ks a N dimensional vector such that ks ∼ p(.|Ts),

To denoise: to search an estimate Ts of Ts .

Example (IDAN - adaptive neighborhood [Vasile et al., 2006])

Redundant pixels are located in an adaptive neighborhood (obtained by regiongrowing algorithm):

image extracted from [Vasile et al., 2006]

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 7 / 18

Page 17: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Weighted maximum likelihood for PolSAR data

Context and notations

Searched data: Ts an N × N complex matrix,

Noise model: p(.|Ts) a circular complex Gaussian,

Noisy observations: ks a N dimensional vector such that ks ∼ p(.|Ts),

To denoise: to search an estimate Ts of Ts .

Example (NL means - non-local neighborhood)

Redundant pixels are located anywhere in the image:

image extracted from [Buades et al., 2005]

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 7 / 18

Page 18: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (1/3)

We search weights w(s, t) such that:w(s, t) is high if Ts = Tt ,w(s, t) is low if Ts 6= Tt ,

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 8 / 18

Page 19: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (1/3)

We search weights w(s, t) such that:w(s, t) is high if Ts = Tt ,w(s, t) is low if Ts 6= Tt ,

Statistical similarity between noisy patches [Deledalle et al., 2009]

Using the hypothesis of NL means:Patches ∆s and ∆t similar ⇒ central values s and t close.

Weights are defined as follows:

w(s, t) = p(T∆s,k= T∆t,k

|ks,k , kt,k)1/h

=Y

k

p(Ts,k = Tt,k |ks,k , kt,k)1/h

with p(Ts,k = Tt,k |ks,k , kt,k) statistical similarity

h regularization parameter.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 8 / 18

Page 20: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (2/3)

Bayesian decomposition

p(T1 = T2|k1, k2) ∝ p(k1, k2|T1 = T2)| {z }

similarity likelihood

× p(T1 = T2)| {z }

a priori similarity

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 10 / 18

Page 21: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (2/3)

Bayesian decomposition

p(T1 = T2|k1, k2) ∝ p(k1, k2|T1 = T2)| {z }

similarity likelihood

× p(T1 = T2)| {z }

a priori similarity

Similarity likelihood

p(k1, k2|T1 = T2) =

R

p(k1|T1 = t)p(k2|T2 = t)p(T1 = t)p(T2 = t) dtR

p(T1 = t)p(T2 = t) dt

Since p(T1 = t) is unknown, we define:

p(k1, k2|T1 = T2) , p(k1|T1 = TMV )p(k2|T2 = TMV )

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 11 / 18

Page 22: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (2/3)

Bayesian decomposition

p(T1 = T2|k1, k2) ∝ p(k1, k2|T1 = T2)| {z }

similarity likelihood

× p(T1 = T2)| {z }

a priori similarity

Similarity likelihood

p(k1, k2|T1 = T2) =

R

p(k1|T1 = t)p(k2|T2 = t)p(T1 = t)p(T2 = t) dtR

p(T1 = t)p(T2 = t) dt

Since p(T1 = t) is unknown, we define:

p(k1, k2|T1 = T2) , p(k1|T1 = TMV )p(k2|T2 = TMV )

Since only two observations are available to estimate TMV , the matrix is singular.

By enforcing TMV to be diagonal, the following similarity criterion is obtained:

log

|k1,1|

|k2,1|+

|k2,1|

|k1,1|

«

+ log

|k1,2|

|k2,2|+

|k2,2|

|k1,2|

«

+ log

|k1,3|

|k2,3|+

|k2,3|

|k1,3|

«

.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 12 / 18

Page 23: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (2/3)

Bayesian decomposition

p(T1 = T2|k1, k2) ∝ p(k1, k2|T1 = T2)| {z }

similarity likelihood

× p(T1 = T2)| {z }

a priori similarity

Similarity likelihood

p(k1, k2|T1 = T2) =

R

p(k1|T1 = t)p(k2|T2 = t)p(T1 = t)p(T2 = t) dtR

p(T1 = t)p(T2 = t) dt

Since p(T1 = t) is unknown, we define:

p(k1, k2|T1 = T2) , p(k1|T1 = TMV )p(k2|T2 = TMV )

Since only two observations are available to estimate TMV , the matrix is singular.

By enforcing TMV to be diagonal, the following similarity criterion is obtained:

log

|k1,1|

|k2,1|+

|k2,1|

|k1,1|

«

+ log

|k1,2|

|k2,2|+

|k2,2|

|k1,2|

«

+ log

|k1,3|

|k2,3|+

|k2,3|

|k1,3|

«

.

NB: the diagonal assumption is only used to derive a similarity criterion between twonoisy pixels. Full covariance matrices are then estimated via WMLE.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 13 / 18

Page 24: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (2/3)

Bayesian decomposition

p(T1 = T2|k1, k2) ∝ p(k1, k2|T1 = T2)| {z }

similarity likelihood

× p(T1 = T2)| {z }

a priori similarity

Refined similarity

Refining the weights is necessary when the signal to noise ratio is low.

Using a pre-estimate T at pixel 1 and 2 provides two estimations of the noise models:

p(.|T1) and p(.|T2).

Assuming p(T1 = T2) depends on the proximity of p(.|T1) to p(.|T2), then we define

p(T1 = T2) , exp(−SDKL(T1||T2)

T)

with SDKL(T1, T2) ∝ tr“

T−11 T2

+ tr“

T−12 T1

− 6.

The Kullback-Leibler divergence provides a statistical test of the hypothesis T1 = T2

[Polzehl and Spokoiny, 2006]

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 14 / 18

Page 25: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Setting of the weights for PolSAR data (3/3)

Iterative scheme

The refined similarity involves an iterative scheme in two steps:

1 Estimate the weights from k and Ti−1:

w(s, t)←Y

p(k1, k2|T1 = T2)1/hp(T1 = T2|T

i−1)1/T ,

2 Maximize the weighted likelihood:

Tis ←

P

w(s, t)ktk†t

P

w(s, t).

The procedure converges in about ten iterations.

Scheme of the iterative filtering process

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 15 / 18

Page 26: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Table of contents

1 Non-local means (NL means)

2 Non-local estimation for PolSAR dataWeighted maximum likelihoodSetting of the weights

3 Results of NL-PolSARResults on simulationsResults on real data

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 16 / 18

Page 27: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Simulations)

(a) Noise-free (b) Noisy (c) Boxcar 7× 7

(d) Lee (e) IDAN (f) NL-PolSAR

|HH + VV |, |HH − VV |, |HV || {z }

RVB

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 16 / 18

Page 28: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Dresden, -Band E-SAR data c©DLR)

(a) Noisy HH (b) NL-PolSAR

|HH + VV |, |HH − VV |, |HV || {z }

RVB

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 17 / 18

Page 29: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Dresden, -Band E-SAR data c©DLR)

(a) Noisy HH (b) Boxcar 7× 7 (c) Lee

(e) IDAN (f) NL-PolSAR

|HH + VV |, |HH − VV |, |HV || {z }

RVB

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 17 / 18

Page 30: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Dresden, -Band E-SAR data c©DLR)

(a) Noisy HH (b) Boxcar 7× 7 (c) Lee

(e) IDAN (f) NL-PolSAR

Entropy H

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 17 / 18

Page 31: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Conclusion

We proposed an efficient estimator of local covariance matrices for PolSAR databased on non-local approaches,

The idea is to search iteratively the most suitable pixels to combine,

Similarity criteria:joint similarity between the noisy observations (HH, HV, VV) of surrounding patches,andjoint similarity between the pre-estimated covariance matrices of surrounding patches.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 18 / 18

Page 32: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Conclusion

We proposed an efficient estimator of local covariance matrices for PolSAR databased on non-local approaches,

The idea is to search iteratively the most suitable pixels to combine,

Similarity criteria:joint similarity between the noisy observations (HH, HV, VV) of surrounding patches,andjoint similarity between the pre-estimated covariance matrices of surrounding patches.

Results on simulated and L-Band E-SAR data:Good noise reduction without significant loss of resolution,Preservation of the inter-channel information,Outperforms the state-of-the-art estimators,Appealing for classification purposes.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 18 / 18

Page 33: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Conclusion

We proposed an efficient estimator of local covariance matrices for PolSAR databased on non-local approaches,

The idea is to search iteratively the most suitable pixels to combine,

Similarity criteria:joint similarity between the noisy observations (HH, HV, VV) of surrounding patches,andjoint similarity between the pre-estimated covariance matrices of surrounding patches.

Results on simulated and L-Band E-SAR data:Good noise reduction without significant loss of resolution,Preservation of the inter-channel information,Outperforms the state-of-the-art estimators,Appealing for classification purposes.

More details in:

[Deledalle et al., 2009] Deledalle, C., Denis, L., and Tupin, F. (2009).Iterative Weighted Maximum Likelihood Denoising with Probabilistic Patch-BasedWeights.IEEE Transactions on Image Processing, 18(12):2661–2672.

website: http://perso.telecom-paristech.fr/~deledall

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 18 / 18

Page 34: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

[Buades et al., 2005] Buades, A., Coll, B., and Morel, J. (2005).

A Non-Local Algorithm for Image Denoising.

Computer Vision and Pattern Recognition, 2005. CVPR 2005. IEEE Computer SocietyConference on, 2.

[Deledalle et al., 2009] Deledalle, C., Denis, L., and Tupin, F. (2009).

Iterative Weighted Maximum Likelihood Denoising with Probabilistic Patch-Based Weights.

IEEE Transactions on Image Processing, 18(12):2661–2672.

[Lee, 1981] Lee, J. (1981).

Refined filtering of image noise using local statistics.

Computer graphics and image processing, 15(4):380–389.

[Polzehl and Spokoiny, 2006] Polzehl, J. and Spokoiny, V. (2006).

Propagation-separation approach for local likelihood estimation.

Probability Theory and Related Fields, 135(3):335–362.

[Vasile et al., 2006] Vasile, G., Trouve, E., Lee, J., and Buzuloiu, V. (2006).

Intensity-driven adaptive-neighborhood technique for polarimetric and interferometric SARparameters estimation.

IEEE Transactions on Geoscience and Remote Sensing, 44(6):1609–1621.

[Yaroslavsky, 1985] Yaroslavsky, L. (1985).

Digital Picture Processing.

Springer-Verlag New York, Inc. Secaucus, NJ, USA.

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 19 / 18

Page 35: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Simulated data)

(a) Noise-free (b) Noisy (c) Boxcar 7× 7

(d) Lee (e) IDAN (f) NL-PolSAR

|1− α/π|| {z }

H

, |1− H|| {z }

S

, |HH|+ |VV |+ |HV || {z }

V

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 20 / 18

Page 36: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Dresden, L-Band E-SAR data c©DLR)

(a) Noisy (b) NL-PolSAR

|1− α/π|| {z }

H

, |1− H|| {z }

S

, |HH|+ |VV |+ |HV || {z }

V

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 21 / 18

Page 37: WE4.L09 - POLARIMETRIC SAR ESTIMATION BASED ON NON-LOCAL MEANS

Results of NL-PolSAR (Dresden, L-Band E-SAR data c©DLR)

(a) Noisy HH (b) Boxcar 7× 7 (c) Lee

(e) IDAN (f) NL-PolSAR

|1− α/π|| {z }

H

, |1− H|| {z }

S

, |HH|+ |VV |+ |HV || {z }

V

C. Deledalle, L. Denis, F. Tupin (Telecom Paristech) NL-PolSAR July 28, 2010 21 / 18