SlideShare ist ein Scribd-Unternehmen logo
1 von 30
A Number-of-Classes-Adaptive Unsupervised Classification Framework for SAR Images Bin Liu, Hao Hu, Kaizhi Wang, Xingzhao Liu, and Wenxian Yu Remote Sensing Technology Institute Shanghai Jiao Tong University
Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 2
Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 3
Problem Description Radar as the third eye – Synthetic Aperture Radar (SAR) A day-or-night, all-weather means of remote sensing High resolution images and useful information about the earth Several spaceborne platforms continuously deliver enormous amounts of SAR data TerraSAR-X, Germany RADARSAT-2, Canada COSMO-SkyMed, Italy ALOS-PALSAR, Japan 
  Develop automatic/semi-automatic systems for SAR image interpretation and target recognition July, 2011 IEEE IGARSS 2011 4
Problem Description & Introduction SAR image classification Fundamental to exploiting the enormous amounts of SAR data Akey requirement in both military and civil sectors Ahighly desired goal for developing intelligent databases  Anecessary process for target detection and recognition Develop an automatic system to divide the SAR images into basic land covers: Water, built-up areas, vegetated areas, 
 An important problem: The number of classes in the image is generally UNKNOWN A Number-of-Classes-Adaptive (NoCA) Unsupervised Classification Framework for SAR Images July, 2011 IEEE IGARSS 2011 5
Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 6
Feature Extraction & Image Representation SAR image partitioned into NP patches, m * m Feature Extraction Grey Histogram: calculated with BGHbins Texture Histogram: Inspired by Reigber et al., using the filter coefficient of the Lee speckle filter to describe the texture inhomogeneity. calculated with BTHbins x*- local mean var(x) - local variance σn2is equal to 1 over the number of looks July, 2011 IEEE IGARSS 2011 7 A. Reigber, M. JĂ€ger, W. He, L. Ferro-Famil, and O. Hellwich, “Detection and classification of urban structures based on high-resolution SAR imagery,” in Proc. Urban Remote Sens. Joint Event, Paris, France, 2007, pp. 1–6.
Feature Extraction & Image Representation Image Representation The N * M SAR image including NPpatches               An NP * NP dissimilarity image fGH(∙) and fTH(∙) denote grey and texture histograms, respectively Dis(∙) is the city block distance αis the fusion factor July, 2011 IEEE IGARSS 2011 8
Feature Extraction & Image Representation Image Representation July, 2011 IEEE IGARSS 2011 9 Free TerraSAR-X Data Samples. [Online]. Available: http://www.infoterra.de/free-sample-data
Estimation of the Number of Classes Reordering Cattell: reorder the objects suitably image better able to highlight the potential class structure in the data Different methods of implementing visual representation of pairwise dissimilarity information – the Reordered Dissimilarity Image (RDI) Using the Visual Assessment of cluster Tendency (VAT) algorithm to transform the dissimilarity image into the RDI July, 2011 IEEE IGARSS 2011 10 J. C. Bezdek and R. Hathaway, “VAT: a tool for visual assessment of (cluster) tendency,” in Proc. Int’l Joint Conf. Neural Networks (IJCNN ’02), Honolulu, HI, May 2002, pp. 2225–2230
Estimation of the Number of Classes Reordering July, 2011 IEEE IGARSS 2011 11
Estimation of the Number of Classes Extraction The RDI can highlight the potential classes as a set of dark blocks along the diagonal of the image The Dark Block Extraction (DBE) method to automatically extract dark blocks. Using several common image and signal processing techniques Perform image segmentation on the RDI to obtain a binary image, and then apply the directional morphological filters to the binary image Apply a distance transform to the filtered binary image, and then project the pixel values along the main diagonal axis of the image to form a projection signal Smooth the projection signal, and use the first-order derivative of the projection signal to detect the major peaks and valleys of the projection signal July, 2011 IEEE IGARSS 2011 12 L. Wang, C. Leckie, K. Ramamohanarao, and J. Bezdek, “Automatically determining the number of clusters in unlabeled data sets,” IEEE Trans. Knowledge and Data Eng., vol. 21, no. 3, pp. 335–350, Mar. 2009.
Estimation of the Number of Classes Extraction July, 2011 IEEE IGARSS 2011 13
Estimation of the Number of Classes Inversion In the projection signal, a peak between two neighboring valleys realistically represents a class in the data Suppose that there are Nx patches between the (x–1)th and the xth valleys Due to noise, the inversion step cannot simply determine that all the Nx patches belong to the xth class. In our method, the inversion step labels the ÎČ∙Nx patches nearest to the xth peak as elements of the xth class, where ÎČis from 0 to 1 The other (1–ÎČ)∙Nx patches between the (x–1)th and the xth valleys are categorized as “undecided”, and their labels are determined in the final classification July, 2011 IEEE IGARSS 2011 14
Estimation of the Number of Classes Inversion July, 2011 IEEE IGARSS 2011 15
Estimation of the Number of Classes Estimate the number of classes and get initial classes July, 2011 IEEE IGARSS 2011 16
Final Classification After the estimation operation, several important initial class parameters The number of classes X ÎČ∙NP patches with class labels, belong to initial classes C1, C2, 
, CX Final classification The commonly used technique Support Vector Machine (SVM) classifier is used LIBSVM Training data set – ÎČ∙NP patches with labels Features – Grey and texture histograms July, 2011 IEEE IGARSS 2011 17
Incorporation of Spatial Relations between Patches Simple yet effective  The SAR image is partitioned into patches with overlaps Some parts of a patch may belong to many adjacent patches, and after the final classification, they might be assigned to different classes Majority vote July, 2011 IEEE IGARSS 2011 18 M. LiĂ©nou, H. MaĂźtre, and M. Datcu, “Semantic annotation of satellite images using latent Dirichlet allocation,” IEEE Geosci. Remote Sens. Lett., vol. 7, no. 1, pp. 78–82, Jan. 2010.
Implementation Procedures Preprocessing The single look SAR data are multilook-processed Patch Generation The SAR image is partitioned into image patches of m* m pixels with NOL pixels overlapping Preclustering Estimation The SAR image is represented by a dissimilarity image, which is reordered into a RDI image. Then, the DBE process extracts the number of classes, each class center, and initial class labels of some patches Final Classification Class labels of the “undecided” patches from the preclustering estimation operation are estimated and refined Final Decision A majority vote is used to ascribe common parts of overlapping patches to the likeliest class. Then, the class label of every pixel in the image is finally decided July, 2011 IEEE IGARSS 2011 19
Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 20
Experiments and Results July, 2011 IEEE IGARSS 2011 21
Experiments and Results Performance of the proposed method Determine the number of classes = 3, √ The total accuracy is 92.97% July, 2011 IEEE IGARSS 2011 22 The SAR image The ground truth map The final classification map
Experiments and Results Performance of the proposed method Built-up areas misclassified as vegetated areas – 9.17% Vegetated areas misclassified as built-up areas – 6.57%  It seems that built-up and vegetated areas are likely to be confused with each other. The classification result may be further refined by introducing more features and prior knowledge of the scene July, 2011 IEEE IGARSS 2011 23
Experiments and Results July, 2011 IEEE IGARSS 2011 24
Experiments and Results July, 2011 IEEE IGARSS 2011 25 Performance of the proposed method Determine the number of classes = 3, √ The total accuracy is 95.14% The SAR image The ground truth map The final classification map
Experiments and Results July, 2011 IEEE IGARSS 2011 26
Experiments and Results July, 2011 IEEE IGARSS 2011 27 Performance of the proposed method Determine the number of classes = 4, √ The total accuracy is 89.90% The SAR image The ground truth map The final classification map
Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 28
Conclusions and Future Work An NoCA Unsupervised Classification framework for SAR images Extract the numbers of classes  estimate each class center more accurately  provide robust classification under various numbers of classes Based on image patches & incorporate relations between patches  effective and efficient Pairwise-dissimilarity-based estimation operation, flexible  multiple features can be selected and fused into the estimation operation Future Work Integration of statistical information Extract the number of classes and estimate each class center in randomly selected sub-scenes, and then apply the parameters to the whole image In the future, the framework needs to be applied on an enormous SAR image database to develop a fully operational procedure  July, 2011 IEEE IGARSS 2011 29
Thank you for your attention ! July, 2011 IEEE IGARSS 2011 30

