paper-with-me

Papers

Nighttime Driver Behavior Prediction Using Taillight Signal Recognition via CNN-SVM Classifier

2023-10-25 · Amir Hossein Barshooi, Elmira Bagheri

This paper aims to enhance the ability to predict nighttime driving behavior by identifying taillights of both human-driven and autonomous vehicles. The proposed model incorporates a customized detector designed to accurately detect front-vehicle taillights on the road. At the beginning of the detector, a learnable pre-processing block is implemented, which extracts deep features from input images and calculates the data rarity for each feature. In the next step, drawing inspiration from soft attention, a weighted binary mask is designed that guides the model to focus more on predetermined regions. This research utilizes Convolutional Neural Networks (CNNs) to extract distinguishing characteristics from these areas, then reduces dimensions using Principal Component Analysis (PCA). Finally, the Support Vector Machine (SVM) is used to predict the behavior of the vehicles. To train and evaluate the model, a large-scale dataset is collected from two types of dash-cams and Insta360 cameras from the rear view of Ford Motor Company vehicles. This dataset includes over 12k frames captured during both daytime and nighttime hours. To address the limited nighttime data, a unique pixel-wise image processing technique is implemented to convert daytime images into realistic night images. The findings from the experiments demonstrate that the proposed methodology can accurately categorize vehicle behavior with 92.14% accuracy, 97.38% specificity, 92.09% sensitivity, 92.10% F1-measure, and 0.895 Cohen's Kappa Statistic. Further details are available at https://github.com/DeepCar/Taillight_Recognition.

📄 PDF Abstract BibTeX arXiv:2310.16706

Code (1)

deepcar/taillight_recognition 공식 구현 pytorch

Tasks

Autonomous VehiclesSpecificity

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TLD: A Vehicle Tail Light signal Dataset and Benchmark

2024-09-04 · Jinhao Chai, Shiyi Mu, Shugong Xu

Understanding other drivers' intentions is crucial for safe driving. The role of taillights in conveying these intentions is underemphasized in current autonomous driving systems. Accurately identifying taillight signals…

Autonomous Driving

An Attention-based Recurrent Convolutional Network for Vehicle Taillight Recognition

2019-06-09 · Kuan-Hui Lee, Takaaki Tagawa, Jia-En M. Pan, Adrien Gaidon 외

Vehicle taillight recognition is an important application for automated driving, especially for intent prediction of ado vehicles and trajectory planning of the ego vehicle. In this work, we propose an end-to-end deep le…

Trajectory Planning

VISTA-DZ: Visual Semantic Trajectory Adaptation for Personalized Dilemma Zone Prediction

2026-06-28 · Chuheng Wei, Ziye Qin, Ziran Wang, Guoyuan Wu arxiv

Driver decision making in the dilemma zone at signalized intersections is safety critical, as vehicles approaching a yellow signal must decide whether to stop or proceed within limited time and distance margins. Accurate…

Decision Making

DriveDNA: A Large-Scale Multimodal Naturalistic Driving Dataset and Benchmark for Driving Style Identification

2026-07-26 · Yuhang Wang, Lingyao Li, Hao Zhou hf

Driving style captures stable, driver-specific patterns in how a vehicle is driven. In naturalistic data, however, this signal is hard to isolate because drivers are observed in different vehicles, on different roads, an…

DADA-2000: Can Driving Accident be Predicted by Driver Attention? Analyzed by A Benchmark

2019-04-23 · Jianwu Fang, Dingxin Yan, Jiahuan Qiao, Jianru Xue 외

Driver attention prediction is currently becoming the focus in safe driving research community, such as the DR(eye)VE project and newly emerged Berkeley DeepDrive Attention (BDD-A) database in critical situations. In saf…

Driver Attention Monitoring