2021
DOI: 10.1080/10095020.2020.1866956
|View full text |Cite
|
Sign up to set email alerts
|

An adaptive Markov chain algorithm applied over map-matching of vehicle trip GPS data

Abstract: Markov chains have frequently been applied to match the probable routes with a set of GPS trip data that a pilot vehicle is emitting over a specific graph road network. This class of mapmatching (MM) algorithms presently demonstrates and involve statistical and ad-hoc measures to drive the Markov chain transitional probabilities in picking the best route combinations constrained over the graph road network. In this study, we have devised an adaptive scheme to modify the Markov Chain (MC) kernel window as we mo… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
5
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3
2

Relationship

2
3

Authors

Journals

citations
Cited by 5 publications
(5 citation statements)
references
References 12 publications
(16 reference statements)
0
5
0
Order By: Relevance
“…Map matching solver using hidden Markov chains deserves a special mention among many noteworthy Kinetica-Graph solvers since its success stems mainly from graph database's efficient doubly link topology structure explained in Section 2. This patented in-house capability determines the route of thousands of GPS emitting vehicles using a novel adaptive width Hidden Markov Chain algorithm [19] shown in Figure 26. On one test batch consisted of more than 300K sample points belonging to 370 individual trips of varying degrees of sampling frequencies between 0.5 seconds and 5 seconds, we were able to obtain results in less than 24 seconds using 8 cores where 95 percent of the trips had match scores well below 1 meter over a graph of approximately 7 million edges.…”
Section: Results and Conclusionmentioning
confidence: 99%
See 3 more Smart Citations
“…Map matching solver using hidden Markov chains deserves a special mention among many noteworthy Kinetica-Graph solvers since its success stems mainly from graph database's efficient doubly link topology structure explained in Section 2. This patented in-house capability determines the route of thousands of GPS emitting vehicles using a novel adaptive width Hidden Markov Chain algorithm [19] shown in Figure 26. On one test batch consisted of more than 300K sample points belonging to 370 individual trips of varying degrees of sampling frequencies between 0.5 seconds and 5 seconds, we were able to obtain results in less than 24 seconds using 8 cores where 95 percent of the trips had match scores well below 1 meter over a graph of approximately 7 million edges.…”
Section: Results and Conclusionmentioning
confidence: 99%
“…For a billion node graph where each node goes to every other, the conventional graph data structures require hundred million GBytes (formidable) storage whereas Kinetica Graph requires only ten GBytes. Key differ-entiator of Kinetica Graph DB is its efficient data representation supporting a very large number of edges/nodes that has no memory degradation under dynamic updates [18,19]. Our optimized parallel graph solvers are built on top of this representation.…”
Section: Graph Topologymentioning
confidence: 99%
See 2 more Smart Citations
“…When this one-tomany (lower order) and one-to-one (higher order) adjacency constraints are respected, only one vector of the size three times the data items is enough to spatially index the entire data as a doubly link list (dls); previous and next items, so that the removal and the addition of an item to the bin structure has constant time complexity. This lightweight structure is first devised by the author for numerical preprocessors, simulations and solvers [11,12], and later successfully adapted for the construction of a fixed size graph topology for the Kinetica-Graph itself [8,13].…”
Section: Adaptive Search Binsmentioning
confidence: 99%