37
Classification Based Marker Selection for Watershed Transform of Hyperspectral Images Yuliya Tarabalka 1, 2 , Jocelyn Chanussot 1 , Jón Atli Benediktsson 2 1 GIPSA-Lab, Grenoble Institute of Technology, France 2 University of Iceland, Reykjavik, Iceland e-mail: [email protected] July 15, 2009

Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

Classification Based Marker Selection forWatershed Transform of Hyperspectral Images

Yuliya Tarabalka1,2,Jocelyn Chanussot1, Jón Atli Benediktsson2

1GIPSA-Lab, Grenoble Institute of Technology, France2University of Iceland, Reykjavik, Icelande-mail: [email protected]

July 15, 2009

Page 2: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Outline

1 Introduction

2 Marker-controlled watershed segmentation and classification

3 Conclusions and perspectives

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 2

Page 3: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Hyperspectral image

Every pixel contains a detailed spectrum (>100 spectral bands)

+ More information per pixel → increasing capability to distinguishobjects

− Dimensionality increases → image analysis becomes morecomplex

⇓Efficient algorithms for automatic processing are required!

λ pixel vector xi

xi xix1 x2 x3x2i

xn

lines

samples

Tens or hundreds of bands wavelength λ

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 3

Page 4: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Classification problem

Input AVIRISimage

[145×145×200]

Ground-truthdata

Task

Assign every pixelto one of the 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 et al. ([email protected]) Marker Selection for Watershed of HS Images 4

Page 5: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Classification approaches

Only spectral information

Spectrum of each pixel is analyzed

Directly accessible

Kernel-based methods (e.g. SVM)→ good classification results

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 5

Page 6: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Classification approaches

Only spectral information

Spectrum of each pixel is analyzed

Directly accessible

Kernel-based methods (e.g. SVM)→ good classification results

Spectral + spatial information

Info about spatial structures includedHow to define structures?

closest neighborhood → not flexible enoughadaptive neighborhood (segmentation map)→ currently investigated

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 5

Page 7: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Our previous research (IGARSS’08)

Segment a hyperspectral image by watershed = find anexhaustive partitioning of the image into homogeneous regions

Spectral info + spatial info → classify image(majority vote within each region)

Spectral classification map (dark blue, white

and light grey classes)

Segmentation map

(3 spatial regions)

Result of spectral-spatial classification (classification

map after majority vote)

Combination of segmentation and

spectral classification results (majority vote within

3 spatial regions)

1 1 1 1 1 1 1 1 1 2 2 2 1 1 2 2 2 2 1 1 2 2 2 2 1 1 3 3 3 2 1 3 3 3 3 3 3 3 3 3 3 3

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 6

Page 8: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Watershed segmentation

gradient⇒

Region growing method:

Minimum of a gradient = core of a homogeneous region

1 region = set of pixels connected to 1 local minimum of thegradient

Watershed lines = edges between adjacent regions

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 7

Page 9: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Watershed segmentation (IGARSS’08)

Originalimage

Robust ColorMorpho Gradient

Watershed1277 regions

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 8

Page 10: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Watershed segmentation (IGARSS’08)

Originalimage

Robust ColorMorpho Gradient

Watershed1277 regions

�������3

Severe oversegmentation!

Every local minimumof the gradient

↓one region

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 8

Page 11: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

Determine markersfor each regionof interest

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 9

Page 12: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

Determine markersfor each regionof interest

Transform the gradient image⇓

markers are the only local minimaThree local minima

Gradient image

Gradient image

Transformed gradient

Marker

Single minimum

Gradient image

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 9

Page 13: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Objective

Determine markers automatically ← using results of a pixel-wiseclassification

Marker-controlled watershed → segment and classify ahyperspectral image

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 10

Page 14: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Input

B-band hyperspectral imageX = {xj ∈ RB, j = 1, 2, ..., n}B ∼ 100

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 11

Page 15: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Pixel-wise classification

SVM classifier* → well suited forhyperspectral images

Output:

classification map probability map

-

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

probability estimate for each pixelto belong to the assigned class

*C. Chang and C. Lin, "LIBSVM: A library for Support Vector Machines," Software

available at http://www.csie.ntu.edu.tw/∼cjlin/libsvm, 2001.

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 12

Page 16: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 17: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

HHHY

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 18: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 19: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Must contain a marker!

HHHHHH

HHHHHH

HHHHj

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 20: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Must contain a marker!

HHHHHH

HHHHHH

HHHHj

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 21: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

1 Perform connected components labelingof the classification map

2 Analyse each connected component:

If it is large (> 20 pixels) → use P%(5%) of its pixels with the highestprobabilities as a markerIf it is small → its pixels withprobabilities > T% (90%)are used as a marker

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Has a marker only if it isvery reliable

HHHHHH

HHHHHH

HHHHj

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 22: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Selection of the most reliable classified pixelsAnalysis of classification and probability maps:

