paper-with-me

홈 › Papers

Performance Analysis of ML-based MTC Traffic Pattern Predictors

2023-04-04 · David E. Ruiz-Guirola, Onel L. A. Lopez, Samuel Montejo-Sanchez, Richard Demo Souza, Mehdi Bennis

Prolonging the lifetime of massive machine-type communication (MTC) networks is key to realizing a sustainable digitized society. Great energy savings can be achieved by accurately predicting MTC traffic followed by properly designed resource allocation mechanisms. However, selecting the proper MTC traffic predictor is not straightforward and depends on accuracy/complexity trade-offs and the specific MTC applications and network characteristics. Remarkably, the related state-of-the-art literature still lacks such debates. Herein, we assess the performance of several machine learning (ML) methods to predict Poisson and quasi-periodic MTC traffic in terms of accuracy and computational cost. Results show that the temporal convolutional network (TCN) outperforms the long-short term memory (LSTM), the gated recurrent units (GRU), and the recurrent neural network (RNN), in that order. For Poisson traffic, the accuracy gap between the predictors is larger than under quasi-periodic traffic. Finally, we show that running a TCN predictor is around three times more costly than other methods, while the training/inference time is the greatest/least.

📄 PDF Abstract BibTeX arXiv:2304.02100

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Double-Norm Aggregated Tensor Latent Factorization Model for Temporal-Aware Traffic Speed Imputation

2025-04-24 · Jiawen Hou, Hao Wu

In intelligent transportation systems (ITS), traffic management departments rely on sensors, cameras, and GPS devices to collect real-time traffic data. Traffic speed data is often incomplete due to sensor failures, data…

ImputationTensor Decomposition

Meta Attentive Graph Convolutional Recurrent Network for Traffic Forecasting

2023-08-28 · Adnan Zeb, Yongchao Ye, Shiyao Zhang, James J. Q. Yu

Traffic forecasting is a fundamental problem in intelligent transportation systems. Existing traffic predictors are limited by their expressive power to model the complex spatial-temporal dependencies in traffic data, ma…

On model selection for scalable time series forecasting in transport networks

2019-11-29 · Julien Monteil, Anton Dekusar, Claudio Gambella, Yassine Lassoued 외

The transport literature is dense regarding short-term traffic predictions, up to the scale of 1 hour, yet less dense for long-term traffic predictions. The transport literature is also sparse when it comes to city-scale…

ClusteringDeep LearningModel SelectionRecommendation Systems+4

The Weather Paradox: Why Precipitation Fails to Predict Traffic Accident Severity in Large-Scale US Data

2026-01-01 · Yann Bellec, Rohan Kaman, Siwen Cui, Aarav Agrawal 외 arxiv

This study investigates the predictive capacity of environmental, temporal, and spatial factors on traffic accident severity in the United States. Using a dataset of 500,000 U.S. traffic accidents spanning 2016-2023, we …

Feature Engineeringseverity predictionFeature Importance

Predicting Seriousness of Injury in a Traffic Accident: A New Imbalanced Dataset and Benchmark

2022-05-20 · Paschalis Lagias, George D. Magoulas, Ylli Prifti, Alessandro Provetti

The paper introduces a new dataset to assess the performance of machine learning algorithms in the prediction of the seriousness of injury in a traffic accident. The dataset is created by aggregating publicly available d…

BIG-bench Machine Learning