WO2024035340A1 - Vehicle speed or travel time estimation - Google Patents

Vehicle speed or travel time estimation Download PDF

Info

Publication number
WO2024035340A1
WO2024035340A1 PCT/SG2023/050536 SG2023050536W WO2024035340A1 WO 2024035340 A1 WO2024035340 A1 WO 2024035340A1 SG 2023050536 W SG2023050536 W SG 2023050536W WO 2024035340 A1 WO2024035340 A1 WO 2024035340A1
Authority
WO
WIPO (PCT)
Prior art keywords
vehicle speed
time
distribution
prior
speed data
Prior art date
Application number
PCT/SG2023/050536
Other languages
French (fr)
Inventor
Suriyanarayanan VENKATESAN
Chen Liang
Padarn George WILSON
Original Assignee
Grabtaxi Holdings Pte. Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Grabtaxi Holdings Pte. Ltd. filed Critical Grabtaxi Holdings Pte. Ltd.
Publication of WO2024035340A1 publication Critical patent/WO2024035340A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2415Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on parametric or probabilistic models, e.g. based on likelihood ratio or false acceptance rate versus a false rejection rate
    • G06F18/24155Bayesian classification
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3492Special cost functions, i.e. other than distance or default speed limit of road segments employing speed data or traffic data, e.g. real-time or historical
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • G06F18/251Fusion techniques of input or preprocessed data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks

