paper-with-me

홈 › Papers

Knowledge Distillation Neural Network for Predicting Car-following Behaviour of Human-driven and Autonomous Vehicles

2024-11-08 · Ayobami Adewale, Chris Lee, Amnir Hadachi, Nicolly Lima da Silva

As we move towards a mixed-traffic scenario of Autonomous vehicles (AVs) and Human-driven vehicles (HDVs), understanding the car-following behaviour is important to improve traffic efficiency and road safety. Using a real-world trajectory dataset, this study uses descriptive and statistical analysis to investigate the car-following behaviours of three vehicle pairs: HDV-AV, AV-HDV and HDV-HDV in mixed traffic. The ANOVA test showed that car-following behaviours across different vehicle pairs are statistically significant (p-value < 0.05). We also introduce a data-driven Knowledge Distillation Neural Network (KDNN) model for predicting car-following behaviour in terms of speed. The KDNN model demonstrates comparable predictive accuracy to its teacher network, a Long Short-Term Memory (LSTM) network, and outperforms both the standalone student network, a Multilayer Perceptron (MLP), and traditional physics-based models like the Gipps model. Notably, the KDNN model better prevents collisions, measured by minimum Time-to-Collision (TTC), and operates with lower computational power, making it ideal for AVs or driving simulators requiring efficient computing.

📄 PDF Abstract BibTeX arXiv:2411.05618

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesDescriptiveKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Advanced simulation paradigm of human behaviour unveils complex financial systemic projection

2025-02-18 · Cheng Wang, Chuwen Wang, Shirong Zeng, Jianguo Liu 외

The high-order complexity of human behaviour is likely the root cause of extreme difficulty in financial market projections. We consider that behavioural simulation can unveil systemic dynamics to support analysis. Simul…

Language ModelingLanguage ModellingLarge Language Model

Keypoint-based Progressive Chain-of-Thought Distillation for LLMs

2024-05-25 · Kaituo Feng, Changsheng Li, Xiaolu Zhang, Jun Zhou 외

Chain-of-thought distillation is a powerful technique for transferring reasoning abilities from large language models (LLMs) to smaller student models. Previous methods typically require the student to mimic the step-by-…

Large Car-following Data Based on Lyft level-5 Open Dataset: Following Autonomous Vehicles vs. Human-driven Vehicles

2023-05-30 · Guopeng Li, Yiru Jiao, Victor L. Knoop, Simeon C. Calvert 외

Car-Following (CF), as a fundamental driving behaviour, has significant influences on the safety and efficiency of traffic flow. Investigating how human drivers react differently when following autonomous vs. human-drive…

Autonomous VehiclesDenoisingMotion Planning

Adversarial Moment-Matching Distillation of Large Language Models

2024-06-05 · Chen Jia

Knowledge distillation (KD) has been shown to be highly effective in guiding a student model with a larger teacher model and achieving practical benefits in improving the computational and memory efficiency for large lan…

Imitation LearningInstruction FollowingKnowledge Distillation

Behaviour Distillation

2024-06-21 · Andrei Lupu, Chris Lu, Jarek Liesen, Robert Tjarko Lange 외

Dataset distillation aims to condense large datasets into a small number of synthetic examples that can be used as drop-in replacements when training new models. It has applications to interpretability, neural architectu…

Continual Learningcontinuous-controlContinuous ControlDataset Distillation+1