Next Article in Journal
Detection of Driver Drowsiness Using Wavelet Analysis of Heart Rate Variability and a Support Vector Machine Classifier
Previous Article in Journal
Mobile Cloud-Computing-Based Healthcare Service by Noncontact ECG Monitoring
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Region Tracking-Based Vehicle Detection Algorithm in Nighttime Traffic Scenes

1
State Key Laboratory of Automotive Safety and Energy, Tsinghua University, Beijing 100084, China
2
Suzhou INVO Automotive Electronics Co., Ltd., Suzhou 215200, China
3
Xi'an Institute of High-Tech, Xi'an 710025, China
*
Author to whom correspondence should be addressed.
Sensors 2013, 13(12), 16474-16493; https://doi.org/10.3390/s131216474
Submission received: 3 October 2013 / Revised: 18 November 2013 / Accepted: 25 November 2013 / Published: 2 December 2013
(This article belongs to the Section Physical Sensors)

Abstract

: The preceding vehicles detection technique in nighttime traffic scenes is an important part of the advanced driver assistance system (ADAS). This paper proposes a region tracking-based vehicle detection algorithm via the image processing technique. First, the brightness of the taillights during nighttime is used as the typical feature, and we use the existing global detection algorithm to detect and pair the taillights. When the vehicle is detected, a time series analysis model is introduced to predict vehicle positions and the possible region (PR) of the vehicle in the next frame. Then, the vehicle is only detected in the PR. This could reduce the detection time and avoid the false pairing between the bright spots in the PR and the bright spots out of the PR. Additionally, we present a thresholds updating method to make the thresholds adaptive. Finally, experimental studies are provided to demonstrate the application and substantiate the superiority of the proposed algorithm. The results show that the proposed algorithm can simultaneously reduce both the false negative detection rate and the false positive detection rate.

1. Introduction

Traffic accident data indicates that nighttime accidents are more hazardous than those during the daytime [1], and that accidents caused by the rear-end collisions account for more than a third of all the accidents during nighttime [2]. In order to prevent these accidents, the rear-end collision warning system is an important part of the advanced driver assistance system (ADAS) [3]. With the rapid development of modern computer vision techniques, nighttime vehicle detection based on image processing techniques has been gained much attention in recent years.

During daytime, the typical features for vehicles detection include edge features, shape templates, shadows, bounding boxes of vehicles, etc. However, these features cannot be applied at nighttime, as the difference between the vehicles and the environment background is very low. At nighttime, the pair of taillights or headlights is the most commonly used feature to describe a vehicle [426]. For vehicle detection, the features, e.g., intensity, sizes, shape, texture, color, symmetry, are usually used to identify the pair of taillights at night.

Generally, detecting the pair of taillights includes main three steps: i.e., bright spots segmentation, candidate taillights extraction, candidate taillights pairing. The candidate taillights are extracted by setting fixed thresholds of a series of features. However, the candidate taillights are disturbed by the traffic lights, mark lines, signs, etc. Additionally the road environments are harsh due to the braking, lane-changing, camera dithering, etc. Thus, vehicles detection using fixed values is not satisfactory.

To improve the accuracy of taillights detection, current research is focused on the following two aspects: the first aspect is the use of shape descriptors to represent the taillights and utilize the Support Vector Machine (SVM) classifier to train the historical taillights data [4]. Similar works can be found in [5,6]. This method could improve the detection rate effectively, but the extraction rule is also fixed in essence and the inter-frame information is not fully used.

Another aspect is adding a tracking algorithm to taillights detection to use the inter-frame information. A classic work is proposed by O'Malley et al. [7,8], who used the Kalman filtering method to track the location of the taillights by the previous location. Then, when the taillights detection is missing, the estimated location is used to compensate for the unavailable detection. Following O'Malley et al. [7,8], many variants and extensions have been reported for taillights detection [5,9,10]. Similar ideas can also be found in [11,12], where the templates of specific rules for taillights detection are tracked. This tracking method can be further categorized into two types: tracking the pair of taillights [7,8,13,14] and tracking the taillight spots [6,9,15]. These tracking methods can effectively reduce vehicle detection false negative rates, but it is difficult to reduce the false positive detection rate. Moreover, the thresholds for extracting the taillight spots are fixed for all frames.

From the above review of related researches, we observe that there are two issues remaining to be resolved. The first is to improve the detection accuracy. The second is to make the feature thresholds adaptive. In order to solve these issues, this paper proposes a new region tracking-based detection algorithm based on the time series analysis model [27]. Firstly, a time series analysis model is introduced to predict vehicle positions and the possible region (PR). Then, in the next frame the vehicle is only detected in the PR, which is much narrower than the whole image. Therefore, the detection time is reduced and the false pairing between the bright spots in the PR and the bright spots out of the PR is eliminated. This is the main contribution of the paper, which is not fully explored before. Moreover, the feature thresholds are adapted based on the similar features of the bright spots in the PR in the previous frame. This is another contribution of the paper since the detection rate is improved. Finally, some experiments based on the practical video data taken at night are provided to substantiate the superiority of the proposed method compared with the existing classic methods in the literature.

The remaining parts are organized as follows: Section 2 introduces the general vehicle detection process based on the taillight pairs in the global image. In Section 3, we present the region tracking based detection algorithm at nighttime and the method to make the rule thresholds adaptive. Section 4 presents the experimental results to illustrate the application and usefulness of the developed algorithm. Section 5 concludes this study with a discussion.

2. Global Rule Based Vehicle Detection

In this section, we briefly introduce the global rule based vehicle detection algorithm. The global algorithm includes three major steps, i.e., bright spots segmentation, candidate taillights extraction and candidate taillights pairing.

2.1. Bright Spots Segmentation

