Adaptive Probability Thresholding in Automated Ice and Open Water Detection From RADARSAT-2 Images

Size: px
Start display at page:

Download "Adaptive Probability Thresholding in Automated Ice and Open Water Detection From RADARSAT-2 Images"

Transcription

1 552 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 15, NO. 4, APRIL 2018 Adaptive Probability Thresholding in Automated Ice and Open Water Detection From RADARSAT-2 Images Alexander S. Komarov, Member, IEEE, and Mark Buehner Abstract In this letter, we introduce adaptive probability thresholding in addition to our previously developed technique for automated detection of ice and open water from RADARSAT-2 ScanSAR dual-polarization HH HV images. Situations where the probability threshold needs to be modified were identified based on the analysis of misclassified ice and water samples when the static probability threshold of 0.95 is applied. We found that with the use of the proposed approach, the fraction of misclassified ice samples decreased from 0.98% to 0.24% and the fraction of misclassified water samples decreased from 0.35% to 0.09% in the most clean verification scenario against Canadian Ice Service Image Analysis pure ice and water data, while the fraction of correctly classified ice and water samples did not decrease appreciably, from 72.2% to 65.4%. The developed approach will be implemented as a part of the data assimilation component of the operational Environment and Climate Change Canada Regional Ice-Ocean Prediction System. Index Terms Ice probability, logistic regression, RADARSAT-2, Regional Ice-Ocean Prediction System (RIOPS), synthetic aperture radar (SAR), wind speed. I. INTRODUCTION THE Regional Ice-Ocean Prediction System (RIOPS) developed at Environment and Climate Change Canada (ECCC) is an operational short-range numerical ice forecasting system covering the entire Arctic domain with an average resolution of 5 km. The assimilation component of the system utilizes multiple satellite data sources in order to produce accurate sea ice analyses and ultimately generate improved short-term forecasts [1]. Currently, SSM/I, SSMIS, AMSR2 passive microwave, and ASCAT observations as well as optical AVHRR data and ice charts manually produced by the Canadian Ice Service (CIS) are utilized. However, passive microwave and scatterometer observations have relatively coarse ( km) resolution, optical data are heavily dependent on solar illumination and clouds, and the manually derived CIS products only cover a relatively small portion of the system s geographical domain. Manuscript received October 24, 2017; revised January 11, 2018 and February 8, 2018; accepted February 10, Date of publication March 2, 2018; date of current version March 23, This work was supported by the Canadian Space Agency RCM Data Utilization and Application Plan Program. (Corresponding author: Alexander S. Komarov.) A. S. Komarov is with the Data Assimilation and Satellite Meteorology Research Section, Environment and Climate Change Canada, Ottawa, ON K1A 0H3, Canada ( alexander.komarov@canada.ca). M. Buehner is with the Data Assimilation and Satellite Meteorology Research Section, Environment and Climate Change Canada, Dorval, QC H9P 1J3 Canada. Color versions of one or more of the figures in this letter are available online at Digital Object Identifier /LGRS X 2018 Crown Copyright Synthetic aperture radar (SAR) spaceborne observations such as those acquired by Canadian RADARSAT-2 have been extensively used for monitoring and studying changes in the Arctic sea ice [2], [3]. Assimilation of automatically retrieved information from SAR in numerical sea ice prediction systems is an emerging application which will potentially improve sea ice analyses and short-term forecasts. Meanwhile, only retrievals with a very high accuracy should be assimilated in order to avoid propagating and magnifying the error within the system. Therefore, achieving very high accuracy of automatically derived retrievals from SAR, yet preserving a high number of the retrievals to create a positive impact within the system is a crucial requirement. The existing image classification methods (see [4] [6]) based on machine learning techniques were trained using a limited number of images (less than 25) over a specific geographical area. Furthermore, available classification techniques do not typically indicate the level of confidence for ice and water retrievals which is important for data assimilation. We have recently introduced a technique for automated detection of ice and open water from RADARSAT-2 ScanSAR dualpolarization HH HV images [7]. We note that unlike existing image classification methods (see [4] [6]), our approach is not aimedatclassifyingeverypixelinasarimage.itrather provides ice or water retrieval only in situations where it is possible with a high level of confidence. Our approach calculates probability of the presence of ice as a function of SAR-derived predictor variables obtained from a given area of 2.05 km 2.05 km. In order to determine if the tested area is ice or open water, a probability threshold with a high value of 0.95 was applied. With this strategy, the fraction of ice samples misclassified as water (further defined as misclassified ice samples) and the fraction of water samples misclassified as ice (further defined as misclassified water samples) calculated for the independent subset were 0.98% and 0.35%, respectively, in the most clean verification scenario against CIS Image Analysis [8] pure ice and water data. Further reduction of misclassified ice and water samples without significant decrease in the total number of retrievals is an important direction which will increase the value of SAR-derived retrievals within RIOPS. The following are the objectives of this letter: 1) to improve the accuracy of ice and water retrievals from RADARSAT-2 ScanSAR dual-polarization HH HV images; 2) to evaluate the improvement through verification against CIS Image Analysis and the U.S. Interactive Multisensor Snow and Ice Mapping System (IMS) products throughout a one-year period.

2 KOMAROV AND BUEHNER: ADAPTIVE PROBABILITY THRESHOLDING 553 II. ICE PROBABILITY MODEL The probability of the presence of ice for a given area of 2.05 km 2.05 km (which is equivalent to pixels at 50-m resolution) in a RADARSAT-2 HH HV ScanSAR image [9] is modeled in a form of logistic regression as a function of the predictor vector x as follows: P(x) = (1 + exp[ f (x)]) 1 (1) where f (x) is the third degree polynomial defined in [7]. The probability of the presence of ice in the training subset was calculated according to the standard Bayes approach by assuming that the prior probabilities for ice and water are equal. We note that 2-D and 3-D versions of the ice probability model (IPM) were introduced in [7]. In the 2-D IPM version, the predictor vector has two components, x ={x 1, x 2 },andin the 3-D IPM version, the predictor vector has three components, x ={x 1, x 2, x 3 }. The predictor vector components are defined as follows: x 1 is the difference between wind speed derived from the HH HV image using the model described in [10] and wind speed from ECCC Global Environmental Multiscale Model regional deterministic forecasts [11]; x 2 is the spatial correlation between HH and HV windows with a size of pixels; and x 3 is the standard deviation of SAR-derived wind speeds within the pixel window. The wind speed derived from SAR entering in x 1 is defined as an average value over SAR wind speed retrievals. SAR wind speed is calculated without knowing if the tested area is ice or water. Prior to the calculation of predictor variables, a3 3 pixel median filter was applied to both HH and HV images to reduce speckle noise. In the ice and water detection algorithm introduced in [7], a high-probability threshold value of P t = 0.95 was proposed in order to determine if the tested area is ice or open water. If the calculated probability of ice exceeds a threshold value of P high = P t, then the tested area is assigned as ice, and if the probability is lower than P low = 1 P t, then the tested area is assigned as open water. If the probability of ice is between P low and P high, then the tested area is assigned as unknown, meaning that the tested area could not be classified with high confidence as ice or open water within that approach. We note that both 2-D and 3-D IPM versions demonstrated high accuracy, but the 3-D IPM provided a significantly larger number of retrievals compared to the 2-D IPM. More details about the IPM development and verification can be found in [7]. III. ANALYSIS OF MISCLASSIFIED ICE AND WATER SAMPLES The most clean verification scenario of the IPM in [7] was implemented through the use of pure ice and open water data in the CIS Image Analysis products for the independent year of For both the ice and open water subsets, the following statistical characteristics were calculated: 1) fraction of correctly classified ice/water samples; 2) fraction of incorrectly (i.e., misclassified) ice/water samples; 3) fraction of unknown samples; 4) accuracy of ice/water retrievals as the ratio between the fraction of correctly classified ice/water samples to the sum of correctly classified and misclassified ice/water samples. TABLE I VERIFICATION RESULTS AGAINST IMAGE ANALYSIS PURE ICE AND WATER SAMPLES (2013) FOR IPM WITH ADAPTIVE PROBABILITY THRESHOLDING VERSUS ORIGINAL IPM WITH STATIC PROBABILITY THRESHOLDS OF P high = 0.95 AND P low = 0.05 (IN PARENTHESES) Fig. 1. (a) Probability of the misclassified ice samples in the space of SAR wind speed and 2-D ice probability for the training subset. The number of correctly classified water samples is ; and the number of misclassified ice samples is (b) Derived polygon enclosing the area of low probabilities of misclassified ice samples. P t = 0.95 and Pt = In [7] we found that 88.2% of pure ice samples were classified correctly while 0.98% of pure ice samples were misclassified when 3-D IPM is applied to the independent subset (2013). The percentage of pure water samples that were classified correctly was 61.5%, while 0.35% of pure water samples were misclassified. These data are also shown as part of Table I (in parentheses). In the following discussion, we present an analysis of classified and misclassified ice and water samples for the training pure ice and water subset (for , excluding the testing year, i.e., 2013). Based on the analysis, formulation of an improved ice and water detection algorithm is presented, and verification of the improved algorithm is described in Section IV. A. Low-Probability Threshold for Detecting Water In order to investigate the possibility to further reduce the fraction of misclassified ice samples and improve the accuracy of ice retrievals, we considered misclassified ice samples and correctly classified water samples (when the original probability threshold of 0.95 is used) in the space of SAR wind speed and in the space of probability of ice calculated according to the 2-D version of the IPM. Probability of the presence of misclassified ice samples calculated in the space of these two parameters is shown in Fig. 1(a). Note that the number of misclassified ice samples is approximately 60 times smaller than the number of

