SlideShare a Scribd company logo
1 of 24
Download to read offline
Embedded Feature Selection
of Hyperspectral Bands with
Boosted Decision Trees
Sildomar Monteiro and Richard Murphy

The University of Sydney
Rio Tinto Centre for Mine Automation
    • Totally Autonomous Mine in 10 years:
        – Brings together all elements of systems, perception,
          machine learning, data fusion and more
        – A grand challenge for Field Robotics
    • Driven by safety, predictability and efficiency




     Dr Sildomar Monteiro                   IGARSS 2011          2
2
Goal: Mine Picture Compilation
• Provide a complete and accurate model of the mine
    – Mine planning and better prediction outcomes
• Maintain and update a multi-scale probabilistic
  representation
    –   Geology
    –   Geometry
    –   Equipment
    –   And other properties of interest for the mining process




 Dr Sildomar Monteiro                      IGARSS 2011            3
Today
                    Today




        Geology Feedback to Batch




                                                                  Floor mapping using
                                                                 ripped trench sections
                                    Cone logging

    Dr Sildomar Monteiro                           IGARSS 2011                            4
4
Geology (ground-truth)




Dr Sildomar Monteiro             IGARSS 2011   5
Mine Face Scanning




                               [Nieto, Viejo and
                               Monteiro, 2010]
                 IGARSS 2011                       6
Hyperspectral sensing for mining
• Geology classification (material identification) still has
  many challenges
• Environmental conditions
    – Illumination, temperature, dust
• Timely data acquisition and processing is needed
    – Algorithms and calibration
• High spectral similarity between (ore-bearing) rock
  types
    – Few, if any, distinctive spectral features




 Dr Sildomar Monteiro                      IGARSS 2011     7
Outline

• Hyperspectral classification using Boosting

• Embedded band selection

• Experiments using iron ore data




 Dr Sildomar Monteiro               IGARSS 2011   8
Hyper-spectral Sensors




                                                                Multispectral
                                                                Hyper-spectral



                                                                  SWIR
                                             VisNIR               970-2500 nm
                                             400-970 nm




                                    Band n


                           Band 6
                         Band 5
                       Band 4
                     Band 3
Dr Sildomar MonteiroBand 2                        IGARSS 2011                    9
                 Band 1
Example of Classification and Spectra




                                                                                                                                             0.6                                                    0.20
              0.6                                                      0.20                                                                              a
                            a                                                        b
                                                                                                                                             0.5
              0.5                                                                                                                                                                                   0.15




                                                                                                                               Reflectance
                                                                       0.15
Reflectance




                                                                                                                                             0.4
              0.4

                                                                                                                                             0.3                                                    0.10
              0.3                                                      0.10

                                                                                                                                             0.2
              0.2                                                                                                                                                                                   0.05
                                                                       0.05
                                                                                                                                             0.1
              0.1

                                                                                                                                             0.0                                                    0.00
              0.0                                                      0.00
                                                                                                                                                   500       750   1000 1250 1500 1750 2000 2250
                      500       750    1000 1250 1500 1750 2000 2250           500       750   1000 1250 1500 1750 2000 2250


                                                                                                                                             1.0                                                     0.5
              1.0 0.6
                          c a
                                                                        0.5
                                                                        0.20         db                                                              c
                                                                                                                                             0.8                                                     0.4
              0.8 0.5                                                   0.4




                                                                                                                               Reflectance
                                                                        0.15
Reflectance
Reflectance




                    0.4                                                                                                                      0.6                                                     0.3
              0.6                                                       0.3
                    0.3                                                 0.10
              0.4                                                       0.2                                                                  0.4                                                     0.2
                    0.2
                                                                        0.05
              0.2 0.1                                                   0.1                                                                  0.2                                                     0.1


                                                                        0.00                                                                 0.0                                                     0.0
              0.0 0.0                                                   0.0
                     500 500
                           750 750 1000 1250 1500 1750 20002250
                                 1000 1250 1500 1750 2000                      500       750 1000 1250 1500 1750 2000 2250                         500       750   1000 1250 1500 1750 2000 2250
                                                             2250               500       750 1000 1250 1500 1750 2000 2250

                                      Wavelength (nm)                                          Wavelength (nm)                                                     Wavelength (nm)
                    1.0
                                        Dr Sildomar Monteiro             0.5
                                                                                                                           IGARSS 2011                                                         10
                                c                                                     d
