paper-with-me

Papers

FDTI: Fine-grained Deep Traffic Inference with Roadnet-enriched Graph

2023-06-19 · Zhanyu Liu, Chumeng Liang, Guanjie Zheng, Hua Wei

This paper proposes the fine-grained traffic prediction task (e.g. interval between data points is 1 minute), which is essential to traffic-related downstream applications. Under this setting, traffic flow is highly influenced by traffic signals and the correlation between traffic nodes is dynamic. As a result, the traffic data is non-smooth between nodes, and hard to utilize previous methods which focus on smooth traffic data. To address this problem, we propose Fine-grained Deep Traffic Inference, termed as FDTI. Specifically, we construct a fine-grained traffic graph based on traffic signals to model the inter-road relations. Then, a physically-interpretable dynamic mobility convolution module is proposed to capture vehicle moving dynamics controlled by the traffic signals. Furthermore, traffic flow conservation is introduced to accurately infer future volume. Extensive experiments demonstrate that our method achieves state-of-the-art performance and learned traffic dynamics with good properties. To the best of our knowledge, we are the first to conduct the city-level fine-grained traffic prediction.

📄 PDF Abstract BibTeX arXiv:2306.10945

Code (1)

zhyliu00/fdti 공식 구현 pytorch

Tasks

Traffic Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Focus 설명 없음

Similar Papers 제목 키워드 기반

URoadNet: Dual Sparse Attentive U-Net for Multiscale Road Network Extraction

2024-12-23 · Jie Song, Yue Sun, Ziyun Cai, Liang Xiao 외

The challenges of road network segmentation demand an algorithm capable of adapting to the sparse and irregular shapes, as well as the diverse context, which often leads traditional encoding-decoding methods and simple T…

Segmentation

RoadNet-RT: High Throughput CNN Architecture and SoC Design for Real-Time Road Segmentation

2020-06-13 · Lin Bai, Yecheng Lyu, Xinming Huang

In recent years, convolutional neural network has gained popularity in many engineering applications especially for computer vision. In order to achieve better performance, often more complex structures and advanced oper…

Autonomous DrivingGPURoad Segmentation

Road Network Guided Fine-Grained Urban Traffic Flow Inference

2021-09-29 · Lingbo Liu, Mengmeng Liu, Guanbin Li, Ziyi Wu 외

Accurate inference of fine-grained traffic flow from coarse-grained one is an emerging yet crucial problem, which can help greatly reduce the number of the required traffic monitoring sensors for cost savings. In this wo…

Translating Images to Road Network: A Sequence-to-Sequence Perspective

2024-02-13 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu 외

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a sign…

Translating Images to Road Network: A Non-Autoregressive Sequence-to-Sequence Approach

2023-01-01 · ICCV 2023 1 · Jiachen Lu, Renyuan Peng, Xinyue Cai, Hang Xu 외

The extraction of road network is essential for the generation of high-definition maps since it enables the precise localization of road landmarks and their interconnections. However, generating road network poses a …