3 554 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 15, NO. 4, APRIL 2018 ice samples as follows: { 1 P t, if (V SAR, P 2-D ) A low P low = 1 Pt, otherwise. (2) The analysis that resulted in criterion (2) confirmed our initial hypothesis that at moderate SAR wind speeds, there is a higher chance to correctly detect open water (given that P 2-D tends to indicate water) compared to the high or low/negative SAR wind speeds. Therefore, a conservatively low ice probability threshold of 1 P t could be retained at moderate V SAR and relatively low P 2-D, and a very low ice probability threshold of 1 Pt could be used otherwise. Fig. 2. (a) Probability of the classified ice samples in the space of SAR wind speed and 2-D ice probability for the training subset. The number of misclassified water samples is ; and the number of correctly classified ice samples is (b) Derived polygon enclosing the area of high probabilities of classified ice samples. P t = 0.95 and Pt = correctly classified water samples. One may observe distinctive areas with high probabilities of misclassified ice samples. Therefore, if we decrease the threshold from 1 P t to 1 Pt in the considered areas (when determining whether the tested area is water), the number of misclassified ice samples will decrease, while the number of correctly classified water samples will not be significantly affected. We chose P t to be very high Correspondingly, in the area of low probabilities [shown in Fig. 1(a)] of misclassified ice samples, the original probability threshold could be retained. In order to characterize the area with lower probabilities of misclassified ice samples, we implemented the following approach. First, we determined those points in the plot where the average value within the surrounding 3 3 binned values is lower than an auxiliary polygon threshold value. Second, a single conforming 2-D boundary of the obtained set of points was derived. To determine the auxiliary polygon threshold value, we considered the dependence of the fraction of correctly classified water samples in the training subset as a function of this parameter. The fraction of correctly classified water samples monotonically increases with increasing the polygon threshold parameter (not shown). This is associated with the fact that with increasing the polygon threshold value, the polygon area becomes larger which allows using the original higher probability threshold for water detection within a larger area. We chose the auxiliary polygon threshold parameter to be equal to 0.415, which corresponds to the fraction of correctly classified water samples 8% less than the original fraction of correctly classified water samples. The 8% value was arbitrary selected; however, the introduction of this parameter will allow tuning in the future: after the ice/water retrievals are assimilated, the overall positive impact on ice analyses and forecasts could be optimized by adjusting this parameter. The polygon corresponding to the derived auxiliary threshold value is shown in Fig. 1. Within this polygon, the probability threshold value could be set to the original value of 1 P t, while outside the polygon, the threshold value could be set to 1 P t as there is a higher probability of getting misclassified B. High-Probability Threshold for Detecting Ice Similar to Section III-A, we selected misclassified water samples and correctly classified ice samples in the spaces of V SAR and P 2-D, and calculated probability of having correctly classified ice samples in the space of these two variables. From Fig. 2(a), one may observe areas of low probabilities of correctly classified ice samples. Therefore, in such situations, the probability threshold could be increased from P t to Pt in order to reduce the number of misclassified water samples, yet not to considerably affect the number of correctly classified ice samples. Within the area of high probabilities of having correctly classified ice, the probability threshold P t could be retained. The polygon enclosing the area of high probabilities [shown in Fig. 2(b)] is determined using the same approach described in Section III-A. The auxiliary polygon threshold value was chosen based on the analysis of the fraction of correctly classified ice samples in the training subset as function of this parameter and was set to 0.428, which corresponds to the fraction of correctly classified ice samples 8% less than the original fraction of correctly classified ice samples. Based on the above, the high probability threshold value is calculated as follows: { P t, if (V SAR, P 2-D ) A high P high = Pt, otherwise. (3) The above criterion is also aligned with our initial hypothesis that at high SAR wind speeds (given that P 2-D tends to indicate ice), there is a greater chance to correctly detect ice compared to moderate and low SAR wind speeds. Therefore, a conservatively high-probability threshold of P t could be retained for high V SAR and relatively high P 2-D,andavery high ice probability threshold of Pt couldbeusedotherwise. C. Formulation of Improved Approach The proposed improved algorithm for ice and water detection is formulated as follows. First, for a given pixel area, the probability of the presence of ice is calculated according to the 3-D IPM given by (1). Second, both P low and P high probability thresholds are calculated according to (2) and (3). If the probability of ice exceeds P high,then the tested area is assigned as ice; if the probability of ice is lower than P low, then the tested area is assigned as water; and if the probability of ice is between P low and P high, then the tested area is assigned as unknown. We note that in the original version of the algorithm, P low and P high were constants 1 P t and P t, respectively.

4 KOMAROV AND BUEHNER: ADAPTIVE PROBABILITY THRESHOLDING 555 TABLE II VERIFICATION RESULTS AGAINST ALL IMAGE ANALYSIS ICE CONCEN- TRATION SAMPLES (2013) FOR IPM WITH ADAPTIVE PROBABILITY THRESHOLDING VERSUS ORIGINALIPM WITH STATIC PROBABILITY THRESHOLDS OF P high = 0.95 AND P low = 0.05 (IN PARENTHESES) Fig. 3. Fraction of ice/water retrievals in each Image Analysis ice concentration category for the (a) training subset and the (b) testing subset in the case of IPM with adaptive probability thresholding (solid lines) and IPM with a static threshold (dashed lines). The point of intersection denotes ice concentration threshold for ice/water retrievals. IV. VERIFICATION In this section, we present a series of results of the same verification tests described in [7], but for the improved version of the ice and water detection algorithm. Table I demonstrates a comparison of verification results between the improved and previous versions of the algorithm for pure ice and pure water samples as indicated in CIS image analysis products for the entire year of One may observe that the fraction of misclassified ice samples decreased from 0.98% to 0.24%, while the fraction of correctly classified water samples did not drop appreciably (from 61.5% to 54.9%). The fraction of misclassified water samples also decreased from 0.35% to 0.09%, while the fraction of correctly classified ice samples did not decrease significantly (from 88.2% to 81.3%). The overall accuracy has increased from 99.2% to 99.8%. We note that if we simply increase the static probability threshold from 0.95 to 0.99, the overall accuracy increases from 99.2% to 99.7%, but the total number of retrievals drops by 18.5% (as opposed to 6.7% decrease in the case of using the adaptive thresholding). These results suggest that the use of adaptive probability thresholding led to improved 99.8% accuracy of ice and water retrievals without a significant change in the total number of retrievals. For further verification, we consider samples in CIS image analysis products belonging to polygons with intermediate ice concentrations. Such an analysis also allows us to determine how the ice/water detection algorithm behaves at different ice concentrations as stated in image analyses. Fig. 3(a) shows the dependences of the fraction of ice and water retrievals as functions of ice concentration obtained through the improved and original versions of the ice and water detection algorithm for the training subset. It is seen that the curve corresponding to the ice retrievals derived with the improved algorithm (solid line) behaves steeper compared to the curve corresponding to the ice retrievals derived with the original approach (dashed line). This indicates that the use of the improved algorithm leads to a larger fraction of ice retrievals at high ice concentrations and smaller fraction of ice retrievals at lower ice concentrations. A larger fraction of water retrievals at low ice concentrations and smaller fraction of water retrievals at high ice concentrations in the case of using adaptive probability thresholding are observed in Fig. 3(a). The intersection point between ice and water curves indicates the ice concentration threshold separating ice and water states that threshold has slightly increased from 21% (static threshold) to 25% (adaptive threshold) of ice concentration. Similar behavior of the ice and TABLE III VERIFICATION RESULTS AGAINST IMS (2013) FOR IPM WITH ADAPTIVE PROBABILITY THRESHOLDING VERSUS ORIGINALIPM WITH STATIC PROBABILITY THRESHOLDS OF P high = 0.95 AND P low = 0.05 (IN PARENTHESES) water curves is found for the testing subset (2013), as shown in Fig. 3(b). Table II shows a comparison of verification results for samples belonging to polygons with all ice concentrations for the testing subset (2013) in the case of using static and adaptive probability thresholds. Similar to the previous verification test for pure ice and water samples, an improvement in the fraction of misclassified ice and water samples is observed, while the total number of retrievals did not drop considerably. Table III shows the verification results against interactive multisensor snow and IMS products [12], [13] for 7411 RADARSAT-2 images acquired over the year of Improvement in the fraction of misclassified ice and water samples is also found in the case of using adaptive probability thresholding as opposed to the static threshold. We note that here we omit a discussion on limitations of the various verification approaches as they were assessed in detail in [7]. These limitations include the difference between the spatial scale of the ice/water detection algorithm and size of polygons in Image Analysis products as well as low temporal resolution of IMS products. Despite the limitations, we emphasize the fact that in all verification scenarios, improvement in the accuracy of ice and water retrievals was observed in the case of using the adaptive probability thresholding. To better demonstrate the importance of improvements made to the original approach, here we show two cases of ice and water retrieval maps. Fig. 4 presents an example of ice and water retrievals using the original and modified approaches versus IMS data. Ice retrievals which agree with IMS are marked by red squares, and ice retrievals which do not agree with IMS are marked by yellow squares.

5 556 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 15, NO. 4, APRIL 2018 one to accurately capture the dynamics of a marginal ice zone, as discussed in [7]. Fig. 4. Example of ice and water detection versus IMS using the (a) original and (b) modified approaches. The image (500 km 500 km) was acquired on February 8, 2013, 10:40 GMT, over Ungava Bay and part of the Labrador Sea. Each square represents a pixel area at 50-m resolution used for ice/water retrieval. The distance between squares is 100 pixels, which is 5 km. Red/blue squares: ice/water retrievals agree with IMS, and yellow/green squares: ice/water retrievals disagree with IMS. V. C ONCLUSION In this letter, we propose an improved version of our technique for automated detection of ice and open water from RADARSAT-2 HH HV ScanSAR images [7] by introducing adaptive probability thresholding. We conducted an analysis of distributions of correctly classified and misclassified ice and water samples as identified by the original ice and water detection algorithm with a static probability threshold of Based on that analysis, situations where the original probability threshold could be increased were identified, and the improved version of the ice and water detection algorithm was formulated. A set of verification tests of the improved algorithm demonstrated a decrease in the fraction of misclassified ice and water samples (compared to that obtained with the original version of the algorithm), while the fraction of correctly classified ice and water samples did not decrease appreciably. The improved algorithm for ice and water detection from RADARSAT-2 will be implemented as part of the data assimilation component of the ECCC RIOPS. The developed approach will be adapted to the stream of SAR data from the upcoming three-satellite RADARSAT Constellation Mission [14] to be launched in R EFERENCES Fig. 5. Example of ice and water detection versus IMS using the (a) original and (b) modified approaches. The image (500 km 500 km) was acquired on November 9, 2013, 12:29 GMT, over western Hudson Bay. Water retrievals which agree with IMS are marked by blue squares, and water retrievals which do not agree with IMS are marked by green squares. The absence of ice/water retrievals indicates the unknown state, meaning that reliable classification is not possible within our approach. From Fig. 4, it is seen that the number of misclassified ice samples (i.e., water retrievals which disagree with IMS) has significantly decreased from 407 to 13 while the number of correctly classified water retrievals did not change. This example mostly demonstrates the improvement achieved through introduction of criterion (3). SAR wind speed for the misclassified ice samples in this case is relatively high, 15.9 ± 1.9 m/s, and the 2-D ice probability is 0.09 ± 0.05, which corresponds to high probability of having misclassified ice, as shown in Fig. 1(a). In the other example shown in Fig. 5, the number of misclassified water samples (i.e., ice retrievals which do not agree with IMS) has decreased from 127 to 5 while the number of correctly classified ice samples did not change appreciably. The second example mostly demonstrates the improvement through the introduction of criterion (4). SAR wind speed for the misclassified water samples in this case is moderate, 10.8 ± 1.5 m/s, and the 2-D ice probability is 0.85 ± 0.13, which corresponds to low probability of having correctly classified ice, as shown in Fig. 2(a). We note that most of the remaining misclassified ice and water retrievals in both examples are located at the ice edge. This is explained by the low temporal resolution of IMS, which often does not allow [1] M. Buehner, A. Caya, T. Carrieres, and L. Pogson, Assimilation of SSMIS and ASCAT data and the replacement of highly uncertain estimates in the Environment Canada Regional Ice Prediction System, Q. J. R. Meteorol. Soc., vol. 142, pp , Jan [2] W. Dierking, Sea ice monitoring by synthetic aperture radar, Oceanography, vol. 26, no. 2, pp , [3] A. S. Komarov and D. G. Barber, Sea ice motion tracking from sequential dual-polarization RADARSAT-2 images, IEEE Trans. Geosci. Remote Sens., vol. 52, no. 1, pp , Jan [4] N. Zakhvatkina, A. Korosov, S. Muckenhuber, S. Sandven, and M. Babiker, Operational algorithm for ice water classification on dualpolarized RADARSAT-2 images, Cryosphere, vol. 11, no. 1, pp , [5] H. Liu, H. Guo, and L. Zhang, SVM-based sea ice classification using textural features and concentration from RADARSAT-2 dual-pol ScanSAR data, IEEE J. Sel. Topics Appl. Earth Observ. Remote Sens., vol. 8, no. 4, pp , Apr [6] S. Leigh, Z. Wang, and D. A. Clausi, Automated ice water classification using dual polarization SAR satellite imagery, IEEE Trans. Geosci. Remote Sens., vol. 52, no. 9, pp , Sep [7] A. S. Komarov and M. Buehner, Automated detection of ice and open water from dual-polarization RADARSAT-2 images for data assimilation, IEEE Trans. Geosci. Remote Sens., vol. 55, no. 10, pp , Oct [8] Manual of Standard Procedures for Observing and Reporting Ice Conditions, MANICE, 9th ed., Canadian Ice Service, Ottawa, ON, Canada, Jun [9] RADARSAT-2 Product Description, document RN-SP , [10] A. S. Komarov, V. Zabeline, and D. G. Barber, Ocean surface wind speed retrieval from C-band SAR images without wind direction input, IEEE Trans. Geosci. Remote Sens., vol. 52, no. 2, pp , Feb [11] J. Côté et al., The operational CMC MRB global environmental multiscale (GEM) model. Part II: Results, Monthly Weather Rev., vol. 126, no. 6, pp , Jun [12] B. H. Ramsay, The interactive multisensor snow and ice mapping system, Hydrol. Process., vol. 12, nos , pp , [13] S. R. Helfrich, D. McNamara, B. H. Ramsay, T. Baldwin, and T. Kasheta, Enhancements to, and forthcoming developments in the Interactive Multisensor Snow and Ice Mapping System (IMS), Hydrol. Process., vol. 21, no. 12, pp , [14] A. A. Thompson, Overview of the RADARSAT constellation mission, Can. J. Remote Sens., vol. 41, no. 5, pp , Dec

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

Unsupervised Segmentation of Synthetic Aperture Radar Sea Ice Imagery Using A Novel Markov Random Field Model

Unsupervised Segmentation of Synthetic Aperture Radar Sea Ice Imagery Using A Novel Markov Random Field Model Unsupervised Segmentation of Synthetic Aperture Radar Sea Ice Imagery Using A Novel Markov Random Field Model 1 David A. Clausi and Huawu Deng Department of Systems Design Engineering University of Waterloo

More information

SAR SURFACE ICE COVER DISCRIMINATION USING DISTRIBUTION MATCHING

SAR SURFACE ICE COVER DISCRIMINATION USING DISTRIBUTION MATCHING SAR SURFACE ICE COVER DISCRIMINATION USING DISTRIBUTION MATCHING Rashpal S. Gill Danish Meteorological Institute, Ice charting and Remote Sensing Division, Lyngbyvej 100, DK 2100, Copenhagen Ø, Denmark.Tel.

More information

Ice Cover and Sea and Lake Ice Concentration with GOES-R ABI

Ice Cover and Sea and Lake Ice Concentration with GOES-R ABI GOES-R AWG Cryosphere Team Ice Cover and Sea and Lake Ice Concentration with GOES-R ABI Presented by Yinghui Liu 1 Team Members: Yinghui Liu 1, Jeffrey R Key 2, and Xuanji Wang 1 1 UW-Madison CIMSS 2 NOAA/NESDIS/STAR

More information

Wave-ice interactions in wave models like WW3

Wave-ice interactions in wave models like WW3 Wave-ice interactions in wave models like WW3 Will Perrie 1, Hui Shen 1,2, Mike Meylan 3, Bash Toulany 1 1Bedford Institute of Oceanography, Dartmouth NS 2Inst. of Oceanology, China Academy of Sciences,

More information

Method for detection of leads from Sentinel-1 SAR images

Method for detection of leads from Sentinel-1 SAR images Annals of Glaciology (2018), Page 1 of 13 doi: 10.1017/aog.2018.6 1 The Author(s) 2018. This is an Open Access article, distributed under the terms of the Creative Commons Attribution licence (http://creativecommons.

More information

MULTI-TEMPORAL SAR DATA FILTERING FOR LAND APPLICATIONS. I i is the estimate of the local mean backscattering

MULTI-TEMPORAL SAR DATA FILTERING FOR LAND APPLICATIONS. I i is the estimate of the local mean backscattering MULTI-TEMPORAL SAR DATA FILTERING FOR LAND APPLICATIONS Urs Wegmüller (1), Maurizio Santoro (1), and Charles Werner (1) (1) Gamma Remote Sensing AG, Worbstrasse 225, CH-3073 Gümligen, Switzerland http://www.gamma-rs.ch,

More information

Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area

Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area Repeat-pass SAR Interferometry Experiments with Gaofen-3: A Case Study of Ningbo Area Tao Zhang, Xiaolei Lv, Bing Han, Bin Lei and Jun Hong Key Laboratory of Technology in Geo-spatial Information Processing

More information

InSAR Operational and Processing Steps for DEM Generation

InSAR Operational and Processing Steps for DEM Generation InSAR Operational and Processing Steps for DEM Generation By F. I. Okeke Department of Geoinformatics and Surveying, University of Nigeria, Enugu Campus Tel: 2-80-5627286 Email:francisokeke@yahoo.com Promoting

More information

Recognition of Changes in SAR Images Based on Gauss-Log Ratio and MRFFCM

Recognition of Changes in SAR Images Based on Gauss-Log Ratio and MRFFCM Recognition of Changes in SAR Images Based on Gauss-Log Ratio and MRFFCM Jismy Alphonse M.Tech Scholar Computer Science and Engineering Department College of Engineering Munnar, Kerala, India Biju V. G.

More information

SAR change detection based on Generalized Gamma distribution. divergence and auto-threshold segmentation

SAR change detection based on Generalized Gamma distribution. divergence and auto-threshold segmentation SAR change detection based on Generalized Gamma distribution divergence and auto-threshold segmentation GAO Cong-shan 1 2, ZHANG Hong 1*, WANG Chao 1 1.Center for Earth Observation and Digital Earth, CAS,

More information

Synthetic Aperture Radar (SAR) Polarimetry for Wetland Mapping & Change Detection

Synthetic Aperture Radar (SAR) Polarimetry for Wetland Mapping & Change Detection Synthetic Aperture Radar (SAR) Polarimetry for Wetland Mapping & Change Detection Jennifer M. Corcoran, M.S. Remote Sensing & Geospatial Analysis Laboratory Natural Resource Science & Management PhD Program

More information

Adaptive Doppler centroid estimation algorithm of airborne SAR

Adaptive Doppler centroid estimation algorithm of airborne SAR Adaptive Doppler centroid estimation algorithm of airborne SAR Jian Yang 1,2a), Chang Liu 1, and Yanfei Wang 1 1 Institute of Electronics, Chinese Academy of Sciences 19 North Sihuan Road, Haidian, Beijing

More information

Processing and Analysis of ALOS/Palsar Imagery

Processing and Analysis of ALOS/Palsar Imagery Processing and Analysis of ALOS/Palsar Imagery Yrjö Rauste, Anne Lönnqvist, and Heikki Ahola Kaukokartoituspäivät 6.11.2006 NewSAR Project The newest generation of space borne SAR sensors have polarimetric

More information

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering

Change Detection in Remotely Sensed Images Based on Image Fusion and Fuzzy Clustering International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 1 (2017) pp. 141-150 Research India Publications http://www.ripublication.com Change Detection in Remotely Sensed

More information

Characterization of Low Backscatter Ocean Features in Dual-Copolarization SAR Using Log-Cumulants

Characterization of Low Backscatter Ocean Features in Dual-Copolarization SAR Using Log-Cumulants IEEE GEOSCIENCE AND REMOTE SENSING LETTERS 1 Characterization of Low Backscatter Ocean Features in Dual-Copolarization SAR Using Log-Cumulants Stine Skrunes, Student Member, IEEE, Camilla Brekke, Member,

More information

Backpropagation Neural Networks. Ain Shams University. Queen's University. Abstract

Backpropagation Neural Networks. Ain Shams University. Queen's University. Abstract Classication of Ships in Airborne SAR Imagery Using Backpropagation Neural Networks Hossam Osman,LiPan y, Steven D. Blostein y, and Langis Gagnon z Department of Computer and Systems Engineering Ain Shams

More information

Temporal Modeling and Missing Data Estimation for MODIS Vegetation data

Temporal Modeling and Missing Data Estimation for MODIS Vegetation data Temporal Modeling and Missing Data Estimation for MODIS Vegetation data Rie Honda 1 Introduction The Moderate Resolution Imaging Spectroradiometer (MODIS) is the primary instrument on board NASA s Earth

More information

Coherence Based Polarimetric SAR Tomography

Coherence Based Polarimetric SAR Tomography I J C T A, 9(3), 2016, pp. 133-141 International Science Press Coherence Based Polarimetric SAR Tomography P. Saranya*, and K. Vani** Abstract: Synthetic Aperture Radar (SAR) three dimensional image provides

More information

Effects of Image Quality on Target Recognition

Effects of Image Quality on Target Recognition Leslie M. Novak Scientific Systems Company, Inc. 500 West Cummings Park, Suite 3000 Woburn, MA 01801 USA E-mail lnovak@ssci.com novakl@charter.net ABSTRACT Target recognition systems using Synthetic Aperture

More information

Engineering And Technology (affiliated to Anna University, Chennai) Tamil. Nadu, India

Engineering And Technology (affiliated to Anna University, Chennai) Tamil. Nadu, India International Journal of Advances in Engineering & Scientific Research, Vol.2, Issue 2, Feb - 2015, pp 08-13 ISSN: 2349 3607 (Online), ISSN: 2349 4824 (Print) ABSTRACT MULTI-TEMPORAL SAR IMAGE CHANGE DETECTION

More information

A Hybrid Entropy Decomposition and Support Vector Machine Method for Agricultural Crop Type Classification

A Hybrid Entropy Decomposition and Support Vector Machine Method for Agricultural Crop Type Classification PIERS ONLINE, VOL. 3, NO. 5, 2007 620 A Hybrid Entropy Decomposition and Support Vector Machine Method for Agricultural Crop Type Classification Chue-Poh Tan 1, Hong-Tat Ewe 2, and Hean-Teik Chuah 1 1

More information

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC

INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC JOURNAL OF APPLIED ENGINEERING SCIENCES VOL. 1(14), issue 4_2011 ISSN 2247-3769 ISSN-L 2247-3769 (Print) / e-issn:2284-7197 INCREASING CLASSIFICATION QUALITY BY USING FUZZY LOGIC DROJ Gabriela, University

More information

Control Invitation

Control Invitation Online Appendices Appendix A. Invitation Emails Control Invitation Email Subject: Reviewer Invitation from JPubE You are invited to review the above-mentioned manuscript for publication in the. The manuscript's

More information

RICE FIELD INTERPRETATION WITH TEMPORAL SENTINEL-1 SYNTHETIC APERTURE RADAR IMAGE DATA

RICE FIELD INTERPRETATION WITH TEMPORAL SENTINEL-1 SYNTHETIC APERTURE RADAR IMAGE DATA RICE FIELD INTERPRETATION WITH TEMPORAL SENTINEL-1 SYNTHETIC APERTURE RADAR IMAGE DATA 1 Chia-Hao Chang ( 張家豪 ) 2 Chiou-Shann Fuh ( 傅楸善 ) 2 Shi-Wei Wang ( 王熹偉 ) 1 Dept. of Geography, 2 Dept. of Computer

More information

CLASSIFICATION STRATEGIES FOR POLARIMETRIC SAR SEA ICE DATA

CLASSIFICATION STRATEGIES FOR POLARIMETRIC SAR SEA ICE DATA CLASSIFICATION STRATEGIES FOR POLARIMETRIC SAR SEA ICE DATA Bernd Scheuchl (), Irena Hajnsek (), Ian Cumming () () Department of Electrical and Computer Engineering, University of British Columbia 56 Main

More information

OCEAN SATELLITE DATA NEEDS FOR NWP

OCEAN SATELLITE DATA NEEDS FOR NWP WORLD METEOROLOGICAL ORGANIZATION COMMISSION FOR BASIC SYSTEMS OPEN PROGRAMME AREA GROUP ON INTEGRATED OBSERVING SYSTEMS INTER-PROGRAMME EXPERT TEAM ON SATELLITE UTILIZATION AND PRODUCTS THIRD SESSION

More information

HYPERSPECTRAL imagery has been increasingly used

HYPERSPECTRAL imagery has been increasingly used IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 14, NO. 5, MAY 2017 597 Transferred Deep Learning for Anomaly Detection in Hyperspectral Imagery Wei Li, Senior Member, IEEE, Guodong Wu, and Qian Du, Senior

More information

Images Reconstruction using an iterative SOM based algorithm.

Images Reconstruction using an iterative SOM based algorithm. Images Reconstruction using an iterative SOM based algorithm. M.Jouini 1, S.Thiria 2 and M.Crépon 3 * 1- LOCEAN, MMSA team, CNAM University, Paris, France 2- LOCEAN, MMSA team, UVSQ University Paris, France

More information

Illustration of SIR for CETB

Illustration of SIR for CETB Illustration of SIR for CETB David Long, BYU Version 1.1 3 Apr 2015 (last revised 11 Jan 2016) Abstract This brief report illustrates how the SIR algorithm works using actual SSM/I data. The results are

More information

Flood detection using radar data Basic principles

Flood detection using radar data Basic principles Flood detection using radar data Basic principles André Twele, Sandro Martinis and Jan-Peter Mund German Remote Sensing Data Center (DFD) 1 Overview Introduction Basic principles of flood detection using

More information

Retrieval of Sea Surface Temperature from TRMM VIRS

Retrieval of Sea Surface Temperature from TRMM VIRS Journal of Oceanography, Vol. 59, pp. 245 to 249, 2003 Short Contribution Retrieval of Sea Surface Temperature from TRMM VIRS LEI GUAN 1,2 *, HIROSHI KAWAMURA 1 and HIROSHI MURAKAMI 3 1 Center for Atmospheric

More information

Fourier analysis of low-resolution satellite images of cloud

Fourier analysis of low-resolution satellite images of cloud New Zealand Journal of Geology and Geophysics, 1991, Vol. 34: 549-553 0028-8306/91/3404-0549 $2.50/0 Crown copyright 1991 549 Note Fourier analysis of low-resolution satellite images of cloud S. G. BRADLEY

More information

Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008.

Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008. Mapping of Hierarchical Activation in the Visual Cortex Suman Chakravartula, Denise Jones, Guillaume Leseur CS229 Final Project Report. Autumn 2008. Introduction There is much that is unknown regarding

More information

Sea ice concentration estimation from satellite SAR imagery using convolutional neural network and stochastic fully connected conditional random field

Sea ice concentration estimation from satellite SAR imagery using convolutional neural network and stochastic fully connected conditional random field Sea ice concentration estimation from satellite SAR imagery using convolutional neural network and stochastic fully connected conditional random field L. Wang A. Wong K. A. Scott D. A. Clausi L.L. Xu M.

More information

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 7, NO. 2, APRIL 1997 429 Express Letters A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation Jianhua Lu and

More information

ARCTIC sea ice extent has been decreasing rapidly through

ARCTIC sea ice extent has been decreasing rapidly through IEEE JOURNAL OF SELECTED TOPICS IN APPLIED EARTH OBSERVATIONS AND REMOTE SENSING, VOL. 11, NO. 5, MAY 2018 1419 Semiautomated Segmentation of Sentinel-1 SAR Imagery for Mapping Sea Ice in Labrador Coast

More information

NSCT domain image fusion, denoising & K-means clustering for SAR image change detection

NSCT domain image fusion, denoising & K-means clustering for SAR image change detection NSCT domain image fusion, denoising & K-means clustering for SAR image change detection Yamuna J. 1, Arathy C. Haran 2 1,2, Department of Electronics and Communications Engineering, 1 P. G. student, 2

More information

Lab 9. Julia Janicki. Introduction

Lab 9. Julia Janicki. Introduction Lab 9 Julia Janicki Introduction My goal for this project is to map a general land cover in the area of Alexandria in Egypt using supervised classification, specifically the Maximum Likelihood and Support

More information

Semi-Automatic Transcription Tool for Ancient Manuscripts

Semi-Automatic Transcription Tool for Ancient Manuscripts The Venice Atlas A Digital Humanities atlas project by DH101 EPFL Students Semi-Automatic Transcription Tool for Ancient Manuscripts In this article, we investigate various techniques from the fields of

More information

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA

VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA VALIDATION OF A NEW 30 METER GROUND SAMPLED GLOBAL DEM USING ICESAT LIDARA ELEVATION REFERENCE DATA M. Lorraine Tighe Director, Geospatial Solutions Intermap Session: Photogrammetry & Image Processing

More information

Efficient Learning from Massive Spatial-Temporal Data through Selective Support Vector Propagation

Efficient Learning from Massive Spatial-Temporal Data through Selective Support Vector Propagation 526 ECAI 26 G. Brewka et al. (Eds.) IOS Press, 26 26 The authors. All rights reserved. Efficient Learning from Massive Spatial-Temporal Data through Selective Support Vector Propagation Yilian Qin and

More information

A GLOBAL BACKSCATTER MODEL FOR C-BAND SAR

A GLOBAL BACKSCATTER MODEL FOR C-BAND SAR A GLOBAL BACKSCATTER MODEL FOR C-BAND SAR Daniel Sabel (1), Marcela Doubková (1), Wolfgang Wagner (1), Paul Snoeij (2), Evert Attema (2) (1) Vienna University of Technology, Institute of Photogrammetry

More information

AN INTEGRATED APPROACH TO AGRICULTURAL CROP CLASSIFICATION USING SPOT5 HRV IMAGES

AN INTEGRATED APPROACH TO AGRICULTURAL CROP CLASSIFICATION USING SPOT5 HRV IMAGES AN INTEGRATED APPROACH TO AGRICULTURAL CROP CLASSIFICATION USING SPOT5 HRV IMAGES Chang Yi 1 1,2,*, Yaozhong Pan 1, 2, Jinshui Zhang 1, 2 College of Resources Science and Technology, Beijing Normal University,

More information

Decision Fusion of Classifiers for Multifrequency PolSAR and Optical Data Classification

Decision Fusion of Classifiers for Multifrequency PolSAR and Optical Data Classification Decision Fusion of Classifiers for Multifrequency PolSAR and Optical Data Classification N. Gökhan Kasapoğlu and Torbjørn Eltoft Dept. of Physics and Technology University of Tromsø Tromsø, Norway gokhan.kasapoglu@uit.no

More information

This is an author produced version of Accurate Reconstruction and Suppression for Azimuth Ambiguities in Spaceborne Stripmap SAR Images.

This is an author produced version of Accurate Reconstruction and Suppression for Azimuth Ambiguities in Spaceborne Stripmap SAR Images. This is an author produced version of Accurate Reconstruction and Suppression for Azimuth Ambiguities in Spaceborne Stripmap SAR Images. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/38/

More information

Spatial Information Based Image Classification Using Support Vector Machine

Spatial Information Based Image Classification Using Support Vector Machine Spatial Information Based Image Classification Using Support Vector Machine P.Jeevitha, Dr. P. Ganesh Kumar PG Scholar, Dept of IT, Regional Centre of Anna University, Coimbatore, India. Assistant Professor,

More information

Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway

Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway Global and diffuse radiation estimated from METEOSAT data at Bergen, Norway by Arvid Skartveit and Jan Asle Olseth * Geophysical Institute, University of Bergen Allégaten 7, N-57 Bergen, NORWAY * In the

More information

ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT

ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT REPORT 1/2014 ISBN 978-82-7492-279-2 ISSN 1890-5226 ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT - Annual Report 1 st April 2012-31 st March 2013 Author (s): Harald Johnsen

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

AN ANALYSIS OF ITERATIVE ALGORITHMS FOR IMAGE RECONSTRUCTION FROM SATELLITE EARTH REMOTE SENSING DATA Matthew H Willis Brigham Young University, MERS Laboratory 459 CB, Provo, UT 8462 8-378-4884, FAX:

More information

Memorandum. Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k)

Memorandum. Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k) Memorandum From: To: Subject: Date : Clint Slatton Prof. Brian Evans Term project idea for Multidimensional Signal Processing (EE381k) 16-Sep-98 Project title: Minimizing segmentation discontinuities in