Weitere Àhnliche Inhalte

Was ist angesagt?

IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
Prasad K
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
Konstantinos Demertzis
 
Visible watermarking using spread spectrum
Visible watermarking using spread spectrumVisible watermarking using spread spectrum
Visible watermarking using spread spectrum
IAEME Publication
 
A simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representationsA simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representations
Devansh16
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
IJMER
 

Was ist angesagt? (17)

Remotely sensed image segmentation using multiphase level set acm
Remotely sensed image segmentation using multiphase level set acmRemotely sensed image segmentation using multiphase level set acm
Remotely sensed image segmentation using multiphase level set acm
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22
 
Detecting and Shadows in the HSV Color Space using Dynamic Thresholds
Detecting and Shadows in the HSV Color Space using  Dynamic Thresholds Detecting and Shadows in the HSV Color Space using  Dynamic Thresholds
Detecting and Shadows in the HSV Color Space using Dynamic Thresholds
 
Single image haze removal
Single image haze removalSingle image haze removal
Single image haze removal
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy System
 
CH5
CH5CH5
CH5
 
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
GeoAI: A Model-Agnostic Meta-Ensemble Zero-Shot Learning Method for Hyperspec...
 
Image Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A surveyImage Segmentation Using Deep Learning : A survey
Image Segmentation Using Deep Learning : A survey
 
Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...Strategy for Foreground Movement Identification Adaptive to Background Variat...
Strategy for Foreground Movement Identification Adaptive to Background Variat...
 
