TL;DR
This paper introduces Relational Fusion Networks, a new GCN variant tailored for road network tasks, demonstrating significant performance improvements over existing GCNs in regression and classification tasks.
Contribution
The paper presents a novel GCN architecture, RFN, specifically designed for road networks, addressing limitations of existing GCNs in this domain.
Findings
RFN outperforms state-of-the-art GCNs by 32-40% in regression tasks.
RFN outperforms state-of-the-art GCNs by 21-24% in classification tasks.
Existing GCNs fail to leverage road network structure effectively for road segment classification.
Abstract
Machine learning techniques for road networks hold the potential to facilitate many important transportation applications. Graph Convolutional Networks (GCNs) are neural networks that are capable of leveraging the structure of a road network by utilizing information of, e.g., adjacent road segments. While state-of-the-art GCNs target node classification tasks in social, citation, and biological networks, machine learning tasks in road networks differ substantially from such tasks. In road networks, prediction tasks concern edges representing road segments, and many tasks involve regression. In addition, road networks differ substantially from the networks assumed in the GCN literature in terms of the attribute information available and the network characteristics. Many implicit assumptions of GCNs do therefore not apply. We introduce the notion of Relational Fusion Network (RFN), a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks · Graph Convolutional Network
