SlideShare une entreprise Scribd logo
1  sur  29
Télécharger pour lire hors ligne
Best Merge Region Growing
with Integrated Probabilistic Classification
        for Hyperspectral Imagery

        Yuliya Tarabalka and James C. Tilton

             NASA Goddard Space Flight Center,
         Mail Code 606.3, Greenbelt, MD 20771, USA
               e-mail: yuliya.tarabalka@nasa.gov


                     July 28, 2011
Introduction
                       Proposed spectral-spatial classification scheme
                                        Conclusions and perspectives


Outline




 1      Introduction


 2      Proposed spectral-spatial classification scheme


 3      Conclusions and perspectives




     Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   2
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Hyperspectral image
 Every pixel contains a detailed spectrum (>100 spectral bands)
    + More information per pixel → increasing capability to distinguish
 objects
    − Dimensionality increases → image analysis becomes more complex
                                                      ⇓
                                      Advanced algorithms are required!

                                            λ                                  pixel vector xi



                                                                         samples
                                                      x1 x2 x3        xi                    xi
                                                                      x2i




                                        Tens or                           xn
                                        hundreds of
                                        bands       lines                       wavelength λ




  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)     Best merge region growing with integrated classification for HS data   3
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Supervised classification problem

      AVIRIS image                                        Ground-truth                                          Task
 Spatial resolution: 20m/pix
Spectral resolution: 200 bands                                data




   16 classes: corn-no till, corn-min till, corn, soybeans-no till, soybeans-min
           till, soybeans-clean till, alfalfa, grass/pasture, grass/trees,
          grass/pasture-mowed, hay-windrowed, oats, wheat, woods,
                     bldg-grass-tree-drives, stone-steel towers


  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   4
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Classification approaches

 Only spectral information

     Pixelwise approach
     Spectrum of each pixel is analyzed
     SVM and kernel-based methods
     → good classification accuracies




  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   5
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Classification approaches

 Only spectral information

     Pixelwise approach
     Spectrum of each pixel is analyzed
     SVM and kernel-based methods
     → good classification accuracies

 Spectral + spatial information

     Info about spatial structures is included
              Because neighboring pixels are related
     How to extract spatial information?
     How to combine spectral and spatial
     information?

  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   5
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Our previous research
       Segment a hyperspectral image into homogeneous regions
                Each region = adaptive neighborhood for all the pixels within the region
       Spectral info + segmentation map → classify image

                                                  1 1   1   1   1   1
                                                  1 1   1   2   2   2
                                Segmentation
                                                  1 1   2   2   2   2
                                     map
                              (3 spatial regions) 1 1   2   2   2   2
                                                  1 1   3   3   3   2
                                                  1 3   3   3   3   3
                                                  3 3   3   3   3   3


                                                                           Combination of             Result of
                                   Pixelwise                             segmentation and         spectral-spatial
                              classification map                              pixelwise             classification
                               (dark blue, white                        classification results     (classification
                                 and light grey                         (majority vote within    map after majority
                                   classes)                               3 spatial regions)            vote)




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)              Best merge region growing with integrated classification for HS data   6
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Our previous research
       Segment a hyperspectral image into homogeneous regions
                Each region = adaptive neighborhood for all the pixels within the region
       Spectral info + segmentation map → classify image

                                                  1 1   1   1   1   1
                                                  1 1   1   2   2   2
                                Segmentation
                                                  1 1   2   2   2   2
                                     map
                              (3 spatial regions) 1 1   2   2   2   2
                                                  1 1   3   3   3   2
                                                  1 3   3   3   3   3
                                                  3 3   3   3   3   3


                                                                           Combination of             Result of
                                   Pixelwise                             segmentation and         spectral-spatial
                              classification map                              pixelwise             classification
                               (dark blue, white                        classification results     (classification
                                 and light grey                         (majority vote within    map after majority
                                   classes)                               3 spatial regions)            vote)




       Unsupervised segmentation: dependence on the chosen measure of
       homogeneity

 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)              Best merge region growing with integrated classification for HS data   6
Introduction
                      Proposed spectral-spatial classification scheme
                                       Conclusions and perspectives


 Our previous research: Marker-controlled segmentation

Probabilistic pixelwise                                                     Markers = the                          Marker-
SVM classification                                                           most reliably                          controlled region
                                                                            classified pixels                       growing
  Classification map                 Probability map

                                                                        ⇒                                     ⇒




    Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)        Best merge region growing with integrated classification for HS data   7
Introduction
                      Proposed spectral-spatial classification scheme
                                       Conclusions and perspectives


 Our previous research: Marker-controlled segmentation

