Edge-Cloud Collaborative Pothole Detection via Onboard Event Screening and Federated Temporal Segmentation
2026-05-11 • Distributed, Parallel, and Cluster Computing
Distributed, Parallel, and Cluster Computing
AI summaryⓘ
The authors developed a system to detect potholes using vibrations sensed by vehicles. Their method first filters out normal road vibrations on the vehicle to only send important vibration events to a server, reducing data transmission. Then, a special neural network on the server sorts true potholes from similar bumps by analyzing the timing of vibrations. This system can learn from multiple vehicles' data without sharing raw data, improving detection while saving communication costs. Experiments showed their approach makes pothole detection more accurate and efficient.
pothole detectionvibration sensingGaussian Mixture Modeltemporal segmentation1D Attention U-Netfederated learningedge-cloud collaborationnon-IID datamulti-scale features
Authors
Yingjie Wu, Kongyang Chen, Tiancai Liang
Abstract
Road potholes threaten driving safety and increase infrastructure maintenance costs, while large-scale and timely pothole detection remains challenging in urban road networks. Vehicle-mounted vibration sensing offers a low-cost and scalable solution, however, continuous transmission of raw acceleration streams causes high communication overhead. Also, vibration patterns induced by potholes are often confused with those caused by manholes, speed bumps, and other local road structures. To address these challenges, this paper proposes an edge-cloud collaborative pothole detection framework based on onboard vibration event screening and federated temporal segmentation. At the vehicle side, a Gaussian Mixture Model (GMM)-based module adaptively models background vibration and screens candidate abnormal events from continuous acceleration streams. The onboard module acts as a lightweight high-recall filter and uploads only compact candidate event segments with their contextual information. At the server side, pothole detection is formulated as a point-wise temporal segmentation task. A 1D Attention U-Net is developed to distinguish potholes from vibration-similar road events by capturing multi-scale temporal features and preserving event boundary information. Furthermore, the model is trained under a federated learning framework to exploit distributed multi-vehicle data while accommodating non-IID vehicle data distributions. Experiments on multi-vehicle vibration sensing data show that the proposed framework reduces unnecessary data transmission from smooth road segments and improves fine-grained pothole detection under both centralized and federated settings.