More information

Classifying Depositional Environments in Satellite Images

Classifying Depositional Environments in Satellite Images Classifying Depositional Environments in Satellite Images Alex Miltenberger and Rayan Kanfar Department of Geophysics School of Earth, Energy, and Environmental Sciences Stanford University 1 Introduction

More information

Hydrological network detection for SWOT data. S. Lobry, F. Cao, R. Fjortoft, JM Nicolas, F. Tupin

Hydrological network detection for SWOT data. S. Lobry, F. Cao, R. Fjortoft, JM Nicolas, F. Tupin Hydrological network detection for SWOT data S. Lobry, F. Cao, R. Fjortoft, JM Nicolas, F. Tupin IRS SPU avril 2016 SWOT mission Large water bodies detection Fine network detection Further works page 1

More information

Near Real-Time Maritime Object Recognition using Multiple SAR Satellite Sensors

Near Real-Time Maritime Object Recognition using Multiple SAR Satellite Sensors Near Real-Time Maritime Object Recognition using Multiple SAR Satellite Sensors Björn Tings, Domenico Velotto, Sergey Voinov, Andrey Pleskachevsky, Sven Jacobsen German Aerospace Center (DLR) PORSEC 2016

More information

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Radar Target Identification Using Spatial Matched Filters L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Abstract The application of spatial matched filter classifiers to the synthetic