Probabilistic pixelwise                                                     Markers = the                          Marker-
SVM classification                                                           most reliably                          controlled region
                                                                            classified pixels                       growing
  Classification map                 Probability map

                                                                        ⇒                                     ⇒




   Drawback: strong dependence on the performance of the selected
             probabilistic classifier




    Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)        Best merge region growing with integrated classification for HS data   7
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Objective

       Perform segmentation and classification concurrently
       → best merge region growing with integrated classification




                             	
  




                         ⇑                                                                            ⇑
             Dissimilarity criterion?                                                      Convergence criterion?




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   8
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Input

                                                                                                   Hyperspectral image

                                                                                                       Preliminary
                                                                                                      probabilistic
                                                                                                      classification

                                                                                                       Each pixel =
      B-band hyperspectral image                                                                        one region
      X = {xj ∈ RB , j = 1, 2, ..., n}
                                                                                                         While
                                                                                                     not converged
      B ∼ 100
                                                                                                Find min(DC) between
                                                                                                  all pairs of spatially
                                                                                                adjacent regions (SAR)

                                                                                                 Merge all pairs of SAR
                                                                                                  with DC = min(DC).
                                                                                                  Classify new regions



                                                                                                     Spectral-spatial
                                                                                                  classification map


 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   9
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Preliminary probabilistic classification

     Kernel-based SVM classifier* → well suited for                                                            Hyperspectral image


     hyperspectral images                                                                                         Preliminary
                                                                                                                 probabilistic
                                                                                                                 classification

     Output:                                                                                                     Each pixel =
                                                                                                                  one region



   • classification map                                  • for each pixel xj :                                       While
                                                                                                                not converged
   L = {Lj , j = 1, ..., n}
                                                       a vector of K class                                  Find min(DC) between
                                                                                                              all pairs of spatially
                                                           probabilities                                    adjacent regions (SAR)

                                                                                                            Merge all pairs of SAR
                                                           {P (Lj = k|xj ),                                  with DC = min(DC).
                                                                                                             Classify new regions
                                                            k = 1, ..., K}
                                                                                                                Spectral-spatial
                                                                                                             classification map




 *C. Chang and C. Lin, "LIBSVM: A library for Support Vector Machines," Software available at
 http://www.csie.ntu.edu.tw/∼cjlin/libsvm, 2011.

  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   10
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

 1   Each pixel xi = one region Ri                                                                              Hyperspectral image
             preliminary class label L(Ri )
                                                                                                                    Preliminary
             class probabilities                                                                                   probabilistic
                                                                                                                   classification
             {Pk (Ri ) = P (L(Ri ) = k|Ri ), k = 1, ..., K}                                                        Each pixel =
                                                                                                                    one region


                                                                                                                      While
                                                                                                                  not converged



                                	
  1    	
  2    	
  3                                                       Find min(DC) between
                                                                                                                all pairs of spatially
                                                                                                              adjacent regions (SAR)


                                	
  4    	
  5    	
  6                                                       Merge all pairs of SAR
                                                                                                               with DC = min(DC).
                                                                                                               Classify new regions


                                	
  7    	
  8    	
  9                                                           Spectral-spatial


                                	
  10   	
  11   	
  12
                                                                                                               classification map

                                                                 	
  




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)       Best merge region growing with integrated classification for HS data   11
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

 2   Calculate Dissimilarity Criterion (DC) between
                                                                                                             Hyperspectral image
     spatially adjacent regions
                                                                                                                 Preliminary
             DC = function of region statistical, geometrical                                                   probabilistic
                                                                                                                classification
             and classification features                                                                         Each pixel =
                                                                                                                 one region




                           	
  1 	
  ? 	
  2         	
  3
                                                                                                                   While
                                                                                                               not converged


                                                                                                           Find min(DC) between
                                                                                                             all pairs of spatially


                           	
  4        	
  5        	
  6
                                                                                                           adjacent regions (SAR)

                                                                                                           Merge all pairs of SAR
                                                                                                            with DC = min(DC).
                                                                                                            Classify new regions


                           	
  7        	
  8        	
  9   	
                                                Spectral-spatial
                                                                                                            classification map



                           	
  10       	
  11 	
  ? 	
  12


 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   12
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification
 2   Calculate Dissimilarity Criterion
     between adjacent regions:
             Compute Spectral Angle Mapper                                                          Compute SAM between region
                                                                                                      mean vectors SAM(ui, uj)
             between the region mean vectors
             ui and uj                                                                              no                            yes
                                                                                                           L(Ri) = L(Rj) = k’
                                       ui · uj
             SAM(ui , uj ) = arccos(                                     )
                                     ui 2 uj                         2                no     (card(Ri) > M) &      yes   DC = (2 – max(Pk’(Ri),
                                                                                              (card(Rj) > M)              Pk’(Rj)))SAM(ui, uj)


             If adjacent regions have equal class                                                               DC = ∞
             labels → they belong more likely to
                                                                                       DC = (2 – min(PL(Rj)(Ri),
             the same region:                                                           PL(Ri)(Rj)))SAM(ui, uj)
             DC = (2−max(Pk (Ri ), Pk (Rj ))) ·
                        SAM(ui , uj )
                                                                                                                   DC

             If two large regions are assigned to
             different classes → they cannot be
             merged together

 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)            Best merge region growing with integrated classification for HS data   13
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification
 2   Calculate Dissimilarity Criterion
     between adjacent regions:
             Compute Spectral Angle Mapper                                                          Compute SAM between region
                                                                                                      mean vectors SAM(ui, uj)
             between the region mean vectors
             ui and uj                                                                              no                            yes
                                                                                                           L(Ri) = L(Rj) = k’
                                       ui · uj
             SAM(ui , uj ) = arccos(                                     )
                                     ui 2 uj                         2                no     (card(Ri) > M) &      yes   DC = (2 – max(Pk’(Ri),
                                                                                              (card(Rj) > M)              Pk’(Rj)))SAM(ui, uj)


             If adjacent regions have equal class                                                               DC = ∞
             labels → they belong more likely to
                                                                                       DC = (2 – min(PL(Rj)(Ri),
             the same region:                                                           PL(Ri)(Rj)))SAM(ui, uj)
             DC = (2−max(Pk (Ri ), Pk (Rj ))) ·
                        SAM(ui , uj )
                                                                                                                   DC

             If two large regions are assigned to
             different classes → they cannot be
             merged together

 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)            Best merge region growing with integrated classification for HS data   13
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification
 2   Calculate Dissimilarity Criterion
     between adjacent regions:
             Compute Spectral Angle Mapper                                                          Compute SAM between region
                                                                                                      mean vectors SAM(ui, uj)
             between the region mean vectors
             ui and uj                                                                              no                            yes
                                                                                                           L(Ri) = L(Rj) = k’
                                       ui · uj
             SAM(ui , uj ) = arccos(                                     )
                                     ui 2 uj                         2                no     (card(Ri) > M) &      yes   DC = (2 – max(Pk’(Ri),
                                                                                              (card(Rj) > M)              Pk’(Rj)))SAM(ui, uj)


             If adjacent regions have equal class                                                               DC = ∞
             labels → they belong more likely to
                                                                                       DC = (2 – min(PL(Rj)(Ri),
             the same region:                                                           PL(Ri)(Rj)))SAM(ui, uj)
             DC = (2−max(Pk (Ri ), Pk (Rj ))) ·
                        SAM(ui , uj )
                                                                                                                   DC

             If two large regions are assigned to
             different classes → they cannot be
             merged together

 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)            Best merge region growing with integrated classification for HS data   13
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification
 2   Calculate Dissimilarity Criterion
     between adjacent regions:
             Compute Spectral Angle Mapper                                                          Compute SAM between region
                                                                                                      mean vectors SAM(ui, uj)
             between the region mean vectors
             ui and uj                                                                              no                            yes
                                                                                                           L(Ri) = L(Rj) = k’
                                       ui · uj
             SAM(ui , uj ) = arccos(                                     )
                                     ui 2 uj                         2                no     (card(Ri) > M) &      yes   DC = (2 – max(Pk’(Ri),
                                                                                              (card(Rj) > M)              Pk’(Rj)))SAM(ui, uj)


             If adjacent regions have equal class                                                               DC = ∞
             labels → they belong more likely to
                                                                                       DC = (2 – min(PL(Rj)(Ri),
             the same region:                                                           PL(Ri)(Rj)))SAM(ui, uj)
             DC = (2−max(Pk (Ri ), Pk (Rj ))) ·
                        SAM(ui , uj )
                                                                                                                   DC

             If two large regions are assigned to
             different classes → they cannot be
             merged together

 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)            Best merge region growing with integrated classification for HS data   13
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification
 2   Calculate Dissimilarity Criterion
     between adjacent regions:
             Compute Spectral Angle Mapper                                                          Compute SAM between region
                                                                                                      mean vectors SAM(ui, uj)
             between the region mean vectors
             ui and uj                                                                              no                            yes
                                                                                                           L(Ri) = L(Rj) = k’
                                       ui · uj
             SAM(ui , uj ) = arccos(                                     )
                                     ui 2 uj                         2                no     (card(Ri) > M) &      yes   DC = (2 – max(Pk’(Ri),
                                                                                              (card(Rj) > M)              Pk’(Rj)))SAM(ui, uj)

             If adjacent regions have equal class
             labels → they belong more likely to                                                                DC = ∞
             the same region
                                                                                       DC = (2 – min(PL(Rj)(Ri),
             If two large regions are assigned to                                       PL(Ri)(Rj)))SAM(ui, uj)
             different classes → they cannot be
             merged together                                                                                       DC
             If two regions have different class
             labels → DC between them is
             penalized by
             (2 − min(PL(Rj ) (Ri ), PL(Ri ) (Rj )))
 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)            Best merge region growing with integrated classification for HS data   14
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

                                                                                                             Hyperspectral image
 3   Find the smallest dissimilarity criterion DCmin                                                             Preliminary
                                                                                                                probabilistic
                                                                                                                classification

                                                                                                                Each pixel =
                                                                                                                 one region



                               	
  1       	
  2       	
  3                                                       While
                                                                                                               not converged


                                                                                                           Find min(DC) between

                               	
  4       	
  5       	
  6                                                 all pairs of spatially
                                                                                                           adjacent regions (SAR)

                                                                                                           Merge all pairs of SAR
                                                                                                            with DC = min(DC).

                               	
  7       	
  8       	
  9
                                                           	
  
                                                                                                            Classify new regions



                          	
  DCmin                                                                            Spectral-spatial

                               	
  10      	
  11      	
  12
                                                                                                            classification map




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   15
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

 4   Merge all pairs of spatially adjacent regions                                                           Hyperspectral image


     with DC = DCmin .                                                                                           Preliminary
                                                                                                                probabilistic
                                                                                                                classification

                                                                                                                Each pixel =
     For each new region Rnew = Ri + Rj :                                                                        one region


                                                                                                                   While
                                                                                                               not converged


                            Pk (Ri )car d(Ri ) + Pk (Rj )car d(Rj )                                        Find min(DC) between
     Pk (Rnew ) =                                                                                            all pairs of spatially
                                                                                                           adjacent regions (SAR)
                                         car d(Rnew )
                                                                                                           Merge all pairs of SAR
                                                                                                            with DC = min(DC).
                                                                                                            Classify new regions

                    L(Rnew ) = arg max{Pk (Rnew )}
                                                   k                                                           Spectral-spatial
                                                                                                            classification map



     All the pixels in Rnew get a definite class label.




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   16
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

 4   Merge all pairs of spatially adjacent regions
     with DC = DCmin .
                                                                                                     	
  1       	
  2      	
  3
     For each new region Rnew = Ri + Rj :                                                            	
  4       	
  5      	
  6

                            Pk (Ri )car d(Ri ) + Pk (Rj )car d(Rj )                                  	
  Rnew 	
  8         	
  9    	
  
     Pk (Rnew ) =
                                         car d(Rnew )
                                                                                                                 	
  11     	
  12
                    L(Rnew ) = arg max{Pk (Rnew )}
                                                   k


     All the pixels in Rnew get a definite class label.




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data    16
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Hierarchical step-wise optimization with classification

                                                                                                             Hyperspectral image

                                                                                                                 Preliminary
 2   Calculate Dissimilarity Criterion between                                                                  probabilistic
                                                                                                                classification
     adjacent regions
                                                                                                                Each pixel =
                                                                                                                 one region


 3   Find the smallest dissimilarity criterion DCmin                                                               While
                                                                                                               not converged


                                                                                                           Find min(DC) between
                                                                                                             all pairs of spatially
 4   Merge all pairs of spatially adjacent regions                                                         adjacent regions (SAR)


     with DC = DCmin                                                                                       Merge all pairs of SAR
                                                                                                            with DC = min(DC).
                                                                                                            Classify new regions


 5   Stop if all n pixels get a definite class label.                                                           Spectral-spatial
                                                                                                            classification map
     If not converged, go to step 2




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   17
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Classification maps




                            SVM                                               Proposed HSwC method




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   18
Introduction
                   Proposed spectral-spatial classification scheme
                                    Conclusions and perspectives


