14 research outputs found

    COLTRANE: ConvolutiOnaL TRAjectory NEtwork for Deep Map Inference

    Full text link
    The process of automatic generation of a road map from GPS trajectories, called map inference, remains a challenging task to perform on a geospatial data from a variety of domains as the majority of existing studies focus on road maps in cities. Inherently, existing algorithms are not guaranteed to work on unusual geospatial sites, such as an airport tarmac, pedestrianized paths and shortcuts, or animal migration routes, etc. Moreover, deep learning has not been explored well enough for such tasks. This paper introduces COLTRANE, ConvolutiOnaL TRAjectory NEtwork, a novel deep map inference framework which operates on GPS trajectories collected in various environments. This framework includes an Iterated Trajectory Mean Shift (ITMS) module to localize road centerlines, which copes with noisy GPS data points. Convolutional Neural Network trained on our novel trajectory descriptor is then introduced into our framework to detect and accurately classify junctions for refinement of the road maps. COLTRANE yields up to 37% improvement in F1 scores over existing methods on two distinct real-world datasets: city roads and airport tarmac.Comment: BuildSys 201

    Inferring directed road networks from GPS traces by track alignment

    Get PDF
    This paper proposes a method to infer road networks from GPS traces. These networks include intersections between roads, the connectivity between the intersections and the possible traffic directions between directly-connected intersections. These intersections are localized by detecting and clustering turning points, which are locations where the moving direction changes on GPS traces. We infer the structure of road networks by segmenting all of the GPS traces to identify these intersections. We can then form both a connectivity matrix of the intersections and a small representative GPS track for each road segment. The road segment between each pair of directly-connected intersections is represented using a series of geographical locations, which are averaged from all of the tracks on this road segment by aligning them using the dynamic time warping (DTW) algorithm. Our contribution is two-fold. First, we detect potential intersections by clustering the turning points on the GPS traces. Second, we infer the geometry of the road segments between intersections by aligning GPS tracks point by point using a stretch and then compress strategy based on the DTW algorithm. This approach not only allows road estimation by averaging the aligned tracks, but also a deeper statistical analysis based on the individual track's time alignment, for example the variance of speed along a road segment

    Automatic extraction of relevant road infrastructure using connected vehicle data and deep learning model

    Get PDF
    This thesis presents a novel approach for extracting road infrastructure information from connected vehicle trajectory data, employing geohashing and image classification techniques. The methodology involves segmenting trajectories using geohash boxes and generating image representations of road segments. These images are then processed using YOLOv5 to accurately classify straight roads and intersections. Experimental results demonstrate a high level of accuracy, with an overall classification accuracy of 95%. Straight roads achieve a 97% F1 score, while intersections achieve a F1 score of 90%. These results validate the effectiveness of the proposed approach in accurately identifying and classifying road segments. The integration of geohashing and image classification techniques offers numerous benefits for road network analysis, traffic management, and autonomous vehicle navigation systems. By extracting road infrastructure information from connected vehicle data, a comprehensive understanding of road networks is achieved, facilitating optimization of traffic flow and infrastructure maintenance. The scalability and adaptability of the approach make it well-suited for large-scale datasets and urban areas. The combination of geohashing and image classification provides a robust framework for extracting valuable insights from connected vehicle data, thereby contributing to the advancement of smart transportation systems. The results emphasize the potential of the proposed approach in enhancing road network analysis, traffic management, and autonomous vehicle navigation, thereby expanding the knowledge in this field and inspiring further research

    Road intersection detection through finding common sub-tracks between pairwise GNSS traces

    Get PDF
    This paper proposes a novel approach to detect road intersections from GNSS traces. Different from the existing methods of detecting intersections directly from the road users’ turning behaviors, the proposed method detects intersections indirectly from common sub-tracks shared by different traces. We first compute the local distance matrix for each pair of traces. Second, we apply image processing techniques to find all “sub-paths” in the matrix, which represents good alignment between local common sub-tracks. Lastly, we identify the intersections from the endpoints of the common sub-tracks through Kernel Density Estimation (KDE). Experimental results show that the proposed method outperforms the traditional turning point-based methods in terms of the F-score, and our previous connecting point-based method in terms of computational efficiency

    Detecting road intersections from GPS traces using longest common subsequence algorithm

    Get PDF
    Intersections are important components of road networks, which are critical to both route planning and path optimization. Most existing methods define the intersections as locations where the road users change their moving directions and identify the intersections from GPS traces through analyzing the road users’ turning behaviors. However, these methods suffer from finding an appropriate threshold for the moving direction change, leading to true intersections being undetected or spurious intersections being falsely detected. In this paper, the intersections are defined as locations that connect three or more road segments in different directions. We propose to detect the intersections under this definition by finding the common sub-tracks of the GPS traces. We first detect the Longest Common Subsequences (LCSS) between each pair of GPS traces using the dynamic programming approach. Second, we partition the longest nonconsecutive subsequences into consecutive sub-tracks. The starting and ending points of the common sub-tracks are collected as connecting points. At last, intersections are detected from the connecting points through Kernel Density Estimation (KDE). Experimental results show that our proposed method outperforms the turning point-based methods in terms of the F-score
    corecore