Incrementally Improving Graph WaveNet Performance on Traffic Prediction

December 11, 2019 ยท Entered Twilight ยท ๐Ÿ› arXiv.org

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 6.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: .gitignore, LICENSE, README.md, baseline_args.pkl, best_model.pth, engine.py, exp_results.py, fig, gen_adj_mx.py, generate_training_data.py, model.py, requirements.txt, test.py, test_args.pkl, test_gwnet.py, test_script_args.pkl, train.py, util.py

Authors Sam Shleifer, Clara McCreery, Vamsi Chitters arXiv ID 1912.07390 Category eess.SP: Signal Processing Cross-listed cs.LG Citations 26 Venue arXiv.org Repository https://github.com/sshleifer/Graph-WaveNet โญ 110 Last Checked 1 month ago
Abstract
We present a series of modifications which improve upon Graph WaveNet's previously state-of-the-art performance on the METR-LA traffic prediction task. The goal of this task is to predict the future speed of traffic at each sensor in a network using the past hour of sensor readings. Graph WaveNet (GWN) is a spatio-temporal graph neural network which interleaves graph convolution to aggregate information from nearby sensors and dilated convolutions to aggregate information from the past. We improve GWN by (1) using better hyperparameters, (2) adding connections that allow larger gradients to flow back to the early convolutional layers, and (3) pretraining on an easier short-term traffic prediction task. These modifications reduce the mean absolute error by .06 on the METR-LA task, nearly equal to GWN's improvement over its predecessor. These improvements generalize to the PEMS-BAY dataset, with similar relative magnitude. We also show that ensembling separate models for short-and long-term predictions further improves performance. Code is available at https://github.com/sshleifer/Graph-WaveNet .
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Signal Processing