Classification accuracies (%)

                                           No. of Samp.                                       SVM          HSeg
                                                                     SVM        ECHO                                     HSwC
                                           Train   Test                                       MSF          +MV
     Overall Accuracy                        -        -              78.17      82.64         88.41        90.86          89.24
     Average Accuracy                        -        -              85.97      83.75         91.57        93.96          94.18
     Kappa Coefficient κ                       -        -              75.33      80.38         86.71        89.56          87.76
     Corn-no till                           50     1384              78.18      83.45         90.97        90.46          93.06
     Corn-min till                          50      784              69.64      75.13         69.52        83.04          82.53
     Corn                                   50      184              91.85      92.39         95.65        95.65          97.28
     Soybeans-no till                       50      918              82.03      90.10         98.04        92.06          95.10
     Soybeans-min till                      50     2418              58.95      64.14         81.97        84.04          74.36
     Soybeans-clean till                    50      564              87.94      89.89         85.99        95.39          96.10
     Alfalfa                                15       39              74.36      48.72         94.87        92.31          97.44
     Grass/pasture                          50      447              92.17      94.18         94.63        94.41          93.96
     Grass/trees                            50      697              91.68      96.27         92.40        97.56          97.85
     Grass/pasture-mowed                    15       11               100       36.36          100          100            100
     Hay-windrowed                          50      439              97.72      97.72         99.77        99.54          98.86
     Oats                                   15       5                100        100           100          100            100
     Wheat                                  50      162              98.77      98.15         99.38        98.15          99.38
     Woods                                  50     1244              93.01      94.21         97.59        98.63          99.52
     Bldg-Grass-Tree-Drives                 50      330              61.52      81.52         68.79        82.12          81.52
     Stone-steel towers                     50       45              97.78      97.78         95.56         100            100




 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)      Best merge region growing with integrated classification for HS data   19
