paper-with-me

홈 › Papers

Traffic Prediction Based on Random Connectivity in Deep Learning with Long Short-Term Memory

2017-11-08 · Yuxiu Hua, Zhifeng Zhao, Rongpeng Li, Xianfu Chen, Zhiming Liu, Honggang Zhang

Traffic prediction plays an important role in evaluating the performance of telecommunication networks and attracts intense research interests. A significant number of algorithms and models have been put forward to analyse traffic data and make prediction. In the recent big data era, deep learning has been exploited to mine the profound information hidden in the data. In particular, Long Short-Term Memory (LSTM), one kind of Recurrent Neural Network (RNN) schemes, has attracted a lot of attentions due to its capability of processing the long-range dependency embedded in the sequential traffic data. However, LSTM has considerable computational cost, which can not be tolerated in tasks with stringent latency requirement. In this paper, we propose a deep learning model based on LSTM, called Random Connectivity LSTM (RCLSTM). Compared to the conventional LSTM, RCLSTM makes a notable breakthrough in the formation of neural network, which is that the neurons are connected in a stochastic manner rather than full connected. So, the RCLSTM, with certain intrinsic sparsity, have many neural connections absent (distinguished from the full connectivity) and which leads to the reduction of the parameters to be trained and the computational cost. We apply the RCLSTM to predict traffic and validate that the RCLSTM with even 35% neural connectivity still shows a satisfactory performance. When we gradually add training samples, the performance of RCLSTM becomes increasingly closer to the baseline LSTM. Moreover, for the input traffic sequences of enough length, the RCLSTM exhibits even superior prediction accuracy than the baseline LSTM.

📄 PDF Abstract BibTeX arXiv:1711.02833

Code (0)

등록된 구현이 없습니다.

Tasks

Traffic Prediction

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Deep Learning with Long Short-Term Memory for Time Series Prediction

2018-10-24 · Yuxiu Hua, Zhifeng Zhao, Rongpeng Li, Xianfu Chen 외

Time series prediction can be generalized as a process that extracts useful information from historical records and then determines future values. Learning long-range dependencies that are embedded in time series is ofte…

Time SeriesTime Series AnalysisTime Series Prediction

Facilitating Connected Autonomous Vehicle Operations Using Space-weighted Information Fusion and Deep Reinforcement Learning Based Control

2020-09-30 · Jiqian Dong, Sikai Chen, Yujie Li, Runjia Du 외

The connectivity aspect of connected autonomous vehicles (CAV) is beneficial because it facilitates dissemination of traffic-related information to vehicles through Vehicle-to-External (V2X) communication. Onboard sensin…

Autonomous VehiclesDeep Reinforcement Learning

Travel Speed Prediction with a Hierarchical Convolutional Neural Network and Long Short-Term Memory Model Framework

2018-09-06 · Wei Wang, Xucheng Li

Advanced travel information and warning, if provided accurately, can help road users avoid traffic congestion through dynamic route planning and behavior change. It also enables traffic control centres mitigate the impac…

GPUTraffic Prediction

LSTM-ACB-Based Random Access for Mixed Traffic IoT Networks

2023-03-02 · Herman L. dos Santos, João H. I. Souza, José Carlos Marinello, Taufik Abrão

We propose a novel random access (RA) protocol that accounts for the network traffic in mixed URLLC-mMTC scenarios. By considering an IoT environment under high mMTC traffic demand, we model the traffic of each service u…

Traffic Prediction

A Long Short-Term Memory Recurrent Neural Network Framework for Network Traffic Matrix Prediction

2017-05-16 · Abdelhadi Azzouni, Guy Pujolle

Network Traffic Matrix (TM) prediction is defined as the problem of estimating future network traffic from the previous and achieved network traffic data. It is widely used in network planning, resource management and ne…

ManagementTemporal SequencesTime SeriesTime Series Analysis