20
Urban Building Damage Detection From Very High Resolution Imagery By One- Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking University, P. R. China Email: [email protected] 1

Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Embed Size (px)

Citation preview

Page 1: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information

Peijun Li, Benqin Song and Haiqing Xu

Peking University, P. R. ChinaEmail: [email protected]

1

Page 2: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Outline

• Introduction

• Methods

• Results and Discussion

• Conclusion

2

Page 3: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

IntroductionPrompt and accurate detection of damage to urban infrastructure caused by disasters (e.g. earthquakes)

Very high resolution satellite (VHR) images

Automated detection and assessment methods: urgently required

Fusion of different sensor data, use of single source data

Existing methods (VHR optical data): mostly spectral data only,

Objective: use of shadow change information to refine results

3

Page 4: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Methods

• Image segmentation

• Initial building damage detection and shadow change detection

• Result refinement using shadow information

4

Page 5: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Flowchart of method

Bitemporal images

Bitemporal image segmentation

Initial building damage detection: OCSVM

Shadow and its change detection

Result refinement

Final result

Accuracy assessment5

Page 6: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Image segmentation

• Image segmentation on bitemporal images, in order to keep consistent object boundary

• A multilevel hierarchical segmentation method required:

initial building damage detection, shadow identification and change detection: different segmentation levels

Multitemporal segmentation

6

Page 7: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

7

Multispectral image

Multispectral gradient

Initial segmentation result by watershed transform

Dynamics of watershed contours

Hierarchical segmentation results

Multilevel segmentation method(Multichannel watershed transformation + dynamics of contours)

Li, P., Guo, J., Song, B. and Xiao, X., 2011, A multilevel hierarchical image segmentation method for urban impervious surface mapping using very high resolution imagery. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 4(1), 103-116.

Page 8: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Initial building damage detection using OCSVM

Building damage (‘building to non-building’): target class

Multi-date composite classification: One-class Support Vector Machine (OCSVM) – one-class classifier

8

Page 9: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

9

w

Origin

Hyperplane of separation

Target samples classified as outliers

+1

-1

One-class Support Vector Machine (OCSVM)

• Only samples of target class (e.g. building damage) required in training process

• find the maximal margin hyperplane, which best separates the training data from the origin: more training samples, less outliers

+1: target class

-1: outlier

Page 10: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Shadow change detection

1, Shadow detection from bi-temporal images

A histogram thresholding method for shadow detectionBased on intensity difference of shadow and non shadow areasBimodal histogram: shadows occupying the lower end of the histogram

2, Shadow change detection: comparison of shadows detected from two-date images

10

Page 11: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Result refinement using shadow change information

• If a building collapsed, the shadow will disappear.

• After building collapse and shadow change were detected, a simple conditional statements to refine the result:

For each building collapse area detected, if it is adjacent to an area with shadow change, then it will be remained. Otherwise, it will be considered as non building damage area and will be removed.

• The detected patches less than the size of the average buildings in the scene were removed by thresholding.

11

Page 12: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Study area: Dujianyan, China

Datasets: Quickbird images (2005, 2008)

Results

12

Page 13: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Initial building damage detection result

Spectral data only13

Page 14: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Shadow change information

Black: shadow changeWhite: no shadow change

14

Page 15: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Result comparison

  Damaged Undamaged OA Kappa  PA UA PA UA    

Spectral only 69.63 66.41 84.82 86.63 80.25 53.71

Proposed method 63.73 84.75 95.06 84.44 85.88 63.25

Building damage detection results by different methods (all in %)

15

Page 16: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Result comparison

Spectral only Proposed method

16

Page 17: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Before After Spectral only Proposed method

No damage

Damage

Result comparison

17

Page 18: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

No damage

DamageBefore After

Spectral only Proposed method

Result comparison

18

Page 19: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Conclusion

Combination of spectral information and shadow change information produced significantly higher accuracy than the use of spectral information alone.

Further investigation: * how to extract shadow more accurately, * dealing with partly damaged buildings (some walls still intact), * more datasets to evaluate,..

19

Page 20: Urban Building Damage Detection From Very High Resolution Imagery By One-Class SVM and Shadow Information Peijun Li, Benqin Song and Haiqing Xu Peking

Thank you for your attention!

20