More information

MONITORING urbanization may help government agencies

MONITORING urbanization may help government agencies 146 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 7, NO. 1, JANUARY 2010 Urban Area Detection Using Local Feature Points and Spatial Voting Beril Sırmaçek, Student Member, IEEE, and Cem Ünsalan, Member,

More information

Development and Applications of an Interferometric Ground-Based SAR System

Development and Applications of an Interferometric Ground-Based SAR System Development and Applications of an Interferometric Ground-Based SAR System Tadashi Hamasaki (1), Zheng-Shu Zhou (2), Motoyuki Sato (2) (1) Graduate School of Environmental Studies, Tohoku University Aramaki

More information

Empirical transfer function determination by. BP 100, Universit de PARIS 6

Empirical transfer function determination by. BP 100, Universit de PARIS 6 Empirical transfer function determination by the use of Multilayer Perceptron F. Badran b, M. Crepon a, C. Mejia a, S. Thiria a and N. Tran a a Laboratoire d'oc anographie Dynamique et de Climatologie

More information

MC-FUME: A new method for compositing individual reflective channels

MC-FUME: A new method for compositing individual reflective channels MC-FUME: A new method for compositing individual reflective channels Gil Lissens, Frank Veroustraete, Jan van Rensbergen Flemish Institute for Technological Research (VITO) Centre for Remote Sensing and