Introduction
                    Proposed spectral-spatial classification scheme
                                     Conclusions and perspectives


Conclusions and perspectives


 Conclusions
   1    New spectral-spatial classification method for hyperspectral images
        was proposed
   2    New dissimilarity criterion between image regions was defined
   3    The proposed method:
                 improves classification accuracies
                 provides classification maps with homogeneous regions

 Perspectives
        Explore further the choice of:
                 optimal representative features for segmentation regions
                 dissimilarity measures between regions



  Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   20
Introduction
                  Proposed spectral-spatial classification scheme
                                   Conclusions and perspectives




                                        Thank you for your attention!




Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov)    Best merge region growing with integrated classification for HS data   21
Best Merge Region Growing
with Integrated Probabilistic Classification
        for Hyperspectral Imagery

        Yuliya Tarabalka and James C. Tilton

             NASA Goddard Space Flight Center,
         Mail Code 606.3, Greenbelt, MD 20771, USA
               e-mail: yuliya.tarabalka@nasa.gov


                     July 28, 2011

Contenu connexe

Tendances

FR1-T08-2.pdf
FR1-T08-2.pdfFR1-T08-2.pdf
FR1-T08-2.pdf
grssieee
 
Cj31365368
Cj31365368Cj31365368
Cj31365368
IJMER
 