Hyperspectral Band Selection
• Feature Selection (vs Dimensionality Reduction)
       – Remove correlated inputs
       – Physical interpretation (band wavelengths)
•    Faster data processing
•    Possible faster data acquisition
•    Can be tailored to application
•    Indicate multispectral bands




    Dr Sildomar Monteiro                   IGARSS 2011   11
Boosting
• Sound theoretical foundation
    – Additive Logistic Regression [Friedman, 2000]
• Empirical studies show that boosting
    – Yields small classification error rates
    – Is very resilient to overfitting
• State-of-the-art results in many applications, e.g. face
  recognition in computer vision
• The idea of Boosting is to train many “weak” learners
  on various distributions (or set of weights) of the input
  data and then combine the resulting classifiers into a
  single “committee”


 Dr Sildomar Monteiro                      IGARSS 2011    12
Decision Trees
• Advantages:
    – Robustness and interpretability
• Disadvantages
    – Low accuracy and high variance
• Binary decision trees                                  (x )
     f (x , , , a,b ) a (x )               b
                                                    b           a   b
• Boosted trees
    – Accurate, robust and interpretable
                     M                
       G ( x)  sign    m f m ( x ) 
                      m1                                         m
                                                               
                                                             2 3
                                                            1
 Dr Sildomar Monteiro                      IGARSS 2011                   13
Embedded Feature Selection
• Relative Importance of input variables
                                                                    1
                                         ˆ
                                         F (x )
                                                                        2

                        Ij         Ex           . varx x j
                                          xj

• Approximation for decision trees (heuristic)
  [Friedman, 1999]
                                         J 1
                             ˆ
                             I j2 (T )         ˆ
                                               it2 ( (t )      j)
                                         t 1

• Least-squares improvement criterion
            2          wl wr                                                2
           i Rl , Rr          yl yr
                      wl w r

 Dr Sildomar Monteiro                                       IGARSS 2011         14
Embedded Feature Selection (cont.)
• Boosted Decision Trees
                                   M
                        ˆ      1         ˆ
                        I j2             I j2 Tm
                               M   m 1



• The Multi-class case
                                    K
                          ˆ    1          ˆ
                          Ij              I jk
                               K    k 1




 Dr Sildomar Monteiro                              IGARSS 2011   15
Experiments
• Hyperspectral data acquired using a field
  spectrometer (ASD)
    – 429 bands (same as hyperspectral camera)
    – Wavelengths from 350 nm to 2500 nm
• Samples of ore-bearing rocks
    – Martite, goethite, kaolinite, etc (total 9 classes)
    – Different illumination and physical conditions (direct sunlight,
      shadow and viewing angles)
• Methodology of experiments
    – Metrics: accuracy, precision, recall, F, Kappa, AUC
    – 4-fold cross-validation




 Dr Sildomar Monteiro                      IGARSS 2011               16
Hyperspectral data set




Dr Sildomar Monteiro              IGARSS 2011   17
Information in spectra

                       samples_644-17_1_00000.asd.ref                       samples_644-17_1_00035.asd.ref
           0.8
                 VisNIR                                            SWIR
           0.7

           0.6

           0.5

           0.4
 Reflectance




           0.3

           0.2

           0.1

           0.0
                 500         750         1000           1250         1500    1750         2000          2250   2500
                                                               Wavelength
Dr Sildomar Monteiro                                                        IGARSS 2011                               18
Experimental Results: 9 rock types
• Relative importance of features
                                100
 Relative importance (%)




                                 80

                                 60

                                 40

                                 20

                                  0
                                  400   600    800   1000   1200        1400       1600   1800     2000   2200   2400
                                                                   Wavelength (nm)

