paper-with-me

홈 › Papers

Pattern-Matching Dynamic Memory Network for Dual-Mode Traffic Prediction

2024-08-12 · Wenchao Weng, Mei Wu, Hanyu Jiang, Wanzeng Kong, Xiangjie Kong, Feng Xia

In recent years, deep learning has increasingly gained attention in the field of traffic prediction. Existing traffic prediction models often rely on GCNs or attention mechanisms with O(N^2) complexity to dynamically extract traffic node features, which lack efficiency and are not lightweight. Additionally, these models typically only utilize historical data for prediction, without considering the impact of the target information on the prediction. To address these issues, we propose a Pattern-Matching Dynamic Memory Network (PM-DMNet). PM-DMNet employs a novel dynamic memory network to capture traffic pattern features with only O(N) complexity, significantly reducing computational overhead while achieving excellent performance. The PM-DMNet also introduces two prediction methods: Recursive Multi-step Prediction (RMP) and Parallel Multi-step Prediction (PMP), which leverage the time features of the prediction targets to assist in the forecasting process. Furthermore, a transfer attention mechanism is integrated into PMP, transforming historical data features to better align with the predicted target states, thereby capturing trend changes more accurately and reducing errors. Extensive experiments demonstrate the superiority of the proposed model over existing benchmarks. The source codes are available at: https://github.com/wengwenchao123/PM-DMNet.

📄 PDF Abstract BibTeX arXiv:2408.07100

Code (1)

wengwenchao123/PM-DMNet 공식 구현 pytorch

Tasks

PredictionTraffic Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Memory Network 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Dynamic Memory Network A Dynamic Memory Network is a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questions…

Similar Papers 제목 키워드 기반

Image Quality Assessment: Exploring Quality Awareness via Memory-driven Distortion Patterns Matching

2026-02-20 · Xuting Lan, Mingliang Zhou, Xuekai Wei, Jielu Yan 외 arxiv

Existing full-reference image quality assessment (FR-IQA) methods achieve high-precision evaluation by analysing feature differences between reference and distorted images. However, their performance is constrained by th…

Image Quality Assessment

Memory Matching Networks for Genomic Sequence Classification

2017-02-22 · Jack Lanchantin, Ritambhara Singh, Yanjun Qi

When analyzing the genome, researchers have discovered that proteins bind to DNA based on certain patterns of the DNA sequence known as "motifs". However, it is difficult to manually construct motifs due to their complex…

ClassificationGeneral Classification

Dense Associative Memory for Pattern Recognition

2016-06-03 · NeurIPS 2016 12 · Dmitry Krotov, John J. Hopfield

A model of associative memory is studied, which stores and reliably retrieves many more patterns than the number of neurons in the network. We propose a simple duality between this dense associative memory and neural net…

Deep Learning

Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic Forecasting

2021-10-20 · ICLR 2022 4 · Hyunwook Lee, Seungmin Jin, Hyeshin Chu, Hongkyu Lim 외

Traffic forecasting is a challenging problem due to complex road networks and sudden speed changes caused by various events on roads. A number of models have been proposed to solve this challenging problem with a focus o…

Traffic Prediction

New Ideas for Brain Modelling 5

2018-03-05 · Kieran Greer

This paper describes an automatic process for combining patterns and features, to guide a search process and make predictions. It is based on the functionality that a human brain might have, which is a highly distributed…