More information

A sample set condensation algorithm for the class sensitive artificial neural network

A sample set condensation algorithm for the class sensitive artificial neural network Pattern Recognition Letters ELSEVIER Pattern Recognition Letters 17 (1996) 819-823 A sample set condensation algorithm for the class sensitive artificial neural network C.H. Chen a, Adam J6~wik b,, a University

More information

Machine learning approach to retrieving physical variables from remotely sensed data

Machine learning approach to retrieving physical variables from remotely sensed data Machine learning approach to retrieving physical variables from remotely sensed data Fazlul Shahriar November 11, 2016 Introduction There is a growing wealth of remote sensing data from hundreds of space-based

More information

IMAGE classification plays an important role in remote sensing

IMAGE classification plays an important role in remote sensing IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 11, NO. 2, FEBRUARY 2014 489 Spatial-Attraction-Based Markov Random Field Approach for Classification of High Spatial Resolution Multispectral Imagery Hua

More information

SEA SURFACE SPEED FROM TERRASAR-X ATI DATA

SEA SURFACE SPEED FROM TERRASAR-X ATI DATA SEA SURFACE SPEED FROM TERRASAR-X ATI DATA Matteo Soccorsi (1) and Susanne Lehner (1) (1) German Aerospace Center, Remote Sensing Technology Institute, 82234 Weßling, Germany, Email: matteo.soccorsi@dlr.de