• Normalized count of features
                                100
 Normalized feature count (%)




                                80

                                60

                                40

                                20

                                 0
                                 400    600    800   1000   1200        1400       1600   1800     2000   2200   2400
                                                                   Wavelength (nm)



             Dr Sildomar Monteiro                                                         IGARSS 2011                   19
Experimental Results: 9 rock types
• Classification performance of selected features
  0.9000

  0.8000

  0.7000

  0.6000

  0.5000                                                 Relative Importance

  0.4000                                                 Normalized Count

  0.3000

  0.2000

  0.1000
              Accuracy   F-score   Kappa     AUC




 Dr Sildomar Monteiro                      IGARSS 2011                         20
Experimental Results
• All 9 classes




• Martite




 Dr Sildomar Monteiro              IGARSS 2011   21
Summary
• Boosting increases the performance of decision trees
  while keeping model interpretability
• We presented two approaches to perform feature
  selection using boosted decision trees
• Calculating the relative importance of features was
  more efficient than the counting of features
• The reduced set is able to predict the classes
  accurately, and more efficiently than using all features




 Dr Sildomar Monteiro              IGARSS 2011          22
Conclusions
• The standard learning procedure of boosted decision
  trees can perform feature selection automatically
• The feature selection is embedded in the internal
  structure of the model, no need for extra parameters
  or separate selection algorithms
• Instability of the models can be an issue
• Future work: how to determine the optimal number of
  features (using statistical tests)




 Dr Sildomar Monteiro            IGARSS 2011         23
When Things Don’t Work...




Dr Sildomar Monteiro              IGARSS 2011   24

More Related Content

What's hot

Hulett david
Hulett davidHulett david
Hulett davidNASAPMC
 
Fctcp Chw Trends 2 12 2007 10 2
Fctcp Chw Trends 2 12 2007 10 2Fctcp Chw Trends 2 12 2007 10 2
Fctcp Chw Trends 2 12 2007 10 2guest6ac2d0
 
Aslo 2012
Aslo 2012Aslo 2012
Aslo 2012emmats
 
E timmins schiffman_nsa2013
E timmins schiffman_nsa2013E timmins schiffman_nsa2013
E timmins schiffman_nsa2013emmats
 
Quacera Dow Jones Early Warning Reports Sept 28, 2012
Quacera Dow Jones Early Warning Reports Sept 28, 2012Quacera Dow Jones Early Warning Reports Sept 28, 2012
Quacera Dow Jones Early Warning Reports Sept 28, 2012Quacera L.L.C.
 
Models of Synaptic Transmission (2)
Models of Synaptic Transmission (2)Models of Synaptic Transmission (2)
Models of Synaptic Transmission (2)SSA KPI
 
The Origin of Diversity - Thinking with Chaotic Walk
The Origin of Diversity - Thinking with Chaotic WalkThe Origin of Diversity - Thinking with Chaotic Walk
The Origin of Diversity - Thinking with Chaotic WalkTakashi Iba
 
Energy scenario and water productivity of maize based CS under CA practices i...
Energy scenario and water productivity of maize based CS under CA practices i...Energy scenario and water productivity of maize based CS under CA practices i...
Energy scenario and water productivity of maize based CS under CA practices i...Joanna Hicks
 
Quacera Early Warning Report July 30th
Quacera Early Warning Report July 30thQuacera Early Warning Report July 30th
Quacera Early Warning Report July 30thQuacera L.L.C.
 
200081003 Friday Food@IBBT
200081003 Friday Food@IBBT200081003 Friday Food@IBBT
200081003 Friday Food@IBBTimec.archive
 
Ppt compressed sensing a tutorial
Ppt compressed sensing a tutorialPpt compressed sensing a tutorial
Ppt compressed sensing a tutorialTerence Gao
 
Poster presentation
Poster presentationPoster presentation
Poster presentationredsys
 
Leo mikkonen optiscan
Leo mikkonen optiscanLeo mikkonen optiscan
Leo mikkonen optiscanECR Community
 
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variabilityJochen Depestele
 

What's hot (16)

Hulett david
Hulett davidHulett david
Hulett david
 