Definitions

  • This disclosure generally relates to methods and systems for traffic speed and/or travel time estimation.
  • Traffic movement speed particularly in urban environments is subject to a great degree of natural variability due to weather conditions, events in an area, changes in the flow of traffic, construction along roads, accidents and other unpredictable conditions or events.
  • Conventional systems and methods of traffic speed estimation rely on real-time traffic data or floating car data to estimate the speed of traffic or vehicles in a particular stretch of road (road segment).
  • Such conventional systems rely on confidence thresholds such as the number of samples, unique vehicle counts, etc of real-time or recent traffic speed data originating from travelling vehicles.
  • the conventional floating car data is susceptible to errors or inaccuracies originating from several causes including GPS errors, map-matching inaccuracies, unavailability of floating car data from within tunnels etc.
  • the conventional systems and methods are subjected to several sources of inaccuracies, the inaccuracies potentially accumulate and result in inaccurate estimates of traffic speeds or travel times.
  • the disclosure provides a system for estimation of vehicle speed along a stretch of road, the system comprising: one or more processors (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: compute a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receive observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; perform Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determine a vehicle speed estimate based on the posterior distribution.
  • processors processors
  • a memory accessible to the processor(s)
  • program code executable by the processor(s) to: compute a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receive observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; perform Bayesian fusion of the prior distribution and the observed vehicle speed data by representing
  • the disclosure also provides a system for estimation of travel time, the system comprising: one or more processor (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: receive an origin location, a destination location and a proposed time of travel from a computing device; determine a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimate the travel time by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the road segment travel time is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining an estimated vehicle speed estimate based on the posterior distribution; determining the road segment travel time based on the vehicle speed estimate and
  • the disclosure also provides a method for estimation of vehicle speed along a stretch of road, the method comprising: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; performing Bayesian fusion of the prior and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior distribution.
  • the disclosure also provides a method for estimation of travel time, the method comprising: receiving an origin location, a destination location and a proposed time of travel from a computing device; determining a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimating the travel time estimate by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the travel time for each road segment is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving a observed vehicle speed data relating to real-time or near realtime vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior vehicle speed distribution; determining the road segment travel time based on the vehicle speed estimate and the road segment length.
  • a prior vehicle speed statistical distribution prior distribution
  • Figure 1 illustrates a block diagram of a system for vehicle speed and/or travel time estimation and its associated components
  • Figure 2 illustrates a flowchart for a method for vehicle speed estimation
  • Figure 3 illustrates a flowchart for a method for travel time estimation
  • Figure 4A illustrates a graph of a rolling average speed of vehicles as a function of a cumulative count of vehicles
  • Figure 4B illustrates a graph of speed values of vehicles obtained based on the data represented in graph 4A;
  • Figure 4C represents a prior, observed and posterior vehicle speed statistical distribution determined in relation to the data of the graph of Figure 4A; and [0017]
  • Figure 5 illustrates a flowchart of a part of a method of generation of a prior vehicle speed statistical distribution.
  • Traffic speed in urban environments is very dynamic, differs from region to region and is influenced by the prevailing conditions.
  • a large number of variables impact how fast traffic moves in an area.
  • the variables may be specific to a particular area within a city or a stretch of road.
  • the large number of variables and degree of variability in factors that influence traffic speed makes the estimation of travel times a significant computational challenge.
  • Accurate travel time estimation advantageously enables efficient allocation of vehicle or fleet resources in an urban area.
  • Accurate travel time estimation also improves the quality of information made available to individuals reliant on a vehicle or vehicle fleet deployed in the urban area for transportation.
  • the present disclosure provides methods and systems for efficiently estimating travel times or traffic speeds based on a combination of historical data regarding traffic movement patterns and data obtained in real-time or near real-time from vehicles.
  • the embodiments advantageously provide more accurate travel time or travel speed estimates for a vehicle in an urban area.
  • the embodiments allow the improved provision of estimates to users of a vehicle sharing service.
  • the accurate travel time estimates also advantageously allow improved allocation of vehicles in a vehicle fleet to potential users of vehicles in an urban environment.
  • Some embodiments may be implemented to estimate travel times of public transport services such as buses or shared vehicles etc.
  • the embodiments also provide an estimate of travel time or travel speed that is responsive to on-ground traffic conditions such as accidents, congestions, roadblocks, etc. As traffic conditions in urban environments are subjected to unpredictable changes, the embodiments advantageously provide a more responsive system for estimation of travel time or travel speed.
  • Some embodiments also perform travel time estimation by receiving as input origin and destination locations and identifying a route/path between the origin and destination. The identified route is segmented into distinct road segments. A travel time estimate may be determined for each road segment and the total travel time estimate is determined as a sum of the individual travel time estimates.
  • Estimation methods described herein perform Bayesian fusion or Bayesian inference to provide a more accurate estimate of travel times or travel speeds. The travel time or vehicle speed is estimated using a combination of historical vehicle speed data and real-time or near real-time vehicle speed data gathered from a fleet of vehicles. Some embodiments exploit the mathematical convenience of conjugate priors, and the closed- form solution derived therefrom to obtain posterior estimates for road traffic conditions.
  • Figure 1 illustrates a block diagram of a system 100 for estimation of vehicle speed or travel time along a stretch of road.
  • the associated components include one or more vehicles 140.
  • a computing device 150 that is configured to communicate with the system 100 over a network 130.
  • the computing device 150 may be a smartphone or a handheld computing device associated with the vehicle 140 to transmit information from the vehicle 140, the system 100, or receive information from the system 100.
  • the computing device may transmit and receive data wirelessly through network 130 as the vehicle 140 navigates an area.
  • a historical database 120 that stores historical vehicle speed or travel time information. Records within the historical database 120 may comprise one or more of the following attributes: a vehicle identifier, a vehicle trip identifier, a vehicle trip/travel time and date data, a vehicle trip start location data, a vehicle trip end location data, vehicle speed values etc.
  • the records in the historical database 120 may be aggregated or categorized based on time of the day, day of the week and location values associated with the records - in this context, a location value is the location of a vehicle at the time the data about the vehicle (e.g. speed and time of day) was acquired. This categorization allows the determination of a prior vehicle speed statistical distribution specific to a particular time or time bracket of a particular day of the week. This prior vehicle speed statistical distribution provides a more focused starting point for estimation of travel time or vehicle speeds resulting in more accurate estimates.
  • the vehicle speed values stored in the historical database 120 are associated with a location or a stretch of road and thereby serve as an indication of the speed of traffic at a location or over a road segment.
  • the historical database 120 may be populated using data that may be continuously or intermittently gathered from computing device 150 provided in a fleet of vehicles travelling in a region - a "fleet" as used herein may refer to a number of related vehicles such as taxis in a taxi company fleet, and/or a number of unrelated vehicles.
  • the prior vehicle speed distribution obtained based on the records in the historical database 120 serves as a prior probability distribution for the Bayesian fusion operation performed by the vehicle speed estimation system 100.
  • the vehicle speed estimation system 100 comprises one or more processor(s) 102 configured to access a memory 104.
  • Memory 104 stores program code 106 to implement the methods of travel time estimation.
  • the vehicle speed estimation system 100 also comprises a network interface 108 to allow communication with the historical database 120, or the computing device(s) 150 or other relevant components over the network 120.
  • the system 100 may include one or more computer systems 100; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks.
  • one or more systems 100 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein.
  • One or more systems 100 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.
  • the computing device 150 comprises one or more processor(s) 152 configured to access a memory 154 storing program code 156 to enable interaction between the computing device 150 and the system 100.
  • the computing device 150 also comprises a network interface 159 to allow communication with the historical database 120, or the system 100 or other relevant components over the network 120.
  • the computing device comprises a GPS sensor 157 to estimate the current position of the computing device 150 and thereby infer the location of the vehicle 140. The inferred location of the vehicle 140 and speed values based on the rate of change of location may be transmitted to the system 100 to provide real-time or near real-time vehicle speed information.
  • Speed and/or location information obtained from a plurality of computing devices 150 provides the basis for computing the observed vehicle speed statistical distribution which is representative of traffic conditions in real-time or near real-time.
  • the observed vehicle speed statistical distribution is computed in relation to a stretch of road or a road segment to provide a targeted representation of observed traffic conditions.
  • Figure 2 illustrates a flowchart for a method 200 for vehicle speed estimation.
  • the method 200 is executed by system 100.
  • method 200 is executed by the processor(s) 102 by invoking the processing logic of the program code 106 in memory 104.
  • Step 210 comprises computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data.
  • the historical vehicle speed data relates to a stretch of road or a segment of road of interest for the computation and is retrieved from the historical database 120.
  • the retrieved data may relate to vehicle speeds associated with a day of the week, a time of day associated with a time of estimation of the vehicle speeds.
  • the time of day and/or day of the week may be selected to include the current time of day for a vehicle for which the speed is being estimated, or the time of day at which a vehicle is expected to reach each respective road segment.
  • the prior vehicle speed statistical distribution models prior knowledge of vehicle speeds using previously captured floating car data. By computing the distribution based on historical data associated with a day of week and time of day, the system 100 advantageously obtains a more representative prior distribution relevant for the day and time at which the vehicle speed estimate is being computed.
  • Step 210 comprises sub-step 212 for computation of an exponential moving average.
  • Sub-step 212 comprises the computation of the average vehicle speed along the road segment of interest and passing the average vehicle speeds through an exponential smoothing moving average function to capture historic travel patterns.
  • the computed average may relate to vehicle speed data over a predefined period of historical data.
  • Step 210 comprises sub-step 214 for computation of variance of average speeds of vehicles over a predefined period for the road segment of interest.
  • the computed variance is an indicator of the degree of variability of average speeds.
  • a prior distribution with low variance is considered a strong prior and conversely, high variance indicates a high degree of uncertainty and lower confidence in the prior distribution.
  • Step 210 comprises the sub-step 216 of computation of mean of variance values.
  • sub-step 216 comprises the computation of variance of speeds of individual vehicles over the road segment of interest and subsequently a determination of an average of the computed variance values over a predefined period.
  • the predefined period used for the computations at sub-steps 212, 214 and 216 maybe 8 weeks, 10 weeks or 12 weeks, for example.
  • the predefined period may be biased toward more recent data - e.g. the period may end at the present date or previous day, or the /V most recently acquired data may be used for prior estimation, or a combination or formula of both.
  • FIG. 4C illustrates a prior distribution 410 computed based on experimental data.
  • observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment of interest is received.
  • the real-time or near realtime vehicle speed data may include vehicle data received within a recent period such as a period of last 5 minutes or last 15 minutes or last 30 minutes, for example. A suitable period may be selected based on the number of recent records. Based on the observed data, the average speed of vehicles within the recent period may be computed.
  • a sample count or the number of observations of vehicle speeds from the road segment of interest obtained in the recent period may be computed based on the observed vehicle speed data.
  • the weight allocated to the observed vehicle data during the fusion is proportional to the count of samples value.
  • the count of samples value is used as a notion of confidence for the observed vehicle speed data.
  • the fusion estimates tend to overweigh the observed data (i.e. real-time data).
  • the fusion estimates tend to overweigh prior distribution - this is because the greater number of samples in each case results in greater confidence in the data.
  • the embodiments advantageously balance the consideration of the prior and the observed data to provide a more accurate estimate of vehicle speeds or travel time.
  • Figure 4C illustrates an observed data chart 420 computed based on received real-time, near realtime or recent vehicle speed data.
  • Bayesian fusion of the prior and the observed data is performed to obtain a posterior vehicle speed distribution (posterior distribution).
  • Bayes theorem states that posterior probability is proportional to the prior distribution times the likelihood term.
  • the relationship captured by “proportional to” is vague to implement in a real-time system.
  • System 100 is configured to assume that the likelihood and prior distributions are conjugate forms.
  • System 100 determines a closed-form solution for the posterior distribution based on the variables/statistical attributes of prior and likelihood estimates. Under these constraints, “proportional” relationship translates to equivalence and hence is implementable in code.
  • Some conjugate pairs include Normal-Normal, Normal-Gamma distributions.
  • System 100 uses Normal-Normal distribution approximation for both prior and likelihood distributions.
  • System 100 performs the Bayesian fusion based on the principle that for sufficiently large “n”, distributions of sample means tend towards a Normal distribution (central limit theorem).
  • System 100 may implement methods such as Variational inference and MCMC (Markov Chain Monte Carlo) to infer the prior/posterior distributions as vehicle speed data is received in real-time or near real-time.
  • system 100 may treat the distributions as normal distributions using the a rolling average of vehicle speeds as a mean of the normal distribution.
  • the posterior hyperparameters may be represented as: where /z 0 (mean) and (variance) relate to the prior distribution, a 2 is the observed vehicle speed variance, n is the number of observations and x t is an observation i among the n observations.
  • Figure 4C illustrates a posterior distribution 430 computed based on the prior distribution 410 and the observed vehicle speed data 420.
  • the posterior distribution determined at step 230 may be used as an experimental prior distribution for further experiments and estimation of vehicle speeds or travel times for a future period in an online-learning setting.
  • a time to live may be assigned to the posterior distribution determined at step 230 after which the posterior distribution is considered invalid and an updated posterior distribution is computed by execution of method 200 with updated historical and/or real-time or near real-time data.
  • the system 100 factors in the most recent vehicle speed data with the relevant historical vehicle speed data to provide a more accurate estimate of vehicle speeds and travel times.
  • system 100 determines a vehicle speed estimate based on the computed posterior distribution.
  • the vehicle speed estimate could be the mean of the posterior distribution or a range of estimated vehicle speeds defined based on the mean and the standard deviation of the posterior distribution.
  • FIG. 3 illustrates a flowchart of a method 300 for travel time estimation.
  • the method 300 incorporates the method 200.
  • the system 100 receives an origin location and a destination location from a requesting computing device 150.
  • the origin and destination locations may be received as part of a transport hailing service request described in the PCT publication WO 2020046200 A1 titled "E-hailing service”.
  • the origin and destination locations may be received as part of a service request described in the PCT publication WO 2018208232 A1 titled "Allocation of dynamically batched service providers and service requesters”.
  • system 100 determines a travel route between the origin location and the destination location.
  • the travel route comprises at least one road segment.
  • a longer route may be broken down into multiple road segments.
  • Each road segment serves as a basis or criterion for computation of the prior and observed vehicle speed distributions and subsequent fusion of the two distributions to determine a posterior distribution for each road segment.
  • the system 100 may determine the travel route based on the apparatuses and methods for processing route information described in the PCT Publication WO 2020263176 A1 titled “Processing route information" the contents of which are hereby incorporated by reference. In some embodiments, the system 100 may determine the travel route based on the apparatuses and methods for generating route navigation data described in the PCT Publication WO 2022031222 A1 titled “Processing apparatus and method for generating route navigation data" the contents of which are hereby incorporated by reference. In some instances, the system may identify one or more routes between an origin and destination, and estimate a travel time for each route. The system 100 may then recommend a route with the lowest aggregate travel time (i.e.
  • the system 100 estimates a vehicle speed estimate for each road segment identified in step 320 by executing method 200 for each of the road segments. Based on the estimated vehicle speeds, the system 100 estimates a travel time or an estimated range of travel time for each road segment. At step 340, the system 100 estimates a total travel time or a total travel time range estimate based on a sum of the travel times estimated at step 330. The total travel time estimate may be transmitted by the system to a requesting computing device 150 which may subsequently display the estimate on its display 158 for a user.
  • Figure 4A illustrates a graph 401 of rolling average speeds of vehicles as a function of a cumulative count of vehicles reporting the average speed in relation to observed traffic conditions.
  • Graph 401 illustrates prior speed of between 14 to 16 km/hr when a smaller number of vehicles were at play. Progressively the rolling average speed falls to between 2 to 4 km/hr due to traffic congestion incidents in the area.
  • Figure 4B illustrates a graph 402 of speeds of vehicles obtained for the same experimental conditions that were the source of the data for Figure 4A.
  • Figure 4B illustrates two peaks one between the 0 to 4 km/hr (post congestion peak) and another between the 15 to 20 km/hr (pre congestion peak).
  • Figure 40 represents a graph 403 including a prior 410, observed 420 and posterior 430 vehicle speed statistical distributions determined in relation to the data that formed the basis for the graphs of figures 4A and 4B.
  • the posterior distribution 430 serves as a basis for estimation of vehicle speeds and travel times by taking into account the prior and the observed vehicle speed data.
  • FIG. 5 illustrates a flowchart of a part of a method 500 of generation of a prior vehicle speed statistical distribution.
  • the driver app 510 is a smartphone application installed on the computing device 150 that triggers the periodic transmission of the data receiveed from GPS 157 to the system 100 or the historical database 120.
  • Steps 1 to 6 are performed by the system 100 based on the data received from the GPS 157 of a plurality of computing devices 150.
  • the system 100 aggregates speed data based on roads, road segments or classes of roads. Classes of roads may relate to a category or a type of road in an urban area, country area, sealed, unsealed and so on, so as to be generally reflective of the patterns or speed of traffic on roads in a class.
  • Step 2 comprises retrieving historical data over a period of n weeks for a given hour of the day and the day of the week.
  • the system 100 orders the data points based on the timestamp and the date at which the data points were generated.
  • the system 100 evaluates whether a minimum number of samples associated with a road segment are available to generate a statistically meaningful prior distribution. If a sufficient number of samples are not available, then at step 4.2 the data points for a relevant road class are used to generate the prior distribution. The data from the relevant road class may be used in place of the samples, or may be added to the samples such that there is a sufficient number of data points (or records) to generate a meaningful prior distribution. However, if a sufficient number of samples are available, then at step 5, various statistical metrics representative of the prior distribution are calculated as described with reference to step 210 of Figure 2. At step 6, the output of the steps 5.1 , 5,2 and 5.3 is stored/written on the memory 104 of the system 100. The "sufficient number" may be a predetermined number.

Landscapes

  • Engineering & Computer Science (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Automation & Control Theory (AREA)
  • Artificial Intelligence (AREA)
  • Probability & Statistics with Applications (AREA)
  • Traffic Control Systems (AREA)

Abstract

Systems and methods for estimation of vehicle speed or travel time along a stretch of road, by computing a prior vehicle speed statistical distribution based on historical vehicle speed data along the road; receiving an observed vehicle speed data, performing Bayesian fusion of the prior and the observed vehicle speed data to determine a posterior vehicle speed distribution; and determining a vehicle speed estimate or a travel time estimate based on the posterior vehicle speed distribution.

Description

Vehicle Speed or Travel Time Estimation
Technical Field
[0001] This disclosure generally relates to methods and systems for traffic speed and/or travel time estimation.
Background
[0002] This background is provided for the purpose of generally presenting the context of the disclosure. Contents of this background section are neither expressly nor impliedly admitted as prior art against the present disclosure.
[0003] Traffic movement speed, particularly in urban environments is subject to a great degree of natural variability due to weather conditions, events in an area, changes in the flow of traffic, construction along roads, accidents and other unpredictable conditions or events. Conventional systems and methods of traffic speed estimation rely on real-time traffic data or floating car data to estimate the speed of traffic or vehicles in a particular stretch of road (road segment). Such conventional systems rely on confidence thresholds such as the number of samples, unique vehicle counts, etc of real-time or recent traffic speed data originating from travelling vehicles.
[0004] However, the conventional floating car data is susceptible to errors or inaccuracies originating from several causes including GPS errors, map-matching inaccuracies, unavailability of floating car data from within tunnels etc. As the conventional systems and methods are subjected to several sources of inaccuracies, the inaccuracies potentially accumulate and result in inaccurate estimates of traffic speeds or travel times.
[0005] It is desired to address or ameliorate one or more disadvantages or limitations associated with the conventional systems and methods for traffic speed or travel time estimation, or to at least provide a useful alternative.
Summary
[0006] The disclosure provides a system for estimation of vehicle speed along a stretch of road, the system comprising: one or more processors (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: compute a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receive observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; perform Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determine a vehicle speed estimate based on the posterior distribution.
[0007] The disclosure also provides a system for estimation of travel time, the system comprising: one or more processor (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: receive an origin location, a destination location and a proposed time of travel from a computing device; determine a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimate the travel time by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the road segment travel time is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining an estimated vehicle speed estimate based on the posterior distribution; determining the road segment travel time based on the vehicle speed estimate and the road segment length.
[0008] The disclosure also provides a method for estimation of vehicle speed along a stretch of road, the method comprising: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; performing Bayesian fusion of the prior and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior distribution.
[0009] The disclosure also provides a method for estimation of travel time, the method comprising: receiving an origin location, a destination location and a proposed time of travel from a computing device; determining a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimating the travel time estimate by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the travel time for each road segment is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving a observed vehicle speed data relating to real-time or near realtime vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior vehicle speed distribution; determining the road segment travel time based on the vehicle speed estimate and the road segment length.
Brief Description of the Drawings
[0010] Exemplary embodiments of the present invention are illustrated by way of example in the accompanying drawings in which like reference numbers indicate the same or similar elements and in which:
[0011] Figure 1 illustrates a block diagram of a system for vehicle speed and/or travel time estimation and its associated components;
[0012] Figure 2 illustrates a flowchart for a method for vehicle speed estimation;
[0013] Figure 3 illustrates a flowchart for a method for travel time estimation;
[0014] Figure 4A illustrates a graph of a rolling average speed of vehicles as a function of a cumulative count of vehicles;
[0015] Figure 4B illustrates a graph of speed values of vehicles obtained based on the data represented in graph 4A;
[0016] Figure 4C represents a prior, observed and posterior vehicle speed statistical distribution determined in relation to the data of the graph of Figure 4A; and [0017] Figure 5 illustrates a flowchart of a part of a method of generation of a prior vehicle speed statistical distribution.
Detailed Description
[0018] Traffic speed in urban environments is very dynamic, differs from region to region and is influenced by the prevailing conditions. A large number of variables impact how fast traffic moves in an area. The variables may be specific to a particular area within a city or a stretch of road. The large number of variables and degree of variability in factors that influence traffic speed makes the estimation of travel times a significant computational challenge. Accurate travel time estimation advantageously enables efficient allocation of vehicle or fleet resources in an urban area. Accurate travel time estimation also improves the quality of information made available to individuals reliant on a vehicle or vehicle fleet deployed in the urban area for transportation.
[0019] The present disclosure provides methods and systems for efficiently estimating travel times or traffic speeds based on a combination of historical data regarding traffic movement patterns and data obtained in real-time or near real-time from vehicles. The embodiments advantageously provide more accurate travel time or travel speed estimates for a vehicle in an urban area. For example, the embodiments allow the improved provision of estimates to users of a vehicle sharing service. The accurate travel time estimates also advantageously allow improved allocation of vehicles in a vehicle fleet to potential users of vehicles in an urban environment. Some embodiments may be implemented to estimate travel times of public transport services such as buses or shared vehicles etc. Advantageously, the embodiments also provide an estimate of travel time or travel speed that is responsive to on-ground traffic conditions such as accidents, congestions, roadblocks, etc. As traffic conditions in urban environments are subjected to unpredictable changes, the embodiments advantageously provide a more responsive system for estimation of travel time or travel speed.
[0020] Some embodiments also perform travel time estimation by receiving as input origin and destination locations and identifying a route/path between the origin and destination. The identified route is segmented into distinct road segments. A travel time estimate may be determined for each road segment and the total travel time estimate is determined as a sum of the individual travel time estimates. [0021] Estimation methods described herein perform Bayesian fusion or Bayesian inference to provide a more accurate estimate of travel times or travel speeds. The travel time or vehicle speed is estimated using a combination of historical vehicle speed data and real-time or near real-time vehicle speed data gathered from a fleet of vehicles. Some embodiments exploit the mathematical convenience of conjugate priors, and the closed- form solution derived therefrom to obtain posterior estimates for road traffic conditions.
[0022] Figure 1 illustrates a block diagram of a system 100 for estimation of vehicle speed or travel time along a stretch of road. The associated components include one or more vehicles 140. Associated with each vehicle is a computing device 150 that is configured to communicate with the system 100 over a network 130. In some embodiments, the computing device 150 may be a smartphone or a handheld computing device associated with the vehicle 140 to transmit information from the vehicle 140, the system 100, or receive information from the system 100. The computing device may transmit and receive data wirelessly through network 130 as the vehicle 140 navigates an area.
[0023] Also provided is a historical database 120 that stores historical vehicle speed or travel time information. Records within the historical database 120 may comprise one or more of the following attributes: a vehicle identifier, a vehicle trip identifier, a vehicle trip/travel time and date data, a vehicle trip start location data, a vehicle trip end location data, vehicle speed values etc. The records in the historical database 120 may be aggregated or categorized based on time of the day, day of the week and location values associated with the records - in this context, a location value is the location of a vehicle at the time the data about the vehicle (e.g. speed and time of day) was acquired. This categorization allows the determination of a prior vehicle speed statistical distribution specific to a particular time or time bracket of a particular day of the week. This prior vehicle speed statistical distribution provides a more focused starting point for estimation of travel time or vehicle speeds resulting in more accurate estimates.
[0024] The vehicle speed values stored in the historical database 120 are associated with a location or a stretch of road and thereby serve as an indication of the speed of traffic at a location or over a road segment. The historical database 120 may be populated using data that may be continuously or intermittently gathered from computing device 150 provided in a fleet of vehicles travelling in a region - a "fleet" as used herein may refer to a number of related vehicles such as taxis in a taxi company fleet, and/or a number of unrelated vehicles. The prior vehicle speed distribution obtained based on the records in the historical database 120 serves as a prior probability distribution for the Bayesian fusion operation performed by the vehicle speed estimation system 100.
[0025] The vehicle speed estimation system 100 comprises one or more processor(s) 102 configured to access a memory 104. Memory 104 stores program code 106 to implement the methods of travel time estimation. The vehicle speed estimation system 100 also comprises a network interface 108 to allow communication with the historical database 120, or the computing device(s) 150 or other relevant components over the network 120.
[0026] This disclosure contemplates computer system 100 taking any suitable physical or virtual form. The system 100 may include one or more computer systems 100; be unitary or distributed; span multiple locations; span multiple machines; span multiple data centers; or reside in a cloud, which may include one or more cloud components in one or more networks. Where appropriate, one or more systems 100 may perform without substantial spatial or temporal limitation one or more steps of one or more methods described or illustrated herein. One or more systems 100 may perform at different times or at different locations one or more steps of one or more methods described or illustrated herein, where appropriate.
[0027] The computing device 150 comprises one or more processor(s) 152 configured to access a memory 154 storing program code 156 to enable interaction between the computing device 150 and the system 100. The computing device 150 also comprises a network interface 159 to allow communication with the historical database 120, or the system 100 or other relevant components over the network 120. The computing device comprises a GPS sensor 157 to estimate the current position of the computing device 150 and thereby infer the location of the vehicle 140. The inferred location of the vehicle 140 and speed values based on the rate of change of location may be transmitted to the system 100 to provide real-time or near real-time vehicle speed information. Speed and/or location information obtained from a plurality of computing devices 150 provides the basis for computing the observed vehicle speed statistical distribution which is representative of traffic conditions in real-time or near real-time. The observed vehicle speed statistical distribution is computed in relation to a stretch of road or a road segment to provide a targeted representation of observed traffic conditions. [0028] Figure 2 illustrates a flowchart for a method 200 for vehicle speed estimation. The method 200 is executed by system 100. In particular, method 200 is executed by the processor(s) 102 by invoking the processing logic of the program code 106 in memory 104. Step 210 comprises computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data. The historical vehicle speed data relates to a stretch of road or a segment of road of interest for the computation and is retrieved from the historical database 120. The retrieved data may relate to vehicle speeds associated with a day of the week, a time of day associated with a time of estimation of the vehicle speeds. The time of day and/or day of the week may be selected to include the current time of day for a vehicle for which the speed is being estimated, or the time of day at which a vehicle is expected to reach each respective road segment. The prior vehicle speed statistical distribution models prior knowledge of vehicle speeds using previously captured floating car data. By computing the distribution based on historical data associated with a day of week and time of day, the system 100 advantageously obtains a more representative prior distribution relevant for the day and time at which the vehicle speed estimate is being computed.
[0029] Step 210 comprises sub-step 212 for computation of an exponential moving average. Sub-step 212 comprises the computation of the average vehicle speed along the road segment of interest and passing the average vehicle speeds through an exponential smoothing moving average function to capture historic travel patterns. The computed average may relate to vehicle speed data over a predefined period of historical data.
[0030] Step 210 comprises sub-step 214 for computation of variance of average speeds of vehicles over a predefined period for the road segment of interest. The computed variance is an indicator of the degree of variability of average speeds. A prior distribution with low variance is considered a strong prior and conversely, high variance indicates a high degree of uncertainty and lower confidence in the prior distribution.
[0031] Step 210 comprises the sub-step 216 of computation of mean of variance values. In particular, sub-step 216 comprises the computation of variance of speeds of individual vehicles over the road segment of interest and subsequently a determination of an average of the computed variance values over a predefined period. [0032] The predefined period used for the computations at sub-steps 212, 214 and 216 maybe 8 weeks, 10 weeks or 12 weeks, for example. The predefined period may be biased toward more recent data - e.g. the period may end at the present date or previous day, or the /V most recently acquired data may be used for prior estimation, or a combination or formula of both. The computations at 212, 214 and 216 are used to define the prior vehicle speed statistical distribution which is used as a conjugate pair and fused with the observed vehicle speed statistical distribution computed at step 230. Figure 4C illustrates a prior distribution 410 computed based on experimental data.
[0033] At step 220, observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment of interest is received. The real-time or near realtime vehicle speed data may include vehicle data received within a recent period such as a period of last 5 minutes or last 15 minutes or last 30 minutes, for example. A suitable period may be selected based on the number of recent records. Based on the observed data, the average speed of vehicles within the recent period may be computed.
[0034] A sample count or the number of observations of vehicle speeds from the road segment of interest obtained in the recent period may be computed based on the observed vehicle speed data. In some embodiments, the weight allocated to the observed vehicle data during the fusion is proportional to the count of samples value. The count of samples value is used as a notion of confidence for the observed vehicle speed data. When a large number of samples are available, the fusion estimates tend to overweigh the observed data (i.e. real-time data). When a lower number of sample counts are available, the fusion estimates tend to overweigh prior distribution - this is because the greater number of samples in each case results in greater confidence in the data. The embodiments advantageously balance the consideration of the prior and the observed data to provide a more accurate estimate of vehicle speeds or travel time. Figure 4C illustrates an observed data chart 420 computed based on received real-time, near realtime or recent vehicle speed data.
[0035] At step 230 Bayesian fusion of the prior and the observed data is performed to obtain a posterior vehicle speed distribution (posterior distribution). Given a likelihood and prior distribution, Bayes theorem states that posterior probability is proportional to the prior distribution times the likelihood term. However, the relationship captured by “proportional to” is vague to implement in a real-time system. System 100 is configured to assume that the likelihood and prior distributions are conjugate forms. System 100 determines a closed-form solution for the posterior distribution based on the variables/statistical attributes of prior and likelihood estimates. Under these constraints, “proportional” relationship translates to equivalence and hence is implementable in code.
[0036] Some conjugate pairs include Normal-Normal, Normal-Gamma distributions. System 100 uses Normal-Normal distribution approximation for both prior and likelihood distributions. System 100 performs the Bayesian fusion based on the principle that for sufficiently large “n”, distributions of sample means tend towards a Normal distribution (central limit theorem).
[0037] System 100 may implement methods such as Variational inference and MCMC (Markov Chain Monte Carlo) to infer the prior/posterior distributions as vehicle speed data is received in real-time or near real-time. Alternatively, system 100 may treat the distributions as normal distributions using the a rolling average of vehicle speeds as a mean of the normal distribution.
[0038] Assuming a Normal-Normal distribution for both prior and likelihood (observed) distributions, the posterior hyperparameters may be represented as:
Figure imgf000012_0001
where /z0 (mean) and
Figure imgf000012_0002
(variance) relate to the prior distribution, a2 is the observed vehicle speed variance, n is the number of observations and xt is an observation i among the n observations. Figure 4C illustrates a posterior distribution 430 computed based on the prior distribution 410 and the observed vehicle speed data 420.
[0039] The posterior distribution determined at step 230 may be used as an experimental prior distribution for further experiments and estimation of vehicle speeds or travel times for a future period in an online-learning setting. A time to live may be assigned to the posterior distribution determined at step 230 after which the posterior distribution is considered invalid and an updated posterior distribution is computed by execution of method 200 with updated historical and/or real-time or near real-time data. By periodically updating the posterior distribution, the system 100 factors in the most recent vehicle speed data with the relevant historical vehicle speed data to provide a more accurate estimate of vehicle speeds and travel times. [0040] At step 240, system 100 determines a vehicle speed estimate based on the computed posterior distribution. The vehicle speed estimate could be the mean of the posterior distribution or a range of estimated vehicle speeds defined based on the mean and the standard deviation of the posterior distribution.
[0041] Figure 3 illustrates a flowchart of a method 300 for travel time estimation. The method 300 incorporates the method 200. At step 310, the system 100 receives an origin location and a destination location from a requesting computing device 150. The origin and destination locations may be received as part of a transport hailing service request described in the PCT publication WO 2020046200 A1 titled "E-hailing service". The origin and destination locations may be received as part of a service request described in the PCT publication WO 2018208232 A1 titled "Allocation of dynamically batched service providers and service requesters".
[0042] At step 320, system 100 determines a travel route between the origin location and the destination location. The travel route comprises at least one road segment. A longer route may be broken down into multiple road segments. Each road segment serves as a basis or criterion for computation of the prior and observed vehicle speed distributions and subsequent fusion of the two distributions to determine a posterior distribution for each road segment. By breaking down the route into one or more road segments, the system 100 advantageously simplifies a complex travel time estimation problem into distinct less complex travel time estimation problems associated with specific road segments.
[0043] In some embodiments, the system 100 may determine the travel route based on the apparatuses and methods for processing route information described in the PCT Publication WO 2020263176 A1 titled "Processing route information" the contents of which are hereby incorporated by reference. In some embodiments, the system 100 may determine the travel route based on the apparatuses and methods for generating route navigation data described in the PCT Publication WO 2022031222 A1 titled "Processing apparatus and method for generating route navigation data" the contents of which are hereby incorporated by reference. In some instances, the system may identify one or more routes between an origin and destination, and estimate a travel time for each route. The system 100 may then recommend a route with the lowest aggregate travel time (i.e. sum of the times for travelling each segment of the respective route). [0044] At step 330, the system 100 estimates a vehicle speed estimate for each road segment identified in step 320 by executing method 200 for each of the road segments. Based on the estimated vehicle speeds, the system 100 estimates a travel time or an estimated range of travel time for each road segment. At step 340, the system 100 estimates a total travel time or a total travel time range estimate based on a sum of the travel times estimated at step 330. The total travel time estimate may be transmitted by the system to a requesting computing device 150 which may subsequently display the estimate on its display 158 for a user.
[0045] Figure 4A illustrates a graph 401 of rolling average speeds of vehicles as a function of a cumulative count of vehicles reporting the average speed in relation to observed traffic conditions. Graph 401 illustrates prior speed of between 14 to 16 km/hr when a smaller number of vehicles were at play. Progressively the rolling average speed falls to between 2 to 4 km/hr due to traffic congestion incidents in the area. Figure 4B illustrates a graph 402 of speeds of vehicles obtained for the same experimental conditions that were the source of the data for Figure 4A. Figure 4B illustrates two peaks one between the 0 to 4 km/hr (post congestion peak) and another between the 15 to 20 km/hr (pre congestion peak).
[0046] Figure 40 represents a graph 403 including a prior 410, observed 420 and posterior 430 vehicle speed statistical distributions determined in relation to the data that formed the basis for the graphs of figures 4A and 4B. The posterior distribution 430 serves as a basis for estimation of vehicle speeds and travel times by taking into account the prior and the observed vehicle speed data.
[0047] Figure 5 illustrates a flowchart of a part of a method 500 of generation of a prior vehicle speed statistical distribution. The driver app 510 is a smartphone application installed on the computing device 150 that triggers the periodic transmission of the data receiveed from GPS 157 to the system 100 or the historical database 120. Steps 1 to 6 are performed by the system 100 based on the data received from the GPS 157 of a plurality of computing devices 150. At step 1 the system 100 aggregates speed data based on roads, road segments or classes of roads. Classes of roads may relate to a category or a type of road in an urban area, country area, sealed, unsealed and so on, so as to be generally reflective of the patterns or speed of traffic on roads in a class. Step 2 comprises retrieving historical data over a period of n weeks for a given hour of the day and the day of the week. At step 3, the system 100 orders the data points based on the timestamp and the date at which the data points were generated.
[0048] At step 4.1 , the system 100 evaluates whether a minimum number of samples associated with a road segment are available to generate a statistically meaningful prior distribution. If a sufficient number of samples are not available, then at step 4.2 the data points for a relevant road class are used to generate the prior distribution. The data from the relevant road class may be used in place of the samples, or may be added to the samples such that there is a sufficient number of data points (or records) to generate a meaningful prior distribution. However, if a sufficient number of samples are available, then at step 5, various statistical metrics representative of the prior distribution are calculated as described with reference to step 210 of Figure 2. At step 6, the output of the steps 5.1 , 5,2 and 5.3 is stored/written on the memory 104 of the system 100. The "sufficient number" may be a predetermined number.
[0049] The reference in this specification to any prior publication (or information derived from it), or to any matter which is known, is not, and should not be taken as an acknowledgment or admission or any form of suggestion that that prior publication (or information derived from it) or known matter forms part of the common general knowledge in the field of endeavor to which this specification relates.
[0050] Throughout this specification and the claims which follow, unless the context requires otherwise, the word "comprise", and variations such as "comprises" and "comprising", will be understood to imply the inclusion of a stated integer or step or group of integers or steps but not the exclusion of any other integer or step or group of integers or steps.
[0051] The scope of this disclosure encompasses all changes, substitutions, variations, alterations, and modifications to the example embodiments described or illustrated herein that a person having ordinary skill in the art would comprehend. The scope of this disclosure is not limited to the example embodiments described or illustrated herein. Moreover, although this disclosure describes and illustrates respective embodiments herein as including particular components, elements, feature, functions, operations, or steps, any of these embodiments may include any combination or permutation of any of the components, elements, features, functions, operations, or steps described or illustrated anywhere herein that a person having ordinary skill in the art would comprehend. Although this disclosure describes or illustrates particular embodiments as providing particular advantages, particular embodiments may provide none, some, or all of these advantages.

Claims

Claims
1. A system for estimation of vehicle speed along a stretch of road, the system comprising: one or more processors (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: compute a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receive observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; perform Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determine a vehicle speed estimate based on the posterior distribution.
2. The system of claim 1 , wherein the fusion of the prior distribution and the observed vehicle speed data comprises exponential smoothing of the prior vehicle statistical distribution to incorporate the observed vehicle speed data.
3. The system of claim 1, wherein the prior distribution is computed based on historical vehicle data for a time of the day and a day of the week associated with a time of estimation of the vehicle speed.
4. The system of claim 1 , wherein the processor(s) performs Bayesian fusion of the prior distribution and the observed vehicle speed data by computing hyperparameters, the hyperparameters comprising at least one of: variance of historical vehicle speed data; exponential moving average of historical vehicle speed data; average of standard deviations of the historical vehicle speed data; mean of real-time or near real-time vehicle speed data; and a count of samples in the real-time or near real-time vehicle speed data; wherein the computed hyperparameters define a closed-form solution as a Normal-Normal conjugate pair of the prior and posterior distributions to perform the Bayesian fusion. The system of claim 4, wherein a weight allocated to the observed vehicle speed data during the fusion is proportional to a count of samples of received observed vehicle speeds. The system of claim 1 , wherein the processor(s) infers a distribution of the observed vehicle speed data using Markov chain Monte Carlo (MCMC) method or a variational interference method. The system of claim 1 , wherein the fusion of the prior and the observed vehicle seed data is performed by modelling the prior and the posterior vehicle speed distributions as normal distributions. The system of any one of claims 1 to 7, wherein the Bayesian fusion is performed in real-time or near real-time as the observed vehicle speed data is received. A system for estimation of travel time, the system comprising: one or more processor (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: receive an origin location, a destination location and a proposed time of travel from a computing device; determine a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimate the travel time by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the road segment travel time is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining an estimated vehicle speed estimate based on the posterior distribution; determining the road segment travel time based on the vehicle speed estimate and the road segment length. The system of claim 9, wherein the processor(s) is further configured to transmit the estimate travel time to the computing device. A computing device comprising: one or more processor (processor(s)); a memory accessible to the processor(s), the memory comprising program code executable by the processor(s) to: transmit an origin location, a destination location and a proposed time of travel to the system of claim 10; receive an estimated travel time from the system of claim 10. A method for estimation of vehicle speed along a stretch of road, the method comprising: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road; receiving observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road; performing Bayesian fusion of the prior and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior distribution. A method for estimation of travel time, the method comprising: receiving an origin location, a destination location and a proposed time of travel from a computing device; determining a travel route between the origin location and the destination location, the travel route comprising at least one road segment; estimating the travel time estimate by estimating a road segment travel time for each segment and adding the road segment travel times; wherein the travel time for each road segment is estimated by: computing a prior vehicle speed statistical distribution (prior distribution) based on historical vehicle speed data along the road segment; receiving a observed vehicle speed data relating to real-time or near real-time vehicle traffic along the road segment; performing Bayesian fusion of the prior distribution and the observed vehicle speed data by representing the prior distribution as a conjugate to a likelihood function to determine a posterior distribution; determining a vehicle speed estimate based on the posterior vehicle speed distribution; determining the road segment travel time based on the vehicle speed estimate and the road segment length. One or more non-transitory computer-readable storage media storing instructions that when executed by one or more processors cause the one or more processors to perform the method of any one of claim 12 or claim 13.
PCT/SG2023/050536 2022-08-11 2023-08-02 Vehicle speed or travel time estimation WO2024035340A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
SG10202250711M 2022-08-11
SG10202250711M 2022-08-11

Publications (1)

Publication Number Publication Date
WO2024035340A1 true WO2024035340A1 (en) 2024-02-15

Family

ID=89852596

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SG2023/050536 WO2024035340A1 (en) 2022-08-11 2023-08-02 Vehicle speed or travel time estimation

Country Status (1)

Country Link
WO (1) WO2024035340A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180209808A1 (en) * 2017-01-10 2018-07-26 Beijing Didi Infinity Technology And Development Co., Ltd. Method and system for estimating time of arrival
KR20190111874A (en) * 2019-09-25 2019-10-02 팅크웨어(주) Electronic Device And Operating Method Thereof
KR20220055822A (en) * 2020-10-27 2022-05-04 임창현 Calculating method for improving estimated passing speed

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180209808A1 (en) * 2017-01-10 2018-07-26 Beijing Didi Infinity Technology And Development Co., Ltd. Method and system for estimating time of arrival
KR20190111874A (en) * 2019-09-25 2019-10-02 팅크웨어(주) Electronic Device And Operating Method Thereof
KR20220055822A (en) * 2020-10-27 2022-05-04 임창현 Calculating method for improving estimated passing speed

Similar Documents

Publication Publication Date Title
US10175054B2 (en) Predicting and utilizing variability of travel times in mapping services
JP5602856B2 (en) Distributed traffic navigation using vehicle communication
JP5542712B2 (en) Automotive system and method for determining acceleration
JP5057167B2 (en) Safe driving evaluation system and safe driving evaluation program
US20110208429A1 (en) Route Computation Based on Route-Oriented Vehicle Trajectories
Zhang et al. Aggregating and sampling methods for processing GPS data streams for traffic state estimation
US10593133B2 (en) Determining a current position of a vehicle in real-time
US20180322779A1 (en) Determination of an average traffic speed
JP5931989B2 (en) Method, apparatus and program for determining reliability of map matching result of probe data
US11662215B2 (en) Method, apparatus, and computer program product for anonymizing trajectories
JP2019008689A5 (en)
EP3944113B1 (en) Method, apparatus, and computer program product for anonymizing trajectories
CN111982145B (en) Travel path recommendation method, device, equipment and storage medium
US10720049B2 (en) Method and system for generating traffic information to be used in map application executed on electronic device
US10916137B2 (en) Traffic mitigation system
CN111854777B (en) Updating method of navigation route driving time, navigation method, navigation system and vehicle
KR20190140770A (en) Method for predicting travel time using spatio-temporal model and apparatus thereof
WO2024035340A1 (en) Vehicle speed or travel time estimation
CN114822061B (en) Arrival time estimation method, arrival time estimation device, electronic equipment and computer program product
CN114495505B (en) Method, device, medium and server for predicting passing duration of congestion road section
US20220028267A1 (en) Method, apparatus, and computer program product for anonymizing trajectories
JP2004240543A (en) Movable body travel-time providing device
US20230418977A1 (en) Method, apparatus, and computer program product for estimating the privacy risk of anonymized trajectory data
US11405751B2 (en) Method, apparatus, and computer program product for anonymizing trajectories including endogenous events
EP4012680A1 (en) Method, apparatus and computer program product for detecting a lane closure using probe data

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23853149

Country of ref document: EP

Kind code of ref document: A1