You are on page 1of 4

A KNOWLEDGE-BASED METHOD FOR ROAD DAMAGE DETECTION USING HIGH-

RESOLUTION REMOTE SENSING IMAGE

Jianhua Wang 1, Qiming Qin1, Jianghua Zhao2, Xin Ye 1, Xuebin Qin 1,


Xiucheng Yang1, Jun Wang1, Xiaopo Zheng 1, Yuejun Sun1
1. Institute of Remote Sensing and GIS, Peking University, Beijing, 100871, China
2. Scientific Data Center, Computer Network Information Center, Chinese Academy of Sciences,
Beijing, 100190, China
Corresponding author: Qiming Qin E-mail: qmqinpku@163.com

ABSTRACT other environmental changes. Road damage detection to


identify the damaged roads. It facilities the early assessment
Road damage detection from high-resolution remote sensing of disasters, emergency repair of lifeline systems and the
image is critical for natural disaster investigation and reconstruction of transport infrastructures and also improves
disaster relief. In a disaster context, the pair of pre-disaster the efficiency of disaster rescue [1].
and post-disaster road data for change detection are difficult With the development of remote sensing technology, we
to obtain due to the mismatch of different data sources, can get more information about the spatial structure of
especially for rural areas where the pre-disaster data (i.e. ground features, details of texture and other information
remote sensing imagery or vector map) are hard to obtain. In from remote sensing images. Remote sensing have been
this study, a knowledge-based method for road damage widely applied for road extraction and detection. Trinder et
detection solely from post-disaster high-resolution remote al. proposed a knowledge-based method for automatic road
sensing image is proposed. The road centerline is firstly extraction from aerial images. This method uses the
extracted based on the preset road seed points. Then, geometric and radiometric properties of roads and the
features such as road brightness, standard deviation, relationship between road in low and high resolution images
rectangularity, aspect ratio are selected form a knowledge to extract roads successfully [2]. Based on normalized cut
model. Finally, under the guidance of the road centerline, the algorithm and texture progressive analysis, Senthilnath et al.
post-disaster roads are extracted and the damaged roads put forward an urban road extraction method using
were detected by applying the knowledge model. The newly geometric characteristics, structural and spectral of road [3].
developed method is evaluated using a WorldView-1 image Singh et al. used the adaptive global threshold and the
over Wenchuan, China acquired three days after the morphological operations to extract road network from high
earthquake in May 15, 2008. The results show that the resolution satellite image [4]. Samadzadegan used the pre-
producer’s accuracy (PA) and user’s accuracy (UA) reached event and post-event data to detect damaged roads and
about 90% and 85% respectively, indicating that the showed promising results [5]. Haghighattalab et al. adopted
proposed method is effective for road damage detection. a similar method that used the vector map and post-event
This approach also significantly reduces the need for pre- satellite image for road damage detection in Bam, Iran [6].
disaster remote sensing data. In summary, most of existing studies focus on intact road
extraction or road damage detection with the pre-event data
Index Terms—High-resolution remote sensing image; (remote sensing image or vector map) and post-event image.
Road centerline; Knowledge model; Damage detection; However, few studies have been conducted on road damage
detection without the pre-disaster data.
1. INTRODUCTION To overcome the aforementioned problems, this paper
proposes a knowledge-based method for road damage
There are various types of disasters, and the disasters are detection using high-resolution remote sensing images,
widely distributed across the world with high frequency, which compensates the absence of pre-disaster data. The
which result in heavy loss in economy and social stability. objectives of this study are: (1) extracting the post-event
As a key component of the transportation systems, roads road for the normal operation and regulation of
play a significant role in lifeline engineering in the disaster transportation systems, and (2) detecting damaged road for
prevention and mitigation in transportation systems and for disaster rescue. The remote sensing technology are applied
disaster relief and evacuation. Road damage is mainly through the process of road damage detection to achieve
caused by the surrounding terrain, geology, hydrology and above goals.

