paper-with-me

Papers

Continuous-Time and Multi-Level Graph Representation Learning for Origin-Destination Demand Prediction

2022-06-30 · Liangzhe Han, Xiaojian Ma, Leilei Sun, Bowen Du, Yanjie Fu, Weifeng Lv, Hui Xiong

Traffic demand forecasting by deep neural networks has attracted widespread interest in both academia and industry society. Among them, the pairwise Origin-Destination (OD) demand prediction is a valuable but challenging problem due to several factors: (i) the large number of possible OD pairs, (ii) implicitness of spatial dependence, and (iii) complexity of traffic states. To address the above issues, this paper proposes a Continuous-time and Multi-level dynamic graph representation learning method for Origin-Destination demand prediction (CMOD). Firstly, a continuous-time dynamic graph representation learning framework is constructed, which maintains a dynamic state vector for each traffic node (metro stations or taxi zones). The state vectors keep historical transaction information and are continuously updated according to the most recently happened transactions. Secondly, a multi-level structure learning module is proposed to model the spatial dependency of station-level nodes. It can not only exploit relations between nodes adaptively from data, but also share messages and representations via cluster-level and area-level virtual nodes. Lastly, a cross-level fusion module is designed to integrate multi-level memories and generate comprehensive node representations for the final prediction. Extensive experiments are conducted on two real-world datasets from Beijing Subway and New York Taxi, and the results demonstrate the superiority of our model against the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2206.15005

Code (1)

liangzhehan/cmod 공식 구현 pytorch

Tasks

Demand ForecastingGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

MultiVec: a Multilingual and Multilevel Representation Learning Toolkit for NLP

2016-05-01 · LREC 2016 5 · Alex B{\'e}rard, re, Christophe Servan, Olivier Pietquin 외

We present MultiVec, a new toolkit for computing continuous representations for text at different granularity levels (word-level or sequences of words). MultiVec includes word2vec{'}s features, paragraph vector (batch an…

Document ClassificationGeneral ClassificationRepresentation LearningSentiment Analysis

Continuous Temporal Graph Networks for Event-Based Graph Data

2022-05-31 · NAACL (DLG4NLP) 2022 7 · Jin Guo, Zhen Han, Zhou Su, Jiliang Li 외

There has been an increasing interest in modeling continuous-time dynamics of temporal graph data. Previous methods encode time-evolving relational information into a low-dimensional representation by specifying discrete…

Graph Neural Network

Unsupervised lexicon learning from speech is limited by representations rather than clustering

2025-10-10 · Danel Slabbert, Simon Malan, Herman Kamper arxiv

Zero-resource word segmentation and clustering systems aim to tokenise speech into word-like units without access to text labels. Despite progress, the induced lexicons are still far from perfect. In an idealised setting…

Graph Clustering

Learning-Based Link Anomaly Detection in Continuous-Time Dynamic Graphs

2024-05-28 · Tim Poštuvan, Claas Grohnfeldt, Michele Russo, Giulio Lovisotto

Anomaly detection in continuous-time dynamic graphs is an emerging field yet under-explored in the context of learning algorithms. In this paper, we pioneer structured analyses of link-level anomalies and graph represent…

Anomaly DetectionGraph LearningGraph Representation LearningLink Prediction+1

FnRGNN: Distribution-aware Fairness in Graph Neural Network

2025-10-22 · Soyoung Park, Sungsu Lim arxiv

Graph Neural Networks (GNNs) excel at learning from structured data, yet fairness in regression tasks remains underexplored. Existing approaches mainly target classification and representation-level debiasing, which cann…

Graph Neural Network