classification map probability map

Each connected component → 1 or 0marker (2250 regions → 107 markers)

Marker is not necessarily a connected setof pixels

Each marker has a class label

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

map of 107 markers

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 13

Page 23: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Gradient

Originalhyperspectralimage

Robust ColorMorphologicalGradient*

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

*Y. Tarabalka et al., "Segmentation and classification of hyperspectral data using

watershed," in Proc. of IGARSS’08, Boston, USA, 2008.

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 14

Page 24: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

Hyperspectral image (B bands)

Pixel-wise

classification Gradient

classification map gradient probability map image

map of markers Selection of the most

reliable classified pixels

Marker-controlled watershed

segmentation

Segmentation map + classification map

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 15

Page 25: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

Create a marker image:

fm(x) =

{0, if x belongs to marker,

tmax , otherwise

Compute (fg + 1)∧fm

Perform minima imposition:morphological reconstruction byerosion of (fg + 1)

∧fm from fm:

fgmi = Rε(fg+1)

∧fm(fm)

Three local minima

Marker

Single minimum

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 16

Page 26: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

Create a marker image:

fm(x) =

{0, if x belongs to marker,

tmax , otherwise

Compute (fg + 1)∧fm

Perform minima imposition:morphological reconstruction byerosion of (fg + 1)

∧fm from fm:

fgmi = Rε(fg+1)

∧fm(fm)

Three local minima

Marker

Single minimum

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 16

Page 27: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

Create a marker image:

fm(x) =

{0, if x belongs to marker,

tmax , otherwise

Compute (fg + 1)∧fm

Perform minima imposition:morphological reconstruction byerosion of (fg + 1)

∧fm from fm:

fgmi = Rε(fg+1)

∧fm(fm)

Three local minima

Marker

Single minimum

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 16

Page 28: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

Create a marker image:

fm(x) =

{0, if x belongs to marker,

tmax , otherwise

Compute (fg + 1)∧fm

Perform minima imposition:morphological reconstruction byerosion of (fg + 1)

∧fm from fm:

fgmi = Rε(fg+1)

∧fm(fm)

Three local minima

Marker

Single minimum

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 16

Page 29: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

Three local minima

Marker

Single minimum

HHHHHH

HHHHHH

HHj

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 30: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 31: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

3 Assign every watershed pixel to thespectrally most similar neighboringregion

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 32: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

3 Assign every watershed pixel to thespectrally most similar neighboringregion

→Several minimain the filteredgradient

Several regionsin thesegmentationmap

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 33: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

3 Assign every watershed pixel to thespectrally most similar neighboringregion

4 Merge regions belonging to the samemarker

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 34: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Marker-controlled watershed segmentation

1 Transform the gradient fg → markersare the only minima

2 Apply watershed on the filteredgradient image fgmi (Vincent andSoille, 1991)

3 Assign every watershed pixel to thespectrally most similar neighboringregion

4 Merge regions belonging to the samemarker

5 Class of each marker → class of thecorresponding region

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 17

Page 35: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Classification maps & classification accuracies (%)

SVM

Proposed(107reg.)

Previous*(1277reg.)

*IGARSS’08

SVM Proposed Previous*

Overall Accuracy 78.17 85.99 86.63Average Accuracy 85.97 86.95 91.61Kappa Coefficient κ 75.33 83.98 84.83Corn-no till 78.18 80.35 94.22Corn-min till 69.64 71.94 78.06Corn 91.85 73.37 88.59Soybeans-no till 82.03 98.91 96.30Soybeans-min till 58.95 80.48 68.82Soybeans-clean till 87.94 84.75 90.78Alfalfa 74.36 94.87 94.87Grass/pasture 92.17 95.30 95.08Grass/trees 91.68 92.97 97.99Grass/pasture-mowed 100 100 100Hay-windrowed 97.72 99.54 99.54Oats 100 100 100Wheat 98.77 99.38 99.38Woods 93.01 99.36 97.11Bldg-Grass-Tree-Drives 61.52 55.45 69.39Stone-steel towers 97.78 64.44 95.56

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 18

Page 36: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Conclusions and perspectives

Conclusions1 Method for automatic selection of markers for watershed

transform is proposed2 Scheme for segmentation and classification of hyperspectral

images is developed3 The proposed method:

significantly decreases oversegmentationimproves classification accuraciesprovides classification maps with homogeneous regions

PerspectivesUse marker selection + other image segmentation methods

⇓attend WHISPERS’09, France, August 2009!

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 19

Page 37: Classification Based Marker Selection for Watershed ...€¦ · Introduction Marker-controlledwatershedsegmentationandclassification Conclusionsandperspectives Outline 1 Introduction

IntroductionMarker-controlled watershed segmentation and classification

Conclusions and perspectives

Thank you for your attention!

Yuliya Tarabalka et al. ([email protected]) Marker Selection for Watershed of HS Images 20