978-1-4799-7929-5/15/$31.00 ©2015 IEEE 3564 IGARSS 2015


2. METHODS hypothesized road segments. The results after verification
are post-processed by mathematical morphology, and the
This study proposes a method of road damage detection post-disaster road segments are extracted.
based on the road knowledge. There are three key In this study, the road centerline and road edges are
procedures in this study: the road centerline extraction, the selected to calculate the road width wroad . In order to detect
post-disaster road extraction and the damage detection based the road edges, the canny edge detection algorithm is
on road knowledge. Road centerline is identified from high- applied after edges are highlighted by bilateral filter to
resolution remote sensing image firstly and is used to extract reduce the influence of lanes, vehicles and other noise [38].
the post-disaster road with the knowledge model. Damaged Because the width of a road keeps invariant, we can still
road is detected by the spatial analysis. calculate the road width when the detected edges are
incomplete. The road width is then obtained by combining
2.1. Road centerline extraction the road centerline with detected edges.
Quantitative parameters of road knowledge include
With occurrence of the disaster, the boundary of the road brightness, standard deviation, rectangularity, area, length-
turns into irregular polygon. The existing methods of road to-width ratio and so on. The knowledge-based method has
extraction are not applicable in practical damage detection. two key components: hypothesis generation and verification
In this case, road centerline plays a critical role in road of hypotheses. The hypothesis model is built for hypothesis
damage detection. Miao et al. put forward an integrated generation and the verification model is built to verify the
method incorporates the strengths of the geodesic method, hypotheses. The brightness and standard deviation are
kernel density estimation (KDE), and mean shift to extract selected to build hypothesis model and the rectangularity
road centerline [7]. This method is on the basic of the preset and length-to-width ratio are selected to build verification
road seed points with no need of complete road information model. The expression of hypothesis model is as follows:
and is selected in this paper.
H road  Broad Sroad b  B
1 road  b2 or s1  Sroad  s2  (1)
2.2. Post-disaster Road Extraction Based on Knowledge
where H road is the hypothetic road segments, Broad and
The extraction and application of road knowledge is critical Sroad are the brightness and standard deviation of the road
to extract the post-event roads. In general, the roads in the segments respectively, b1 and b2 are the predefined
high-resolution remote sensing images usually present thresholds for the brightness of the road segments, s1 and
features specified as follows: (1) Roads are ribbon-shaped s2 are the predefined thresholds for the standard deviation
with steady width. (2) The road objects generated by road of the road segments. For the objects generated by image
segmentation show relatively high homogeneity. (3) The two segmentation, if Broad  [b1 , b2 ] or Sroad  [s1 , s2 ] , the
edges (sidelines) of roads are usually parallel and distinctive corresponding objects are defined as hypothetic road
in image. (4) Roads have regular geometry, and its segments. However, there are still some trees, vehicles and
rectangularity and the length-to-width ratio are high. With other false objects in the hypothetic road segments. The
occurrence of the disaster, the roads can be divided into verification model is used to remove those false objects. The
undamaged road segments and damaged road segments. expression of verification model is as follows:
Compared with the pre-disaster roads, the undamaged road
segments remain the same, while the boundary of damaged Vroad  H road  R W  R  r1 or W  w1  (2)
road segments turns into irregular polygon.
The post-disaster road refers to the undamaged road and it where Vroad is the road segments after verification, R and
means the part of road that has not been damaged after the W are the rectangularity and length-to-width ratio of the
disaster. Because the damaged road is irregular, it is very road segments respectively, r1 and w1 are the predefined
difficult to be extracted directly. In this study, the post- thresholds for the rectangularity and length-to-width ratio of
disaster road is used to detect the damaged road. A the road segments respectively. The equation (2) means that
knowledge-based method is proposed for post-disaster road if the R  (0, r1 ) or W  (0, w1 ) , the corresponding objects
extraction. This method consists of four main steps. Firstly, are removed from the H road . The verified results are the
the width of a road is calculated using the road centerline road segments.
and the road edges obtained by the edge detection method. For the post-disaster road segments, the knowledge model
Then, appropriate road knowledge is chosen to build the built foregoing is used to extract them after the multi-scale
knowledge model for road extraction. It includes the segmentation by the object-oriented method. The specific
hypothesis model and the verification model. Successively, principle is shown in Figure 1.
hypothesized road segments are extracted using the Figure 1 shows the schematic diagram of post-disaster
hypothesis model under the guidance of the road centerline, road extraction. P is a group of pixels located in the road
and finally the verification model is used to verify the centerline ( P  { p1 , p2 ,..., pn } , n is the total number of

3565
pixels). l represents the searching line which moves along 3. RESULTS
the road centerline and the length is D ( D  wroad ). The
procedure for extracting the post-disaster road segments is 3.1. Road Damage Detection
as follows:
(1) l is bisected vertically by the road centerline. Starting In this paper, the study area is located in the Wenchuan
from p1 , the road objects intersected by l at p1 are County, Sichuan Province, China. The experimental data is a
examined by the hypothesis model. panchromatic remote sensing image which was acquired by
(2) If they pass the hypothesis model, they are classified WorldView-1 on 15 May 2008. The detection of damaged
as hypothetic road segments and vice versa. road is based on post-disaster road recognition. The process
(3) If the hypothetic road segments are identified, they are mainly includes road centerline extraction combining with
to be verified by the verification model and the false road road seed points, post-disaster road extraction based on
objects will be removed, otherwise the next pixel p2 is knowledge and damage detection using spatial analysis.
analyzed. The road centerline is extracted firstly. The result of
(4) After traversing all the pixels in P, the extracted extracted road centerline (red line) is shown in Figure 3
results will be post-processed by the closing operation of where road seed points are shown as yellow crosses. Then,
mathematical morphology. In this way, the post-disaster the post-disaster road segments are extracted based on the
road segments are extracted. hypothesis model and the verification mode (Figure 4).
Y Finally, the buffer with the radius of wroad / 2 is generated
P = {p1 ,p 2 ,...,pn } by the road centerline and the erase analysis is used to detect
Post-disaster
road
the damaged regions of the road. The detection results of
damaged roads are shown in Figure 5.
D
yp
Damaged
wroad l road