Fctcp Chw Trends 2 12 2007 10 2
Fctcp Chw Trends 2 12 2007 10 2Fctcp Chw Trends 2 12 2007 10 2
Fctcp Chw Trends 2 12 2007 10 2
 
Aslo 2012
Aslo 2012Aslo 2012
Aslo 2012
 
E timmins schiffman_nsa2013
E timmins schiffman_nsa2013E timmins schiffman_nsa2013
E timmins schiffman_nsa2013
 
Quacera Dow Jones Early Warning Reports Sept 28, 2012
Quacera Dow Jones Early Warning Reports Sept 28, 2012Quacera Dow Jones Early Warning Reports Sept 28, 2012
Quacera Dow Jones Early Warning Reports Sept 28, 2012
 
Compressive sensing for transient analsyis
Compressive sensing for transient analsyisCompressive sensing for transient analsyis
Compressive sensing for transient analsyis
 
Models of Synaptic Transmission (2)
Models of Synaptic Transmission (2)Models of Synaptic Transmission (2)
Models of Synaptic Transmission (2)
 
The Origin of Diversity - Thinking with Chaotic Walk
The Origin of Diversity - Thinking with Chaotic WalkThe Origin of Diversity - Thinking with Chaotic Walk
The Origin of Diversity - Thinking with Chaotic Walk
 
Energy scenario and water productivity of maize based CS under CA practices i...
Energy scenario and water productivity of maize based CS under CA practices i...Energy scenario and water productivity of maize based CS under CA practices i...
Energy scenario and water productivity of maize based CS under CA practices i...
 
Quacera Early Warning Report July 30th
Quacera Early Warning Report July 30thQuacera Early Warning Report July 30th
Quacera Early Warning Report July 30th
 
200081003 Friday Food@IBBT
200081003 Friday Food@IBBT200081003 Friday Food@IBBT
200081003 Friday Food@IBBT
 
Radiometry and Photometry: LED Fundamentals
Radiometry and Photometry: LED FundamentalsRadiometry and Photometry: LED Fundamentals
Radiometry and Photometry: LED Fundamentals
 
Ppt compressed sensing a tutorial
Ppt compressed sensing a tutorialPpt compressed sensing a tutorial
Ppt compressed sensing a tutorial
 
Poster presentation
Poster presentationPoster presentation
Poster presentation
 
Leo mikkonen optiscan
Leo mikkonen optiscanLeo mikkonen optiscan
Leo mikkonen optiscan
 
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
2011 depestele fdi_ijms_quantifying-causes-of-discard-variability
 

Viewers also liked

IGARSS_2011_MARPU_3.ppt
IGARSS_2011_MARPU_3.pptIGARSS_2011_MARPU_3.ppt
IGARSS_2011_MARPU_3.pptgrssieee
 
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...grssieee
 
Igarss1792_v2.ppt
Igarss1792_v2.pptIgarss1792_v2.ppt
Igarss1792_v2.pptgrssieee
 
Jose_TH1_T09_5.ppt
Jose_TH1_T09_5.pptJose_TH1_T09_5.ppt
Jose_TH1_T09_5.pptgrssieee
 
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱algous
 
lesson 2 digital data acquisition and data processing
lesson 2 digital data acquisition and data processinglesson 2 digital data acquisition and data processing
lesson 2 digital data acquisition and data processingMathew John
 
Hyperspectral Image Reduction
Hyperspectral Image ReductionHyperspectral Image Reduction
Hyperspectral Image ReductionSarah Hussein
 
thenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bthenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bPrasad Thenkabail
 
Subspace_Discriminant_Approach_Hyperspectral.ppt
Subspace_Discriminant_Approach_Hyperspectral.pptSubspace_Discriminant_Approach_Hyperspectral.ppt
Subspace_Discriminant_Approach_Hyperspectral.pptgrssieee
 
ATI Professional Development Technical Training Short Course Sampler on Hyper...
ATI Professional Development Technical Training Short Course Sampler on Hyper...ATI Professional Development Technical Training Short Course Sampler on Hyper...
ATI Professional Development Technical Training Short Course Sampler on Hyper...Jim Jenkins
 
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...India Water Portal
 