Offline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural NetworkOffline Character Recognition Using Monte Carlo Method and Neural Network
Offline Character Recognition Using Monte Carlo Method and Neural Network
 
Visible watermarking using spread spectrum
Visible watermarking using spread spectrumVisible watermarking using spread spectrum
Visible watermarking using spread spectrum
 
A simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representationsA simple framework for contrastive learning of visual representations
A simple framework for contrastive learning of visual representations
 
Dj31514517
Dj31514517Dj31514517
Dj31514517
 
A Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detectionA Literature Survey: Neural Networks for object detection
A Literature Survey: Neural Networks for object detection
 
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
Improvement of Anomaly Detection Algorithms in Hyperspectral Images Using Dis...
 
An ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral imagesAn ensemble classification algorithm for hyperspectral images
An ensemble classification algorithm for hyperspectral images
 

Ähnlich wie 3680-NoCA.pptx

Irrera gold2010
Irrera gold2010Irrera gold2010
Irrera gold2010
grssieee
 
2_ullo_presentation.pdf
2_ullo_presentation.pdf2_ullo_presentation.pdf
2_ullo_presentation.pdf
grssieee
 
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
grssieee
 
9.venkata naga vamsi. a
9.venkata naga vamsi. a9.venkata naga vamsi. a
9.venkata naga vamsi. a
Alexander Decker
 
Object Distance Detection using a Joint Transform Correlator
Object Distance Detection using a Joint Transform CorrelatorObject Distance Detection using a Joint Transform Correlator
Object Distance Detection using a Joint Transform Correlator
Alexander Layton
 
Paper id 24201464
Paper id 24201464Paper id 24201464
Paper id 24201464
IJRAT
 

Ähnlich wie 3680-NoCA.pptx (20)

Semantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSemantic Mapping of Road Scenes
Semantic Mapping of Road Scenes
 
Irrera gold2010
Irrera gold2010Irrera gold2010
Irrera gold2010
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
 
2_ullo_presentation.pdf
2_ullo_presentation.pdf2_ullo_presentation.pdf
2_ullo_presentation.pdf
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
NOISE-ROBUST SPATIAL PREPROCESSING PRIOR TO ENDMEMBER EXTRACTION FROM HYPERSP...
 
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
IRJET- Digital Image Forgery Detection using Local Binary Patterns (LBP) and ...
 
Data-Driven Motion Estimation With Spatial Adaptation
Data-Driven Motion Estimation With Spatial AdaptationData-Driven Motion Estimation With Spatial Adaptation
Data-Driven Motion Estimation With Spatial Adaptation
 
9.venkata naga vamsi. a
9.venkata naga vamsi. a9.venkata naga vamsi. a
9.venkata naga vamsi. a
 
Object Distance Detection using a Joint Transform Correlator
Object Distance Detection using a Joint Transform CorrelatorObject Distance Detection using a Joint Transform Correlator
Object Distance Detection using a Joint Transform Correlator
 
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSIONINFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
INFORMATION SATURATION IN MULTISPECTRAL PIXEL LEVEL IMAGE FUSION
 
Expert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnnExpert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnn
 
Paper id 24201464
Paper id 24201464Paper id 24201464
Paper id 24201464
 
