Road User Classification from High-Frequency GNSS Data Using Distributed Edge Intelligence

Lennart Köpper,Thomas Wieland
2024-11-28
Abstract:Real-world traffic involves diverse road users, ranging from pedestrians to heavy trucks, necessitating effective road user classification for various applications within Intelligent Transport Systems (ITS). Traditional approaches often rely on intrusive and/or expensive external hardware sensors. These systems typically have limited spatial coverage. In response to these limitations, this work aims to investigate an unintrusive and cost-effective alternative for road user classification by using high-frequency (1-2 Hz) positional sequences. A cutting-edge solution could involve leveraging positioning data from 5G networks. However, this feature is currently only proposed in the 3GPP standard and has not yet been implemented for outdoor applications by 5G equipment vendors. Therefore, our approach relies on positional data, that is recorded under real-world conditions using Global Navigation Satellite Systems (GNSS) and processed on distributed edge devices. As a start-ing point, four types of road users are distinguished: pedestri-ans, cyclists, motorcycles, and passenger cars. While earlier approaches used classical statistical methods, we propose Long Short-Term Memory (LSTM) recurrent neural networks (RNNs) as the preferred classification method, as they repre-sent state-of-the-art in processing sequential data. An RNN architecture for road user classification, based on selected motion characteristics derived from raw positional sequences is presented and the influence of sequence length on classifica-tion quality is examined. The results of the work show that RNNs are capable of efficiently classifying road users on dis-tributed devices, and can particularly differentiate between types of motorized vehicles, based on two- to four-minute se-quences.
Machine Learning,Artificial Intelligence,Emerging Technologies
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **In the Intelligent Transportation System (ITS), how to achieve efficient classification of road users through high - frequency GNSS data**. Specifically, traditional road - user classification methods rely on invasive and expensive external hardware sensors, and these systems usually have limited spatial coverage and high installation and maintenance costs. Therefore, this paper aims to explore a non - invasive and cost - effective alternative, using high - frequency (1 - 2 Hz) position sequences for road - user classification. ### Main problems: 1. **Limitations of traditional methods**: - Rely on invasive and expensive hardware sensors. - Have limited spatial coverage. - Have high installation and maintenance costs. - Be easily affected by specific environmental conditions (such as highways, congestion situations, etc.). 2. **Deficiencies of existing non - invasive methods**: - Image or video classification is limited by problems such as line - of - sight occlusion. - Using 5G networks for positioning has not been widely applied in outdoor scenarios. 3. **Research objectives**: - Explore the possibility of using Global Navigation Satellite System (GNSS) data for road - user classification. - Use Long - Short - Term Memory (LSTM) Recurrent Neural Network (RNN) to process motion features extracted from the original position sequences. - Analyze the influence of sequence length on classification quality. - Achieve real - time classification based on distributed edge devices. ### Key points of the solution: - **Data source**: Use general - purpose devices such as smart phones to collect high - frequency GNSS data. - **Model selection**: Adopt LSTM - RNNs as the classification method because of its superiority in processing sequence data. - **Feature extraction**: Extract features such as time difference, speed, acceleration, deceleration, and rate of change of direction from GNSS data. - **Experimental design**: Generate multiple data sets to evaluate the influence of different sequence lengths on classification performance. Through the above methods, the paper shows that LSTM - RNNs can efficiently classify different types of road users, especially for motor vehicles, and can also achieve a high accuracy rate within a relatively short observation time.