Compressing Vehicle Trajectory Data Using Hybrid Coding With Kinematic Motion Prediction

Lipeng Xu,Zhizhou Wu,Yinhai Wang,Jinjun Tang,Yunyi Liang
DOI: https://doi.org/10.1109/tits.2024.3355744
IF: 8.5
2024-01-01
IEEE Transactions on Intelligent Transportation Systems
Abstract:This paper proposes a methodology combining Long-Short-Term-Memory (LSTM)-assisted kinematic motion prediction with a hybrid coding algorithm for compressing the trajectory data of Connected Autonomous Vehicles (CAVs). The vehicle locations after the first two time steps are predicted based on the vehicle positions at the first two time steps and the kinematic equation. The vehicle velocities and accelerations are predicted based on the vehicle locations and LSTM. The hybrid coding algorithm integrates differential coding, Binary Coded Decimal (BCD) coding and arithmetic coding. Differential coding converts the original data into the difference between the original data and the predicted data. Since the length of the original data is large but the difference between it and predicted data is small, the required space for storing the data can be greatly reduced. BCD coding converts subsequences of different lengths to the subsequences with the same length so that the original information can be correctly reproduced after decompression. Arithmetic coding expresses the information in small space by converting the character sequence into a decimal between 0 and 1. The proposed algorithm is evaluated on the Next Generation Simulation Trajectory dataset. The experiment results show that the compression ratio and compression rate obtained by the proposed algorithm are respectively higher and lower than those obtained by the baseline algorithms. Also, the sum of compression time, decompression time and transmission time associated with the proposed algorithm is less than that associated with most baseline algorithms and transmission without compression.
engineering, electrical & electronic,transportation science & technology, civil
What problem does this paper attempt to address?