Shift Invarient and Eigen Feature Based Image Fusion
Shift Invarient and Eigen Feature Based Image Fusion Shift Invarient and Eigen Feature Based Image Fusion
Shift Invarient and Eigen Feature Based Image Fusion
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition ppt
 
Astroimagej Image Processing And Photometric Extraction For Ultra-Precise As...
Astroimagej  Image Processing And Photometric Extraction For Ultra-Precise As...Astroimagej  Image Processing And Photometric Extraction For Ultra-Precise As...
Astroimagej Image Processing And Photometric Extraction For Ultra-Precise As...
 
P.maria sheeba 15 mco010
P.maria sheeba 15 mco010P.maria sheeba 15 mco010
P.maria sheeba 15 mco010
 
æœ€èż‘ăźç ”ç©¶æƒ…ć‹ąă«ă€ă„ăŠă„ăăŸă‚ă« - Deep Learningă‚’äž­ćżƒă« -
æœ€èż‘ăźç ”ç©¶æƒ…ć‹ąă«ă€ă„ăŠă„ăăŸă‚ă« - Deep Learningă‚’äž­ćżƒă« - æœ€èż‘ăźç ”ç©¶æƒ…ć‹ąă«ă€ă„ăŠă„ăăŸă‚ă« - Deep Learningă‚’äž­ćżƒă« -
æœ€èż‘ăźç ”ç©¶æƒ…ć‹ąă«ă€ă„ăŠă„ăăŸă‚ă« - Deep Learningă‚’äž­ćżƒă« -
 
Visualizing and Understanding Convolutional Networks
Visualizing and Understanding Convolutional NetworksVisualizing and Understanding Convolutional Networks
Visualizing and Understanding Convolutional Networks
 
CH5
CH5CH5
CH5
 

Mehr von grssieee

Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
grssieee
 
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODELSEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
grssieee
 
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
grssieee
 
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIESTHE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
grssieee
 
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSGMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
grssieee
 
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERPROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
grssieee
 
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
grssieee
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
grssieee
 
Test
TestTest
Test
grssieee
 
test 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animations
grssieee
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
grssieee
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
grssieee
 
2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf
grssieee
 
DLR open house
DLR open houseDLR open house
DLR open house
grssieee
 
DLR open house
DLR open houseDLR open house
DLR open house
grssieee
 
DLR open house
DLR open houseDLR open house
DLR open house
grssieee
 
Tana_IGARSS2011.ppt
Tana_IGARSS2011.pptTana_IGARSS2011.ppt
Tana_IGARSS2011.ppt
grssieee
 
Solaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptSolaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.ppt
grssieee
 

Mehr von grssieee (20)

Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
Tangent height accuracy of Superconducting Submillimeter-Wave Limb-Emission S...
 
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODELSEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
SEGMENTATION OF POLARIMETRIC SAR DATA WITH A MULTI-TEXTURE PRODUCT MODEL
 
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
TWO-POINT STATISTIC OF POLARIMETRIC SAR DATA TWO-POINT STATISTIC OF POLARIMET...
 
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIESTHE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
THE SENTINEL-1 MISSION AND ITS APPLICATION CAPABILITIES
 
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSGMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
 
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERPROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
 
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
DEVELOPMENT OF ALGORITHMS AND PRODUCTS FOR SUPPORTING THE ITALIAN HYPERSPECTR...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
EO-1/HYPERION: NEARING TWELVE YEARS OF SUCCESSFUL MISSION SCIENCE OPERATION A...
 
Test
TestTest
Test
 
test 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animations
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
 
Test 70MB
Test 70MBTest 70MB
Test 70MB
 
2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf
 
DLR open house
DLR open houseDLR open house
DLR open house
 
DLR open house
DLR open houseDLR open house
DLR open house
 
DLR open house
DLR open houseDLR open house
DLR open house
 
Tana_IGARSS2011.ppt
Tana_IGARSS2011.pptTana_IGARSS2011.ppt
Tana_IGARSS2011.ppt
 
Solaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptSolaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.ppt
 

KĂŒrzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

