-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.bib
8547 lines (7926 loc) · 670 KB
/
library.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: UTF-8
@Book{Ketelaar2009,
author = {{(Gini) Ketelaar}, V. B. H.},
title = {{Satellite Radar Interferometry}},
date = {2009},
volume = {14},
series = {Remote Sensing and Digital Image Processing},
publisher = {Springer Netherlands},
isbn = {978-1-4020-9427-9},
pages = {243},
doi = {10.1007/978-1-4020-9428-6},
file = {:home/baffelli/Library/(Gini) Ketelaar - 2009 - Satellite Radar Interferometry.pdf:pdf},
}
@Article{AlvarezLopez2012,
author = {{{\'{A}}lvarez Lopez}, Y. and Garc{\'{a}}, C. and V{\'{a}}zquez, C. and Ver-Hoeye, S. and Las-Heras, F.},
title = {{Frequency scanning based radar system}},
journaltitle = {Progress in Electromagnetics Research},
date = {2012},
volume = {132},
pages = {275--296},
issn = {10704698},
doi = {10.2528/pier12071811},
url = {http://www.scopus.com/inward/record.url?eid=2-s2.0-84867522329{\&}partnerID=tZOtx3y1},
abstract = {A novel imaging technique based on a frequency scanning antenna array is presented. The method is conceived to provide angular information in range-based radar systems which do not allow mechanical or electronic beam steering. The beam steering is changed with frequency, which requires a novel scattered field data processing scheme/algorithm to recover the SAR image. System features, advantages and limitations are discussed, presenting simulation and measurement results, which show the system capabilities to resolve the range and angular position of the objects.},
file = {:home/baffelli/Library/{'{A}}lvarez Lopez et al. - 2012 - Frequency scanning based radar system.pdf:pdf},
}
@Misc{Lecture2008,
Title = {{Kalman Filtering , EKF , Unscented KF , Smoother , EM Kalman Filtering}},
Author = {Abbeel, Pieter},
Booktitle = {ReCALL},
Date = {2008},
File = {:home/baffelli/Library/Abbeel - 2008 - Kalman Filtering , EKF , Unscented KF , Smoother , EM Kalman Filtering.pdf:pdf},
Pages = {1--4}
}
@Article{Agram2015,
author = {Agram, P. S. and Simons, M.},
title = {{A noise model for {InSAR} time series}},
journaltitle = {Journal of Geophysical Research : Solid Earth},
date = {2015},
pages = {1--20},
doi = {10.1002/2014JB011271.1},
file = {:home/baffelli/Library/Agram, Simons - 2015 - A noise model for InSAR time series.pdf:pdf},
keywords = {10.1002/2014JB011271 and InSAR,inteferometry,noise budget,radar,time series},
}
@InProceedings{Aguasca2004,
author = {A. Aguasca and A. Broquetas and J.J. Mallorque and X. Fabregas},
title = {A solid state {L} to {X}-band flexible ground-based {SAR} system for continuous monitoring applications},
booktitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
date = {2004},
volume = {2},
publisher = {{IEEE}},
isbn = {0-7803-8742-2},
pages = {757--760},
doi = {10.1109/IGARSS.2004.1368512},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=1368512{\%}5Cnhttp://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1368512},
abstract = {Continuous terrain fast changes monitoring is difficult to implement via airborne/satellite SAR systems, mainly due to the lack of flexibility and low revisiting times. Other SAR approaches based on small and simple ground-based systems, easy to deploy wherever are needed, must be considered. Transportability, low cost, and ruggedized structure are the main constrains, but the required resolution and performances have to be preserved. An experimental, short to medium range, ground-based, with optional polarimetric capability, Synthetic Aperture Radar (SAR) will be presented. First results of an experimental X-band SAR with a 100 MHz bandwidth, with 20 dBm of radiated power in differential interferometry operation will be shown},
file = {:home/baffelli/Library/Aguasca et al. - 2004 - A solid state L to X-band flexible ground-based SAR system for continuous monitoring applications.pdf:pdf},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {-sar,building deformation,differential interferometry,ground-based,hardware,interferometry,subsidence},
}
@Article{Ainsworth2006a,
author = {T.L. Ainsworth and L. Ferro-Famil and Jong-Sen Lee},
title = {Orientation angle preserving a posteriori polarimetric {SAR} calibration},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {2006},
date = {2006-04},
volume = {44},
month = {apr},
pages = {994--1003},
issn = {01962892},
doi = {10.1109/TGRS.2005.862508},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1610834},
file = {:home/baffelli/Library/Ainsworth, Ferro-Famil, Jong-Sen Lee - 2006 - Orientation angle preserving a posteriori polarimetric SAR calibration.pdf:pdf},
isbn = {2011049008},
keywords = {Calibration,Costs,Covariance matrix,Data analysis,Equations,Parameter estimation,Radar polarimetry,Radar scattering,SAR data analysis,Soil moisture,a posteriori polarimetric SAR calibration,anechoic chamber data,backscatter,calibration,covariance matrices,geophysical techniques,orientation angle,polarimetric channels,polarimetric covariance matrix,polarimetric distortion,polarimetric fidelity,polarimetric synthetic aperture radar,radar polarimetry,remote sensing by radar,scattering reciprocity,synthetic aperture radar},
mendeley-tags = {Costs,Covariance matrix,Data analysis,Equations,Parameter estimation,Radar scattering,SAR data analysis,Soil moisture,a posteriori polarimetric SAR calibration,anechoic chamber data,backscatter,calibration,covariance matrices,geophysical techniques,orientation angle,polarimetric channels,polarimetric covariance matrix,polarimetric distortion,polarimetric fidelity,polarimetric synthetic aperture radar,radar polarimetry,remote sensing by radar,scattering reciprocity,synthetic aperture radar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Aitken1936,
author = {Aitken, A. C.},
title = {{IV.---On Least Squares and Linear Combination of Observations.}},
journaltitle = {Proceedings of the Royal Society of Edinburgh},
date = {1936},
volume = {55},
pages = {42--48},
issn = {0370-1646},
doi = {10.1017/S0370164600014346},
url = {http://www.journals.cambridge.org/abstract{\_}S0370164600014346},
abstract = {{\textless}p{\textgreater}In a series of papers W. F. Sheppard (1912, 1914) has considered the approximate representation of equidistant, equally weighted, and uncorrelated observations under the following assumptions:–{\textless}/p{\textgreater}},
}
@Article{Akaike1974,
author = {H. Akaike},
title = {A new look at the statistical model identification},
journal = {{IEEE} Transactions on Automatic Control},
journaltitle = {IEEE Transactions on Automatic Control},
year = {1974},
date = {1974},
volume = {19},
month = {dec},
pages = {716--723},
issn = {15582523},
doi = {10.1109/tac.1974.1100705},
abstract = {The history of the development of statistical hypothesis testing in time series analysis is reviewed briefly and it is pointed out that the hypothesis testing procedure is not adequately defined as the procedure for statistical model identification. The classical maximum likelihood estimation procedure is reviewed and a new estimate minimum information theoretical criterion (AIC) estimate (MAICE) which is designed for the purpose of statistical identification is introduced. When there are several competing models the MAICE is defined by the model and the maximum likelihood estimates of the parameters which give the minimum of AIC defined by AIC = (-2)log-(maximum likelihood) + 2(number of independently adjusted parameters within the model). MAICE provides a versatile procedure for statistical model identification which is free from the ambiguities inherent in the application of conventional hypothesis testing procedure. The practical utility of MAICE in time series analysis is demonstrated with some numerical examples.},
file = {:home/baffelli/Library/Akaike - 1974 - A New Look at the Statistical Model Identification.pdf:pdf},
isbn = {0018-9286 VO - 19},
pmid = {1100705},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@InProceedings{Akbari2013,
author = {Akbari, Vahid and Anfinsen, Stian N. and Doulgeris, Anthony P. and Eltoft, Torbjorn},
title = {{The Hotelling-Lawley trace statistic for change detection in polarimetric SAR data under the complex Wishart distribution}},
booktitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
date = {2013-07},
isbn = {978-1-4799-1114-1},
pages = {4162--4165},
doi = {10.1109/IGARSS.2013.6723750},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6723750},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {Approximation methods,Data models,Fisher-Snedecor distribution,Hotelling-Lawley trace,Hotelling-Lawley trace statistic,PolSAR data sets,Sociology,Sparse matrices,change detection,complex Wishart distribution,constant false alarm rate change detector,covariance matrices,likelihood ratio test statistic,multilook complex covariance matrix data,polarimetric SAR data,radar polarimetry,remote sensing,synthetic aperture radar,test statistic,unsupervised change detection},
mendeley-tags = {Approximation methods,Data models,Fisher-Snedecor distribution,Hotelling-Lawley trace,Hotelling-Lawley trace statistic,PolSAR data sets,Sociology,Sparse matrices,change detection,complex Wishart distribution,constant false alarm rate change detector,covariance matrices,likelihood ratio test statistic,multilook complex covariance matrix data,polarimetric SAR data,radar polarimetry,remote sensing,synthetic aperture radar,test statistic,unsupervised change detection},
}
@Article{Allen2007,
Title = {{Synthetic-aperture radar images polar ice-sheet bed}},
Author = {Allen, Chris},
Pages = {3--5},
Date = {2007},
Doi = {10.1117/2.1200706.0780},
File = {:home/baffelli/Library/Allen - 2007 - Synthetic-aperture radar images polar ice-sheet bed.pdf:pdf},
ISSN = {18182259},
Journaltitle = {SPIE Newsroom},
Url = {http://www.spie.org/x14509.xml}
}
@Article{Allstadt2015,
author = {K. E. Allstadt and D. E. Shean and A. Campbell and M. Fahnestock and S. D. Malone},
title = {Observations of seasonal and diurnal glacier velocities at {Mount Rainier}, {Washington}, using terrestrial radar interferometry},
journal = {The Cryosphere},
journaltitle = {Cryosphere},
year = {2015},
date = {2015},
volume = {9},
month = {dec},
pages = {2219--2235},
issn = {19940424},
doi = {10.5194/tc-9-2219-2015},
abstract = {We present spatially continuous velocity maps using repeat terrestrial radar interferometry (TRI) measurements to examine seasonal and diurnal dynamics of alpine glaciers at Mount Rainier, Washington. We show that the Nisqually and Emmons glaciers have small slope-parallel velocities near the summit (−1), high velocities over their upper and central regions (1.0–1.5 m day−1), and stagnant debris-covered regions near the terminus (−1). Velocity uncertainties are as low as ±0.02–0.08 m day−1. We document a large seasonal velocity decrease of 0.2–0.7 m day−1 (−25 to −50 {\%}) from July to November for most of the Nisqually glacier, excluding the icefall, suggesting significant seasonal subglacial water storage under most of the glacier. We did not detect diurnal variability above the noise level. Preliminary 2-D ice flow modeling using TRI velocities suggests that sliding accounts for roughly 91 and 99 {\%} of the July velocity field for the Emmons and Nisqually glaciers, respectively. We validate our observations against recent in situ velocity measurements and examine the long-term evolution of Nisqually glacier dynamics through comparisons with historical velocity data. This study shows that repeat TRI measurements with {\textgreater} 10 km range can be used to investigate spatial and temporal variability of alpine glacier dynamics over large areas, including hazardous and inaccessible areas.},
publisher = {Copernicus {GmbH}},
}
@InProceedings{Alonso-Gonzalez2011,
author = {Alonso-Gonzalez, A.},
title = {Binary partition tree as a polarimetric SAR data representation in the space-time domain},
date = {2011-07},
isbn = {9781457710056},
pages = {3819--3822},
doi = {10.1109/IGARSS.2011.6050063},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=6050063},
abstract = {The aim of this paper is to present a Polarimetric Synthetic Aperture Radar data processing technique on the space-time domain. This approach is based on a Binary Partition Tree (BPT), which is a region-based and multi-scale data represen- tation. Results with series of RADARSAT-2 real data are an- alyzed from the point of view of speckle filtering and change detection applications, to illustrate the capabilities to detect and preserve spatial and temporal contours. Index},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {Binary Partition Tree (BPT),Change detection,Covariance matrix,Entropy,Filtering,RADARSAT-2 real data,SAR,SAR Polarimetry,SAR polarimetry,Scattering,Segmentation,Speckle,binary partition tree,change detection,change detection method,feature extraction,geophysical image processing,geophysical techniques,image representation,image segmentation,multiscale data representation,polarimetric SAR data representation,polarimetric synthetic aperture radar data process,radar polarimetry,region-based data representation,remote sensing by radar,segmentation,space-time domain,spatial contour,speckle filtering method,synthetic aperture radar,temporal contour,urban areas},
mendeley-tags = {Covariance matrix,Entropy,Filtering,RADARSAT-2 real data,SAR,SAR polarimetry,Scattering,Speckle,binary partition tree,change detection,change detection method,feature extraction,geophysical image processing,geophysical techniques,image representation,image segmentation,multiscale data representation,polarimetric SAR data representation,polarimetric synthetic aperture radar data process,radar polarimetry,region-based data representation,remote sensing by radar,segmentation,space-time domain,spatial contour,speckle filtering method,synthetic aperture radar,temporal contour,urban areas},
}
@Article{Alonso-Gonzalez2014,
author = {Alonso-Gonzalez, Alberto and Lopez-Martinez, Carlos and Salembier, Philippe},
title = {{PolSAR Time Series Processing With Binary Partition Trees}},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
date = {2014-06},
volume = {52},
pages = {3553--3567},
issn = {0196-2892},
doi = {10.1109/TGRS.2013.2273664},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=6595582},
abstract = {This paper deals with the processing of polarimetric synthetic aperture radar (SAR) time series. Different approaches to deal with the temporal dimension of the data are considered, which are derived from different target characterizations in this dimension. These approaches are the basis for defining two different binary partition tree (BPT) structures that are employed for SAR polarimetry (PolSAR) data processing. Once constructed, the BPT is processed by a tree pruning, producing a set of spatiotemporal homogeneous regions, and estimating the polarimetric response within them. It is demonstrated that the proposed technique preserves the PolSAR information in the spatial and the temporal domains without introducing bias nor distortion. Additionally, the evolution of the data in the temporal dimension is also analyzed, and techniques to obtain BPT-based scene change maps are defined. Finally, the proposed techniques are employed to process two real RADARSAT-2 data sets.},
keywords = {BPT structures,BPT-based scene change maps,Binary partition tree (BPT),Covariance matrices,Data models,PolSAR data processing,PolSAR information,PolSAR time series processing,RADARSAT-2 data sets,Radar polarimetry,SAR polarimetry data processing,Speckle,Synthetic aperture radar,Time series analysis,binary partition trees,change detection,covariance matrices,data temporal dimension,radar polarimetry,remote sensing by radar,segmentation,spatiotemporal homogeneous regions,synthetic aperture radar,synthetic aperture radar (SAR) polarimetry,target characterizations,time series,tree pruning},
mendeley-tags = {BPT structures,BPT-based scene change maps,Binary partition tree (BPT),Data models,PolSAR data processing,PolSAR information,PolSAR time series processing,RADARSAT-2 data sets,SAR polarimetry data processing,Speckle,Time series analysis,binary partition trees,change detection,covariance matrices,data temporal dimension,radar polarimetry,remote sensing by radar,segmentation,spatiotemporal homogeneous regions,synthetic aperture radar,synthetic aperture radar (SAR) polarimetry,target characterizations,time series,tree pruning},
}
@Article{Alvarez2013,
author = {Alvarez, Y and Camblor, Ren{\'{e}} and Garcia, C and Laviada, Jaime and Vazquez, C and Ver-Hoeye, S and Hotopan, George and Fernandez, M and Hadarig, Andreea and Arboleya, Ana and Las-Heras, F},
title = {{Submillimeter-Wave Frequency Scanning System for Imaging Applications}},
journaltitle = {IEEE Transactions on Antennas and Propagation},
date = {2013},
volume = {61},
pages = {5689--5696},
issn = {0018-926X},
doi = {10.1109/TAP.2013.2275747},
abstract = {A new submillimeter-wave imaging system based on the frequency scanning concept is presented. Using significantly less information than beam-steering techniques, frequency scanning-based imaging systems are able to provide angular information in range-based radar systems which do not allow mechanical or electronic beam steering. Several strategies have been adopted to overcome the low dynamic range due to the propagation losses and non-specular reflection on the object-under-test. Moreover, the system is not only capable of detecting the placement of the objects, but also their profile. In this sense, an imaging application showing the system capabilities for the detection of objects concealed under clothes is presented. Results using 1-D FSAA allowing profile imaging are shown, proving the validity of the proposed system.},
file = {:home/baffelli/Library/Alvarez et al. - 2013 - Submillimeter-Wave Frequency Scanning System for Imaging Applications.pdf:pdf},
isbn = {0018-926X VO - 61},
keywords = {1-D FSAA,Antennas,Bandwidth,Beam steering,Frequency scanning antenna array (FSAA),Image resolution,Imaging,Radar imaging,Torso,angular information,antenna arrays,frequency scanning-based imaging systems,inverse methods,inverse problems,nonspecular reflection,object-under-test,profile imaging,propagation losses,range-based radar systems,submillimeter wave antennas,submillimeter wave imaging,submillimeter-wave imaging system,submillimetre wave antennas,submillimetre wave imaging},
}
@InProceedings{Anfinsen2007,
author = {Anfinsen, Stian Normann and Jenssen, Robert and Eltoft, Torbj{\o}rn},
title = {{Spectral clustering of polarimetric SAR data with Wishart-derived distance measures}},
booktitle = {Proceedings of PolInSAR},
date = {2007},
volume = {7},
series = {Proc. POLinSAR.},
}
@Article{Attema1991,
author = {Attema, Evert P W},
title = {{The Active Microwave Instrument On-Board the ERS-1 Satellite}},
journaltitle = {Proceedings of the IEEE},
date = {1991},
volume = {79},
pages = {791--799},
issn = {15582256},
doi = {10.1109/5.90158},
abstract = {The Active Microwave Instrument (AMI), a combination of a {\textless}e1{\textgreater}C {\textless}/e1{\textgreater}-band (5.3 GHz), VV polarization, synthetic aperture radar (SAR) and a wind scatterometer is described. AMI is being carried on the first European Remote Sensing Satellite, ERS-1, which is also described. AMI's primary geophysical data products are ocean surface wind speed and direction, ocean wave length and direction, and high-resolution radar mapping of land, ocean, ice, and coastal zones. The ERS-1 payload also includes a radar altimeter, an along-track scanning infrared radiometer, a microwave sounder, a precision range and range rate measuring equipment, and a laser retroreflector. ERS-1 will be in a polar orbit for global mapping. Prelaunch testing has shown that the quality of the AMI data products meets the mission objectives},
annotation = {NULL},
isbn = {0018-9219},
}
@InProceedings{Baffelli2015,
author = {Baffelli, Simone and Marino, Armando and Frey, Othmar},
title = {{Ku}-Band Polarimetric-Interferometric Ground Based Real Aperture Radar: Calibration and First Observations},
booktitle = {Proceedings of PolInSAR},
year = {2015},
date = {2015},
}
@Article{Balz2007,
author = {Balz, Timo},
title = {{Real-Time Sar Simulation for Change Detection}},
journaltitle = {Symposium A Quarterly Journal In Modern Foreign Literatures},
date = {2007},
file = {:home/baffelli/Library/Balz - 2007 - Real-Time Sar Simulation for Change Detection.pdf:pdf},
keywords = {SAR Real-time Simulation Change Detection Fusion,change detection,fusion,real-time,sar,simulation},
}
@Article{Bamler1999,
author = {Bamler, Richard and Hartl, Philipp},
title = {{Synthetic aperture radar interferometry}},
journaltitle = {Inverse Problems},
date = {1999},
volume = {14},
pages = {R1--R54},
issn = {0266-5611},
doi = {10.1088/0266-5611/14/4/001},
abstract = {Synthetic aperture radar interferometry is an imaging technique for measuring the topography of a surface, its changes over time, and other changes in the detailed characteristic of the surface. By exploiting the phase of the coherent radar signal, interferometry has transformed radar remote sensing from a largely interpretive science to a quantitative tool, with applications in cartography, geodesy, land cover characterization, and natural hazards. This paper reviews the techniques of interferometry, systems and limitations, and applications in a rapidly growing area of science and engineering},
file = {:home/baffelli/Library/Bamler, Hartl - 1999 - Synthetic aperture radar interferometry.pdf:pdf},
isbn = {00189219},
}
@InProceedings{Bao1999,
author = {Bao, Mingquan},
title = {{Backscattering change detection in SAR images using wavelet techniques}},
booktitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
date = {1999},
volume = {3},
isbn = {0-7803-5207-6},
pages = {1561--1563},
doi = {10.1109/IGARSS.1999.772019},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=772019},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {3-dimensional algorithm,Change detection algorithms,Filters,Radar detection,Radar scattering,SAR,SAR image correlation,Signal to noise ratio,Speckle,Terrain mapping,Wavelet coefficients,Wavelet domain,autoregressive model,backscatter,backscattering,change detection,geophysical measurement technique,geophysical signal processing,geophysical techniques,image processing,image sequence,image sequences,land surface,radar imaging,radar remote sensing,remote sensing by radar,speckle noise,synthetic aperture radar,temporal change,wavelet,wavelet shrinkage algorithm,wavelet transforms},
mendeley-tags = {3-dimensional algorithm,Change detection algorithms,Filters,Radar detection,Radar scattering,SAR,SAR image correlation,Signal to noise ratio,Speckle,Terrain mapping,Wavelet coefficients,Wavelet domain,autoregressive model,backscatter,backscattering,change detection,geophysical measurement technique,geophysical signal processing,geophysical techniques,image processing,image sequence,image sequences,land surface,radar imaging,radar remote sensing,remote sensing by radar,speckle noise,synthetic aperture radar,temporal change,wavelet,wavelet shrinkage algorithm,wavelet transforms},
}
@Article{Barber2011,
author = {Barber, David},
title = {{Bayesian Reasoning and Machine Learning}},
journaltitle = {Machine Learning},
date = {2011},
pages = {646},
issn = {9780521518147},
doi = {10.1017/CBO9780511804779},
url = {http://eprints.pascal-network.org/archive/00007920/{\%}5Cnhttp://scholar.google.com/scholar?hl=en{\&}btnG=Search{\&}q=intitle:Bayesian+Reasoning+and+Machine+Learning{\#}0},
abstract = {Machine learning methods extract value from vast data sets quickly and with modest resources. They are established tools in a wide range of industrial applications, including search engines, DNA sequencing, stock market analysis, and robot locomotion, and their use is spreading rapidly. People who know the methods have their choice of rewarding jobs. This hands-on text opens these opportunities to computer science students with modest mathematical backgrounds. It is designed for final-year undergraduates and master's students with limited background in linear algebra and calculus. Comprehensive and coherent, it develops everything from basic reasoning to advanced techniques within the framework of graphical models. Students learn more than a menu of techniques, they develop analytical and problem-solving skills that equip them for the real world. Numerous examples and exercises, both computer based and theoretical, are included in every chapter. Resources for students and instructors, including a MATLAB toolbox, are available online.},
arxivid = {arXiv:1011.1669v3},
file = {:home/baffelli/Library/Barber - 2011 - Bayesian Reasoning and Machine Learning.pdf:pdf},
isbn = {9780521518147},
keywords = {computational,information theoretic learning with statistics,learning,statistics {\&} optimisation,theory {\&} algorithms},
pmid = {16931139},
}
@Article{Barcelona,
author = {Josep Ruiz Rodon},
title = {{Radar phase based near surface meteorological data retrievals}},
file = {:home/baffelli/Library/Barcelona - Unknown - Radar phase based near surface meteorological data retrievals.pdf:pdf},
}
@InProceedings{Baronti1994,
author = {Baronti, S. and Carla, R. and Sigismondi, S. and Alparone, L.},
title = {{Principal component analysis for change detection on polarimetric multitemporal SAR data}},
booktitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
date = {1994-08},
volume = {4},
isbn = {VO - 4},
pages = {2152----2154 vol.4},
doi = {10.1109/IGARSS.1994.399678},
abstract = {Principal component analysis (PCA) is applied to investigate on changes occurring in multitemporal polarimetric SAR imagery. Correlation instead of covariance matrix is used in the transformation, thus reducing gain variations introduced by the imaging system and giving equal weight to each polarization. The approach is effective when PCA is computed on images recorded simultaneously, as well as when it is applied to the whole set of multitemporal images},
keywords = {Covariance matrix,Data analysis,Eigenvalues and eigenfunctions,Image coding,Infrared detectors,Noise reduction,PCA,SAR imagery,SAR imaging,Signal to noise ratio,Spaceborne radar,Speckle,change detection,correlation,geophysical measurement technique,geophysical signal processing,geophysical signal processing geophysical techniqu,geophysical techniques,image processing,image sequences,land surface terrain mapping,multitemporal SAR data,polarization,principal component analysis,radar applications,radar imaging,radar polarimetry,radar remote sensing,remote sensing by radar,synthetic aperture radar},
mendeley-tags = {Covariance matrix,Data analysis,Eigenvalues and eigenfunctions,Image coding,Infrared detectors,Noise reduction,PCA,SAR imagery,SAR imaging,Signal to noise ratio,Spaceborne radar,Speckle,change detection,correlation,geophysical measurement technique,geophysical signal processing,geophysical techniques,image processing,image sequences,land surface terrain mapping,multitemporal SAR data,polarization,principal component analysis,radar applications,radar imaging,radar polarimetry,radar remote sensing,remote sensing by radar,synthetic aperture radar},
}
@Article{Bazi2005,
author = {Bazi, Yakoub and Bruzzone, Lorenzo and Melgani, Farid},
title = {{An unsupervised approach based on the generalized Gaussian model to automatic change detection in multitemporal SAR images}},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
date = {2005-04},
volume = {43},
pages = {874--887},
issn = {0196-2892},
doi = {10.1109/TGRS.2004.842441},
abstract = {In this paper, we present a novel automatic and$\backslash$n$\backslash$nunsupervised change-detection approach specifically oriented to$\backslash$n$\backslash$nthe analysis of multitemporal single-channel single-polarization$\backslash$n$\backslash$nsynthetic aperture radar (SAR) images. This approach is based$\backslash$n$\backslash$non a closed-loop process made up of three main steps: 1) a novel$\backslash$n$\backslash$npreprocessing based on a controlled adaptive iterative filtering;$\backslash$n$\backslash$n2) a comparison between multitemporal images carried out according$\backslash$n$\backslash$nto a standard log-ratio operator; and 3) a novel approach$\backslash$n$\backslash$nto the automatic analysis of the log-ratio image for generating the$\backslash$n$\backslash$nchange-detection map. The first step aims at reducing the speckle$\backslash$n$\backslash$nnoise in a controlled way in order to maximize the discrimination$\backslash$n$\backslash$ncapability between changed and unchanged classes. In the second$\backslash$n$\backslash$nstep, the two filtered multitemporal images are compared to$\backslash$n$\backslash$ngenerate a log-ratio image that contains explicit information on$\backslash$n$\backslash$nchanged areas. The third step produces the change-detection map$\backslash$n$\backslash$naccording to a thresholding procedure based on a reformulation of$\backslash$n$\backslash$nthe Kittler�Illingworth (KI) threshold selection criterion. In particular,$\backslash$n$\backslash$nthe modified KI criterion is derived under the generalized$\backslash$n$\backslash$nGaussian assumption for modeling the distributions of changed$\backslash$n$\backslash$nand unchanged classes. This parametric model was chosen because$\backslash$n$\backslash$nit is capable of better fitting the conditional densities of classes$\backslash$n$\backslash$nin the log-ratio image. In order to control the filtering step and,$\backslash$n$\backslash$naccordingly, the effects of the filtering process on change-detection$\backslash$n$\backslash$naccuracy, we propose to identify automatically the optimal$\backslash$n$\backslash$nnumber of despeckling filter iterations [Step 1)] by analyzing the$\backslash$n$\backslash$nbehavior of the modified KI criterion. This results in a completely$\backslash$n$\backslash$nautomatic and self-consistent change-detection approach that$\backslash$n$\backslash$navoids the use of empirical methods for the selection of the best$\backslash$n$\backslash$nnumber of filtering iterations. Experiments carried out on two$\backslash$n$\backslash$nsets of multitemporal images (characterized by different levels$\backslash$n$\backslash$nof speckle noise) acquired by the European Remote Sensing 2$\backslash$n$\backslash$nsatellite SAR sensor confirm the effectiveness of the proposed unsupervised$\backslash$n$\backslash$napproach, which results in change-detection accuracies$\backslash$n$\backslash$nvery similar to those that can be achieved by a manual supervised$\backslash$n$\backslash$nthresholding.},
isbn = {0196-2892},
keywords = {Adaptive control,Automatic control,Automatic generation control,Change detection,European Remote Sensing 2 satellite SAR sensor,Filtering,Gaussian processes,Image analysis,Image generation,Kittler-Illingworth threshold selection,Programmable control,Radar detection,Spaceborne radar,Speckle,automatic change detection,change detection,change-detection map,closed-loop process,controlled adaptive iterative filtering,data acquisition,data preprocessing,despeckling filter iterations,generalized Gaussian (GG) distribution,generalized Gaussian assumption,generalized Gaussian model,geophysical signal processing,geophysical techniques,image acquisition,image denoising,log-ratio image,log-ratio operator,multitemporal SAR images,multitemporal single-channel single-polarization s,multitemporal synthetic aperture radar (SAR) imag,multitemporal synthetic aperture radar (SAR) image,radar imaging,remote sensing by radar,self-consistent change-detection,speckle noise reduction,supervised thresholding,synthetic aperture radar,threshold selection,threshold selection.,thresholding procedure,unsupervised change-detection},
mendeley-tags = {Adaptive control,Automatic control,Automatic generation control,European Remote Sensing 2 satellite SAR sensor,Filtering,Gaussian processes,Image analysis,Image generation,Kittler-Illingworth threshold selection,Programmable control,Radar detection,Spaceborne radar,Speckle,automatic change detection,change detection,change-detection map,closed-loop process,controlled adaptive iterative filtering,data acquisition,data preprocessing,despeckling filter iterations,generalized Gaussian (GG) distribution,generalized Gaussian assumption,generalized Gaussian model,geophysical signal processing,geophysical techniques,image acquisition,image denoising,log-ratio image,log-ratio operator,multitemporal SAR images,multitemporal single-channel single-polarization s,multitemporal synthetic aperture radar (SAR) image,radar imaging,remote sensing by radar,self-consistent change-detection,speckle noise reduction,supervised thresholding,synthetic aperture radar,threshold selection,thresholding procedure,unsupervised change-detection},
}
@InProceedings{Beasley1990,
author = {P.D.L. Beasley and A.G. Stove and B.J. Reits and B. As},
title = {Solving the problems of a single antenna frequency modulated {CW} radar},
booktitle = {{IEEE} International Conference on Radar},
date = {1990},
publisher = {{IEEE}},
pages = {391--395},
doi = {10.1109/RADAR.1990.201197},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=201197},
abstract = {A reflected power canceller (RPC) using modern p-i-n diode$\backslash$ntechnology which enables a frequency modulated continuous wave (FMCW)$\backslash$nradar to operate using a single antenna for transmission and reception$\backslash$nis described. Results are presented which demonstrate that such a$\backslash$ncanceller solves the problems for many CW-type radars over large RF$\backslash$nbandwidths (i.e. {\&}gt;2 GHz at {\textless}e1{\textgreater}X{\textless}/e1{\textgreater}-band). The RPC has been$\backslash$nsuccessfully installed into the Bofors/Signal PILOT FMCW tactical$\backslash$nnavigation radar. Results from sea trials are presented},
file = {:home/baffelli/Library/Beasley et al. - 1990 - Solving the problems of a single antenna frequency modulated CW radar.pdf:pdf},
}
@Article{Bennett1996,
author = {J.C. Bennett and K. Morrison},
title = {Development of a ground-based, polarimetric synthetic aperture radar},
journaltitle = {Proceedings of the {IEEE} Aerospace Applications Conference},
date = {1996},
volume = {4},
pages = {139--146 vol.4},
doi = {10.1109/AERO.1996.499408},
abstract = {A description of an indoor SAR measurement facility is given and a series of results is presented to demonstrate the imaging properties of the system. The aim of the work is to understand better the microwave backscatter characteristics of vegetation and soils. Based around a vector network analyser, the system uses synthetic pulse techniques to obtain high resolution images. The principles of the technique are presented, together with a description of the imaging algorithm used. Calibration procedures are implemented successfully and the images provide useful quantitative RCS information. The polarimetric capability of the system is demonstrated for both metallic and vegetation targets. The system is a precursor to an outdoor polarimetric ground-based synthetic aperture radar (GB-SAR), designed to be easily and rapidly deployable at widely separated measurement sites},
booktitle = {1996 {IEEE} Aerospace Applications Conference. Proceedings},
file = {:home/baffelli/Library/Bennett, Morrison - 1996 - Development of a ground-based, polarimetric synthetic aperture radar.pdf:pdf},
isbn = {0-7803-3196-6},
keywords = {RCS information,backscatter,calibration,calibration procedures,ground-based radar,imaging algorithm,imaging properties,indoor SAR measurement facility,microwave backscatter characteristics,microwave imaging,network analysers,polarimetric synthetic aperture radar,radar cross-sections,radar imaging,radar polarimetry,soils,synthetic aperture radar,synthetic pulse techniques,vector network analyser,vegetation},
publisher = {{IEEE}},
}
@InProceedings{Bennett2000,
author = {J.C. Bennett and K. Morrison and A.M. Race and G. Cookmartin and S. Quegan},
title = {The {UK} {NERC} fully portable polarimetric ground-based synthetic aperture radar ({GB}-{SAR})},
booktitle = {Proceedings of the European Conference on Synthetic Aperture Radar},
date = {2000},
publisher = {{IEEE}},
isbn = {0780363590},
pages = {2313--2315},
doi = {10.1109/IGARSS.2000.858393},
file = {:home/baffelli/Library/Bennett et al. - 2000 - The UK NERC fully portable polarimetric ground-based synthetic aperture radar (GB-SAR).pdf:pdf},
}
@Article{Mora2002,
author = {P. Berardino and G. Fornaro and R. Lanari and E. Sansosti},
title = {A new algorithm for surface deformation monitoring based on small baseline differential {SAR} interferograms},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {2002},
date = {2002-11},
volume = {40},
month = {nov},
pages = {2375--2383},
issn = {0196-2892},
doi = {10.1109/TGRS.2002.803792},
url = {http://ieeexplore.ieee.org/document/1166596/},
abstract = {This paper presents a new solution for detecting and following the temporal evolution of small scale deformation phenomena; in particular our approach extends the capability of the SBAS technique, presented in P. Berardino et al. (2001), which is mainly focused on investigating large scale deformations with spatial resolutions of about 100 m{\&}times;100 m. The proposed technique relies on small baseline differential SAR (DIFSAR) interferograms only, but it is implemented by using two different sets of data generated at low (multi-look data) and high spatial resolution (single-look data), respectively. The former are used to identify and estimate, via the SBAS technique or O. Mora et al. (2001, 2002), possible atmospheric phase artifacts and large scale deformation patterns; the latter to detect, on the high resolution residual phase components, structures highly coherent in time (buildings, rocks, lava structures, etc.), identified jointly to their heights and displacements. In particular the estimation of the temporal evolution of these local deformations is easily implemented by applying the SVD technique. The presented algorithm has been tested with data acquired by the European Remote Sensing (ERS) satellites relative to the Campania area (Italy).},
file = {:home/baffelli/Library/Mora et al. - 2002 - A new algorithm for monitoring localized deformation phenomena based on small baseline differential SAR interferogr.pdf:pdf},
isbn = {0-7803-7536-X},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Berthier2005,
author = {E. Berthier and H. Vadon and D. Baratoux and Y. Arnaud and C. Vincent and K.L. Feigl and F. R{\'{e}}my and B. Legr{\'{e}}sy},
title = {Surface motion of mountain glaciers derived from satellite optical imagery},
journal = {Remote Sensing of Environment},
journaltitle = {Remote Sensing of Environment},
year = {2005},
date = {2005},
volume = {95},
month = {mar},
pages = {14--28},
issn = {00344257},
doi = {10.1016/j.rse.2004.11.005},
abstract = {A complete and detailed map of the ice-velocity field on mountain glaciers is obtained by cross-correlating SPOT5 optical images. This approach offers an alternative to SAR interferometry, because no present or planned RADAR satellite mission provides data with a temporal separation short enough to derive the displacements of glaciers. The methodology presented in this study does not require ground control points (GCPs). The key step is a precise relative orientation of the two images obtained by adjusting the stereo model of one "slave"' image assuming that the other "master" image is well georeferenced. It is performed with numerous precisely-located homologous points extracted automatically. The strong ablation occurring during summer time on the glaciers requires a correction to obtain unbiased displacements. The accuracy of our measurement is assessed based on a comparison with nearly simultaneous differential GPS surveys performed on two glaciers of the Mont Blanc area (Alps). If the images have similar incidence angles and correlate well, the accuracy is on the order of 0.5 m, or 1/5 of the pixel size. Similar results are also obtained without GCPs. An acceleration event, observed in early August for the Mer de Glace glacier, is interpreted in term of an increase in basal sliding. Our methodology, applied to SPOT5 images, can potentially be used to derive the displacements of the Earth's surface caused by landslides, earthquakes, and volcanoes. {\textcopyright} 2004 Elsevier Inc. All rights reserved.},
file = {:home/baffelli/Library/Berthier et al. - 2005 - Surface motion of mountain glaciers derived from satellite optical imagery.pdf:pdf},
isbn = {0034-4257},
keywords = {Cross-correlation,Mountain glaciers,SPOT5,Satellite optical images,Surface displacement},
publisher = {Elsevier {BV}},
}
@Article{Bevis1992,
author = {Michael Bevis and Steven Businger and Thomas A. Herring and Christian Rocken and Richard A. Anthes and Randolph H. Ware},
title = {{GPS} meteorology: Remote sensing of atmospheric water vapor using the global positioning system},
journal = {Journal of Geophysical Research},
journaltitle = {Journal of Geophysical Research},
year = {1992},
date = {1992},
volume = {97},
pages = {15787},
issn = {0148-0227},
doi = {10.1029/92JD01517},
abstract = {We present a new approach to remote sensing of water vapor based on the global positioning system (GPS). Geodesists and geophysicists have devised methods for estimating the extent to which signals propagating from GPS satellites to ground-based GPS receivers are delayed by atmospheric water vapor. This delay is parameterized in terms of a time-varying zenith wet delay (ZWD) which is retrieved by stochastic filtering of the GPS data. Given surface temperature and pressure readings at the GPS receiver, the retrieved ZWD can be transformed with very little additional uncertainty into an estimate of the integrated water vapor (IWV) overlying that receiver. Networks of continuously operating GPS receivers are being constructed by geodesists, geophysicists, government and military agencies, and others in order to implement a wide range of positioning capabilities. These emerging GPS networks offer the possibility of observing the horizontal distribution of IWV or, equivalently, precipitable water with unprecedented coverage and a temporal resolution of the order of 10 min. These measurements could be utilized in operational weather forecasting and in fundamental research into atmospheric storm systems, the hydrologic cycle, atmospheric chemistry, and global climate change. Specially designed, dense GPS networks could be used to sense the vertical distribution of water vapor in their immediate vicinity. Data from ground-based GPS networks could be analyzed in concert with observations of GPS satellite occultations by GPS receivers in low Earth orbit to characterize the atmosphere at planetary scale.},
file = {:home/baffelli/Library/Bevis et al. - 1992 - GPS meteorology Remote sensing of atmospheric water vapor using the global positioning system.pdf:pdf},
isbn = {0148-0227},
publisher = {American Geophysical Union ({AGU})},
}
@Article{Bezvesilniy2011,
author = {Bezvesilniy, O O and Gorovyi, I M and Vynogradov, V V and Vavriv, D M},
title = {{Multi-Look Radiometric Correction of SAR Images}},
journal = {Radio Physics and Radio Astronomy},
year = {2012},
date = {2011},
volume = {3},
pages = {169--177},
doi = {10.1615/radiophysicsradioastronomy.v3.i2.90},
file = {:home/baffelli/Library/Bezvesilniy et al. - 2011 - Multi-Look Radiometric Correction of SAR Images.pdf:pdf},
keywords = {airborne sar,multi-look processing,radiometric correction,radiometric errors,sar,synthetic aperture radar},
publisher = {Begell House},
}
@Article{Bhattacharya2009,
author = {Bhattacharya, C.},
title = {{Efficient interpolation for range-cell migration correction of RADARSAT-1 data}},
journaltitle = {Progress in Electromagnetics Research Symposium},
date = {2009},
volume = {1},
pages = {376--381},
issn = {15599450},
url = {http://www.scopus.com/inward/record.url?eid=2-s2.0-84898946882{\&}partnerID=tZOtx3y1},
abstract = {RADARSAT-1 antenna is not yaw-steered, and its antenna radiation in azimuth has a squint of -1:6°. This causes phase of the range-compressed data to migrate over a large number of range-cells. Range-walk in the Doppler spectrum is compensated by interpolation in the range direction and re-indexing of data. Our objective here is to demonstrate efficient solution for digital interpolation of RADARSAT-1 data in the range-Doppler domain. We implement data re-indexing by two-dimensional memory mapping for each phase of polyphase interpolation. This makes correction for range-cell migration highly efficient, and parallel in terms of computation load. Results of accurate focusing in azimuth for the range-compressed point target response are presented in the paper.},
file = {:home/baffelli/Library/Bhattacharya - 2009 - Efficient interpolation for range-cell migration correction of RADARSAT-1 data.pdf:pdf},
isbn = {9781618390554},
}
@Article{Biggs2007,
author = {Juliet Biggs and Tim Wright and Zhong Lu and Barry Parsons},
title = {Multi-interferogram method for measuring interseismic deformation: {Denali} Fault, {Alaska}},
journal = {Geophysical Journal International},
journaltitle = {Geophysical Journal International},
year = {2007},
date = {2007},
volume = {170},
month = {sep},
pages = {1165--1179},
issn = {0956540X},
doi = {10.1111/j.1365-246X.2007.03415.x},
abstract = {Studies of interseismic strain accumulation are crucial to our understanding of continental deformation, the earthquake cycle and seismic hazard. By mapping small amounts of ground deformation over large spatial areas, InSAR has the potential to produce continental-scale maps of strain accumulation on active faults. However, most InSAR studies to date have focused on areas where the coherence is relatively good (e.g. California, Tibet and Turkey) and most analysis techniques (stacking, small baseline subset algorithm, permanent scatterers, etc.) only include information from pixels which are coherent throughout the time-span of the study. In some areas, such as Alaska, where the deformation rate is small and coherence very variable, it is necessary to include information from pixels which are coherent in some but not all interferograms. We use a three-stage iterative algorithm based on distributed scatterer interferometry. We validate our method using synthetic data created using realistic parameters from a test site on the Denali Fault, Alaska, and present a preliminary result of 10.5 ± 5.0 mmyr−1 for the slip rate on the Denali Fault based on a single track of radar data from ERS1/2.},
file = {:home/baffelli/Library/Biggs et al. - 2007 - Multi-interferogram method for measuring interseismic deformation Denali Fault, Alaska.pdf:pdf},
isbn = {0956-540X},
keywords = {Continental deformation,Fault slip,Satellite geodesy},
publisher = {Oxford University Press ({OUP})},
}
@InCollection{Bivand2013,
author = {Bivand, Roger S and Pebesma, Edzer J and G{\'{o}}mez-Rubio, Virgilio},
title = {Applied Spatial Data Analysis with {R}},
booktitle = {Use R},
year = {2008},
date = {2013},
volume = {1},
publisher = {Springer New York},
isbn = {0387781706},
pages = {378},
doi = {10.1007/978-0-387-78171-6},
file = {:home/baffelli/Library/Bivand, Pebesma, G{'{o}}mez-Rubio - 2013 - Applied Spatial Data Analysis with R.pdf:pdf},
issn = {9780387938363},
pmid = {22057480},
}
@Article{Blanco-Sanchez2008,
author = {Blanco-S{\'{a}}nchez, Pablo and Mallorqu{\'{i}}, Jordi J. and Duque, Sergi and Monells, Daniel},
title = {{The coherent pixels technique (CPT): An advanced DInSAR technique for nonlinear deformation monitoring}},
journaltitle = {Pure and Applied Geophysics},
date = {2008},
volume = {165},
pages = {1167--1193},
issn = {00334553},
doi = {10.1007/s00024-008-0352-6},
abstract = {This paper shows the potential applicability of orbital Synthetic Aperture Radar (SAR) Differential Interferometry (DInSAR) with multiple images for terrain deformation episodes monitoring. This paper is focused on the Coherent Pixels Technique (CPT) developed at the Remote Sensing Laboratory (RSLab) of the Universitat Politecnica de Catalunya (UPC). CPT is able to extract from a stack of differential interferograms the deformation evolution over vast areas during wide spans of time. The former is achieved thanks to the coverage provided by current SAR satellites, like ESA's ERS or ENVISAT, while the latter due to the large archive of images acquired since 1992. An interferogram is formed by the complex product of two SAR images (one complex conjugate) and its phase contains information relative to topography, terrain deformation and atmospheric conditions among others. The goal of differential interferometric processing is to retrieve and separate the different contributions. The processing scheme is composed of three main steps: firstly, the generation of the best interferogram set among all the available images of the zone under study; secondly, the selection of the pixels with reliable phase within the employed interferograms and, thirdly, their phase analysis to calculate, as the main result, their deformation time series within the observation period. In this paper, the Coherent Pixels Technique (CPT) is presented in detail as well as the result of its application in different scenarios. Results reveal its practical utility for detecting and reproducing deformation episodes, providing a valuable tool to the scientific community for the understanding of considerable geological process and to monitor the impact of underground human activity.},
file = {:home/baffelli/Library/Blanco-S{'{a}}nchez et al. - 2008 - The coherent pixels technique (CPT) An advanced DInSAR technique for nonlinear deformation monitoring.pdf:pdf},
isbn = {0002400803526},
keywords = {Deformation monitoring,Differential interferometry,Orbital SAR},
}
@Book{Blaunstein2006,
author = {Nathan Blaunstein and Christos Christodoulou},
title = {Radio Propagation and Adaptive Antennas for Wireless Communication Links},
year = {2006},
date = {2006-11},
volume = {8},
series = {Wiley Series in Microwave and Optical Engineering},
publisher = {John Wiley {\&} Sons, Inc.},
isbn = {9780470069998},
chapter = {6},
doi = {10.1002/0470069996},
booktitle = {Radio Propagation and Adaptive Antennas for Wireless Communication Links: Terrestrial, Atmospheric and Ionospheric},
file = {:home/baffelli/Library/Blaunstein, Christodoulou - 2006 - Radio Propagation and Adaptive Antennas for Wireless Communication Links.pdf:pdf},
month = {nov},
}
@Article{Carroll2012,
author = {Nikolay Bliznyuk and Raymond J. Carroll and Marc G. Genton and Yuedong Wang},
title = {Variogram estimation in the presence of trend},
journal = {Statistics and Its Interface},
journaltitle = {Statistics and Its Interface},
year = {2012},
date = {2012-12},
volume = {5},
pages = {159--168},
issn = {19387989},
doi = {10.4310/SII.2012.v5.n2.a2},
url = {http://www.ncbi.nlm.nih.gov/pubmed/PMC3378336 http://www.ncbi.nlm.nih.gov/pubmed/378336 http://www.intlpress.com/site/pub/pages/journals/items/sii/content/vols/0005/0002/a002/},
file = {:home/baffelli/Library/Bliznyuk et al. - 2012 - Variogram estimation in the presence of trend.pdf:pdf},
keywords = {and phrases,bias,covariance function,dependence,nonlinear regression,nonparametric regression,spatio-temporal,time series},
publisher = {International Press of Boston},
}
@Article{Boerner2007,
author = {Boerner, Wolfgang-Martin and Luneburg, E. and Danklmayer, Andreas},
title = {{Principal Component Analysis (PCA) in the Context of Radar Polarimetry}},
journaltitle = {PIERS Online},
date = {2007},
volume = {3},
pages = {633--636},
issn = {1931-7360},
doi = {10.2529/PIERS061006085232},
url = {http://piers.mit.edu/piersonline/piers.php?year=2007{\&}volume=3{\&}number=5{\&}page=633},
file = {:home/baffelli/Library/Boerner, Luneburg, Danklmayer - 2007 - Principal Component Analysis (PCA) in the Context of Radar Polarimetry.pdf:pdf},
}
@InProceedings{Boncori2007,
author = {J.P. Merryman Boncori and J.J. Mohr},
title = {Statistical description of tropospheric delay for {InSAR}: Overview and a new model},
booktitle = {2007 {IEEE} International Geoscience and Remote Sensing Symposium},
year = {2007},
date = {2007},
publisher = {{IEEE}},
isbn = {1424412129},
pages = {4483--4486},
doi = {10.1109/IGARSS.2007.4423851},
file = {:home/baffelli/Library/Boncori, Mohr - 2007 - Statistical description of tropospheric delay for InSAR Overview and a new model.pdf:pdf},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {Atmospheric propagation delay,SAR interferometry,Statistical modelling},
}
@Article{Borden2004a,
author = {Borden, Brett and Cheney, Margaret},
title = {{Synthetic-aperture imaging from high-Doppler-resolution measurements}},
journal = {Inverse Problems},
year = {2004},
date = {2004},
volume = {21},
month = {nov},
pages = {1--11},
doi = {10.1088/0266-5611/21/1/001},
abstract = {We develop the theory of radar imaging from data measured by a moving antenna emitting a single-frequency waveform. We show that, under a linearized (Born) scattering model, the signal at a given Doppler shift is due to a superposition of returns from stationary scatterers on a cone whose axis is the flight velocity vector. This cone reduces to a hyperbola when the scatterers are known to lie on a planar surface. In this case, reconstruction of the scatterer locations can be accomplished by a tomographic inversion in which the scattering density function is reconstructed from its integrals over hyperbolas. We give an approximate reconstruction formula and analyse the resolution of the resulting image. We provide a numerical shortcut and show results of numerical tests in a simple case.},
file = {:home/baffelli/Library/Borden, Cheney - 2004 - Synthetic-aperture imaging from high-Doppler-resolution measurements.pdf:pdf},
publisher = {{IOP} Publishing},
}
@Article{Broek2005,
author = {Broek, Bert Van Den and Dekker, Rob},
title = {{Target Discrimination in Polarimetric ISAR Data using Robust Feature Vectors}},
date = {2005},
file = {:home/baffelli/Library/Broek, Dekker - 2005 - Target Discrimination in Polarimetric ISAR Data using Robust Feature Vectors.pdf:pdf},
}
@Article{Bruderer2007,
author = {Bruderer, Bruno},
title = {{Adapting a Military Radar for Ornithological Research - The Case of the "Superfledermaus"}},
journaltitle = {Applying radar technology to migratory bird conservation and management: Strengthening and expanding a collaborative},
date = {2007},
pages = {32--37},
url = {http://www.arlis.org/docs/vol1/212383927.pdf},
file = {:home/baffelli/Library/Bruderer - 2007 - Adapting a Military Radar for Ornithological Research - The Case of the Superfledermaus.pdf:pdf},
}
@Article{Buades2005,
author = {Buades, A. and Coll, B.},
title = {{A non-local algorithm for image denoising}},
journaltitle = {Computer Vision and Pattern},
date = {2005-06},
volume = {2},
pages = {60--65},
issn = {1063-6919},
doi = {10.1109/CVPR.2005.38},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1467423{\%}5Cnhttp://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=1467423},
abstract = {We propose a new measure, the method noise, to evalu-ate and compare the performance of digital image denois-ing methods. We first compute and analyze this method noise for a wide class of denoising algorithms, namely the local smoothing filters. Second, we propose a new algo-rithm, the non local means (NL-means), based on a non lo-cal averaging of all pixels in the image. Finally, we present some experiments comparing the NL-means algorithm and the local smoothing filters.},
isbn = {0-7695-2372-2},
keywords = {Algorithm design and analysis,Digital images,Filtering,NL-means algorithm,Noise measurement,Noise reduction,Pixel,White noise,Wiener filter,digital image denoising method,image denoising,image resolution,local smoothing filters,nonlocal algorithm,smoothing methods},
mendeley-tags = {Algorithm design and analysis,Digital images,Filtering,NL-means algorithm,Noise measurement,Noise reduction,Pixel,White noise,Wiener filter,digital image denoising method,image denoising,image resolution,local smoothing filters,nonlocal algorithm,smoothing methods},
}
@Misc{BundesamtfurRaumentwicklungARE2011,
author = {{Bundesamt f{\"{u}}r Raumentwicklung ARE} and {Bundesamt f{\"{u}}r Umwelt BAFU} and {Bundesamt f{\"{u}}r Statistik BFS}},
title = {{Landschaftstypologie Schweiz. Teil 2, Beschreibung der Landschaftstypen}},
date = {2011},
url = {http://www.are.admin.ch/themen/raumplanung/00244/04456/index.html?lang=de www.are.admin.ch},
file = {:home/baffelli/Library/Bundesamt f{"{u}}r Raumentwicklung ARE, Bundesamt f{"{u}}r Umwelt BAFU, Bundesamt f{"{u}}r Statistik BFS - 2011 - Landschaftstypologie Schweiz. Teil.pdf:pdf},
institution = {Bundesamt f{\"{u}}r Raumentwicklung ARE},
}
@Article{Bussey,
Title = {{Mini-RF : Imaging Radars for Exploring the Lunar Poles}},
Author = {Bussey, Ben and Spudis, Paul and Raney, Keith and Winters, Helene},
Pages = {1--16},
File = {:home/baffelli/Library/Bussey et al. - Unknown - Mini-RF Imaging Radars for Exploring the Lunar Poles.pdf:pdf}
}
@TechReport{Butt2014,
author = {Butt, Jemil},
title = {{D-BAUG Annual Report 2014}},
institution = {ETH Z{\"{u}}rich},
date = {2014},
pages = {76},
}
@Article{Byberg2012,
author = {Byberg, Geir Arild},
title = {{Synthetic Aperture Radar: A Real-Time Processor for ESAs Wavemill Mission}},
date = {2012},
url = {https://www.duo.uio.no/handle/10852/34137},
abstract = {In 2004, the European Space Agency proposed a new Synthetic Aperture Radar mission, Wavemill, which would use new techniques to measure ocean height and ocean velocity down to 10 cm/s. Due to the high sampling frequency and the amount of data that would be produced, on-board processing would be necessary to more efficiently use the communication link, a link that would become a bottleneck if nothing was conducted on the data. An FPGA was recommended for performing the on-board processing. This thesis focuses on the implementation of a proposed SAR processor that will be used to process the raw SAR data inWavemill. The SAR processor was synthesized for a Xilinx Virtex-6 FPGA and simulation verified the design for the range compression component. The synthesis showed that implementation of the proposed real-time SAR processor was possible. The synthesis also showed that the SAR processor would function with a clock frequency of minimum 240 MHz.},
file = {:home/baffelli/Library/Byberg - 2012 - Synthetic Aperture Radar A Real-Time Processor for ESAs Wavemill Mission.pdf:pdf},
}
@Article{Caduff2014,
author = {Rafael Caduff and Andrew Kos and Fritz Schlunegger and Brian W. McArdell and Andreas Wiesmann},
title = {Terrestrial Radar Interferometric Measurement of Hillslope Deformation and Atmospheric Disturbances in the {Illgraben} Debris-Flow Catchment, {Switzerland}},
journal = {{IEEE} Geoscience and Remote Sensing Letters},
journaltitle = {{IEEE} Geoscience and Remote Sensing Letters},
year = {2014},
date = {2014-02},
volume = {11},
month = {feb},
pages = {434--438},
doi = {10.1109/lgrs.2013.2264564},
file = {:home/baffelli/Library/Caduff et al. - 2014 - Terrestrial Radar Interferometric Measurement of Hillslope Deformation and Atmospheric Disturbances in the Illgra.pdf:pdf},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Caduff2015,
author = {Rafael Caduff and Fritz Schlunegger and Andrew Kos and Andreas Wiesmann},
title = {A review of terrestrial radar interferometry for measuring surface change in the geosciences},
journal = {Earth Surface Processes and Landforms},
journaltitle = {Earth Surface Processes and Landforms},
year = {2014},
date = {2015-02},
volume = {40},
month = {oct},
pages = {208--228},
issn = {01979337},
doi = {10.1002/esp.3656},
abstract = {This paper presents a review of the current state of the art in the use of terrestrial radar interferometry for the detection of surface changes related to mass movement. Different hardware-types and acquisition concepts are described, which use either real or synthetic aperture for radar image formation. We present approaches for data processing procedures, paying special attention to the separation of high resolution displacement information from atmospheric phase variations. Recent case studies are used to illustrate applications in terrestrial radar interferometry for change detection. Applications range from detection and quantification of very slow moving (millimeters to centimeters per year) displacements in rock walls from repeat monitoring, to rapid processes resulting in fast displacements (50m/yr) acquired during single measurement campaigns with durations of only a few hours. Fast and episodic acting processes such as rockfall and snow avalanches can be assessed qualitatively in the spatial domain by mapping decorrelation caused by those processes. A concluding guide to best practice outlines the necessary preconditions that have to be fulfilled for successful application of the technique, as well as in areas characterized by rapid decorrelation. Empirical data from a Ku-band sensor show the range of temporal decorrelation of different surfaces after more than two years for rock-surfaces and after a few seconds to minutes in vegetated areas during windy conditions. The examples show that the displacement field can be measured for landslides in dense grassland, ice surfaces on flowing glaciers and snowpack creep. Copyright (c) 2014 John Wiley {\&} Sons, Ltd.},
file = {:home/baffelli/Library/Caduff et al. - 2015 - A review of terrestrial radar interferometry for measuring surface change in the geosciences.pdf:pdf},
isbn = {01979337},
keywords = {Mass movements,Surface deformation,Terrestrial radar interferometry},
publisher = {Wiley},
}
@InCollection{Caduff2017,
author = {Rafael Caduff and Tazio Strozzi},
title = {Terrestrial Radar Interferometry Monitoring During a Landslide Emergency 2016, {Ghirone}, {Switzerland}},
booktitle = {Advancing Culture of Living with Landslides},
year = {2017},
date = {2017},
publisher = {Springer International Publishing},
isbn = {978-3-319-53487-9},
pages = {301--309},
doi = {10.1007/978-3-319-53487-9_34},
url = {https://doi.org/10.1007/978-3-319-53487-9{\_}34},
abstract = {In early spring 2016 an exceptionally high rock-fall activity in a slope above the Village of Ghirone, Blenio-Valley Ticino, Switzerland was observed. Constant rock-fall activity was induced by toppling movement of the very thin-layered metamorphic rock. At this time, there was no information on the actual extent and the deformation rates of the landslide instability. Due to the rock-fall and failure related risk, no instrumentation on-site was possible. Local authorities then decided setting up a monitoring campaign using terrestrial radar interferometry that does not need installations in the target area. A campaign was started in the morning of 22 March 2016. Shortly after the beginning of the measurements, the extent of the active area could be determined, showing a total affected area of 5300 m2. The displacement velocity was in the range of 0.02--0.05 m/h, showing an increasing trend. Using inverse velocity extrapolations, a failure forecast could be done pointing to a potential failure event in the late afternoon of the same day. At 16:45 UTC+1 a major part of the slope failed. It was only 1/3 of the expected volume. Landslide activity continued and a second major failure was recorded in the night. The emergency campaign ended on 24 March 2016 after the deformation was decreasing to a level without imminent threat to the village. A refined post-processing of the radar data showed that the simplified real-time processing approach was suitable for the situation. Additionally, information on the 2d direction of the landslide movement could be obtained using intensity image pixel tracking technique. Finally, maps of volume differences could be created using the interferometric baseline, showing a difference of 33,900 m3 between 22 March and a later campaign performed on 31 May 2016.},
}
@Article{Caduff2013a,
author = {Caduff, Rafael and Strozzi, Tazio and Wiesmann, Andreas},
title = {{Erfolgreicher Einsatz terrestrischer Radar-Interferometrie zur fl{\"{a}}chenhaften Vermesung von ausserordentlichen Hangrutschungsbewegungen im Gebiet Hintergraben (OW)}},
journaltitle = {Swiss bulletin f{\"{u}}r angewandte Geologie},
date = {2013},
volume = {18},
doi = {10.5169/seals-391152},
file = {:home/baffelli/Library/Caduff, Strozzi, Wiesmann - 2013 - Erfolgreicher Einsatz terrestrischer Radar-Interferometrie zur fl{"{a}}chenhaften Vermesung von ausserord.pdf:pdf},
keywords = {deformation measurement,landslide displacement,radar interferometry,terrestrial radar},
}
@Article{Caekenberghe2009,
author = {Caekenberghe, V A N},
title = {{Antenna}},
date = {2009},
volume = {1},
file = {:home/baffelli/Library/Caekenberghe - 2009 - Antenna.pdf:pdf},
}
@Article{Carincotte2006,
author = {Carincotte, C. and Derrode, S. and Bourennane, S.},
title = {{Unsupervised change detection on SAR images using fuzzy hidden Markov chains}},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
date = {2006-02},
volume = {44},
pages = {432--441},
issn = {0196-2892},
doi = {10.1109/TGRS.2005.861007},
url = {http://ieeexplore.ieee.org.www.library.gatech.edu:2048/ielx5/36/33388/01580728.pdf?tp={\&}arnumber=1580728{\&}isnumber=33388{\%}5Cnhttp://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=1580728},
abstract = {This work deals with unsupervised change detection in temporal sets of synthetic aperture radar (SAR) images. We focus on one of the most widely used change detector in the SAR context, the so-called log-ratio. In order to deal with the classification issue, we propose to use a new fuzzy version of hidden Markov chains (HMCs), and thus to address fuzzy change detection with a statistical approach. The main characteristic of the proposed model is to simultaneously use Dirac and Lebesgue measures at the class chain level. This allows the coexistence of hard pixels (obtained with the classical HMC segmentation) and fuzzy pixels (obtained with the fuzzy measure) in the same image. The quality assessment of the proposed method is achieved with several bidate sets of simulated images, and comparisons with classical HMC are also provided. Experimental results on real European Remote Sensing 2 Precision Image (ERS-2 PRI) images confirm the effectiveness of the proposed approach.},
isbn = {0196-2892},
keywords = {Detectors,Dirac measure,ERS-2 PRI images,European Remote Sensing 2 Precision Image,Lebesgue measure,Monitoring,Pixel,Radar detection,SAR images,Sensor systems,Vegetation mapping,change detection,fuzzy change detection,fuzzy hidden Markov chain (HMC),fuzzy hidden Markov chains,fuzzy pixels,fuzzy set theory,geophysical signal processing,geophysical techniques,hidden Markov models,image classification,image segmentation,iterative conditional estimation,iterative conditional estimation (ICE),log-ratio detector,maximal posterior mode (MPM) classification,maximal posterior mode classification,maximum likelihood estimation,radar imaging,remote sensing by radar,statistical analysis,synthetic aperture radar,synthetic aperture radar (SAR) images,unsupervised change detection},
mendeley-tags = {Detectors,Dirac measure,ERS-2 PRI images,European Remote Sensing 2 Precision Image,Lebesgue measure,Monitoring,Pixel,Radar detection,SAR images,Sensor systems,Vegetation mapping,change detection,fuzzy change detection,fuzzy hidden Markov chain (HMC),fuzzy hidden Markov chains,fuzzy pixels,fuzzy set theory,geophysical signal processing,geophysical techniques,hidden Markov models,image classification,image segmentation,iterative conditional estimation,iterative conditional estimation (ICE),log-ratio detector,maximal posterior mode (MPM) classification,maximal posterior mode classification,maximum likelihood estimation,radar imaging,remote sensing by radar,statistical analysis,synthetic aperture radar,synthetic aperture radar (SAR) images,unsupervised change detection},
}
@Article{Carnec1996,
author = {Claudie Carnec and Didier Massonnet and Christine King},
title = {Two examples of the use of {SAR} interferometry on displacement fields of small spatial extent},
journal = {Geophysical Research Letters},
journaltitle = {Geophysical Research Letters},
year = {1996},
date = {1996},
volume = {23},
month = {dec},
pages = {3579},
issn = {0094-8276},
doi = {10.1029/96GL03042},
abstract = {Interferometric combination of pairs of SAR images acquired by the European ERS-1 satellite maps deformation fields associated with two phenomena, both of small spatial extension and located in SE France: the one is rapid terrain deformation caused by a landslide near the city of Saint Etienne de Tinee, and the other is slower subsidence caused by underground coal mining near Gardanne. Unlike interferometric measurement of wide-field deformation, atmospheric propagation heterogeneity is not an accuracy-limiting factor. Although the radar data confirm prior knowledge concerning the landslide, such an application of SAR interferometry appears difficult under normal conditions of observation using current spaceborne radar systems. The study of soil subsidence, however, can be generalized and improves prior knowledge of the displacement field, which has here been modeled assuming elastic deformation in a half-space from several sources. The two examples help to understand the limits of the interferometric technique.},
file = {:home/baffelli/Library/Carnec, Massonnet, King - 1996 - Two examples of the use of SAR interferometry on displacement fields of small spatial extent.pdf:pdf},
isbn = {0094-8276},
keywords = {http://dx.doi.org/10.1029/96GL03042, doi:10.1029/9},
publisher = {American Geophysical Union ({AGU})},
}
@Article{Catani2005,
author = {Filippo Catani and Paolo Farina and Sandro Moretti and Giovanni Nico and Tazio Strozzi},
title = {On the application of {SAR} interferometry to geomorphological studies: estimation of landform attributes and mass movements},
journal = {Geomorphology},
journaltitle = {Geomorphology},
year = {2005},
date = {2005},
volume = {66},
month = {mar},
pages = {119--131},
issn = {0169555X},
doi = {10.1016/j.geomorph.2004.08.012},
abstract = {This paper presents two examples of application of Synthetic Aperture Radar (SAR) interferometry (InSAR) to typical geomorphological problems. The principles of InSAR are introduced, taking care to clarify the limits and the potential of this technique for geomorphological studies. The application of InSAR to the quantification of landform attributes such as the slope and to the estimation of landform variations is investigated. Two case studies are presented. A first case study focuses on the problem of measuring landform attributes by interferometric SAR data. The interferometric result is compared with the corresponding one obtained by a Digital Elevation Model (DEM). In the second case study, the use of InSAR for the estimation of landform variations caused by a landslide is detailed. {\textcopyright} 2004 Elsevier B.V. All rights reserved.},
file = {:home/baffelli/Library/Catani et al. - 2005 - On the application of SAR interferometry to geomorphological studies Estimation of landform attributes and mass m.pdf:pdf},
isbn = {0169-555X},
keywords = {Digital Elevation Model (DEM),Landslides,Synthetic Aperture Radar (SAR) interferometry,Terrain analysis},
publisher = {Elsevier {BV}},
}
@InProceedings{Caves1994,
author = {Caves, R.G. and Quegan, S.},
title = {{Segmentation based change detection in ERS-1 SAR images}},
booktitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
date = {1994-08},
volume = {4},
isbn = {0-7803-1497-2},
pages = {2149--2151},
doi = {10.1109/IGARSS.1994.399677},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=399677},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {Buildings,Change detection algorithms,ERS-1,Geoscience,Image edge detection,Layout,RWSEG,Radiometry,Robustness,SAR imaging,Spaceborne radar,agriculture,algorithm,change detection,geomorphology,geophysical measurement technique,geophysical signal processing,geophysical techniques,hydrological techniques,hydrology,image segmentation,image sequences,lakes,land surface terrain mapping,radar applications,radar imaging,radar remote sensing,remote sensing by radar,salt lake,salt playa,spaceborne radar imaging,synthetic aperture radar},
mendeley-tags = {Buildings,Change detection algorithms,ERS-1,Geoscience,Image edge detection,Layout,RWSEG,Radiometry,Robustness,SAR imaging,Spaceborne radar,agriculture,algorithm,change detection,geomorphology,geophysical measurement technique,geophysical signal processing,geophysical techniques,hydrological techniques,hydrology,image segmentation,image sequences,lakes,land surface terrain mapping,radar applications,radar imaging,radar remote sensing,remote sensing by radar,salt lake,salt playa,spaceborne radar imaging,synthetic aperture radar},
}
@InProceedings{Cha2012,
author = {Cha, M. and Phillips, R. and Wolfe, P.J.},
title = {{Test statistics for synthetic aperture radar coherent change detection}},
booktitle = {2012 IEEE Statistical Signal Processing Workshop (SSP)},
date = {2012-08},
pages = {856--859},
doi = {10.1109/SSP.2012.6319841},
keywords = {Charge coupled devices,Coherence,Coherence estimation,Radar detection,Sociology,coherence estimator,coherent change detection,coherent change detection images,complex Gaussian data,correlation,gauge,interferometric SAR processing,paired synthetic aperture radar images,radar imaging,remote sensing,statistical testing,synthetic aperture radar,synthetic aperture radar coherent change detection,test statistics},
mendeley-tags = {Charge coupled devices,Coherence,Coherence estimation,Radar detection,Sociology,coherence estimator,coherent change detection,coherent change detection images,complex Gaussian data,correlation,gauge,interferometric SAR processing,paired synthetic aperture radar images,radar imaging,remote sensing,statistical testing,synthetic aperture radar,synthetic aperture radar coherent change detection,test statistics},
}
@Article{Chang2011,
author = {Chang, Yl and Chiang, Cy and Chen, Ks},
title = {{SAR image simulation with application to target recognition}},
journaltitle = {Progress In Electromagnetics Research},
date = {2011},
volume = {119},
pages = {35--57},
issn = {1559-8985},
doi = {10.2528/PIER11061507},
url = {http://jpier.org/PIER/pier.php?paper=11061507},
annotation = {NULL},
file = {:home/baffelli/Library/Chang, Chiang, Chen - 2011 - SAR image simulation with application to target recognition.pdf:pdf},
}
@Article{Chen2011,
author = {Jiong Chen and Yilun Chen and Wentao An and Yi Cui and Jian Yang},
title = {Nonlocal Filtering for Polarimetric {SAR} Data: A Pretest Approach},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {2011},
date = {2011-05},
volume = {49},
month = {may},
pages = {1744--1754},
issn = {0196-2892},
doi = {10.1109/TGRS.2010.2087763},
abstract = {A pretest approach based on the complex Wishart distribution in polarimetric$\backslash$nsynthetic aperture radar (POLSAR) speckle filtering is proposed in$\backslash$nthis paper. The main principle is to select homogeneous pixels in$\backslash$na large-scale area in the filtering process, which is called pretesting.$\backslash$nTo preserve details and fine structures while despeckling, the homogeneous$\backslash$npixels are selected by comparing their 3 × 3 neighboring windows.$\backslash$nA test statistic based on the complex Wishart distribution is used$\backslash$nto decide the selection of homogeneous pixels. Speckle filtering$\backslash$nis processed by summing up the homogeneous pixels with weights according$\backslash$nto the values of their test statistics. To accelerate the pretest$\backslash$nfilter, we further propose a refined algorithm, which eliminates$\backslash$nredundant operations without deteriorating the performance. We demonstrate$\backslash$nthe performance of the proposed algorithm by using both simulated$\backslash$nand real airborne POLSAR data.},
keywords = {Computational modeling,Covariance matrix,Filtering,Image edge detection,POLSAR speckle filtering,Pixel,Scattering,Speckle,airborne radar,complex Wishart distribution,filtering theory,homogeneous pixels,nonlocal filtering,polarimetric SAR data,polarimetric synthetic aperture radar,polarimetric synthetic aperture radar (POLSAR),pretest,pretest approach,radar resolution,speckle filtering,synthetic aperture radar},
mendeley-tags = {Computational modeling,Covariance matrix,Filtering,Image edge detection,POLSAR speckle filtering,Pixel,Scattering,Speckle,airborne radar,complex Wishart distribution,filtering theory,homogeneous pixels,nonlocal filtering,polarimetric SAR data,polarimetric synthetic aperture radar,polarimetric synthetic aperture radar (POLSAR),pretest,pretest approach,radar resolution,speckle filtering,synthetic aperture radar},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Thesis{Cherukumilli2012,
author = {Cherukumilli, Satya Srinivasu},
title = {{GBIR} crosstalk reduction of fully polarimetric data from {Blue Springs Dam}},
type = {Master Thesis},
institution = {University of Missouri – Columbia},
year = {2012},
date = {2012},
url = {http://hdl.handle.net/10355/15939},
file = {:home/baffelli/Library/Cherukumilli - 2012 - GBIR crosstalk reduction of fully polarimetric data from Blue Springs Dam.pdf:pdf},
keywords = {Thesis,crosstalk behavior,ground-based real-aperture RADAR,phase measurement},
}
@InCollection{Chiles2012,
author = {Chil{\`{e}}s, Jean-Paul and Delfiner, Pierre},
title = {Intrinsic Model of Order k},
booktitle = {Geostatistics: Modeling Spatial Uncertainty},
date = {2012},
isbn = {9780470316993},
pages = {231--291},
doi = {10.1002/9780470316993.ch4},
abstract = {The prelims comprise:$\backslash$n$\backslash$n* IRF-0 and IRF-$\kappa$$\backslash$n* A Second Look at the Model of Universal Kriging$\backslash$n* Allowable Linear Combinations of Order $\kappa$$\backslash$n* Intrinsic Random Functions of Order $\kappa$$\backslash$n* Generalized Covariance Functions$\backslash$n* Estimation in the IRF Model$\backslash$n* Generalized Variogram$\backslash$n* Automatic Structure Identification in the General Case},
file = {:home/baffelli/Library/Chil{`{e}}s, Delfiner - 2012 - Intrinsic Model of Orderk.pdf:pdf},
keywords = {brownian motion,centered covariance,geostatistics,intrinsic random function,linear combination},
}
@InCollection{Chiles2012a,
author = {Chil{\`{e}}s, Jean-Paul and Delfiner, Pierre},
title = {{Intrinsic Model of Orderk}},
booktitle = {Geostatistics: Modeling Spatial Uncertainty},
date = {2012},
isbn = {9780470316993},
pages = {231--291},
doi = {10.1002/9780470316993.ch4},
abstract = {The prelims comprise:$\backslash$n$\backslash$n* IRF-0 and IRF-$\kappa$$\backslash$n* A Second Look at the Model of Universal Kriging$\backslash$n* Allowable Linear Combinations of Order $\kappa$$\backslash$n* Intrinsic Random Functions of Order $\kappa$$\backslash$n* Generalized Covariance Functions$\backslash$n* Estimation in the IRF Model$\backslash$n* Generalized Variogram$\backslash$n* Automatic Structure Identification in the General Case},
file = {:home/baffelli/Library/Chil{`{e}}s, Delfiner - 2012 - Intrinsic Model of Orderk.pdf:pdf},
keywords = {brownian motion,centered covariance,geostatistics,intrinsic random function,linear combination},
}
@Book{Cloude2009a,
author = {Shane Cloude},
title = {Polarisation: Applications in Remote Sensing},
year = {2009},
date = {2009-10},
publisher = {Oxford University Press},
isbn = {9780199569731},
doi = {10.1093/acprof:oso/9780199569731.001.0001},
month = {oct},
}
@Article{Cloude2005,
author = {Cloude, S.R.},
title = {{PoL-InSAR training course}},
journaltitle = {Training Courses for PolSARpro v3.0},
date = {2005},
pages = {1--44},
url = {https://earth.esa.int/polsarpro/Manuals/1{\_}Pol-InSAR{\_}Training{\_}Course.pdf},
file = {:home/baffelli/Library/Cloude - 2005 - PoL-InSAR training course.pdf:pdf},
}
@Article{Cloude2003,
author = {S.R. Cloude and K.P. Papathanassiou},
title = {Three-stage inversion process for polarimetric {SAR} interferometry},
journal = {{IEE} Proceedings - Radar, Sonar and Navigation},
journaltitle = {IEE Proceedings - Radar, Sonar and Navigation},
year = {2003},
date = {2003},
volume = {150},
pages = {125},
issn = {13502395},
doi = {10.1049/ip-rsn:20030449},
url = {http://digital-library.theiet.org/content/journals/10.1049/ip-rsn{\_}20030449},
file = {:home/baffelli/Library/Cloude, Papathanassiou - 2003 - Three-stage inversion process for polarimetric SAR interferometry.pdf:pdf},
publisher = {Institution of Engineering and Technology ({IET})},
}
@Article{cloude_polarimetric_1998,
author = {S.R. Cloude and K.P. Papathanassiou},
title = {Polarimetric {SAR} interferometry},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {1998},
date = {1998-09},
volume = {36},
pages = {1551--1565},
issn = {01962892},
doi = {10.1109/36.718859},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=964971},
abstract = {The objective of this paper is to examine the applica- tion of single-baseline polarimetric SAR interferometry to the re- mote sensing and measurement of structure over forested terrain. For this, a polarimetric coherent scattering model for vegetation cover suitable for the estimation of forest parameters frominterfer- ometric observables is introduced, discussed and validated. Based on this model, an inversion algorithm which allows the estimation of forest parameters such as tree height, average extinction, and underlying topography from single-baseline fully polarimetric in- terferometric data is addressed. The performance of the inversion algorithm is demonstrated using fully polarimetric single baseline experimental data acquired by DLR's E-SAR system at L-band.},
file = {:home/baffelli/Library/Cloude et al. - 1998 - Polarimetric SAR interferometry.pdf:pdf;:home/baffelli/Library/Papathanassiou, Cloude - 2001 - Single-baseline polarimetric SAR interferometry(2).pdf:pdf},
isbn = {9283711300},
keywords = {Coherence,Forest parameter inversion,InSAR,Interferometry,L-band,Polarimetric interferometry,Radar scattering,SAR,SAR interferometry,Stochastic processes,Terrain mapping,Vectors,coherence,coherence optimization problem,elevated forest canopy,forest structure,general formulation,geophysical measurement technique,geophysical techniques,interferogram,interferometric SAR,interferometric coherence,lakes,land surface,linear combinations,maximization,model,polarimetric SAR interferometry,polarimetric basis transformation,polarimetric interferometry,polarization,radar imaging,radar polarimetry,radar remote sensing,radar theory,remote sensing by radar,scalar interferometry,stochastic scattering model,strong polarization dependency,synthetic aperture radar,synthetic aperture radar (SAR),synthetic aperture radar (SAR) interferometry,tree height,vector wave interferometry},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Cloude1997,
author = {S.R. Cloude and E. Pottier},
title = {An entropy based classification scheme for land applications of polarimetric {SAR}},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {1997},
date = {1997},
volume = {35},
pages = {68--78},
issn = {{\textless}null{\textgreater}},
doi = {10.1109/36.551935},
abstract = {In this paper we outline a new scheme for parameterizing polarimetric scattering problems, which has application in the quantitative analysis of polarimetric SAR data. The method relies on an eigenvalue analysis of the coherency matrix and employs a three-level Bernoulli statistical model to generate estimates of the average target scattering matrix parameters from the data. The scattering entropy is a key parameter is determining the randomness in this model and is seen as a funda- mental parameter in assessing the importance of polarimetry in remote sensing problems. We show application of the method to some important classical random media scattering problems and apply it to POLSAR data from the NASA/JPL AIRSAR data base.},
file = {:home/baffelli/Library/Cloude, Pottier - 1997 - An entropy based classification scheme for land applications of polarimetric SAR.pdf:pdf},
isbn = {0196-2892},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{cloude_review_1996,
author = {S.R. Cloude and E. Pottier},
title = {A review of target decomposition theorems in radar polarimetry},
journal = {{IEEE} Transactions on Geoscience and Remote Sensing},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
year = {1996},
date = {1996},
volume = {34},
month = {mar},
pages = {498--518},
issn = {0196-2892},
doi = {10.1109/36.485127},
url = {http://ieeexplore.ieee.org/xpls/abs{\_}all.jsp?arnumber=485127},
abstract = {In this paper, we provide a review of the different approaches used for target decomposition theory in radar polarimetry. We classify three main types of theorem; those based on the Mueller matrix and Stokes vector, those using an eigenvector analysis of the covariance or coherency matrix, and those employing coherent decomposition of the scattering matrix. We unify the formulation of these different approaches using transformation theory and an eigenvector analysis. We show how special forms of these decompositions apply for the important case of backscatter from terrain with generic symmetries},
file = {:home/baffelli/Library/Cloude, Pottier - 1996 - A review of target decomposition theorems in radar polarimetry.pdf:pdf},
isbn = {0196-2892 VO - 34},
keywords = {Clouds,Covariance matrix,Eigenvalues and eigenfunctions,Light scattering,Matrix decomposition,Mueller matrix,Particle scattering,Radar scattering,Rayleigh scattering,S-matrix theory,Speckle,Stokes vector,backscatter,coherency matrix,coherent decomposition,covariance matrices,eigenvector analysis,geophysical signal processing,radar cross-sections,radar imaging,radar polarimetry,radar remote sensing,remote sensing by radar,reviews,scattering matrix,target decomposition theorems,terrain,transformation theory},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Coefficients,
author = {Coefficients, Fresnel},
title = {{Supplementary Information 1.}},
pages = {1--4},
file = {:home/baffelli/Library/Coefficients - Unknown - Supplementary Information 1.pdf:pdf},
}
@InProceedings{Conradsen2001,
author = {Conradsen, Knut and Nielsen, Allan Aasbjerg and Schou, Jesper and Skriver, Henning},
title = {{Change Detection in Polarimetric SAR Data and the Complex Wishart Distribution}},
date = {2001},
volume = {00},
isbn = {0780370333},
pages = {7031--7033},
doi = {10.1109/IGARSS.2001.978111},
journal = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
journaltitle = {Proceedings of the IEEE International Geoscience and Remote Sensing Symposium},
keywords = {Covariance matrix,Denmark,Detectors,EMISAR L-band data,Foulum,Hermitian positive definite matrix,L-band,Probability,Radar detection,Statistical distributions,Testing,agricultural fields,agriculture,asymptotic probability,backscattered signal,change detection,complex Wishart distribution,covariance matrices,geophysical signal processing,image recognition,image representation,multi-look fully polarimetric synthetic aperture r,polarimetric SAR data,polarimetric synthetic aperture radar,radar imaging,radar polarimetry,remote sensing by radar,statistical analysis,synthetic aperture radar},
mendeley-tags = {Covariance matrix,Denmark,Detectors,EMISAR L-band data,Foulum,Hermitian positive definite matrix,L-band,Probability,Radar detection,Statistical distributions,Testing,agricultural fields,agriculture,asymptotic probability,backscattered signal,change detection,complex Wishart distribution,covariance matrices,geophysical signal processing,image recognition,image representation,multi-look fully polarimetric synthetic aperture r,polarimetric SAR data,polarimetric synthetic aperture radar,radar imaging,radar polarimetry,remote sensing by radar,statistical analysis,synthetic aperture radar},
}
@Article{Conradsen2003,
author = {Conradsen, Knut and Nielsen, Aasbjerg and Schou, Jesper and Skriver, Henning},
title = {{A test statistic in the complex wishart distribution and its application to change detection in polarimetric SAR data}},
journaltitle = {IEEE Transactions on Geoscience and Remote Sensing},
date = {2003-01},
volume = {41},
pages = {4--19},
issn = {01962892},
doi = {10.1109/TGRS.2002.808066},
abstract = {When working with multilook fully polarimetric synthetic aperture radar (SAR) data, an appropriate way of representing the backscattered signal consists of the so-called covariance matrix. For each pixel, this is a 3{\&}times;3 Hermitian positive definite matrix that follows a complex Wishart distribution. Based on this distribution, a test statistic for equality of two such matrices and an associated asymptotic probability for obtaining a smaller value of the test statistic are derived and applied successfully to change detection in polarimetric SAR data. In a case study, EMISAR L-band data from April 17, 1998 and May 20, 1998 covering agricultural fields near Foulum, Denmark are used. Multilook full covariance matrix data, azimuthal symmetric data, covariance matrix diagonal-only data, and horizontal-horizontal (HH), vertical-vertical (VV), or horizontal-vertical (HV) data alone can be used. If applied to HH, VV, or HV data alone, the derived test statistic reduces to the well-known gamma likelihood-ratio test statistic. The derived test statistic and the associated significance value can be applied as a line or edge detector in fully polarimetric SAR data also.},
isbn = {0196-2892},
keywords = {Covariance matrix,Covariance matrix test statistic,Denmark,Detectors,EMISAR,Foulum,Hermitian positive definite matrix,L -band,L-band,Probability,Radar applications,Radar detection,Radar polarimetry,Radar scattering,Remote sensing change detection,Statistical distributions,Terrain mapping,Testing,Vegetation mapping,agricultural fields,backscattered signal,change detection,complex Wishart distribution,geophysical measurement technique,geophysical signal processing,geophysical techniques,land surface,polarimetric SAR,polarimetric synthetic aperture radar,radar imaging,radar polarimetry,radar remote sensing,radar theory,remote sensing by radar,statistical analysis,synthetic aperture radar,test statistic},
mendeley-tags = {Covariance matrix,Denmark,Detectors,EMISAR,Foulum,Hermitian positive definite matrix,L -band,L-band,Probability,Radar detection,Radar scattering,Statistical distributions,Terrain mapping,Testing,Vegetation mapping,agricultural fields,backscattered signal,change detection,complex Wishart distribution,geophysical measurement technique,geophysical signal processing,geophysical techniques,land surface,polarimetric SAR,polarimetric synthetic aperture radar,radar imaging,radar polarimetry,radar remote sensing,radar theory,remote sensing by radar,statistical analysis,synthetic aperture radar,test statistic},
}
@InProceedings{Corr1998,
author = {Corr, D.G. and Rodrigues, A.},
title = {{Coherent change detection of vehicle movements}},
date = {1998-07},
volume = {5},
isbn = {0-7803-4403-0},
pages = {2451--2453 vol.5},
doi = {10.1109/IGARSS.1998.702243},
abstract = {The detection of the overland movement of large vehicles has been$\backslash$ninvestigated using coherent change detection techniques applied to$\backslash$nsynthetic aperture radar data. Satellite data with a one day repeat was$\backslash$nused. Initial results indicate that vehicle movements are detectable by$\backslash$ndistinctive low coherence values},