The improved Otsu method based on the cumulative histogram presented in [28] is applied for the bright spots segmentation in this paper. As the improved Otsu method is presented in Chinese, we summarize the improved Otsu method as follows: the classic Otsu method assumes that the image contains two classes of pixels or histogram (e.g., foreground and background), and calculates the optimum threshold separating the two classes so that their intra-class variance is minimal [29]. However, the taillights are bright and tiny, and thus the pixels of taillights take up a small portion in the whole image. Then, the traditional Otsu method could not segment the bright spots out of the image. To solve this problem, the improved Otsu method is suggested.

When the camera is installed in host vehicle, the region where the preceding vehicles are most commonly locating is usually taken as the region of interest (ROI). Then, the detection is only performed in the ROI. In this paper, we regard the [200–400] pixels region in the y-axis direction as the ROI. For saving the computation in bright spots extraction, the color image should be transformed into a gray image. We regard the intensity component as the transformed gray image due to the stable brightness of the taillights. The intensity histogram of a single frame and the cumulative intensity histogram of consecutive fifteen frames are respectively shown in Figure 1 where the cumulative brightness histogram is calculated by Equation (1):

{ H ( k ) = n k L ( t , k ) = i = 1 t H i ( k ) for k = 0 , 1 , , l 1

In Equation (1), k denotes the gray level, l is the total number of gray values in the histogram, t is the number of cumulated images which could be chosen as other values, nk denotes the number of gray level k, and L(t, k) denotes the cumulative number of gray level k based on the t cumulative images.

It can be observed that there is no special feature in the higher gray level interval in Figure 1a, while there is an obvious bimodal distribution in the corresponding interval in Figure 1b. The result shows that there is an obvious difference between the targets and the background in the cumulative histogram, which satisfies the application condition of the Otsu method. Moreover, as the taillight spots are concentrated in the brightest region, the segmentation should be implemented in the brighter region from a lower gray value to 255. First, a statistical segmentation threshold Ts is derived from the distribution of the taillights region in brightness histogram for a database of 300 images, which are captured in different traffic scenes. A Gaussian curve is fitted to the brightness histogram data, as shown in Figure 2, and the statistical threshold Ts is obtained as 214 at the probability point (μ − 2σ). By assuming that the statistical threshold Ts is the ideal threshold for segmentation, the initial segmentation threshold TI can be computed by:

T s = ( T I + l 1 ) / 2

Thus:

T I = T S × 2 ( l 1 )
where l = 256 is the total number of gray levels. Therefore, we obtain that TI = 173. Then, the interval from 173 to 255 of the cumulative histogram is utilized for segmentation by the Otsu method. The optimal segmentation thresholds calculated by the improved Otsu method for 2,000 frames are presented in Figure 3. It can be seen that the variation of the thresholds agrees with the mean value of highlight pixels, the gray of which are greater than 150. This implies that the improved Otsu method is adaptive to the variation of the luminance of the traffic scenes.

2.2. Candidate Taillights Extraction

To extract the candidate taillights from the bright spots, the connected-component extraction technique [18] is performed to locate the bright spots. The extracted connected-components include the bright spots of other disturbed sources, which also exist in nighttime traffic scenes, such as street lamps, traffic lights and road reflector plates, etc. To extract the taillights out of the disturbed spots, the rules are based on the features of the area, shape, color and size. Let Ci (i = 1, 2, ⋯, p) denote the i-th connected-component of the current frame, and Bi denote the bounding box which encloses Ci; the rule-based taillights extraction process is summarized as follows. If a candidate bright spot is considered as the candidate taillight, the following rules should be satisfied. In our system, the requirement of detection distance from host vehicle is 60 m. The selection of the thresholds should satisfy this requirement.

(1)

The area of the candidate bright spots should satisfy that:

A ( C i ) T H A
where A(Ci) is the area of the i-th bright spot, and THA is the threshold of area.

(2)

The typical characteristic of the taillights is the redness at nighttime. The red level of the bright component is computed by:

R ( C i ) = j C i g j + b j 2 j C i r j
where R(Ci) is the red level of the i-th bright component, rj, gj, and bj denote the gray value of j-th pixel in the R, G, and B channels of the candidate bright spot. In general, the average value of red level in actual taillights is less than 1, and the smaller the average value of red level is, the more redness of the component is. Therefore, we use this typical characteristic of taillights to distinguish them from other bright spots, that is:
R ( C i ) T H R
where THR is the threshold of the red level.

(3)

The enclosing bounding box of the candidate taillights must satisfy the required shape of the actual taillight. Let W(Bi) and H(Bi) denote the width and height of the bounding boxes, respectively; then the width W and the aspect ratio of the enclosing box of the candidate bright spots must satisfy the following constraints, respectively:

{ W ( B i ) T H W T H WHR 1 W ( B i ) / H ( B i ) T H WHR 2
where the thresholds THWHR1 and THWHR2 are selected to suitably determine the shape of a potential taillight, and THW is the threshold of the width of the bounding box.

Like the existing vehicle detection algorithm, these thresholds of the taillights extraction rules are fixed based on experience or the statistical images.

2.3. Candidate Taillights Pairing

To determine the position of target vehicles in road scenes, the pairing method is used to cluster potential taillights in pairs. Although the shape of the vehicle taillights may be irregular, the taillights in one vehicle are symmetrical and placed in pairs. The symmetry of a pair of taillights can be described by the difference of area, the difference of the vertical coordinate value of the two spots, and the correlation between the two taillights' regions. The correlation of the taillights' regions in pairs can be described by the region self-correlation in the enclosing box of taillights and measured by the cross-correlation function [7,8]. Generally speaking, the aspect ratio (width/height) of a vehicle is approximated to be 2.0 [30,31]. Therefore, the taillights pairing method is based on the above features and the corresponding criterions are given as follows:

(1)

First, the candidate taillights are pairing according to the area and the vertical coordinate value. The following should be satisfied:

abs ( A ( C i ) A ( C j ) ) T H d A
abs ( C Y ( C i ) C Y ( C j ) ) T H d C Y
where A(·) is the area of the candidate taillight to be paired, CY(·) is the vertical coordinate value of the candidate taillights' centroid, and THdA, THdCY are the thresholds to A(·), CY(·), respectively.

(2)

Let u(Bi), d(Bi), l(Bi), and r(Bi) be the top, bottom, left and right coordinates of the enclosing bounding box Bi, respectively; then the enclosing bounding box of the candidate taillight must satisfy the following condition:

T H W 1 max ( r ( B i ) , r ( B j ) ) min ( l ( B i ) , l ( B j ) ) T H W 2
T H Ratio 1 max ( r ( B i ) , r ( B j ) ) min ( l ( B i ) , l ( B j ) ) max ( d ( B i ) , d ( B j ) ) min ( u ( B i ) , u ( B j ) ) T H Ratio 2
where THW1 and THW2 are utilized to reflect the width of the paired vehicle taillights, and THRotio1 and THRotio2 are utilized to reflect the rectangular shaped appearance of the paired vehicle taillights.

(3)

The taillights belong to the same vehicle usually have a high correlation value, as they have similar size, shape, and luminance values. Therefore, the higher correlation value is, the higher possibility that the spots belong to the same vehicle. Then, the following should be satisfied:

Correlation ( B i , B j ) T H corr
where the threshold THcorr is used to limit the correlation value of the candidate pair of taillights.

The thresholds for pairing candidate taillights in Equations (8)(12) are also fixed values determined by experience or the statistical images. If there is an overlapped spot between two taillight pairs, the pair with smaller difference and higher degree of symmetry is selected to describe a vehicle.

3. The Region Tracking-Based Vehicle Detection Algorithm

As discussed above, the rules of extracting and pairing taillights in the existing vehicle detection algorithm are usually limited by fixed thresholds, which cannot be adapted to real traffic scenes. Moreover, adding the tracking algorithm can only effectively reduce the false positive detection rate, but cannot reduce the false negative detection rate. Therefore, we propose a region tracking-based vehicle detection algorithm in this section. First, the potential vehicle is detected by the global rule-based algorithm. Once the pair of the taillights is confirmed as a vehicle, a time series analysis model is applied to predict the position of the target vehicle. Then, the possible region (PR) of the vehicle is constituted by the predicted position. Additionally, the vehicle is only detected in the PR and the tracker is updated with the detection result. If vehicle detection is only implemented in the PR, a new vehicle coming into the visual field would be missed. Therefore, it is necessary to identify the new vehicle in the remaining area of the image at a frequency. Combining the global detection algorithm with the region tracking-based vehicle detection algorithm could improve the accuracy of detection rates. In the following, we first introduce the flow diagram of the presented algorithm.

3.1. The Flow Diagram

The flow diagram of the region tracking based vehicle detection algorithm is shown in Figure 4. If the algorithm is used directly, two problems exist. First, when a target vehicle has moved out of the video stream, the algorithm will keep detecting the target vehicle in the PR and this may lead to unintended results. Therefore, the removed vehicle should be dynamically removed from the tracker list. Second, new target vehicles will appear in the video stream randomly in actual traffic scenes, so they should be added in a new tracker to avoid negative detection.

The two problems are addressed as follows. For the first problem, if a vehicle remains undetected in five successive frames, it would be regarded as a disappearing target, and the corresponding tracker would be removed from the time series arrays. For the second problem, if a vehicle keeps being detected in five successive frames, it indicates that a target vehicle has appeared. For the case where a vehicle is already being tracked, the remaining region after eliminating the regions where stable vehicles exist is used to search whether a new target vehicle appears in every twenty frames. The newly detected vehicle would be added to the time series arrays for tracking. Moreover, if all vehicles are disappearing in the video stream, the global detection algorithm will be used and the time series arrays would be initialized.

The four parameters of the bounding box surrounding the pair of the taillights (i.e., x-position and y-position of the top-left (TL) coordinates, x-position and y-position of the bottom-right (BR) coordinates) are regarded as the random tracking time series data to predict the position of target vehicles in the next frame image, as shown in Figure 5. It can be observed that the position of a target vehicle is determined by the top-left and bottom-right points. Therefore, the x-coordinate and y-coordinate of point TL and point BR are used to describe the position of the target vehicle in the two directions, respectively. Let L = [TL(x) BR (x) TL(y) BR(y)] represent the position of a target vehicle; then the target position at time t can be expressed as Lt = [TL(xt) BR(xt) TL(yt) BR(yt)], and the target position at the time series t1, t2,…, tk can be expressed as [Lt1, Lt2,…, Ltk].

The proposed approach in this paper is composed of three main steps as follows:

  • Step 1: Initialize the time series arrays of the tracked vehicles' position

    As there is no original position data in the time series arrays for tracking, the starting five frames of video stream should be detected by applying the global detection algorithm. The process to detect the five frames costs the same time as the existing vehicle detection algorithms.

  • Step 2: Predict the PRs

    The detected vehicles are tracked by the time series analysis model. The PR can be extended based on the rectangle [TL(xt) BR(xt) TL(yt) BR(yt)]. In this paper, the PR is obtained by extending the rectangle [TL(xt) BR(xt) TL(yt) BR(yt)] outwards with 5 pixels.

  • Step 3: Detect the vehicle in the Predicted PRs

    The global detection algorithm is implemented only in the PR, if the pair of the taillights is verified as a vehicle. Moreover, the thresholds for the detection in the PR are also updated, which is presented in Section 3.3. Additionally, if a vehicle cannot be detected at time t, the predicted position via the AR model is utilized to compensate it and it is considered as the true position. This could avoid the missing detection rate.

3.2. Tracking Method Based on AR Model

Tracking the detected vehicles is performed for two main reasons, i.e., to predict the position of vehicles and identify the PR region to be detected in the next frame, and to extrapolate features (size and position) of the vehicle if the detection failed in a short period. As the Kalman filtering method has to know the movement model of the vehicle and only adapts to the linear model, and the particle filter method has poor real-time properties, we use the time series model to track the vehicles.

Time series analysis is a statistical method for dynamic data processing. It can abstract the data variation law and predict the developmental trend by analyzing the prior data [27]. This method has considered the dependence of the observed data in time sequence and the randomness of the unnecessary factors. The dependence and randomness of data are analyzed by a stochastic dynamic model.

The most common examples of time series models are the auto-regression model (AR), moving average model (MA) and autoregressive moving average model (ARMA). The ARMA model is described by the following:

x t ( φ 1 x t 1 + φ 2 x t 2 + + φ p x t p ) = μ t θ 1 x t 1 θ 2 x t 2 θ q x t q
and the error vector is given by:
μ t = x ¯ t x t
where xt is the state vector; μt is the error vector derived from the difference of the measurement vector t and the state vector xt for a target at time t; φi (i = 1, 2,…, p) are the autoregressive parameters, which are used to define the linear relationship between the current motion state and the prior motion states from the time t-p to the time t-1; θi (i = 1, 2,…, p) are the moving average parameters, which are used to define the linear relationship between the error term of current motion state and the prior motion states from the time t-p to the time t-1. Equation (13) is the autoregressive moving average model ARMA (p,q). The left part is the auto-regression model AR (p), and the right part is the moving average model MA (q). It can be seen from Equation (13) that the part of MA (q) contains the residual term, which must be calculated by the current measurement value.

However, the current measurement value cannot be acquired in the prediction process. It needs a large amount of calculation to get the parameters of the MA (q) model by solving the nonlinear equation. As the purpose of the tracking algorithm in this paper is only to detect the PR and compensate the missing detections, the requirement is easy to satisfy. Thus, the AR model is chosen as the tracking model in this paper.

For the time series {xt}, t = 1, 2,…, N, the AR model can be described by:

x t = φ 1 x t 1 + φ 2 x t 2 + + φ p x t p + μ t
and the measurement error vector is given by:
μ t = x ¯ t x t
where the error vector μt is normally and independently distributed, i.e., μtNID(0, φ2μ), φ2μ can be calculated by the following equation:
φ μ 2 = 1 N p t = p + 1 N ( x t i = 1 p φ i x t 1 ) 2

From Equation (17), it can be seen that φ2μ is expressed by φi. It indicates that φi (i = 1, 2,…, p) could be estimated by the least square estimation. The estimated parameters are unbiased and highly precise and the estimation process can be expressed by the following equation:

Y = X φ + μ
where:
{ Y = [ x p + 1 x p + 2 x N ] T φ = [ φ 1 φ 2 φ p ] T X = [ x p x p 1 x 1 x p + 1 x p + 2 x 2 x N 1 x N 2 x N p ] μ = [ μ p + 1 μ p + 2 μ N ] T

Thus, the estimation results is given by:

φ = ( X T X ) 1 X T Y

Since the position of the target vehicle is described by the x-coordinate and y-coordinate of point TL and point BR and these four coordinates mentioned above may have different motion trends, the vector [Lt1, Lt2,…, Ltk] is split into four one-dimensional time series for prediction. Then, the AR model is utilized to track the motion trend of the target vehicle in image sequences. However, with the rising order of the AR model, computational complexity would arise and the detection speed would be slow. Based on the above analysis, we use the AR model of order 3 to predict the position of target vehicles, as in [27].

Figure 6 shows the vehicle detection process of the proposed method. The positions of the detected vehicles obtained by the global based detection algorithm of the previous five frames are added to the time series arrays to predict the vehicles' position in the next frame. The predicted vehicle positions are extended by five pixels outwards to get the PRs in the next frame, as shown in the second picture of Figure 6. The target vehicle in each PR is detected by the improved detection algorithm as described in Section 3.3. Finally, the detection result is added to the dynamic time series array, so the model could continue to predict the vehicle position in the subsequent frames.

3.3. PR-Based Detection Rules

In this subsection, we propose a PR-based detection algorithm. For the global based algorithm, if the range of the fixed thresholds is set broad enough to detect more brightness spots, then more interfering brightness spots would be detected too. However, on the contrary, if the range of the fixed thresholds is set too narrow to limit the disturbed bright spots, many taillight spots are also restricted. Therefore, it is difficult or even impossible for the fixed threshold to simultaneously minimize the disturbances and the missing taillights (i.e., false detection rate and false negative rate). However, the proposed tracking- based detection algorithm provides a practical way to solve this problem.

Although the characteristics of the taillight spots are affected by the taillights type, the braking operation of the target vehicle, and the distance between the host vehicle and the target vehicle, the taillight pairs of the same vehicle between successive frames have very similar features. Based on this principle, we present an adaptive thresholds updating method. The features chosen for the taillights extraction and pairing are the same as the global detection algorithm, i.e., the size, red level, width, ratio of width and height of bounding box, the brightness, and the correlation of the potential taillights region, etc. The adaptive thresholds updating method is presented in the following equations, where L1 and L2 represent the left and right taillight in the previous frame, respectively.

T H A = max ( 3 , 0.4 × min ( A ( L 1 ) , A ( L 2 ) ) )
T H R = max ( R ( L 1 ) , R ( L 2 ) ) 0.2
T H w = min ( max ( W ( L 1 ) 2 , 3 ) , max ( W ( L 2 ) 2 , 3 ) )
{ T H WHR 1 = min ( W ( L 1 ) / H ( L 1 ) , W ( L 2 ) / H ( L 2 ) ) 0.5 T H WHR 2 = min ( W ( L 1 ) / H ( L 1 ) , W ( L 2 ) / H ( L 2 ) ) + 0.5
T H d A = max ( 6 × abs ( A ( L 1 ) A ( L 2 ) ) , 1 )
T H d c Y = abs ( C Y ( L 1 ) C Y ( L 2 ) ) + 5
{ T H W 1 = max ( r ( L 1 ) , r ( L 2 ) ) min ( l ( L 1 ) , l ( L 2 ) ) 5 T H W 2 = max ( r ( L 1 ) , r ( L 2 ) ) min ( l ( L 1 ) , l ( L 2 ) ) + 5
{ T H Ratio 1 = 0.5 × ( max ( r ( L 1 ) , r ( L 2 ) ) min ( l ( L 1 ) , l ( L 2 ) ) max ( d ( L 1 ) , d ( L 2 ) ) min ( u ( L 1 ) , u ( L 2 ) ) ) T H Ratio 2 = 2.5 × ( max ( r ( L 1 ) , r ( L 2 ) ) min ( l ( L 1 ) , l ( L 2 ) ) max ( d ( L 1 ) , d ( L 2 ) ) min ( u ( L 1 ) , u ( L 2 ) ) )
T H corr = Correlation ( L 1 , L 2 ) 0.2

From the above equations, it can be observed that the thresholds in this frame are mainly determined by the previous frame. The thresholds are extended to an extensive range based on the values of the previous frame. There are two advantages of the proposed tracking-based detection algorithm for implementing the PR-based detection rules. The first is that there is only one vehicle in the tracked rectangle, thus the thresholds can be centralized for a specific vehicle. In other words, the thresholds of one vehicle are only determined by the feature values of this vehicle in the previous frame. The second is that the rectangle is relatively small, the number of the disturbed bright spots is very small and thus a high detection rate can be derived.

Compared with the global detection algorithm, the detection thresholds of the PR-based detection algorithm are adapted to real-time changes of the target vehicle, thus the detection rate increases. Moreover, as the PR-based detection algorithm is only implemented in the PR, false detections can be mostly avoided. In summary, the proposed algorithm provides a practical way to simultaneously minimize the disturbances and the missing taillights (i.e., false detection rate and false negative rate).

4. Experimental Studies

In this section, we provide some experimental studies to compare the performance of the proposed algorithm with some classical works existing in the literature. As the offline implementation of the detection algorithm through a PC can relatively reflect the performance of the algorithm [3,14,20,21,25], we make the comparison using MATLAB R2009b on a Pentium Dual Processor −2.70 GHz personal computer platform with 2 GB memory for illustrative purposes. The vision system for acquiring the road environment video stream is mounted behind the windshield of the camera-assisted car. The frame rate of the vision system is 30 frames per second and the size of the grabbed image sequence is 720 × 480 pixels with 32 bit true color. Traffic situations in urban roads are categorized as urban motorways and urban arterial roads. Videos captured in urban roads include various traffic situations such as the proceeding car cutting into our lane, the host car cutting into another lane and driving on curvy roads, etc. There are a lot of interferential bright spots in urban roadway environment, especially in urban arterial roads.

We use the video data captured in an urban roadway environment to verify the reliability and robustness of the proposed algorithm. The videos are segmented into 14 video clips, and each of them contains at least one vehicle. Many of the clips contain multiple vehicles in multi-lane scenarios. The ground truth of total number of vehicles in video segments is drawn by human observation. Then, Table 1 outlines the results of the vehicle detection algorithm from this video data. In Table 1, “Total number” refers to all of the proceeding vehicles in the video frame; “Detection rate” means the ratio of the number of the correctly detected vehicles to the total number of vehicles; “False-negative rate” represents the ratio of the number of false negative detections to the total number of vehicles; and “False-positive rate” means the ratio of the number of detected vehicles which are the false positive detection to the total number of vehicles. From Table 1, we observe that the proposed algorithm could provide a relatively excellent performance.

To demonstrate the superiority of the proposed algorithm, we first explain why the proposed algorithm could avoid the false positive detections. The comparison between the proposed algorithm and the classical global algorithm is presented. In multi-lane urban roads or motorway environments, the false positive detections are usually encountered because of the actual taillights being paired with disturbing bright spots such as street lamps, reflecting marks, etc. As the proposed algorithm only detects the pair of the taillights in the PR, thus any false pairing between the spot in the PR and those out of the PR can be avoided.

Figure 7 displays a scene of multiple preceding vehicles at almost the same distances from the host vehicle in the image. The features of these different preceding vehicles are similar and satisfy all the detection rules. As the taillights of the adjacent vehicles in the left have similar location, size, color, shape and symmetry features, this leads to a false detection, as shown in Figure 7b. However, the proposed algorithm could eliminate this false detection, as shown in Figure 7c.

For the scene with multiple disturbed bright spots, we show the results in Figure 8. As the disturbed bright spot is similar to the left taillight of the preceding vehicle in the left, it results in a false detection, as shown in Figure 8b. However, the proposed algorithm could obtain the right detection, as shown in Figure 8c. Overall, the above experiment results indicate that the proposed method can effectively reduce the false detection rate.

In comparison to the existing vehicle detection algorithms, another advantage of the proposed algorithm is the adaptive thresholds utilized in the rules of taillights extraction and pairing. The thresholds are adapted in real time according to the corresponding vehicle information in the previous frame. This mechanism could effectively reduce the false positive and false negative detections, as shown in the traffic scenes of Figures 9, 10 and 11.

Figure 9 shows a scene where the symmetry of a pair of taillights being broken when the left steering lamp is working. The existing global detection algorithm would cause a false negative detection, as shown in Figure 9b. As the symmetry threshold is adapted real-time in the proposed algorithm, it is adaptive to the traffic scene changes. Thus, the taillights can still be paired accurately. Figure 10 describes a scene where a reflective light block is in the middle of a pair of taillights, and the light spot is strikingly similar to the right taillight. A false detection occurs due to the global detection algorithm in this case, as shown in Figure 10b. However, the proposed algorithm obtains the correct result, as shown in Figure 10c. For the scene where the taillights are distorted because of the vibrations of the host vehicle, the detection results by the two algorithms are shown in Figure 11. Due to the vibrations of the host vehicle, the similarity of taillights does not satisfy the rule of the global algorithm, thus a false negative detection occurs. By utilizing the adaptive thresholds, the proposed algorithm could derive the right result, as shown in Figure 11c. In summary, the adaptive thresholds based on the tracked PR make the detection adapt to the practical traffic scenes, and thus the false positive and false negative detection rates can be reduced simultaneously.

In the following, we present a comparison between the proposed algorithm and the global algorithm which adds the tracking method. The Kalman filtering is a least-squares estimator of linear movements, which is often applied for preceding vehicle detection in the literature. O'Malley et al. [7,8] used the Kalman filtering method to track the location of the taillights by the previous locations and verified the effectiveness of the tracking algorithm through a large number of experiments. The tracking strategy presented by O'Malley et al. [8] is summarized as follows: first, a prediction stage estimates the position of tracked targets. After the vehicle detection process, a correction stage associates the detections with tracked targets. These detections are used to update the trackers by the Kalman filtering update equations. If the target fails to be detected and the associated tracker fails to update, the position predicted by the tracking system is to be evaluated. The correlation coefficient of the candidate target and the corresponding region in previous frame is calculated, and compared with the threshold value (0.85).

For simplicity, the algorithm proposed in this paper, the global algorithm, and the Kalman tracking based global algorithm [3,18,22,23] are referred to as M1, M2, and M3, respectively. Comparisons between the three detection algorithms are performed through the video clips a-d. Video clips a-b are captured on a main road with complicated traffic environments, while video clips c-d are captured on an urban expressway with smaller interferential bright spots. The frames of the four videos are 870, 899, 899 and 1,259, respectively. More details of the experiments about the four videos are given in the online Supplementary Material.

Tables 2, 3 and 4 show the results of the three algorithms regarding the detection rate, false positive detection rate and false negative detection rate, respectively. The comparison results show that the proposed algorithm obtains the highest accuracy, i.e., the highest detection rate, the lowest false positive detection rate, and the lowest false negative detection rate. As the tracking algorithm is added in M3, it has a low false negative detection rate. However, there is no significant increase in the false positive detection rate. Under some complicated traffic conditions, the false positive detection rate of M3 is even higher than the global detection algorithm, e.g., video b and video c. This implies that the classical combination of the global algorithm and the tracking algorithm could only reduce the false negative detection rate and it has little impact on the false positive detection rate. The reason is that the tracking mechanism does not change the taillights' pairing rules. However, the proposed algorithm could solve this problem.

To conduct a fair comparison of the computing times, all three algorithms are implemented on the same platform. The average computing times of a single frame by the three algorithms are 0.142, 0.201, and 0.227 s, respectively. Obviously, the proposed algorithm derives the shortest computation time, while the computation time of M3 is the longest of the three algorithms. The reason is that the tracking method takes up some computing time. Moreover, in our proposed algorithm, the average computing time of the three main steps, i.e., image segmentation, PRs predicting, and detection in PRs, are 0.0218, 0.0014, and 0.0236 s, respectively. This indicates that the computing time for the detection in PRs is much smaller than that with the global algorithm. Therefore, the proposed algorithm could improve the detection accuracy and reduce the detection time simultaneously, and thus provide a better nighttime vehicle detection performance than other existing methods.

5. Conclusions

In this paper, we study the problem of detecting the preceding vehicles in nighttime traffic scenes via the image processing technique. Based on the brightness of the taillights at nighttime, we use the features, e.g., length-width ratio, intensity, shape, color, symmetry, to identify the taillight pairs at night. To improve the detection accuracy, we propose a region tracking-based vehicle detection algorithm to detect the pairs of the taillights. First, the global detection is used to detect the vehicles. When the vehicle is detected, it is tracked by the AR model. Then, a PR is determined based on the predicted position by the AR model. The vehicle in the next frame is detected in the PR by an adaptive algorithm proposed in this paper. Therefore, the detection time is reduced and the false pairings between bright spots in the PR and the bright spots out of the PR are eliminated. Moreover, when the vehicles are undetected, the predicted position is also used to compensate for the unavailable detection. The usefulness and robustness of the proposed model is demonstrated via some practical videos during nighttime. By comparing the proposed algorithm with the existing classical algorithm, it is shown that the proposed algorithm could simultaneously reduce the false negative detection rate and the false positive detection rate with less detection time. Experimental results show that the total detection rate of the proposed algorithm reaches 97.472%.

Although the experimental studies show that our algorithm is a simple but efficient algorithm for the preceding vehicle detection, there are several issues that need to be further studied. Firstly, the algorithm should be implemented on a hardware platform. Secondly, there are usually some false negative detections caused by reflections of license plate or the rear of the vehicle, and this issue needs to be resolved in the future work. Lastly, the video of this paper is derived through a CCD camera, which has a limited dynamic range. Due to the large variations of scene radiance, this limitation could result in over-exposed or under-exposed conditions. Using a High Dynamic Range (HDR) sensor to solve this problem is another future task regarding our research.

Acknowledgments

The authors would like to sincerely thank and acknowledge the support and constructive comments from the Editor and the anonymous reviewers. The research was supported by the National Natural Science Foundation of China under Grant 51175290 and the Chinese National Programs for High Technology Research and Development under Grant 2012AA111901. The authors especially thank Chaoqun Jia from the University of Massachusetts, Amherst for improving the language.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. National Highway Traffic Safety Administration (NHTSA). Traffic Safety Facts 2000; U.S. Department of Transportation: Washington, DC, USA, 2001. [Google Scholar]
  2. Almagambetov, A.; Casares, M.; Velipasalar, S. Autonomous Tracking of Vehicle Rear Lights and Detection of Brakes and Turn Signals. Proceedings of the 2012 IEEE Symposium on Computational Intelligence for Security and Defence Applications (CIA), Ottawa, ON, Canada, 11–13 July 2012; pp. 1–7.
  3. Gormer, S.; Muller, D.; Hold, S.; Meuter, M.; Kummert, A. Vehicle Recognition and TTC Estimation at Night Based on Spotlight Pairing. Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems (ITSC '09), St. Louis, MO, USA, 4–7 October 2009; pp. 1–6.
  4. Rebut, J.; Bradai, B.; Moizard, J.; Charpentier, A. A Monocular Vision Based Advanced Lighting Automation System for Driving Assistance. Proceedings of the IEEE International Symposium on Industrial Electronics (ISIE 2009), Seoul, Korea, 5–8 July 2009; pp. 311–316.
  5. Alcantarilla, P.F.; Bergasa, L.M.; Jiménez, P.; Parra, I.; Llorca, D.F.; Sotelo, M.A.; Mayoral, S.S. Automatic LightBeam Controller for driver assistance. Mach. Vis. Appl. 2011, 22, 819–835. [Google Scholar]
  6. Kim, H.-K.; Kuk, S.; Kim, M.; Jung, H.-Y. An Effective Method of Head Lamp and Tail Lamp Recognition for Night Time Vehicle Detection. Proceedings of the International Conference on Computer, Electrical, and Systems Science, and Engineering (ICCESSE), Hong Kong, 28–30 Otober 2010; pp. 54–57.
  7. O'Malley, R.; Glavin, M.; Jones, E. Vision-based detection and tracking of vehicles to the rear with perspective correction in low-light conditions. IET Intell. Transp. Syst. 2011, 5, 1–10. [Google Scholar]
  8. O'Malley, R.; Jones, E.; Glavin, M. Rear-lamp vehicle detection and tracking in low-exposure color video for night conditions. IEEE Trans. Intell. Transp. Syst. 2010, 11, 453–462. [Google Scholar]
  9. Chen, D.-Y.; Wang, J.-J.; Chen, C.-H.; Chen, Y.-S. Video-Based Intelligent Vehicle Contextual Information Extraction for Night Conditions. Proceedings of the 2011 International Conference on Machine Learning and Cybernetics (ICMLC), Guilin, China, 10–13 July 2011; pp. 1550–1554.
  10. Xu, W.; Liu, H. Vision-Based Multiple Vehicle Detection and Tracking at Nighttime. Proceedings of the International Symposium on Photoelectronic Detection and Imaging, 2011 International Society for Optics and Photonics, Beijing, China, 24 May 2011.
  11. Chen, Y.-L.; Chiang, H.-H.; Chiang, C.-Y.; Liu, C.-M.; Yuan, S.-M.; Wang, J.-H. A vision-based driver nighttime assistance and surveillance system based on intelligent image sensing techniques and a heterogamous dual-core embedded system architecture. Sensors 2012, 12, 2373–2399. [Google Scholar]
  12. Cucchiara, R.; Piccardi, M. Vehicle Detection under Day and Night Illumination. Proceedings of the 3rd ICSC Symposia on Intelligent Industrial Automation (IIA'99) and Soft Computing (SOCO'99), Genova, Italy, 1–4 June 1999.
  13. Firl, J.; Hoerter, M.; Lauer, M.; Stiller, C. Vehicle Detection, Classification and Position Estimation Based on Monocular Video Data During Night-Time. Proceedings of the 8th International Symposium on Automotive Lighting (ISAL 2009), Darmstadt, Germany, 29–30 September 2009.
  14. Fossati, A.; Schönmann, P.; Fua, P. Real-time vehicle tracking for driving assistance. Mach. Vis. Appl. 2011, 22, 439–448. [Google Scholar]
  15. Rubio, J.C.; Serrat, J.; Lopez, A.M.; Ponsa, D. Multiple-target tracking for intelligent headlights control. IEEE Trans. Intell. Transp. Syst. 2012, 13, 594–605. [Google Scholar]
  16. Alt, N.; Claus, C.; Stechele, W. Hardware/Software Architecture of An Algorithm for Vision-Based Real-Time Vehicle Detection in Dark Environments. Proceedings of the Design, Automation and Test in Europe (DATE '08), Munich, Germany, 10–14 March 2008; pp. 176–181.
  17. Chen, D.-Y.; Chen, C.-H. Visual-Based Spatiotemporal Analysis for Nighttime Vehicle Braking Event Detection. In Advances in Multimedia Modeling; Schoeffmann, K., Merialdo, B., Hauptmann, A., Ngo, C.-W., Andreopoulos, Y., Breiteneder, C., Eds.; Springer: Berlin/Heidelberg, Germany, 2012; Volume 7131, pp. 772–781. [Google Scholar]
  18. Chen, Y.-L. Nighttime vehicle light detection on a moving vehicle using image segmentation and analysis techniques. WSEAS Trans. Comput. 2009, 8, 506–515. [Google Scholar]
  19. Lin, Y.-C.; Lin, C.-C.; Chen, L.-T.; Chen, C.-K. Adaptive IPM-Based Lane Filtering for Night Forward Vehicle Detection. Proceedings of the 2011 6th IEEE Conference on Industrial Electronics and Applications (ICIEA), Beijing, China, 21–23 June 2011; pp. 1568–1573.
  20. López, A.; Hilgenstock, J.; Busse, A.; Baldrich, R.; Lumbreras, F.; Serrat, J. Nighttime Vehicle Detection for Intelligent Headlight Control. In Advanced Concepts for Intelligent Vision Systems; Blanc-Talon, J., Bourennane, S., Philips, W., Popescu, D., Scheunders, P., Eds.; Springer: Berlin/Heidelberg, Germany, 2008; Volume 5259, pp. 113–124. [Google Scholar]
  21. Lu, Y.-Y.; Han, C.-C.; Lu, M.-C.; Fan, K.-C. A vision-based system for the prevention of car collisions at night. Mach. Vis. Appl. 2011, 22, 117–127. [Google Scholar]
  22. O'malley, R.; Glavin, M.; Jones, E. Vehicle Detection at Night Based on Tail-Light Detection. Proceedings of the 1st International Symposium on Vehicular Computing Systems, Trinity College, Dublin, 22–24 July 2008.
  23. Schamm, T.; von Carlowitz, C.; Zollner, J.M. On-Road Vehicle Detection During Dusk and at Night. Proceedings of the 2010 IEEE Intelligent Vehicles Symposium (IV), San Diego, CA, USA, 21–24 June 2010; pp. 418–423.
  24. Cucchiara, R.; Piccardi, M.; Mello, P. Image analysis and rule-based reasoning for a traffic monitoring system. IEEE Trans. Intell. Transp. Syst. 2000, 1, 119–130. [Google Scholar]
  25. Khodarahmi, A.; Ayatollahi, A.; Norouzi, M.R. Automatically identification and classification of moving vehicles at night. Int. J. Comput. Sci. 2012, 9, 453–462. [Google Scholar]
  26. Mossi, J.M.; Albiol, A.; Albiol, A.; Ornedo, V.N. Real-Time Traffic Analysis at Night-Time. Proceedings of the 2011 18th IEEE International Conference on Image Processing (ICIP), Brussels, Belgium, 11–14 September 2011; pp. 2941–2944.
  27. Wei, L.; Farooq, M. An ARMA Model Based Scheme for Maneuvering Target Tracking. Proceedings of the 37th Midwest Symposium on Circuits and Systems, Lafayette, LA, USA, 3–5 August 1994; pp. 1408–1411.
  28. Sun, X.; Wang, J.; Wang, J. Vehicle Detection Algorithm of Nighttime Based on Brightness Cumulative Histogram (in Chinese). In Computer Engineering; Institution of Engineering and Technology: Shanghai, China, 2013; pp. 239–243. [Google Scholar]
  29. Otsu, N. A threshold selection method from gray-level histograms. Automatica 1975, 11, 23–27. [Google Scholar]
  30. Chen, Y.-L.; Lin, C.-T.; Fan, C.-J.; Hsieh, C.-M.; Wu, B.-F. Vision-Based Nighttime Vehicle Detection and Range Estimation for Driver Assistance. Proceedings of the IEEE International Conference on Systems, Man and Cybernetics (SMC 2008), Suntec, Singapore, 12–15 October 2008; pp. 2988–2993.
  31. Chen, Y.-L.; Wu, B.-F.; Fan, C.-J. Real-Time Vision-Based Multiple Vehicle Detection and Tracking for Nighttime Traffic Surveillance. Proceedings of the IEEE International Conference on Systems, Man and Cybernetics (SMC 2009), San Antonio, TX, USA, 11–14 October 2009; pp. 3352–3358.
Figure 1. (a) Intensity histogram of a single frame; (b) Cumulative intensity histogram of consecutive fifteen frames.
Figure 1. (a) Intensity histogram of a single frame; (b) Cumulative intensity histogram of consecutive fifteen frames.
Sensors 13 16474f1 1024
Figure 2. Histogram illustrating the brightness distribution of taillight pixels.
Figure 2. Histogram illustrating the brightness distribution of taillight pixels.
Sensors 13 16474f2 1024
Figure 3. Tendency of the adaptive threshold.
Figure 3. Tendency of the adaptive threshold.
Sensors 13 16474f3 1024
Figure 4. The flow diagram.
Figure 4. The flow diagram.
Sensors 13 16474f4 1024
Figure 5. Vehicle position mark.
Figure 5. Vehicle position mark.
Sensors 13 16474f5 1024
Figure 6. Illustration of the tracking-based detection algorithm.
Figure 6. Illustration of the tracking-based detection algorithm.
Sensors 13 16474f6 1024
Figure 7. (a) A scene with multiple cars driving side-by-side; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Figure 7. (a) A scene with multiple cars driving side-by-side; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Sensors 13 16474f7 1024
Figure 8. (a) A scene with multiple disturbed bright spots; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Figure 8. (a) A scene with multiple disturbed bright spots; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Sensors 13 16474f8 1024
Figure 9. (a) A scene when the steering lamp of a preceeding vehicle is working; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Figure 9. (a) A scene when the steering lamp of a preceeding vehicle is working; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Sensors 13 16474f9 1024
Figure 10. (a) A scene where a reflective light block is in the middle of a pair of taillights; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Figure 10. (a) A scene where a reflective light block is in the middle of a pair of taillights; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Sensors 13 16474f10 1024
Figure 11. (a) A scene where taillights are distorted due to the vibrations of the host vehicle; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Figure 11. (a) A scene where taillights are distorted due to the vibrations of the host vehicle; (b) Using the global detection algorithm; (c) Using the proposed algorithm.
Sensors 13 16474f11 1024
Table 1. Vehicle detection results summary.
Table 1. Vehicle detection results summary.
FramesTotal NumberDetection Rate (%)False-Negative Rate (%)False-Positive Rate (%)
19,74522,07297.4721.3141.264
Table 2. Comparisons regarding the detection rate.
Table 2. Comparisons regarding the detection rate.
Detection Rate (%)M1M2M3
a10093.7995.17
b10092.5596.77
c98.6759.8966.98
d93.4573.5284.24
Table 3. Comparisons regarding the false positive detection rate.
Table 3. Comparisons regarding the false positive detection rate.
False Positive Detection Rate (%)M1M2M3
a00.340.34
b03.234.23
c1.111.772.49
d3.0417.9415.19
Table 4. Comparisons regarding the false negative detection rate.
Table 4. Comparisons regarding the false negative detection rate.
False Negative Detection Rate (%)M1M2M3
a06.214.83
b07.453.23
c1.3340.1133.02
d6.5526.4816.71

Share and Cite

MDPI and ACS Style

Wang, J.; Sun, X.; Guo, J. A Region Tracking-Based Vehicle Detection Algorithm in Nighttime Traffic Scenes. Sensors 2013, 13, 16474-16493. https://doi.org/10.3390/s131216474

AMA Style

Wang J, Sun X, Guo J. A Region Tracking-Based Vehicle Detection Algorithm in Nighttime Traffic Scenes. Sensors. 2013; 13(12):16474-16493. https://doi.org/10.3390/s131216474

Chicago/Turabian Style

Wang, Jianqiang, Xiaoyan Sun, and Junbin Guo. 2013. "A Region Tracking-Based Vehicle Detection Algorithm in Nighttime Traffic Scenes" Sensors 13, no. 12: 16474-16493. https://doi.org/10.3390/s131216474

Article Metrics

Back to TopTop