KĂŒrzlich hochgeladen (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

3680-NoCA.pptx

  • 1. A Number-of-Classes-Adaptive Unsupervised Classification Framework for SAR Images Bin Liu, Hao Hu, Kaizhi Wang, Xingzhao Liu, and Wenxian Yu Remote Sensing Technology Institute Shanghai Jiao Tong University
  • 2. Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 2
  • 3. Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 3
  • 4. Problem Description Radar as the third eye – Synthetic Aperture Radar (SAR) A day-or-night, all-weather means of remote sensing High resolution images and useful information about the earth Several spaceborne platforms continuously deliver enormous amounts of SAR data TerraSAR-X, Germany RADARSAT-2, Canada COSMO-SkyMed, Italy ALOS-PALSAR, Japan 
 Develop automatic/semi-automatic systems for SAR image interpretation and target recognition July, 2011 IEEE IGARSS 2011 4
  • 5. Problem Description & Introduction SAR image classification Fundamental to exploiting the enormous amounts of SAR data Akey requirement in both military and civil sectors Ahighly desired goal for developing intelligent databases Anecessary process for target detection and recognition Develop an automatic system to divide the SAR images into basic land covers: Water, built-up areas, vegetated areas, 
 An important problem: The number of classes in the image is generally UNKNOWN A Number-of-Classes-Adaptive (NoCA) Unsupervised Classification Framework for SAR Images July, 2011 IEEE IGARSS 2011 5
  • 6. Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 6
  • 7. Feature Extraction & Image Representation SAR image partitioned into NP patches, m * m Feature Extraction Grey Histogram: calculated with BGHbins Texture Histogram: Inspired by Reigber et al., using the filter coefficient of the Lee speckle filter to describe the texture inhomogeneity. calculated with BTHbins x*- local mean var(x) - local variance σn2is equal to 1 over the number of looks July, 2011 IEEE IGARSS 2011 7 A. Reigber, M. JĂ€ger, W. He, L. Ferro-Famil, and O. Hellwich, “Detection and classification of urban structures based on high-resolution SAR imagery,” in Proc. Urban Remote Sens. Joint Event, Paris, France, 2007, pp. 1–6.
  • 8. Feature Extraction & Image Representation Image Representation The N * M SAR image including NPpatches  An NP * NP dissimilarity image fGH(∙) and fTH(∙) denote grey and texture histograms, respectively Dis(∙) is the city block distance αis the fusion factor July, 2011 IEEE IGARSS 2011 8
  • 9. Feature Extraction & Image Representation Image Representation July, 2011 IEEE IGARSS 2011 9 Free TerraSAR-X Data Samples. [Online]. Available: http://www.infoterra.de/free-sample-data
  • 10. Estimation of the Number of Classes Reordering Cattell: reorder the objects suitably image better able to highlight the potential class structure in the data Different methods of implementing visual representation of pairwise dissimilarity information – the Reordered Dissimilarity Image (RDI) Using the Visual Assessment of cluster Tendency (VAT) algorithm to transform the dissimilarity image into the RDI July, 2011 IEEE IGARSS 2011 10 J. C. Bezdek and R. Hathaway, “VAT: a tool for visual assessment of (cluster) tendency,” in Proc. Int’l Joint Conf. Neural Networks (IJCNN ’02), Honolulu, HI, May 2002, pp. 2225–2230
  • 11. Estimation of the Number of Classes Reordering July, 2011 IEEE IGARSS 2011 11
  • 12. Estimation of the Number of Classes Extraction The RDI can highlight the potential classes as a set of dark blocks along the diagonal of the image The Dark Block Extraction (DBE) method to automatically extract dark blocks. Using several common image and signal processing techniques Perform image segmentation on the RDI to obtain a binary image, and then apply the directional morphological filters to the binary image Apply a distance transform to the filtered binary image, and then project the pixel values along the main diagonal axis of the image to form a projection signal Smooth the projection signal, and use the first-order derivative of the projection signal to detect the major peaks and valleys of the projection signal July, 2011 IEEE IGARSS 2011 12 L. Wang, C. Leckie, K. Ramamohanarao, and J. Bezdek, “Automatically determining the number of clusters in unlabeled data sets,” IEEE Trans. Knowledge and Data Eng., vol. 21, no. 3, pp. 335–350, Mar. 2009.
  • 13. Estimation of the Number of Classes Extraction July, 2011 IEEE IGARSS 2011 13
  • 14. Estimation of the Number of Classes Inversion In the projection signal, a peak between two neighboring valleys realistically represents a class in the data Suppose that there are Nx patches between the (x–1)th and the xth valleys Due to noise, the inversion step cannot simply determine that all the Nx patches belong to the xth class. In our method, the inversion step labels the ÎČ∙Nx patches nearest to the xth peak as elements of the xth class, where ÎČis from 0 to 1 The other (1–ÎČ)∙Nx patches between the (x–1)th and the xth valleys are categorized as “undecided”, and their labels are determined in the final classification July, 2011 IEEE IGARSS 2011 14
  • 15. Estimation of the Number of Classes Inversion July, 2011 IEEE IGARSS 2011 15
  • 16. Estimation of the Number of Classes Estimate the number of classes and get initial classes July, 2011 IEEE IGARSS 2011 16
  • 17. Final Classification After the estimation operation, several important initial class parameters The number of classes X ÎČ∙NP patches with class labels, belong to initial classes C1, C2, 
, CX Final classification The commonly used technique Support Vector Machine (SVM) classifier is used LIBSVM Training data set – ÎČ∙NP patches with labels Features – Grey and texture histograms July, 2011 IEEE IGARSS 2011 17
  • 18. Incorporation of Spatial Relations between Patches Simple yet effective The SAR image is partitioned into patches with overlaps Some parts of a patch may belong to many adjacent patches, and after the final classification, they might be assigned to different classes Majority vote July, 2011 IEEE IGARSS 2011 18 M. LiĂ©nou, H. MaĂźtre, and M. Datcu, “Semantic annotation of satellite images using latent Dirichlet allocation,” IEEE Geosci. Remote Sens. Lett., vol. 7, no. 1, pp. 78–82, Jan. 2010.
  • 19. Implementation Procedures Preprocessing The single look SAR data are multilook-processed Patch Generation The SAR image is partitioned into image patches of m* m pixels with NOL pixels overlapping Preclustering Estimation The SAR image is represented by a dissimilarity image, which is reordered into a RDI image. Then, the DBE process extracts the number of classes, each class center, and initial class labels of some patches Final Classification Class labels of the “undecided” patches from the preclustering estimation operation are estimated and refined Final Decision A majority vote is used to ascribe common parts of overlapping patches to the likeliest class. Then, the class label of every pixel in the image is finally decided July, 2011 IEEE IGARSS 2011 19
  • 20. Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 20
  • 21. Experiments and Results July, 2011 IEEE IGARSS 2011 21
  • 22. Experiments and Results Performance of the proposed method Determine the number of classes = 3, √ The total accuracy is 92.97% July, 2011 IEEE IGARSS 2011 22 The SAR image The ground truth map The final classification map
  • 23. Experiments and Results Performance of the proposed method Built-up areas misclassified as vegetated areas – 9.17% Vegetated areas misclassified as built-up areas – 6.57% It seems that built-up and vegetated areas are likely to be confused with each other. The classification result may be further refined by introducing more features and prior knowledge of the scene July, 2011 IEEE IGARSS 2011 23
  • 24. Experiments and Results July, 2011 IEEE IGARSS 2011 24
  • 25. Experiments and Results July, 2011 IEEE IGARSS 2011 25 Performance of the proposed method Determine the number of classes = 3, √ The total accuracy is 95.14% The SAR image The ground truth map The final classification map
  • 26. Experiments and Results July, 2011 IEEE IGARSS 2011 26
  • 27. Experiments and Results July, 2011 IEEE IGARSS 2011 27 Performance of the proposed method Determine the number of classes = 4, √ The total accuracy is 89.90% The SAR image The ground truth map The final classification map
  • 28. Content Problem Description & Introduction Framework Feature Extraction & Image Representation Estimation of the Number of Classes Final Classification Incorporation of Spatial Relations between Patches Implementation Experiments & Results Conclusions & Future Work July, 2011 IEEE IGARSS 2011 28
  • 29. Conclusions and Future Work An NoCA Unsupervised Classification framework for SAR images Extract the numbers of classes  estimate each class center more accurately  provide robust classification under various numbers of classes Based on image patches & incorporate relations between patches  effective and efficient Pairwise-dissimilarity-based estimation operation, flexible  multiple features can be selected and fused into the estimation operation Future Work Integration of statistical information Extract the number of classes and estimate each class center in randomly selected sub-scenes, and then apply the parameters to the whole image In the future, the framework needs to be applied on an enormous SAR image database to develop a fully operational procedure July, 2011 IEEE IGARSS 2011 29
  • 30. Thank you for your attention ! July, 2011 IEEE IGARSS 2011 30