Map-based Lane and Obstacle-free Area Detection
T. Kowsari, S. S. Beauchemin and M. A. Bauer
Department of Computer Science, The University of Western Ontario, London, ON, N6A-5B7, Canada
Keywords:
Lane Detection, Stereo Vision, Particle Filters, Lane Maps.
Abstract:
With the emergence of intelligent Advanced Driving Assistance Systems (i-ADAS), the need for effective
detection of vehicular surroundings is considered a necessity. The effectiveness of such systems directly
depends on their performance in various environments such as rural and urban roads, and highways. Most of
the current lane detection techniques are not suitable for urban roads with complex lane shapes and frequent
occlusions. We propose a map-based lane detection approach which can robustly detect the lanes in urban and
rural environments, and highways. We also present an algorithm for detecting obstacle-free areas in detected
lanes based on the stereo depth maps of driving scenes. Experiments show that our approach reliably detects
lanes and obstacle free areas within them, even in case of partially occluded or worn-off lane markers.
1 INTRODUCTION
Today, almost every new vehicle has some form
of Advanced Driving Assistance System (ADAS).
From adaptive cruise control, collision avoidance, and
lane crossing warning systems to parking assistance,
ADAS has made driving a safer and more enjoyable
task. While a simple driving assistance system still
requires a wealth of information on the state of the
vehicle and its relationship to the immediate environ-
ment, intelligent ADAS requires even more, including
information on the state of the driver. Furthermore,
the relative position and speed of other vehicles (and
obstacles) constitute essential informational elements
in the determination of lane-based safe and driveable
areas directly located in front of the vehicle. In this
contribution, we present an innovative lane detection
system which combines GPS informationand a global
lane map with a forward facing vehicular stereo sys-
tem to achieve robust lane detection. In addition, the
stereo depth map enables the detection of lane-based,
obstacle-free areas.
Lane detection may appear trivial, at least in its
basic setting. For instance, a relatively simple Hough
transform-based algorithm can be used to detect the
host lane for a short distance ahead without any track-
ing. This method proves effective in roughly 90%
of the highway cases (Borkar et al., 2009). How-
ever, lane detection is considered a very challenging
task when lanes other than the host one, obstacles
of all kinds, and sharp turns are taken into account.
The absence of lane markers (or worn-off ones), var-
ious lane shapes and sizes, occlusion, illumination
changes, and weather conditions are among the rea-
sons why lane detection is not as simple as it seems.
A recent lane and road boundary detection survey
(Hillel et al., 2012) explored a large body of research
on lane detection, including methods using gradient-
based feature detection (Samadzadegan et al., 2006;
Nieto et al., 2008; Sawano and Okada, 2006), steer-
able filters (McCall and Trivedi, 2006), box filters
(Huang et al., 2009; Wu et al., 2008), and learning-
based lane pattern recognition (Cheng et al., 2006).
Lane models, such as straight lines (Kim, 2008;
Pomerleau, 1995; Rasmussen and Korah, 2005),
parabolic curves (Huang et al., 2009; McCall and
Trivedi, 2006), semi-parametric formulations such as
splines (Kim, 2008), or active contours (Sawano and
Okada, 2006) are found in the literature. Differ-
ent model-fitting methods have been adopted includ-
ing RANSAC (Sawano and Okada, 2006), particle
swarms (Zhou et al., 2005), energy-based optimiza-
tion (Sawano and Okada, 2006), genetic algorithms
(Samadzadegan et al., 2006), and more. Despite this
vast body of research, there are problems which yet
remain to be satisfactorily addressed:
• Lane markings cannot be detected with range
finders or other types of sensing that do not pro-
vide visible spectrum images. Even when sen-
sors are adapted to lane marking detection, exter-
nal problems arise, such as adverse weather, weak
illumination, and worn-off markings, among oth-
ers. Only a few authors in the literature have used
specialized sensors such as line sensors (Narita
et al., 2003) or GPS (Jiang et al., 2010) to as-
sist the detection process. In this contribution we
523
Kowsari T., S. Beauchemin S. and A. Bauer M..
Map-based Lane and Obstacle-free Area Detection.
DOI: 10.5220/0004675005230530
In Proceedings of the 9th International Conference on Computer Vision Theory and Applications (VISAPP-2014), pages 523-530
ISBN: 978-989-758-009-3
Copyright
c
2014 SCITEPRESS (Science and Technology Publications, Lda.)