More information

THE HIGH flexibility of the TerraSAR-X (TSX) instrument

THE HIGH flexibility of the TerraSAR-X (TSX) instrument 614 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 9, NO. 4, JULY 2012 Scalloping Correction in TOPS Imaging Mode SAR Data Steffen Wollstadt, Pau Prats, Member, IEEE, Markus Bachmann, Josef Mittermayer,

More information

Image Segmentation Techniques for Object-Based Coding

Image Segmentation Techniques for Object-Based Coding Image Techniques for Object-Based Coding Junaid Ahmed, Joseph Bosworth, and Scott T. Acton The Oklahoma Imaging Laboratory School of Electrical and Computer Engineering Oklahoma State University {ajunaid,bosworj,sacton}@okstate.edu

More information

ICE VELOCITY measurements are fundamentally important

ICE VELOCITY measurements are fundamentally important 102 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 4, NO. 1, JANUARY 2007 Synergistic Fusion of Interferometric and Speckle-Tracking Methods for Deriving Surface Velocity From Interferometric SAR Data

More information

Mapping Regional Inundation with Spaceborne L-band SAR

Mapping Regional Inundation with Spaceborne L-band SAR Making remote-sensing data accessible since 1991 Mapping Regional Inundation with Spaceborne L-band SAR Using open-source software such as QGIS and GIMP Adapted from Bruce Chapman 1, Rick Guritz 2, and

