English

Driver Behavior Analysis Using Lane Departure Detection Under Challenging Conditions

Computer Vision and Pattern Recognition 2019-06-04 v1

Abstract

In this paper, we present a novel model to detect lane regions and extract lane departure events (changes and incursions) from challenging, lower-resolution videos recorded with mobile cameras. Our algorithm used a Mask-RCNN based lane detection model as pre-processor. Recently, deep learning-based models provide state-of-the-art technology for object detection combined with segmentation. Among the several deep learning architectures, convolutional neural networks (CNNs) outperformed other machine learning models, especially for region proposal and object detection tasks. Recent development in object detection has been driven by the success of region proposal methods and region-based CNNs (R-CNNs). Our algorithm utilizes lane segmentation mask for detection and Fix-lag Kalman filter for tracking, rather than the usual approach of detecting lane lines from single video frames. The algorithm permits detection of driver lane departures into left or right lanes from continuous lane detections. Preliminary results show promise for robust detection of lane departure events. The overall sensitivity for lane departure events on our custom test dataset is 81.81%.

Keywords

Cite

@article{arxiv.1906.00093,
  title  = {Driver Behavior Analysis Using Lane Departure Detection Under Challenging Conditions},
  author = {Luis Riera and Koray Ozcan and Jennifer Merickel and Mathew Rizzo and Soumik Sarkar and Anuj Sharma},
  journal= {arXiv preprint arXiv:1906.00093},
  year   = {2019}
}

Comments

6 pages, 4 figures, 2 algorithms

R2 v1 2026-06-23T09:36:13.658Z