SlideShare uma empresa Scribd logo
1 de 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

Mais conteúdo relacionado

Mais procurados

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 acmKriti Bajpai
 
IJARCCE 22
IJARCCE 22IJARCCE 22
IJARCCE 22Prasad K
 
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 IJECEIAES
 
Single image haze removal
Single image haze removalSingle image haze removal
Single image haze removalMohsinGhazi2
 
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
 
Rigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy SystemRigorous Pack Edge Detection Fuzzy System
Rigorous Pack Edge Detection Fuzzy Systeminventy
 
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
 
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 surveyNUPUR YADAV
 
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...IJECEIAES
 
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 Networkijaia
 
Visible watermarking using spread spectrum
Visible watermarking using spread spectrumVisible watermarking using spread spectrum
Visible watermarking using spread spectrumIAEME 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 representationsDevansh16
 
Dj31514517
Dj31514517Dj31514517
Dj31514517IJMER
 
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 detectionvivatechijri
 
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...sipij
 
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 imagessipij
 

Mais procurados (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
 

Semelhante a 3680-NoCA.pptx

Semantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSemantic Mapping of Road Scenes
Semantic Mapping of Road ScenesSunando Sengupta
 
Irrera gold2010
Irrera gold2010Irrera gold2010
Irrera gold2010grssieee
 
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 RETRIEVALsipij
 
2_ullo_presentation.pdf
2_ullo_presentation.pdf2_ullo_presentation.pdf
2_ullo_presentation.pdfgrssieee
 
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...CSCJournals
 
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
 
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 ...IRJET Journal
 
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 AdaptationCSCJournals
 
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 CorrelatorAlexander Layton
 
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 FUSIONIJCI JOURNAL
 
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 bpnnijcsa
 
Paper id 24201464
Paper id 24201464Paper id 24201464
Paper id 24201464IJRAT
 
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 ijcisjournal
 
fuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptfuzzy LBP for face recognition ppt
fuzzy LBP for face recognition pptAbdullah Gubbi
 
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...Andrew Parish
 
P.maria sheeba 15 mco010
P.maria sheeba 15 mco010P.maria sheeba 15 mco010
P.maria sheeba 15 mco010W3Edify
 
最近の研究情勢についていくために - Deep Learningを中心に -
最近の研究情勢についていくために - Deep Learningを中心に - 最近の研究情勢についていくために - Deep Learningを中心に -
最近の研究情勢についていくために - Deep Learningを中心に - Hiroshi Fukui
 
Visualizing and Understanding Convolutional Networks
Visualizing and Understanding Convolutional NetworksVisualizing and Understanding Convolutional Networks
Visualizing and Understanding Convolutional NetworksWilly Marroquin (WillyDevNET)
 

Semelhante a 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
 

Mais de 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 MODELgrssieee
 
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 CAPABILITIESgrssieee
 
GMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSGMES SPACE COMPONENT:PROGRAMMATIC STATUS
GMES SPACE COMPONENT:PROGRAMMATIC STATUSgrssieee
 
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERPROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETER
PROGRESSES OF DEVELOPMENT OF CFOSAT SCATTEROMETERgrssieee
 
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 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animationsgrssieee
 
2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdf2011_Fox_Tax_Worksheets.pdf
2011_Fox_Tax_Worksheets.pdfgrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
DLR open house
DLR open houseDLR open house
DLR open housegrssieee
 
Tana_IGARSS2011.ppt
Tana_IGARSS2011.pptTana_IGARSS2011.ppt
Tana_IGARSS2011.pptgrssieee
 
Solaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptSolaro_IGARSS_2011.ppt
Solaro_IGARSS_2011.pptgrssieee
 

Mais de 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
 

Último

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingSelcen Ozturkcan
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
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 MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
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 WorkerThousandEyes
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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 interpreternaman860154
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 

Último (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

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