Road
centerline

o xp
X

Fig.1 Schematic diagram of post-disaster road extraction

2.3. Road Damage Detection Using the Spatial Analysis

In this paper, damaged road is detected using the spatial


relationship between the post-disaster road and damaged
road. With occurrence of the disaster, the roads are divided Fig.3 Result of road centerline extraction
into post-disaster roads and damaged roads. The spatial
relationship between the post-disaster road and damaged
road is adjacent but do not intersect. The buffer with the
radius of wroad / 2 is generated by the road centerline. By
applying the ERASE operation to the buffer with the post-
disaster roads, the damaged road is obtained (Figure 2).

Fig.4 Results of post-disaster road extraction

Erase

Pre-disaster Post-disaster Damaged


road road road
Fig.2 Schematic diagram of road damage detection Fig.5 Results of damage detection

3566
3.2. Accuracy Evaluation great value for damaged road detection in disaster areas
especially where pre-disaster data are hard to obtain.
Within the study area, the damaged road segments were also Considering the influence of mixed pixels, the research on
manually delineated. The width, length and area of the target enhancing algorithms to increase the contrast between
manually delineated results were calculated and used as the road and other land markers worth a further exploration.
references to assess the accuracy of the automatic damaged
detection. Table 1 presents the accuracy of road damage 5. ACKNOWLEDGEMENTS
detection.
This study was funded by the National High Technology
Table 1. Accuracy evaluation of road damage detection Research and Development Program ("863"Program) of
China (Grant Number 2012AA121305)
Real Detected Correctly
Indicators damaged damaged detected PA(%) UA(%) 6. REFERENCES
road road road
Width 8m 7.5m 7.5m 93.75 100.00 [1] Lan R., Feng B., Wang Z., “Study on the fast assessment of
traffic capacity of highway bridges after strong earthquakes,”
Length 353m 392m 323m 91.50 82.40 World Earthquake Engineering, 2009, 25(2): 81-87.