Viewers also liked (12)

IGARSS_2011_MARPU_3.ppt
IGARSS_2011_MARPU_3.pptIGARSS_2011_MARPU_3.ppt
IGARSS_2011_MARPU_3.ppt
 
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...
MINIMUM ENDMEMBER-WISE DISTANCE CONSTRAINED NONNEGATIVE MATRIX FACTORIZATION ...
 
Igarss1792_v2.ppt
Igarss1792_v2.pptIgarss1792_v2.ppt
Igarss1792_v2.ppt
 
Jose_TH1_T09_5.ppt
Jose_TH1_T09_5.pptJose_TH1_T09_5.ppt
Jose_TH1_T09_5.ppt
 
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱
上海必和 Advances in-hyperspectral_imaging_3-08超光谱高光谱多光谱
 
lesson 2 digital data acquisition and data processing
lesson 2 digital data acquisition and data processinglesson 2 digital data acquisition and data processing
lesson 2 digital data acquisition and data processing
 
Hyperspectral Image Reduction
Hyperspectral Image ReductionHyperspectral Image Reduction
Hyperspectral Image Reduction
 
thenkabail-uav-germany-final1b
thenkabail-uav-germany-final1bthenkabail-uav-germany-final1b
thenkabail-uav-germany-final1b
 
Subspace_Discriminant_Approach_Hyperspectral.ppt
Subspace_Discriminant_Approach_Hyperspectral.pptSubspace_Discriminant_Approach_Hyperspectral.ppt
Subspace_Discriminant_Approach_Hyperspectral.ppt
 
