English

Passive and Active Learning of Driver Behavior from Electric Vehicles

Machine Learning 2024-05-24 v2

Abstract

Modeling driver behavior provides several advantages in the automotive industry, including prediction of electric vehicle energy consumption. Studies have shown that aggressive driving can consume up to 30% more energy than moderate driving, in certain driving scenarios. Machine learning methods are widely used for driver behavior classification, which, however, may yield some challenges such as sequence modeling on long time windows and lack of labeled data due to expensive annotation. To address the first challenge, passive learning of driver behavior, we investigate non-recurrent architectures such as self-attention models and convolutional neural networks with joint recurrence plots (JRP), and compare them with recurrent models. We find that self-attention models yield good performance, while JRP does not exhibit any significant improvement. However, with the window lengths of 5 and 10 seconds used in our study, none of the non-recurrent models outperform the recurrent models. To address the second challenge, we investigate several active learning methods with different informativeness measures. We evaluate uncertainty sampling, as well as more advanced methods, such as query by committee and active deep dropout. Our experiments demonstrate that some active sampling techniques can outperform random sampling, and therefore decrease the effort needed for annotation.

Keywords

Cite

@article{arxiv.2203.02179,
  title  = {Passive and Active Learning of Driver Behavior from Electric Vehicles},
  author = {Federica Comuni and Christopher Mészáros and Niklas Åkerblom and Morteza Haghir Chehreghani},
  journal= {arXiv preprint arXiv:2203.02179},
  year   = {2024}
}

Comments

This article has been accepted for publication in IEEE 25th International Conference on Intelligent Transportation Systems (ITSC). This is the author's version which has not been fully edited and content may change prior to final publication. Citation information: DOI 10.1109/ITSC55140.2022.9922012

R2 v1 2026-06-24T10:01:50.440Z