Area 2661 m2 2809 m2 2322 m2 87.26 82.66 [2] Trinder J., Wang Y., “Knowledge-Based Road Interpretation
in Aerial Images [J],” In International Archives of
PA: producer’s accuracy; UA: user’s accuracy Photogrammetry and Remote Sensing, 1998, 32, 635-640.

It can be seen from Table 2 that the detection results are [3] Senthilnath J., Rajeshwari M., Omkar S., “Automatic road
fairly accurate, which justifies the effectiveness of this extraction using high resolution satellite image based on
method. The PA and UA can reach, on average, to 90% and texture progressive analysis and normalized cut method,” J.
85% respectively. The newly proposed method does not Indian Soc. Remote Sens., 2009, 37, 351-361.
require the pre-disaster data and achieves comparable results
[4] Singh P., Garg R., “Automatic Road Extraction from High
with existing methods, in which high accuracies were
Resolution Satellite Image Using Adaptive Global
acquired from the pre-disaster data and post-disaster image Thresholding and Morphological Operations,” Indian Society
[8, 9]. However, some errors still exist and may be attributed of Remote Sensing, 2013, 03, 631-640.
to two reasons. One is the influence of mixed pixels. Mixed
pixels blur the road boundary which further affects the [5] Samadzadegan F., Zarrinpanjeh N., “Earthquake destruction
accuracy of damage detection. The other is the influence of assessment of urban roads network using satellite imagery
trees, vehicles and other landmarks which present different and fuzzy inference systems,” Proc. The International
spectra as road and may falsely be classified as the damaged Archives of the Photogrammetry, Remote Sensing and
region. Spatial Information Sciences. 2008, pp. 409-414,

[6] Haghighattalab A., Mohammadzadeh A., Valadan M., et al.,


4. CONCLUSION “Post-earthquake road damage assessment using region-
based algorithms from high-resolution satellite images,”
In this paper, we focus on road damage detection without the Image and Signal Processing for Remote Sensing. 2010, Vol.
pre-disaster data, and propose a knowledge-based method 7830, 78301E-78301E-9.
using high-resolution optical remote sensing images for a
practical application. [7] Miao Z., Wang B., Shi W., “A Semi-Automatic Method for
One significant novelty of this approach is using the Road Centerline Extraction from VHR Images,” IEEE
extracted road centerline to substitute the pre-disaster data. Geoscience and Remote Sensing Letters. 2014, 11, 1856-
1860.
For the condition where only the post-disaster image is
available, the road centerline is extracted based on the road [8] Li P., Xu H., Song B., “A Novel Method for Urban Road
seed points prescribed by users, which avoids the influence Damage Detection Using Very High Resolution Satellite
of the absence of pre-disaster data. Another novelty of this Imagery and Road Map,” Photogrammetric Engineering &
approach is the hypothesis and verification model built Remote Sensing. 2011, 77, pp. 1057-1066.
based on the road knowledge for post-disaster road
extraction. [9] Kawamura M., Tsujino K., Shimada T. Tsujiko Y., “Disaster
Experiments show good results in the evaluation of Damage Detection and ITS Recovery Support System of
WorldView-1 image used in Wenchuan Earthquake road Road and Railroad Using Satellite Images,” International
Archives of the Photogrammetry, Remote Sensing and
damage detection. The producer’s accuracy and user’s
Spatial Information Science. 2010, 08, 314-319.
accuracy reach about 90% and 85% respectively. It is of

3567

You might also like