ATI Professional Development Technical Training Short Course Sampler on Hyper...
ATI Professional Development Technical Training Short Course Sampler on Hyper...ATI Professional Development Technical Training Short Course Sampler on Hyper...
ATI Professional Development Technical Training Short Course Sampler on Hyper...
 
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...
Remote sensing application in agriculture & forestry_Dr Menon A R R (The Kera...
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to ST.Monteiro-EmbeddedFeatureSelection.pdf

Why we don’t know how many colors there are
Why we don’t know how many colors there areWhy we don’t know how many colors there are
Why we don’t know how many colors there areJan Morovic
 
Ispra 2007 luis martín2
Ispra 2007 luis martín2Ispra 2007 luis martín2
Ispra 2007 luis martín2IrSOLaV Pomares
 
Datasheet - Aerospace
Datasheet - AerospaceDatasheet - Aerospace
Datasheet - AerospaceGagan Sood
 
Datasheet - Nuclear and Power
Datasheet - Nuclear and PowerDatasheet - Nuclear and Power
Datasheet - Nuclear and PowerGagan Sood
 
White.p.johnson.k
White.p.johnson.kWhite.p.johnson.k
White.p.johnson.kNASAPMC
 
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...TERN Australia
 
Dsp U Lec01 Real Time Dsp Systems
Dsp U   Lec01 Real Time Dsp SystemsDsp U   Lec01 Real Time Dsp Systems
Dsp U Lec01 Real Time Dsp Systemstaha25
 
Sac+mn or ce presentation
Sac+mn or ce presentationSac+mn or ce presentation
Sac+mn or ce presentationnclee715
 
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...pmaloney1
 
Lux led45
Lux led45Lux led45
Lux led45AVNed
 
Presenting objective and subjective uncertainty information for spatial syste...
Presenting objective and subjective uncertainty information for spatial syste...Presenting objective and subjective uncertainty information for spatial syste...
Presenting objective and subjective uncertainty information for spatial syste...University of Adelaide
 
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...Michiel Stock
 
"Make problems visible and users happy" by Catherine Chabiron
"Make problems visible and users happy" by Catherine Chabiron"Make problems visible and users happy" by Catherine Chabiron
"Make problems visible and users happy" by Catherine ChabironOperae Partners
 
Datasheet - Chemical Process
Datasheet - Chemical ProcessDatasheet - Chemical Process
Datasheet - Chemical ProcessGagan Sood
 
3D Combined Footing Design
3D Combined Footing Design3D Combined Footing Design
3D Combined Footing DesignMario Galvez
 
Novel processingtechniques applicationsofadi
Novel processingtechniques applicationsofadiNovel processingtechniques applicationsofadi
Novel processingtechniques applicationsofadiSAIFoundry
 
2009 Mapping Bursary
2009 Mapping Bursary2009 Mapping Bursary
2009 Mapping Bursaryclarke_cathal
 
Fctcp Chw Trends 2 1 2007 10 7
Fctcp Chw Trends 2 1 2007 10 7Fctcp Chw Trends 2 1 2007 10 7
Fctcp Chw Trends 2 1 2007 10 7guest6ac2d0
 
Fctcp Chw Trends 2 13 2007 10 2
Fctcp Chw Trends 2 13 2007 10 2Fctcp Chw Trends 2 13 2007 10 2
Fctcp Chw Trends 2 13 2007 10 2guest6ac2d0
 

Similar to ST.Monteiro-EmbeddedFeatureSelection.pdf (20)

Why we don’t know how many colors there are
Why we don’t know how many colors there areWhy we don’t know how many colors there are
Why we don’t know how many colors there are
 
Ispra 2007 luis martín2
Ispra 2007 luis martín2Ispra 2007 luis martín2
Ispra 2007 luis martín2
 
Datasheet - Aerospace
Datasheet - AerospaceDatasheet - Aerospace
Datasheet - Aerospace
 
Datasheet - Nuclear and Power
Datasheet - Nuclear and PowerDatasheet - Nuclear and Power
Datasheet - Nuclear and Power
 
White.p.johnson.k
White.p.johnson.kWhite.p.johnson.k
White.p.johnson.k
 
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...
Corey Bradshaw_Assessing bias in extinction predictions from species-area rel...
 
Dsp U Lec01 Real Time Dsp Systems
Dsp U   Lec01 Real Time Dsp SystemsDsp U   Lec01 Real Time Dsp Systems
Dsp U Lec01 Real Time Dsp Systems
 
Sac+mn or ce presentation
Sac+mn or ce presentationSac+mn or ce presentation
Sac+mn or ce presentation
 
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...
Objective Determination Of Minimum Engine Mapping Requirements For Optimal SI...
 
Lux led45
Lux led45Lux led45
Lux led45
 
Presenting objective and subjective uncertainty information for spatial syste...
Presenting objective and subjective uncertainty information for spatial syste...Presenting objective and subjective uncertainty information for spatial syste...
Presenting objective and subjective uncertainty information for spatial syste...
 
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...
A Kernel Based Framework for Predicting Interactions Between Methanotrophs an...
 
"Make problems visible and users happy" by Catherine Chabiron
"Make problems visible and users happy" by Catherine Chabiron"Make problems visible and users happy" by Catherine Chabiron
"Make problems visible and users happy" by Catherine Chabiron
 
Datasheet - Chemical Process
Datasheet - Chemical ProcessDatasheet - Chemical Process
Datasheet - Chemical Process
 
3D Combined Footing Design
3D Combined Footing Design3D Combined Footing Design
3D Combined Footing Design
 
Novel processingtechniques applicationsofadi
Novel processingtechniques applicationsofadiNovel processingtechniques applicationsofadi
Novel processingtechniques applicationsofadi
 
2009 Mapping Bursary
2009 Mapping Bursary2009 Mapping Bursary
2009 Mapping Bursary
 
Fctcp Chw Trends 2 1 2007 10 7
Fctcp Chw Trends 2 1 2007 10 7Fctcp Chw Trends 2 1 2007 10 7
Fctcp Chw Trends 2 1 2007 10 7
 
Fctcp Chw Trends 2 13 2007 10 2
Fctcp Chw Trends 2 13 2007 10 2Fctcp Chw Trends 2 13 2007 10 2
Fctcp Chw Trends 2 13 2007 10 2
 
Crooks - Seamless cavities
Crooks - Seamless cavitiesCrooks - Seamless cavities
Crooks - Seamless cavities
 

More from 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
 

More from 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
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
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
 
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 MenDelhi Call girls
 
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
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
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
 
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
 
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
 

ST.Monteiro-EmbeddedFeatureSelection.pdf

  • 1. Embedded Feature Selection of Hyperspectral Bands with Boosted Decision Trees Sildomar Monteiro and Richard Murphy The University of Sydney
  • 2. Rio Tinto Centre for Mine Automation • Totally Autonomous Mine in 10 years: – Brings together all elements of systems, perception, machine learning, data fusion and more – A grand challenge for Field Robotics • Driven by safety, predictability and efficiency Dr Sildomar Monteiro IGARSS 2011 2 2
  • 3. Goal: Mine Picture Compilation • Provide a complete and accurate model of the mine – Mine planning and better prediction outcomes • Maintain and update a multi-scale probabilistic representation – Geology – Geometry – Equipment – And other properties of interest for the mining process Dr Sildomar Monteiro IGARSS 2011 3
  • 4. Today Today Geology Feedback to Batch Floor mapping using ripped trench sections Cone logging Dr Sildomar Monteiro IGARSS 2011 4 4
  • 5. Geology (ground-truth) Dr Sildomar Monteiro IGARSS 2011 5
  • 6. Mine Face Scanning [Nieto, Viejo and Monteiro, 2010] IGARSS 2011 6
  • 7. Hyperspectral sensing for mining • Geology classification (material identification) still has many challenges • Environmental conditions – Illumination, temperature, dust • Timely data acquisition and processing is needed – Algorithms and calibration • High spectral similarity between (ore-bearing) rock types – Few, if any, distinctive spectral features Dr Sildomar Monteiro IGARSS 2011 7
  • 8. Outline • Hyperspectral classification using Boosting • Embedded band selection • Experiments using iron ore data Dr Sildomar Monteiro IGARSS 2011 8
  • 9. Hyper-spectral Sensors Multispectral Hyper-spectral SWIR VisNIR 970-2500 nm 400-970 nm Band n Band 6 Band 5 Band 4 Band 3 Dr Sildomar MonteiroBand 2 IGARSS 2011 9 Band 1
  • 10. Example of Classification and Spectra 0.6 0.20 0.6 0.20 a a b 0.5 0.5 0.15 Reflectance 0.15 Reflectance 0.4 0.4 0.3 0.10 0.3 0.10 0.2 0.2 0.05 0.05 0.1 0.1 0.0 0.00 0.0 0.00 500 750 1000 1250 1500 1750 2000 2250 500 750 1000 1250 1500 1750 2000 2250 500 750 1000 1250 1500 1750 2000 2250 1.0 0.5 1.0 0.6 c a 0.5 0.20 db c 0.8 0.4 0.8 0.5 0.4 Reflectance 0.15 Reflectance Reflectance 0.4 0.6 0.3 0.6 0.3 0.3 0.10 0.4 0.2 0.4 0.2 0.2 0.05 0.2 0.1 0.1 0.2 0.1 0.00 0.0 0.0 0.0 0.0 0.0 500 500 750 750 1000 1250 1500 1750 20002250 1000 1250 1500 1750 2000 500 750 1000 1250 1500 1750 2000 2250 500 750 1000 1250 1500 1750 2000 2250 2250 500 750 1000 1250 1500 1750 2000 2250 Wavelength (nm) Wavelength (nm) Wavelength (nm) 1.0 Dr Sildomar Monteiro 0.5 IGARSS 2011 10 c d
  • 11. Hyperspectral Band Selection • Feature Selection (vs Dimensionality Reduction) – Remove correlated inputs – Physical interpretation (band wavelengths) • Faster data processing • Possible faster data acquisition • Can be tailored to application • Indicate multispectral bands Dr Sildomar Monteiro IGARSS 2011 11
  • 12. Boosting • Sound theoretical foundation – Additive Logistic Regression [Friedman, 2000] • Empirical studies show that boosting – Yields small classification error rates – Is very resilient to overfitting • State-of-the-art results in many applications, e.g. face recognition in computer vision • The idea of Boosting is to train many “weak” learners on various distributions (or set of weights) of the input data and then combine the resulting classifiers into a single “committee” Dr Sildomar Monteiro IGARSS 2011 12
  • 13. Decision Trees • Advantages: – Robustness and interpretability • Disadvantages – Low accuracy and high variance • Binary decision trees (x ) f (x , , , a,b ) a (x ) b b a b • Boosted trees – Accurate, robust and interpretable M  G ( x)  sign    m f m ( x )   m1  m  2 3 1 Dr Sildomar Monteiro IGARSS 2011 13
  • 14. Embedded Feature Selection • Relative Importance of input variables 1 ˆ F (x ) 2 Ij Ex . varx x j xj • Approximation for decision trees (heuristic) [Friedman, 1999] J 1 ˆ I j2 (T ) ˆ it2 ( (t ) j) t 1 • Least-squares improvement criterion 2 wl wr 2 i Rl , Rr yl yr wl w r Dr Sildomar Monteiro IGARSS 2011 14
  • 15. Embedded Feature Selection (cont.) • Boosted Decision Trees M ˆ 1 ˆ I j2 I j2 Tm M m 1 • The Multi-class case K ˆ 1 ˆ Ij I jk K k 1 Dr Sildomar Monteiro IGARSS 2011 15
  • 16. Experiments • Hyperspectral data acquired using a field spectrometer (ASD) – 429 bands (same as hyperspectral camera) – Wavelengths from 350 nm to 2500 nm • Samples of ore-bearing rocks – Martite, goethite, kaolinite, etc (total 9 classes) – Different illumination and physical conditions (direct sunlight, shadow and viewing angles) • Methodology of experiments – Metrics: accuracy, precision, recall, F, Kappa, AUC – 4-fold cross-validation Dr Sildomar Monteiro IGARSS 2011 16
  • 17. Hyperspectral data set Dr Sildomar Monteiro IGARSS 2011 17
  • 18. Information in spectra samples_644-17_1_00000.asd.ref samples_644-17_1_00035.asd.ref 0.8 VisNIR SWIR 0.7 0.6 0.5 0.4 Reflectance 0.3 0.2 0.1 0.0 500 750 1000 1250 1500 1750 2000 2250 2500 Wavelength Dr Sildomar Monteiro IGARSS 2011 18
  • 19. Experimental Results: 9 rock types • Relative importance of features 100 Relative importance (%) 80 60 40 20 0 400 600 800 1000 1200 1400 1600 1800 2000 2200 2400 Wavelength (nm) • Normalized count of features 100 Normalized feature count (%) 80 60 40 20 0 400 600 800 1000 1200 1400 1600 1800 2000 2200 2400 Wavelength (nm) Dr Sildomar Monteiro IGARSS 2011 19
  • 20. Experimental Results: 9 rock types • Classification performance of selected features 0.9000 0.8000 0.7000 0.6000 0.5000 Relative Importance 0.4000 Normalized Count 0.3000 0.2000 0.1000 Accuracy F-score Kappa AUC Dr Sildomar Monteiro IGARSS 2011 20
  • 21. Experimental Results • All 9 classes • Martite Dr Sildomar Monteiro IGARSS 2011 21
  • 22. Summary • Boosting increases the performance of decision trees while keeping model interpretability • We presented two approaches to perform feature selection using boosted decision trees • Calculating the relative importance of features was more efficient than the counting of features • The reduced set is able to predict the classes accurately, and more efficiently than using all features Dr Sildomar Monteiro IGARSS 2011 22
  • 23. Conclusions • The standard learning procedure of boosted decision trees can perform feature selection automatically • The feature selection is embedded in the internal structure of the model, no need for extra parameters or separate selection algorithms • Instability of the models can be an issue • Future work: how to determine the optimal number of features (using statistical tests) Dr Sildomar Monteiro IGARSS 2011 23
  • 24. When Things Don’t Work... Dr Sildomar Monteiro IGARSS 2011 24