Mudanças entre as edições de "Ego-Lane Analysis System"

De LCAD
Ir para: navegação, pesquisa
(Dataset)
Linha 15: Linha 15:
 
Available upon acceptance.
 
Available upon acceptance.
  
It contains 22 scenes with a total of 17,092 frames. In 98.54% of the frames, at least one of the sides has white lane markings, while 12.88% of them are yellow. In 5.18% of the frames at least one side has no lane markings. This numbers include frames containing transitions of lane markings type, i.e. images with two lane markings type simultaneously. Lane markings type transitions are present in 1,854 frames (10.85%). Lane change maneuver are being performed in 5.42% of this dataset, where 64.72% is from right to left and 35.28% in the opposite direction. There are intersections in 2.11% of the frames. In 7.28% of all images, there is at least one pavement marking. 33.92% of the pavement markings are crosswalks and 15.27% are annotated as unknown, i.e. they are of none of the classes of interest and 50.81% comprises arrows and stop lines. There is at least one adjacent lane in 50.34% and 72.14% of the frames for each side, right and left respectively.
+
It contains 22 scenes with a total of 17,092 frames. In 98.54% of the frames, at least one of the sides has white lane markings, while 12.88% of them are yellow. In 5.18% of the frames at least one side has no lane markings. This numbers include frames containing transitions of lane markings type, i.e. images with two lane markings type simultaneously on the same side. Lane markings type transitions are present in 1,854 frames (10.85%). Lane change maneuver are being performed in 5.42% of this dataset, where 64.72% is from right to left and 35.28% in the opposite direction. There are intersections in 2.11% of the frames. In 7.28% of all images, there is at least one pavement marking. 33.92% of the pavement markings are crosswalks and 15.27% are annotated as unknown, i.e. they are of none of the classes of interest and 50.81% comprises arrows and stop lines. There is at least one adjacent lane in 50.34% and 72.14% of the frames for each side, right and left respectively.
  
 
[http://www.lcad.inf.ufes.br/~berriel/paper-si-auto-vision/dataset-short-description.pdf Short description of each scene.]
 
[http://www.lcad.inf.ufes.br/~berriel/paper-si-auto-vision/dataset-short-description.pdf Short description of each scene.]

Edição das 11h17min de 5 de setembro de 2016

Authors: Rodrigo Berriel, Edilson de Aguiar, Alberto F. de Souza, Thiago Oliveira-Santos

This paper is under review (Special Issue: Automotive Vision, Image and Vision Computing)

Graphical Abstract

Abstract

Decreasing costs of vision sensors and advances in embedded hardware boosted lane related research – detection, estimation, tracking, etc. – in the past two decades. The interest in this topic has increased even more with the demand for advanced driver assistance systems (ADAS) and self-driving cars. Although extensively studied independently, there is still need for studies that propose a combined solution for the multiple problems related to the ego-lane, such as lane departure warning (LDW), lane change detection, lane marking type (LMT) classification, road markings detection and classification, and detection of adjacent lanes presence. In this paper, we propose a real-time Ego-Lane Analysis System (ELAS) capable of estimating ego-lane position, classifying LMTs and road markings, performing LDW and detecting lane change events. The proposed vision-based system works on a temporal sequence of images. Lane marking features are extracted in perspective and Inverse Perspective Mapping (IPM) images that are combined to increase robustness. The final estimated lane is modeled as a spline using a combination of methods (Hough lines, Kalman filter and Particle filter). Based on the estimated lane, all other events are detected. To validate ELAS and cover the lack of lane datasets in the literature, a new dataset with more than 20 different scenes (in more than 15,000 frames) and considering a variety of scenarios (urban road, highways, traffic, shadows, etc.) was created. The dataset was manually annotated and made publicly available to enable evaluation of several events that are of interest for the research community (i.e. lane estimation, change, and centering; road markings; intersections; LMTs; crosswalks and adjacent lanes). Moreover, the system was also validated quantitatively and qualitatively on other public datasets. ELAS achieved high detection rates in all real-world events and proved to be ready for real-time applications.

Demonstration Video

Demonstration Video of ELAS

Dataset

Available upon acceptance.

It contains 22 scenes with a total of 17,092 frames. In 98.54% of the frames, at least one of the sides has white lane markings, while 12.88% of them are yellow. In 5.18% of the frames at least one side has no lane markings. This numbers include frames containing transitions of lane markings type, i.e. images with two lane markings type simultaneously on the same side. Lane markings type transitions are present in 1,854 frames (10.85%). Lane change maneuver are being performed in 5.42% of this dataset, where 64.72% is from right to left and 35.28% in the opposite direction. There are intersections in 2.11% of the frames. In 7.28% of all images, there is at least one pavement marking. 33.92% of the pavement markings are crosswalks and 15.27% are annotated as unknown, i.e. they are of none of the classes of interest and 50.81% comprises arrows and stop lines. There is at least one adjacent lane in 50.34% and 72.14% of the frames for each side, right and left respectively.

Short description of each scene.

Source-Code

Available upon acceptance.