A Data Streaming Process Framework for Autonomous Driving By Edge
Hang Zhao, Jie Tang

TL;DR
This paper presents a real-time data streaming framework for autonomous driving that predicts sensor data flow, dynamically adjusts processing intervals, and reduces latency using edge computing and Spark Streaming.
Contribution
It introduces a novel framework combining traffic flow prediction and dynamic Batch Interval adjustment on Spark Streaming for autonomous vehicle sensors.
Findings
Predicts short-term traffic with less than 4% error.
Maintains system stability during rapid data rate changes.
Reduces latency by 35% compared to vanilla Spark Streaming.
Abstract
In recent years, with the rapid development of sensing technology and the Internet of Things (IoT), sensors play increasingly important roles in traffic control, medical monitoring, industrial production and etc. They generated high volume of data in a streaming way that often need to be processed in real time. Therefore, streaming data computing technology plays an indispensable role in the real-time processing of sensor data in high throughput but low latency. In view of the above problems, the proposed framework is implemented on top of Spark Streaming, which builds up a gray model based traffic flow monitor, a traffic prediction orientated prediction layer and a fuzzy control based Batch Interval dynamic adjustment layer for Spark Streaming. It could forecast the variation of sensors data arrive rate, make streaming Batch Interval adjustment in advance and implement real-time…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Air Quality Monitoring and Forecasting · Data Management and Algorithms