spkumar-503report-approved
spkumar-503report-approvedspkumar-503report-approved
spkumar-503report-approved
Prasanna Kumar
 
Thesis Manuscript Final Draft
Thesis Manuscript Final DraftThesis Manuscript Final Draft
Thesis Manuscript Final Draft
Derek Foster
 
Pami meanshift
Pami meanshiftPami meanshift
Pami meanshift
irisshicat
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
cscpconf
 

Tendances (20)

Seed net automatic seed generation with deep reinforcement learning for robus...
Seed net automatic seed generation with deep reinforcement learning for robus...Seed net automatic seed generation with deep reinforcement learning for robus...
Seed net automatic seed generation with deep reinforcement learning for robus...
 
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural ScenesTexture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
Texture Unit based Approach to Discriminate Manmade Scenes from Natural Scenes
 
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
 
FR1-T08-2.pdf
FR1-T08-2.pdfFR1-T08-2.pdf
FR1-T08-2.pdf
 
Cj31365368
Cj31365368Cj31365368
Cj31365368
 
Digital image classification
Digital image classificationDigital image classification
Digital image classification
 
IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATV
 
U4408108113
U4408108113U4408108113
U4408108113
 
93 98
93 9893 98
93 98
 
spkumar-503report-approved
spkumar-503report-approvedspkumar-503report-approved
spkumar-503report-approved
 
VARIATION-FREE WATERMARKING TECHNIQUE BASED ON SCALE RELATIONSHIP
VARIATION-FREE WATERMARKING TECHNIQUE BASED ON SCALE RELATIONSHIPVARIATION-FREE WATERMARKING TECHNIQUE BASED ON SCALE RELATIONSHIP
VARIATION-FREE WATERMARKING TECHNIQUE BASED ON SCALE RELATIONSHIP
 
Thesis Manuscript Final Draft
Thesis Manuscript Final DraftThesis Manuscript Final Draft
Thesis Manuscript Final Draft
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
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
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
 
Attentive semantic alignment with offset aware correlation kernels
Attentive semantic alignment with offset aware correlation kernelsAttentive semantic alignment with offset aware correlation kernels
Attentive semantic alignment with offset aware correlation kernels
 
Pami meanshift
Pami meanshiftPami meanshift
Pami meanshift
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
MULTIFOCUS IMAGE FUSION USING MULTIRESOLUTION APPROACH WITH BILATERAL GRADIEN...
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multi
 

En vedette (9)

TH4.TO4.5.ppt
TH4.TO4.5.pptTH4.TO4.5.ppt
TH4.TO4.5.ppt
 
IGARSS-2011.ppt
IGARSS-2011.pptIGARSS-2011.ppt
IGARSS-2011.ppt
 
Jacobson_Mark_1041.pdf
Jacobson_Mark_1041.pdfJacobson_Mark_1041.pdf
Jacobson_Mark_1041.pdf
 
Mark Jacobson
Mark JacobsonMark Jacobson
Mark Jacobson
 
IGARSSoral_Zhang_July.ppt
IGARSSoral_Zhang_July.pptIGARSSoral_Zhang_July.ppt
IGARSSoral_Zhang_July.ppt
 
IGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptIGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS-July-2011-final radarsat application in ocean wind measurements.ppt
IGARSS-July-2011-final radarsat application in ocean wind measurements.pptIGARSS-July-2011-final radarsat application in ocean wind measurements.ppt
IGARSS-July-2011-final radarsat application in ocean wind measurements.ppt
 
McNairn soil moisture IGARSS 2011 v2.ppt
McNairn soil moisture IGARSS 2011 v2.pptMcNairn soil moisture IGARSS 2011 v2.ppt
McNairn soil moisture IGARSS 2011 v2.ppt
 

Similaire à Tarabalka_IGARSS.pdf

IGARSS 2011 Arch.ppt
IGARSS 2011 Arch.pptIGARSS 2011 Arch.ppt
IGARSS 2011 Arch.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
grssieee
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
grssieee
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
grssieee
 
Conceptual models of real world geographical phenomena (epm107_2007)
Conceptual models of real world geographical phenomena (epm107_2007)Conceptual models of real world geographical phenomena (epm107_2007)
Conceptual models of real world geographical phenomena (epm107_2007)
esambale
 

Similaire à Tarabalka_IGARSS.pdf (20)

Image classification in remote sensing
Image classification in remote sensingImage classification in remote sensing
Image classification in remote sensing
 
IGARSS 2011 Arch.ppt
IGARSS 2011 Arch.pptIGARSS 2011 Arch.ppt
IGARSS 2011 Arch.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
 
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATAARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
ARCHAEOLOGICAL LAND USE CHARACTERIZATION USING MULTISPECTRAL REMOTE SENSING DATA
 