More information

Object Oriented Shadow Detection and an Enhanced Method for Shadow Removal

Object Oriented Shadow Detection and an Enhanced Method for Shadow Removal Object Oriented Shadow Detection and an Enhanced Method for Shadow Removal Divya S Kumar Department of Computer Science and Engineering Sree Buddha College of Engineering, Alappuzha, India divyasreekumar91@gmail.com

More information

DEVELOPMENT AND VALIDATION OF A BRDF MODEL FOR ICE MAPPING FOR THE FUTURE GOES-R ADVANCED BASELINE IMAGER (ABI) USING ARTIFICIAL NEURAL NETWORK

DEVELOPMENT AND VALIDATION OF A BRDF MODEL FOR ICE MAPPING FOR THE FUTURE GOES-R ADVANCED BASELINE IMAGER (ABI) USING ARTIFICIAL NEURAL NETWORK P1.10 DEVELOPMENT AND VALIDATION OF A BRDF MODEL FOR ICE MAPPING FOR THE FUTURE GOES-R ADVANCED BASELINE IMAGER (ABI) USING ARTIFICIAL NEURAL NETWORK Hosni Ghedira, Marouane Temimi*, Rouzbeh Nazari and

More information

Operational SAR-based sea ice drift monitoring over the Baltic Sea

Operational SAR-based sea ice drift monitoring over the Baltic Sea doi:10.5194/os-8-473-2012 Author(s) 2012. CC Attribution 3.0 License. Ocean Science Operational SAR-based sea ice drift monitoring over the Baltic Sea J. Karvonen Finnish Meteorological Institute (FMI),

More information

SYNTHETIC aperture radar (SAR) image classification has

SYNTHETIC aperture radar (SAR) image classification has IEEE GEOSCIENCE AND REMOTE SENSING LETTERS VOL. 8 NO. 2 MARCH 2011 225 Multilevel Local Pattern Histogram for SAR Image Classification Dengxin Dai Wen Yang Member IEEE and Hong Sun Member IEEE Abstract

More information

Automatic Detection and Reconstruction of Building Footprints from Single VHR SAR Images

Automatic Detection and Reconstruction of Building Footprints from Single VHR SAR Images Automatic Detection and Reconstruction of Building Footprints from Single VHR SAR Images Smt. Arpita Sushrut Halewadimath 1 1 Lecturer, Electronics and Communication, KLS VDRIT Haliyal, Karnataka, India

More information

Vehicle Detection Using Gabor Filter

Vehicle Detection Using Gabor Filter Vehicle Detection Using Gabor Filter B.Sahayapriya 1, S.Sivakumar 2 Electronics and Communication engineering, SSIET, Coimbatore, Tamilnadu, India 1, 2 ABSTACT -On road vehicle detection is the main problem

More information

An Improved Classification Scheme with Adaptive Region Growing and Wishart Classification Algorithm for Digital Images

An Improved Classification Scheme with Adaptive Region Growing and Wishart Classification Algorithm for Digital Images An Improved Classification Scheme with Adaptive Region Growing and Wishart Classification Algorithm for Digital Images Jun Chen 1 *, Peijun Du 2, Kun Tan 1, Borjer T.H. 3 1 Jiangsu Key Laboratory of Resources

More information

Correlation and Relaxation Labelling---An Experimental Investigation on Fast Algorithms

Correlation and Relaxation Labelling---An Experimental Investigation on Fast Algorithms Correlation and Relaxation Labelling---An Experimental Investigation on Fast Algorithms Q. X. Wu*, S. J. McNeill, & D. Pairman Landcare Research New Zealand PO Box 38491, Wellington Mail Centre New Zealand

More information

SAR Image Target Classification: A Feature Fusion Approach

SAR Image Target Classification: A Feature Fusion Approach SAR Image Target Classification: A Fusion Approach 1 Sivaranjani Rajamanickam; S.Mohamed Mansoor Roomi 1 Dept of ECE,Sethu Institute of Technology Virudhunagar, India Dept of ECE, Thiagarjar College of

More information

A Geostatistical and Flow Simulation Study on a Real Training Image

A Geostatistical and Flow Simulation Study on a Real Training Image A Geostatistical and Flow Simulation Study on a Real Training Image Weishan Ren (wren@ualberta.ca) Department of Civil & Environmental Engineering, University of Alberta Abstract A 12 cm by 18 cm slab

More information

Marcel Worring Intelligent Sensory Information Systems

