Semantic Communication-Empowered Vehicle Count Prediction for Traffic Management
Sachin Kadam, Dong In Kim
TL;DR
The paper addresses efficient real-time vehicle count prediction for smart-city traffic management by introducing a semantic communication framework. It presents a joint CNN-LSTM SemCom pipeline that extracts density-map semantics from raw images, transmits compact representations, and uses an LSTM-based decoder at the central controller to predict vehicle counts. Key contributions include a density-map semantic encoder, a partial residual connection, and end-to-end training with density and count losses; on TRANCOS, the approach achieves a 54.42% overhead reduction and outperforms state-of-the-art MAE/MSE benchmarks. This work demonstrates how semantic-by- design data reduction can enable scalable, low-latency traffic management in 6G-era networks.
Abstract
Vehicle count prediction is an important aspect of smart city traffic management. Most major roads are monitored by cameras with computing and transmitting capabilities. These cameras provide data to the central traffic controller (CTC), which is in charge of traffic control management. In this paper, we propose a joint CNN-LSTM-based semantic communication (SemCom) model in which the semantic encoder of a camera extracts the relevant semantics from raw images. The encoded semantics are then sent to the CTC by the transmitter in the form of symbols. The semantic decoder of the CTC predicts the vehicle count on each road based on the sequence of received symbols and develops a traffic management strategy accordingly. Using numerical results, we show that the proposed SemCom model reduces overhead by $54.42\%$ when compared to source encoder/decoder methods. Also, we demonstrate through simulations that the proposed model outperforms state-of-the-art models in terms of mean absolute error (MAE) and mean-squared error (MSE).