IGARSS 2011.ppt
IGARSS 2011.pptIGARSS 2011.ppt
IGARSS 2011.ppt
 
BREWSTER_K_poster
BREWSTER_K_posterBREWSTER_K_poster
BREWSTER_K_poster
 
CPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of Maps
CPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of MapsCPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of Maps
CPlaNet: Enhancing Image Geolocalization by Combinatorial Partitioning of Maps
 
Recent Advances in Crop Classification
Recent Advances in Crop ClassificationRecent Advances in Crop Classification
Recent Advances in Crop Classification
 
Conceptual models of real world geographical phenomena (epm107_2007)
Conceptual models of real world geographical phenomena (epm107_2007)Conceptual models of real world geographical phenomena (epm107_2007)
Conceptual models of real world geographical phenomena (epm107_2007)
 

Plus 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 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 34mb wo animations
test  34mb wo animationstest  34mb wo animations
test 34mb wo animations
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
 

Plus 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
 

Dernier

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
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Dernier (20)

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
 
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
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
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
 
[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
 
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...
 

Tarabalka_IGARSS.pdf

  • 1. Best Merge Region Growing with Integrated Probabilistic Classification for Hyperspectral Imagery Yuliya Tarabalka and James C. Tilton NASA Goddard Space Flight Center, Mail Code 606.3, Greenbelt, MD 20771, USA e-mail: yuliya.tarabalka@nasa.gov July 28, 2011
  • 2. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Outline 1 Introduction 2 Proposed spectral-spatial classification scheme 3 Conclusions and perspectives Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 2
  • 3. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hyperspectral image Every pixel contains a detailed spectrum (>100 spectral bands) + More information per pixel → increasing capability to distinguish objects − Dimensionality increases → image analysis becomes more complex ⇓ Advanced algorithms are required! λ pixel vector xi samples x1 x2 x3 xi xi x2i Tens or xn hundreds of bands lines wavelength λ Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 3
  • 4. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Supervised classification problem AVIRIS image Ground-truth Task Spatial resolution: 20m/pix Spectral resolution: 200 bands data 16 classes: corn-no till, corn-min till, corn, soybeans-no till, soybeans-min till, soybeans-clean till, alfalfa, grass/pasture, grass/trees, grass/pasture-mowed, hay-windrowed, oats, wheat, woods, bldg-grass-tree-drives, stone-steel towers Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 4
  • 5. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Classification approaches Only spectral information Pixelwise approach Spectrum of each pixel is analyzed SVM and kernel-based methods → good classification accuracies Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 5
  • 6. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Classification approaches Only spectral information Pixelwise approach Spectrum of each pixel is analyzed SVM and kernel-based methods → good classification accuracies Spectral + spatial information Info about spatial structures is included Because neighboring pixels are related How to extract spatial information? How to combine spectral and spatial information? Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 5
  • 7. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Our previous research Segment a hyperspectral image into homogeneous regions Each region = adaptive neighborhood for all the pixels within the region Spectral info + segmentation map → classify image 1 1 1 1 1 1 1 1 1 2 2 2 Segmentation 1 1 2 2 2 2 map (3 spatial regions) 1 1 2 2 2 2 1 1 3 3 3 2 1 3 3 3 3 3 3 3 3 3 3 3 Combination of Result of Pixelwise segmentation and spectral-spatial classification map pixelwise classification (dark blue, white classification results (classification and light grey (majority vote within map after majority classes) 3 spatial regions) vote) Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 6
  • 8. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Our previous research Segment a hyperspectral image into homogeneous regions Each region = adaptive neighborhood for all the pixels within the region Spectral info + segmentation map → classify image 1 1 1 1 1 1 1 1 1 2 2 2 Segmentation 1 1 2 2 2 2 map (3 spatial regions) 1 1 2 2 2 2 1 1 3 3 3 2 1 3 3 3 3 3 3 3 3 3 3 3 Combination of Result of Pixelwise segmentation and spectral-spatial classification map pixelwise classification (dark blue, white classification results (classification and light grey (majority vote within map after majority classes) 3 spatial regions) vote) Unsupervised segmentation: dependence on the chosen measure of homogeneity Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 6
  • 9. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Our previous research: Marker-controlled segmentation Probabilistic pixelwise Markers = the Marker- SVM classification most reliably controlled region classified pixels growing Classification map Probability map ⇒ ⇒ Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 7
  • 10. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Our previous research: Marker-controlled segmentation Probabilistic pixelwise Markers = the Marker- SVM classification most reliably controlled region classified pixels growing Classification map Probability map ⇒ ⇒ Drawback: strong dependence on the performance of the selected probabilistic classifier Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 7
  • 11. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Objective Perform segmentation and classification concurrently → best merge region growing with integrated classification   ⇑ ⇑ Dissimilarity criterion? Convergence criterion? Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 8
  • 12. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Input Hyperspectral image Preliminary probabilistic classification Each pixel = B-band hyperspectral image one region X = {xj ∈ RB , j = 1, 2, ..., n} While not converged B ∼ 100 Find min(DC) between all pairs of spatially adjacent regions (SAR) Merge all pairs of SAR with DC = min(DC). Classify new regions Spectral-spatial classification map Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 9
  • 13. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Preliminary probabilistic classification Kernel-based SVM classifier* → well suited for Hyperspectral image hyperspectral images Preliminary probabilistic classification Output: Each pixel = one region • classification map • for each pixel xj : While not converged L = {Lj , j = 1, ..., n} a vector of K class Find min(DC) between all pairs of spatially probabilities adjacent regions (SAR) Merge all pairs of SAR {P (Lj = k|xj ), with DC = min(DC). Classify new regions k = 1, ..., K} Spectral-spatial classification map *C. Chang and C. Lin, "LIBSVM: A library for Support Vector Machines," Software available at http://www.csie.ntu.edu.tw/∼cjlin/libsvm, 2011. Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 10
  • 14. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 1 Each pixel xi = one region Ri Hyperspectral image preliminary class label L(Ri ) Preliminary class probabilities probabilistic classification {Pk (Ri ) = P (L(Ri ) = k|Ri ), k = 1, ..., K} Each pixel = one region While not converged  1  2  3 Find min(DC) between all pairs of spatially adjacent regions (SAR)  4  5  6 Merge all pairs of SAR with DC = min(DC). Classify new regions  7  8  9 Spectral-spatial  10  11  12 classification map   Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 11
  • 15. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion (DC) between Hyperspectral image spatially adjacent regions Preliminary DC = function of region statistical, geometrical probabilistic classification and classification features Each pixel = one region  1  ?  2  3 While not converged Find min(DC) between all pairs of spatially  4  5  6 adjacent regions (SAR) Merge all pairs of SAR with DC = min(DC). Classify new regions  7  8  9   Spectral-spatial classification map  10  11  ?  12 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 12
  • 16. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion between adjacent regions: Compute Spectral Angle Mapper Compute SAM between region mean vectors SAM(ui, uj) between the region mean vectors ui and uj no yes L(Ri) = L(Rj) = k’ ui · uj SAM(ui , uj ) = arccos( ) ui 2 uj 2 no (card(Ri) > M) & yes DC = (2 – max(Pk’(Ri), (card(Rj) > M) Pk’(Rj)))SAM(ui, uj) If adjacent regions have equal class DC = ∞ labels → they belong more likely to DC = (2 – min(PL(Rj)(Ri), the same region: PL(Ri)(Rj)))SAM(ui, uj) DC = (2−max(Pk (Ri ), Pk (Rj ))) · SAM(ui , uj ) DC If two large regions are assigned to different classes → they cannot be merged together Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 13
  • 17. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion between adjacent regions: Compute Spectral Angle Mapper Compute SAM between region mean vectors SAM(ui, uj) between the region mean vectors ui and uj no yes L(Ri) = L(Rj) = k’ ui · uj SAM(ui , uj ) = arccos( ) ui 2 uj 2 no (card(Ri) > M) & yes DC = (2 – max(Pk’(Ri), (card(Rj) > M) Pk’(Rj)))SAM(ui, uj) If adjacent regions have equal class DC = ∞ labels → they belong more likely to DC = (2 – min(PL(Rj)(Ri), the same region: PL(Ri)(Rj)))SAM(ui, uj) DC = (2−max(Pk (Ri ), Pk (Rj ))) · SAM(ui , uj ) DC If two large regions are assigned to different classes → they cannot be merged together Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 13
  • 18. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion between adjacent regions: Compute Spectral Angle Mapper Compute SAM between region mean vectors SAM(ui, uj) between the region mean vectors ui and uj no yes L(Ri) = L(Rj) = k’ ui · uj SAM(ui , uj ) = arccos( ) ui 2 uj 2 no (card(Ri) > M) & yes DC = (2 – max(Pk’(Ri), (card(Rj) > M) Pk’(Rj)))SAM(ui, uj) If adjacent regions have equal class DC = ∞ labels → they belong more likely to DC = (2 – min(PL(Rj)(Ri), the same region: PL(Ri)(Rj)))SAM(ui, uj) DC = (2−max(Pk (Ri ), Pk (Rj ))) · SAM(ui , uj ) DC If two large regions are assigned to different classes → they cannot be merged together Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 13
  • 19. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion between adjacent regions: Compute Spectral Angle Mapper Compute SAM between region mean vectors SAM(ui, uj) between the region mean vectors ui and uj no yes L(Ri) = L(Rj) = k’ ui · uj SAM(ui , uj ) = arccos( ) ui 2 uj 2 no (card(Ri) > M) & yes DC = (2 – max(Pk’(Ri), (card(Rj) > M) Pk’(Rj)))SAM(ui, uj) If adjacent regions have equal class DC = ∞ labels → they belong more likely to DC = (2 – min(PL(Rj)(Ri), the same region: PL(Ri)(Rj)))SAM(ui, uj) DC = (2−max(Pk (Ri ), Pk (Rj ))) · SAM(ui , uj ) DC If two large regions are assigned to different classes → they cannot be merged together Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 13
  • 20. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 2 Calculate Dissimilarity Criterion between adjacent regions: Compute Spectral Angle Mapper Compute SAM between region mean vectors SAM(ui, uj) between the region mean vectors ui and uj no yes L(Ri) = L(Rj) = k’ ui · uj SAM(ui , uj ) = arccos( ) ui 2 uj 2 no (card(Ri) > M) & yes DC = (2 – max(Pk’(Ri), (card(Rj) > M) Pk’(Rj)))SAM(ui, uj) If adjacent regions have equal class labels → they belong more likely to DC = ∞ the same region DC = (2 – min(PL(Rj)(Ri), If two large regions are assigned to PL(Ri)(Rj)))SAM(ui, uj) different classes → they cannot be merged together DC If two regions have different class labels → DC between them is penalized by (2 − min(PL(Rj ) (Ri ), PL(Ri ) (Rj ))) Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 14
  • 21. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification Hyperspectral image 3 Find the smallest dissimilarity criterion DCmin Preliminary probabilistic classification Each pixel = one region  1  2  3 While not converged Find min(DC) between  4  5  6 all pairs of spatially adjacent regions (SAR) Merge all pairs of SAR with DC = min(DC).  7  8  9   Classify new regions  DCmin Spectral-spatial  10  11  12 classification map Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 15
  • 22. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 4 Merge all pairs of spatially adjacent regions Hyperspectral image with DC = DCmin . Preliminary probabilistic classification Each pixel = For each new region Rnew = Ri + Rj : one region While not converged Pk (Ri )car d(Ri ) + Pk (Rj )car d(Rj ) Find min(DC) between Pk (Rnew ) = all pairs of spatially adjacent regions (SAR) car d(Rnew ) Merge all pairs of SAR with DC = min(DC). Classify new regions L(Rnew ) = arg max{Pk (Rnew )} k Spectral-spatial classification map All the pixels in Rnew get a definite class label. Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 16
  • 23. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification 4 Merge all pairs of spatially adjacent regions with DC = DCmin .  1  2  3 For each new region Rnew = Ri + Rj :  4  5  6 Pk (Ri )car d(Ri ) + Pk (Rj )car d(Rj )  Rnew  8  9   Pk (Rnew ) = car d(Rnew )  11  12 L(Rnew ) = arg max{Pk (Rnew )} k All the pixels in Rnew get a definite class label. Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 16
  • 24. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Hierarchical step-wise optimization with classification Hyperspectral image Preliminary 2 Calculate Dissimilarity Criterion between probabilistic classification adjacent regions Each pixel = one region 3 Find the smallest dissimilarity criterion DCmin While not converged Find min(DC) between all pairs of spatially 4 Merge all pairs of spatially adjacent regions adjacent regions (SAR) with DC = DCmin Merge all pairs of SAR with DC = min(DC). Classify new regions 5 Stop if all n pixels get a definite class label. Spectral-spatial classification map If not converged, go to step 2 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 17
  • 25. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Classification maps SVM Proposed HSwC method Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 18
  • 26. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Classification accuracies (%) No. of Samp. SVM HSeg SVM ECHO HSwC Train Test MSF +MV Overall Accuracy - - 78.17 82.64 88.41 90.86 89.24 Average Accuracy - - 85.97 83.75 91.57 93.96 94.18 Kappa Coefficient κ - - 75.33 80.38 86.71 89.56 87.76 Corn-no till 50 1384 78.18 83.45 90.97 90.46 93.06 Corn-min till 50 784 69.64 75.13 69.52 83.04 82.53 Corn 50 184 91.85 92.39 95.65 95.65 97.28 Soybeans-no till 50 918 82.03 90.10 98.04 92.06 95.10 Soybeans-min till 50 2418 58.95 64.14 81.97 84.04 74.36 Soybeans-clean till 50 564 87.94 89.89 85.99 95.39 96.10 Alfalfa 15 39 74.36 48.72 94.87 92.31 97.44 Grass/pasture 50 447 92.17 94.18 94.63 94.41 93.96 Grass/trees 50 697 91.68 96.27 92.40 97.56 97.85 Grass/pasture-mowed 15 11 100 36.36 100 100 100 Hay-windrowed 50 439 97.72 97.72 99.77 99.54 98.86 Oats 15 5 100 100 100 100 100 Wheat 50 162 98.77 98.15 99.38 98.15 99.38 Woods 50 1244 93.01 94.21 97.59 98.63 99.52 Bldg-Grass-Tree-Drives 50 330 61.52 81.52 68.79 82.12 81.52 Stone-steel towers 50 45 97.78 97.78 95.56 100 100 Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 19
  • 27. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Conclusions and perspectives Conclusions 1 New spectral-spatial classification method for hyperspectral images was proposed 2 New dissimilarity criterion between image regions was defined 3 The proposed method: improves classification accuracies provides classification maps with homogeneous regions Perspectives Explore further the choice of: optimal representative features for segmentation regions dissimilarity measures between regions Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 20
  • 28. Introduction Proposed spectral-spatial classification scheme Conclusions and perspectives Thank you for your attention! Yuliya Tarabalka and James C. Tilton (yuliya.tarabalka@nasa.gov) Best merge region growing with integrated classification for HS data 21
  • 29. Best Merge Region Growing with Integrated Probabilistic Classification for Hyperspectral Imagery Yuliya Tarabalka and James C. Tilton NASA Goddard Space Flight Center, Mail Code 606.3, Greenbelt, MD 20771, USA e-mail: yuliya.tarabalka@nasa.gov July 28, 2011