Marcel Worring Intelligent Sensory Information Systems Marcel Worring worring@science.uva.nl Intelligent Sensory Information Systems University of Amsterdam Information and Communication Technology archives of documentaries, film, or training material, video

More information

JAXA Himawari Monitor Aerosol Products. JAXA Earth Observation Research Center (EORC) August 2018

JAXA Himawari Monitor Aerosol Products. JAXA Earth Observation Research Center (EORC) August 2018 JAXA Himawari Monitor Aerosol Products JAXA Earth Observation Research Center (EORC) August 2018 1 JAXA Himawari Monitor JAXA has been developing Himawari 8 products using the retrieval algorithms based

More information

Automatic Image Contrast Enhancement for Small Ship Detection and Inspection Using RADARSAT-2 Synthetic Aperture Radar Data

Automatic Image Contrast Enhancement for Small Ship Detection and Inspection Using RADARSAT-2 Synthetic Aperture Radar Data Terr. Atmos. Ocean. Sci., Vol. 27, No. 4, 463-472, August 2016 doi: 10.3319/TAO.2016.01.01.01(ISRS) Automatic Image Contrast Enhancement for Small Ship Detection and Inspection Using RADARSAT-2 Synthetic

More information

Open-source feature-tracking algorithm for sea ice drift retrieval from Sentinel-1 SAR imagery

Open-source feature-tracking algorithm for sea ice drift retrieval from Sentinel-1 SAR imagery doi:10.5194/tc-10-913-2016 Author(s) 2016. CC Attribution 3.0 License. Open-source feature-tracking algorithm for sea ice drift retrieval from Sentinel-1 SAR imagery Stefan Muckenhuber, Anton Andreevich

More information

RESOLUTION enhancement is achieved by combining two

RESOLUTION enhancement is achieved by combining two IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 3, NO. 1, JANUARY 2006 135 Range Resolution Improvement of Airborne SAR Images Stéphane Guillaso, Member, IEEE, Andreas Reigber, Member, IEEE, Laurent Ferro-Famil,

More information

Uncertainties in the Products of Ocean-Colour Remote Sensing

Uncertainties in the Products of Ocean-Colour Remote Sensing Chapter 3 Uncertainties in the Products of Ocean-Colour Remote Sensing Emmanuel Boss and Stephane Maritorena Data products retrieved from the inversion of in situ or remotely sensed oceancolour data are

More information

An Algorithm to Mapping Snow, Cloud and Land in NOAA AVHRR Data, Formulation, Verification and Evaluation

An Algorithm to Mapping Snow, Cloud and Land in NOAA AVHRR Data, Formulation, Verification and Evaluation Proceedings of The Four International Iran & Russia Conference 1258 An Algorim to Mapping Snow, Cloud and Land in NOAA AVHRR Data, Formulation, Verification and Evaluation Jahangir Porhemmat 1, Bahram

More information

ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT

ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT REPORT 8/2012 ISBN 978-82-7492-261-7 ISSN 1890-5218 ERS WAVE MISSION REPROCESSING- QC SUPPORT ENVISAT MISSION EXTENSION SUPPORT - Annual Report 2011 Author (s): Harald Johnsen (Norut), Fabrice Collard

More information

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video

Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Quality versus Intelligibility: Evaluating the Coding Trade-offs for American Sign Language Video Frank Ciaramello, Jung Ko, Sheila Hemami School of Electrical and Computer Engineering Cornell University,

More information

IN THE context of risk management and hazard assessment

IN THE context of risk management and hazard assessment 606 IEEE GEOSCIENCE AND REMOTE SENSING LETTERS, VOL. 6, NO. 3, JULY 2009 Support Vector Reduction in SVM Algorithm for Abrupt Change Detection in Remote Sensing Tarek Habib, Member, IEEE, Jordi Inglada,

More information

In addition, the image registration and geocoding functionality is also available as a separate GEO package.

In addition, the image registration and geocoding functionality is also available as a separate GEO package. GAMMA Software information: GAMMA Software supports the entire processing from SAR raw data to products such as digital elevation models, displacement maps and landuse maps. The software is grouped into

More information

Breakout session: Active Remote Sensing for Ocean Colour

Breakout session: Active Remote Sensing for Ocean Colour Breakout session: Active Remote Sensing for Ocean Colour Jamet, C. Laboratoire d Océanologie et de Géosciences, Wimereux, France Churnside, J. NOAA, Boulder, USA Hostetler, C. NASA, Langley, USA Passive

More information

Image and Video Quality Assessment Using Neural Network and SVM

Image and Video Quality Assessment Using Neural Network and SVM TSINGHUA SCIENCE AND TECHNOLOGY ISSN 1007-0214 18/19 pp112-116 Volume 13, Number 1, February 2008 Image and Video Quality Assessment Using Neural Network and SVM DING Wenrui (), TONG Yubing (), ZHANG Qishan

More information

ALOS-PALSAR performances on a multiple sensor DInSAR scenario for deformation monitoring

ALOS-PALSAR performances on a multiple sensor DInSAR scenario for deformation monitoring ALOS-PALSAR performances on a multiple sensor DInSAR scenario for deformation monitoring Pablo Blanco, Roman Arbiol and Vicenç Palà Remote Sensing Department Institut Cartogràfic de Catalunya (ICC) Parc

More information

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves

A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity Waves DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. A Multiscale Nested Modeling Framework to Simulate the Interaction of Surface Gravity Waves with Nonlinear Internal Gravity

More information

Scanner Parameter Estimation Using Bilevel Scans of Star Charts

Scanner Parameter Estimation Using Bilevel Scans of Star Charts ICDAR, Seattle WA September Scanner Parameter Estimation Using Bilevel Scans of Star Charts Elisa H. Barney Smith Electrical and Computer Engineering Department Boise State University, Boise, Idaho 8375

More information

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016 edestrian Detection Using Correlated Lidar and Image Data EECS442 Final roject Fall 2016 Samuel Rohrer University of Michigan rohrer@umich.edu Ian Lin University of Michigan tiannis@umich.edu Abstract

More information

Sentinel-1 Toolbox. TOPS Interferometry Tutorial Issued May 2014

Sentinel-1 Toolbox. TOPS Interferometry Tutorial Issued May 2014 Sentinel-1 Toolbox TOPS Interferometry Tutorial Issued May 2014 Copyright 2015 Array Systems Computing Inc. http://www.array.ca/ https://sentinel.esa.int/web/sentinel/toolboxes Interferometry Tutorial

More information

Application of Support Vector Machine Algorithm in Spam Filtering

Application of Support Vector Machine Algorithm in  Spam Filtering Application of Support Vector Machine Algorithm in E-Mail Spam Filtering Julia Bluszcz, Daria Fitisova, Alexander Hamann, Alexey Trifonov, Advisor: Patrick Jähnichen Abstract The problem of spam classification

More information

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar

A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Vol.137 (SUComS 016), pp.8-17 http://dx.doi.org/1457/astl.016.137.0 A Fast Speckle Reduction Algorithm based on GPU for Synthetic Aperture Sonar Xu Kui 1, Zhong Heping 1, Huang Pan 1 1 Naval Institute

More information

A Coarse-to-Fine Approach for Ship Detection in SAR Image Based on CFAR Algorithm

A Coarse-to-Fine Approach for Ship Detection in SAR Image Based on CFAR Algorithm Progress In Electromagnetics Research M, Vol. 35, 105 111, 2014 A Coarse-to-Fine Approach for Ship Detection in SAR Image Based on CFAR Algorithm Meng Yang 1, 2, *, Gong Zhang 2, Chunsheng Guo 1, and Minhong

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

More information