Pith. sign in

REVIEW 4 major objections 5 minor 23 references

Processing and Analyzing Real-World Driving Data: Insights on Trips, Scenarios, and Human Driving Behaviors

T0 review · 4 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash

Pith's one-line read The paper claims that a multi-level pipeline on over one million kilometers of customer telematics yields reliable trip, scenario, and human-behavior statistics that can seed CAV test design and driver modeling.

desk verdict Large proprietary telematics dataset yields useful reference numbers, but the scenario segmentation is unvalidated, so treat the statistics as conditional on hand-chosen thresholds. read the letter →

arxiv 2501.08868 v1 pith:UEPWXR5K submitted 2025-01-15 eess.SY cs.HCcs.SY

classification eess.SYcs.HCcs.SY
keywords VehicletelematicsdataReal-worlddrivingMulti-levelprocessingStatisticalanalysistripsandscenariosDriverbehaviorpatternsConnectedautomatedvehiclesScenariosegmentation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper aims to show that a large, context-poor telematics dataset can be converted into reliable, quantitative descriptions of how people actually drive. The authors apply a three-level processing approach to over one million kilometers of Hyundai customer driving data (63,517 trips at a 1 Hz sample rate): trip-level parameter extraction, scenario segmentation around speed-reducing road events, and isolation of coasting, braking, and acceleration regimes. At each level they report statistics such as trip distance, braking event density, cut-in density, approaching speeds, perceivable distances, median braking and acceleration distances and times, aggressiveness levels, and turning speed curves. If these statistics hold, they give designers concrete parameter values for trip-based and scenario-based tests of connected and automated vehicles, and reference behavior curves for human driver models. The paper's claim is that such insights support CAV test design, human driver modeling, and guidelines for automated driving.

What carries the argument

The machinery is the multi-level data-processing pipeline, in particular Algorithms 1 and 2 for scenario segmentation and the rule set for driving-regime isolation. Algorithm 1 searches for local speed maxima and minima and declares an extreme influential only if the speed change to the next extremum exceeds a hand-set 5 m/s threshold, giving the timings of road events. Algorithm 2 slices the trip into intervals anchored on those influential extremes and labels each slice (for instance, B, BnA, BSnA, or A) using a 6 s dwell-time rule to decide whether a stop occurred. Driving-regime isolation then uses pedal signals: coasting runs from the moment both pedals are released until the brake is pressed, braking runs from brake-press until the desired minimum speed is reached, and acceleration runs from gas-press until acceleration falls below 0.2 m/s² after the speed is within ±2 m/s of the final speed. These rules convert raw 1 Hz CAN-bus traces into the labeled scenario and regime data on which every reported statistic is computed.

What would settle it

Label a random sample of recorded trips by hand (from video or high-resolution GPS and map context) and compare with Algorithm 2's scenario labels; then recompute the paper's headline statistics, such as coasting initiation distance, braking distance, and turning speeds, with the 5 m/s and 6 s thresholds varied (for example, 3 and 7 m/s, and 4 and 8 s) and check whether the medians and quartiles change materially. If agreement is poor or medians shift sharply, the reported insights are artifacts of the thresholds rather than robust human behavior.

Watch

Extended reading notes

Core claim

The central claim is that multi-level segmentation of naturalistic customer driving data produces 'statistically reliable insights' into trips, scenarios, and human driving behaviors, and that these insights can support trip- and scenario-based testing, human-driver modeling, and guidelines for connected and automated vehicles. The paper argues that after segmenting each trip into six scenario types (cruising, braking-stop-acceleration, braking-acceleration, acceleration, braking, and creeping) and isolating coasting, braking, and acceleration regimes, descriptive statistics such as median coasting and braking initiation distances, perceivable distances, cut-in distance gaps, aggressiveness levels, and turning speed curves become valid inputs for test design. For example, at approaching speeds of 30–35 m/s, drivers initiate coasting at about 398 m and braking at about 274 m before a braking event, and the turning-speed curves are fit so that 99.9% of observed data lie below them. The algorithms are illustrated on a public naturalistic dataset, while the statistics come from the Hyundai customer fleet. These values are presented as references for building realistic trips, calibrating human driver models, and defining human-like behavior boundaries for automated vehicles.

Load-bearing premise

The load-bearing assumption is that the automatic segmentation into scenarios is correct: a road event is counted only when speed swings by more than a hand-set 5 m/s, and a stop is decided by a 6 s dwell rule, with no comparison to manually labeled data or sensitivity analysis, so every scenario and behavior statistic inherits any labeling errors.

Editorial extensions

If this is right

  • Trip-level statistics such as traveled distance, braking event density, cut-in/lane-change density, and scenario composition by average speed range can seed realistic trips for CAV fuel-economy evaluation instead of relying on standardized drive cycles.
  • Scenario-level medians (approaching speed, perceivable distance, curvature, distance gap and relative speed at cut-in) give concrete ranges for constructing braking-to-stop, braking-to-roll, and cut-in test scenarios, including safety-critical cases from lower whiskers.
  • Coasting and braking initiation distance curves provide thresholds for when a human-like automated driver should lift off the pedal and apply the brake at a given approaching speed.
  • Median braking/acceleration distances and times, aggressiveness levels, and turning speed curves supply parameter targets for calibrating human driver models and for defining acceptable comfort bounds in automated driving.
  • The time-to-collision-based collision risk distributions show that safety-critical time gaps occupy under 3% of driving distance, providing a basis for sampling proportions of typical versus critical scenarios in simulation test suites.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • My inference: because the 5 m/s and 6 s thresholds are hand-set and the segmentation is never validated against ground truth, the absolute medians should be read as conditional on this pipeline; a threshold sensitivity study would reveal which conclusions are robust and which are segmentation artifacts.
  • My inference: applying the same pipeline to a public naturalistic dataset that includes GPS or video context and comparing the resulting median curves would test whether these behaviors generalize beyond the Hyundai customer fleet and U.S. road environments.
  • My inference: the reported coasting initiation rates (42.9% for braking, 39.9% for braking-acceleration, and 51.3% for braking-stop-acceleration scenarios) show that a large share of braking events has no distinct coasting phase, which matters for eco-driving algorithms that assume lift-off precedes braking.
  • My inference: once validated, the labeled scenario and regime data could serve as training labels for detecting road events and driver intentions from speed and pedal traces alone in other telematics streams that lack context.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This paper proposes a multi-level data-processing and analysis framework for vehicle telematics data, applied to a confidential Hyundai customer driving dataset of over 1 million km. The framework segments trips into six scenario types (e.g., cruising, braking-stop-acceleration, braking-acceleration) using a speed-extrema-based algorithm with hand-set thresholds, then isolates driving regimes (coasting, braking, acceleration) using pedal and speed signals. The authors report descriptive statistics at trip, scenario, and driving-behavior levels, including trip distance distributions, braking-event density, scenario-type composition, TTC-based collision risk levels, approaching speeds, perceivable distances, curvature, coasting/braking initiation distances, braking/acceleration distances and times, aggressiveness levels, and turning speeds. They argue these insights support scenario-based CAV testing, drive-cycle design, and human driver modeling.

Significance. If the segmentation and regime-isolation steps are accurate, the paper supplies a large-scale empirical reference for real-world driving behavior from production vehicles, with direct relevance to scenario-based verification and validation for automated vehicles. The main strengths are the scale of the dataset (1,052,902 km, 63,517 trips), the multi-level decomposition, and the direct computation of descriptive statistics without model assumptions. The primary weakness is that the central claim of 'statistically reliable insights' rests on unvalidated algorithmic thresholds and lacks uncertainty quantification; these issues must be addressed before the quantitative values can be used as design references.

major comments (4)
  1. [Section 3.2, Algorithms 1 and 2] The scenario segmentation relies on a 5 m/s speed-change threshold for influential local extremes (Algorithm 1, lines 4 and 7) and a 6 s dwell-time rule (Algorithm 2, lines 7 and 22), yet the paper provides no validation against ground truth, no sensitivity analysis, and no error analysis. At 1 Hz sampling, a rolling stop from 4 m/s, a congestion slowdown from 6 to 0 m/s, or a stop followed by gradual acceleration will be either missed or mislabeled (e.g., as B instead of BSnA/BnA). Because the scenario-level statistics in Section 4.2 and the driving-level statistics in Section 4.3 are computed only on events that survive this filter, all reported medians and densities describe a threshold-dependent subset of real-world events. The authors' own statement that the threshold 'can be adjusted' (Section 3.2) confirms hand-selection without evidence of stability. To support the abstract's claim, the authors should report precision/recall against a manually labeled subset (e.g., a few hundred randomly selected trips) and show that the reported statistics are stable over a plausible range of thresholds (e.g., 3–7 m/s and 4–8 s).
  2. [Section 3.3 and Section 4.3 (Figure 15)] The driving-regime isolation defines coasting as the interval from pedal release to brake depression, braking as the interval from brake depression to minimum speed, and acceleration as gas-pedal-driven speed increase. Consequently, the finding in Section 4.3 that 'drivers initiate the coasting regime first, followed by the braking regime' is partly definitional: a coasting regime by construction precedes the braking regime whenever the driver releases the throttle before pressing the brake. The paper should explicitly acknowledge this circularity and, ideally, validate with a more independent measure (e.g., deceleration thresholds or jerk) or present the result as a consequence of the definition rather than an empirical discovery.
  3. [Section 4.3, Figure 15] The reported median distances to the braking event at coasting/braking initiation (e.g., 398 m and 274 m for the 30–35 m/s approaching-speed range) are presented without confidence intervals or per-bin sample sizes. Given the large dataset, bootstrap confidence intervals are computationally trivial and would materially strengthen the claim that these 'two distance curves can serve as thresholds for regime decision-making.' The paper also reports initiation rates (42.9%, 39.9%, 51.3%) but does not clarify the denominator composition; the authors should specify whether these rates are per event or per trip and provide variances.
  4. [Section 4.2, curvature analysis] Turning-involved braking scenarios are identified by an absolute yaw-rate threshold of 5 deg/s, introduced without justification. The curvature statistics in Figure 13 (medians and whiskers) depend on this threshold, and the authors should report sensitivity to this choice (e.g., 3, 5, and 8 deg/s). Additionally, the definition of curvature k = r/v assumes steady-state cornering, which may not hold during braking events; the impact of this assumption should be discussed.
minor comments (5)
  1. [Section 4.1] The text repeatedly uses 'medium' where 'median' is intended (e.g., 'over the medium distance of 4.8 km' and 'calculated by the medium density of 0.9').
  2. [Section 2] The word 'datset' in the sentence 'All plots shown in the Section 3 are based on the SPMD UMTRI datset' is a typo for 'dataset.'
  3. [Appendix A, Algorithms 1 and 2] The pseudo-code notation is difficult to follow (e.g., k_nxt_min, k_prv_inf,min, and the use of empty-set symbols). A worked numerical example or a more standard notation would greatly improve readability.
  4. [Section 3.1] The description of the UPSAI model and the clustering method for trips without GPS is brief; a citation for the clustering methodology or a reference to a previous paper would help readers understand how trip types were assigned.
  5. [Figures] Several figures (e.g., Figures 3, 4, 8, 9, and 11–19) are referenced but not visible in the submitted text; the authors should ensure all figures are included and legible in the final version.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper is a descriptive statistical analysis whose outputs are direct data summaries, not model predictions fitted to the same data.

full rationale

The paper's central claims are descriptive statistics extracted from a telematics dataset via rule-based segmentation algorithms. No parameter is fitted and then used to predict the same quantity; the reported medians, quantiles, and densities are direct summaries of the labeled data. The scenario segmentation uses fixed thresholds (5 m/s speed change, 6 s dwell) that are stated transparently as adjustable settings, not as fitted parameters derived from the data in a way that would force the subsequent statistics. The driving regimes (coasting, braking, acceleration) are defined by pedal states and speed extrema; the paper then reports distances and times within those regimes. This is a measurement definition, not circularity: the quantities reported are well-defined conditional summaries given the regime definitions, and the paper does not claim to predict them from a model. Self-citations to the authors' prior work appear only in the introduction as background on eco-driving and XIL testing, and none of these citations is load-bearing for the present data processing or for the statistical results. There is no imported uniqueness theorem, no ansatz smuggled via citation, and no renaming of a known result as a new organization. The absence of ground-truth validation of the segmentation is a correctness/robustness concern, not a circularity concern, because the segmentation rules do not embed the conclusions of the analysis. The derivation chain from raw data to reported insights is therefore self-contained and non-circular.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The central results rest on several unverified premises: signal accuracy, trip-type classification, segmentation correctness, and sampling sufficiency. The six hand-set thresholds listed above are free parameters that control which events enter the statistics. The paper provides no sensitivity analysis for any of them, so the reader cannot tell how much the reported insights depend on these choices.

free parameters (6)
  • Speed-change threshold for influential local extremes = 5 m/s
    Set by hand to decide which local speed extrema correspond to road events; directly controls scenario segmentation and therefore all scenario/behavior statistics. Acknowledged as adjustable in Section 3.2.
  • Dwell-time threshold in slice-and-dice = 6 s
    In Algorithm 2, a time gap greater than 6 s between a local max and the next min triggers a separate braking slice; no sensitivity analysis is provided.
  • Acceleration regime termination thresholds = 0.2 m/s^2 and +/-2 m/s
    Driving regime isolation in Section 3.3 uses a 0.2 m/s^2 acceleration threshold and a +/-2 m/s final-speed margin to define the end of the acceleration regime; affects all behavior-level distances and times.
  • Yaw-rate threshold for turning identification = 5 deg/s
    Used to select turning-involved braking scenarios when computing curvature; affects the curvature statistics in Figure 13.
  • TTC category boundaries = 1, 3, 5.5 s
    Hand-chosen boundaries for collision-risk levels in Section 4.1; affects the risk-level composition in Figure 9.
  • Turning-speed curve quantile = 99.9th percentile
    The maximum turning speed curve in Figure 19 is fit to speed data points where 99.9% of data lies below, then used to characterize cautious turning.
assumptions (4)
  • domain assumption The Hyundai BlueLink dataset accurately records vehicle speed, pedal positions, and fuel flow at 1 Hz, with no significant missing or erroneous samples.
    Section 2 describes the dataset but gives no data-cleaning or quality-control procedure; all subsequent statistics trust the signals as ground truth.
  • domain assumption The UPSAI model and the cited clustering methodology produce correct trip-type labels when applied to this dataset.
    Section 3.1 relies on UPSAI (Bucholtz et al. 2020) for GPS-rich data and on an unspecified clustering method for non-GPS data; neither is validated on the Hyundai fleet.
  • ad hoc to paper The scenario segmentation algorithm's outputs are accurate enough that derived scenario statistics are meaningful.
    Algorithms 1 and 2 use hand-set thresholds (5 m/s, 6 s) and are not validated against manually labeled trips or compared with alternative segmentation methods; this is the load-bearing processing step.
  • domain assumption A 1 Hz sampling rate is sufficient to detect braking events and cut-in/lane changes without systematic bias.
    Section 4.1 discusses a cut-in detection example with a 1 s sampling constraint, but no quantification of missed or false events is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Processing and Analyzing Real-World Driving Data: Insights on Trips, Scenarios, and Human Driving Behaviors." pith.science (2026). https://pith.science/paper/UEPWXR5K

@misc{pith2026250108868,
  author       = {Pith},
  title        = {Pith review of: Processing and Analyzing Real-World Driving Data: Insights on Trips, Scenarios, and Human Driving Behaviors},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UEPWXR5K}},
  note         = {Machine review of arXiv:2501.08868}
}
read the original abstract

Analyzing large volumes of real-world driving data is essential for providing meaningful and reliable insights into real-world trips, scenarios, and human driving behaviors. To this end, we developed a multi-level data processing approach that adds new information, segments data, and extracts desired parameters. Leveraging a confidential but extensive dataset (over 1 million km), this approach leads to three levels of in-depth analysis: trip, scenario, and driving. The trip-level analysis explains representative properties observed in real-world trips, while the scenario-level analysis focuses on scenario conditions resulting from road events that reduce vehicle speed. The driving-level analysis identifies the cause of driving regimes for specific situations and characterizes typical human driving behaviors. Such analyses can support the design of both trip- and scenario-based tests, the modeling of human drivers, and the establishment of guidelines for connected and automated vehicles.

Figures

Figures reproduced from arXiv: 2501.08868 by the authors.

Figure 1
Figure 1. A schematic diagram for multi-level data processing. Note that the abbreviations in scenario types and driving regimes are: creeping (Crp), cruising (Crs), braking and acceleration (BnA), braking, stop, and acceleration (BSnA), acceleration (A), braking (B), and coasting (Cst). Definitions of these abbreviations are included in the following subsections. types. Note that suburban road driving will have higher averag… view at source ↗
Figure 2
Figure 2. UPSAI-based neighborhood types (left) in Ann Arbor area, MI and speed trace data (right) for each trip type using the SPMD dataset. 3.2. Scenario-level process: scenario segmentation As each trip involves various scenarios, the scenario-level process segments the trip data into predefined scenario types. We firstly defined six scenario types based on the significant speed changes resulting from upcoming road events … view at source ↗
Figure 3
Figure 3. Schematic of the scenario segmentation algorithm with one trip data from the SPMD dataset [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (16 more)
Figure 4
Figure 4. Figure 4: Driving regime isolation result applying to specific BSnA (left) and BnA (right) scenario data examples from the SPMD dataset. The brake pedal values of 5 and 0 indicate whether the brake pedal is pressed (on) or not (off), respectively. 4. Exploratory data analysis 4.…
Figure 5
Figure 5. Figure 5: Traveled distance depending on the average speed range [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Braking event density depending on the average speed range [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: shows that the density of preceding vehicle appearances decreases with higher average speeds. This trend is consistent with the fact that drivers tend to be more cautious during higher-speed driving when changing lanes. Consequently, they require more space between the…
Figure 8
Figure 8. Figure 8: shows that scenario type distribution differs with trip types. Trips with higher average speeds involve longer Crs scenarios, which is the primary reason for longer traveled distance. In trips with lower average speeds, scenarios involving acceleration and braking caus…
Figure 9
Figure 9. Figure 9: Collision risk level distribution depending on the average speed range. We computed the fuel economy, the unit of which is mile per gallon (MPG), for each trip using the instantaneous fuel flow rate signal provided in the dataset. As shown in [PITH_FULL_IMAGE:figures/…
Figure 10
Figure 10. Figure 10: Average fuel economy analysis: 1) average speed range and vehicle type (top), 2) road event density and vehicle type for the given average speed range of 5–10 m/s (bottom left), and 3) driver aggressiveness level and vehicle type for the given average speed range of 5…
Figure 11
Figure 11. Figure 11: Approaching speed depending on the average speed range. The average speed range is related to the maximum speed limit on roads. Thus, its correlation with the median approaching speed is evident, as shown in [PITH_FULL_IMAGE:figures/full_fig_p010_11.png]
Figure 12
Figure 12. Figure 12: Perceivable distance to braking event depending on the approaching speed range [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]
Figure 13
Figure 13. Figure 13: Curvature for turning depending on the approaching speed range. Assuming steady-state cornering, we computed curvature (𝑘) signal using speed (𝑣) and yaw rate (𝑟) signals, defined by 𝑘 = 𝑟∕𝑣. We considered only turning-involved braking scenarios, which are identified …
Figure 14
Figure 14. Figure 14: Distance gap (on the y-axis) depending on relative speed (on the x-axis) and the approaching speed range (in each cell). We first analyzed decision-making characteristics regarding when to initiate coasting and braking regimes [PITH_FULL_IMAGE:figures/full_fig_p012_14.png]
Figure 15
Figure 15. Figure 15: Distance to the braking event depending on the approaching speed range at the initiation of both coasting and braking regimes. J. Han, et al.: Preprint submitted to Elsevier Page 11 of 17 [PITH_FULL_IMAGE:figures/full_fig_p012_15.png]
Figure 16
Figure 16. Figure 16: shows median distance and time during the braking regimes in “B”-involved scenarios. In braking regimes, the final speed is the speed that results from the conclusion of the braking event (e.g., a green light is turned on after a red light). Higher initial speeds resu…
Figure 17
Figure 17. Figure 17: Median acceleration distance (left) and time (right) depending on final speeds for various initial speeds [PITH_FULL_IMAGE:figures/full_fig_p014_17.png]
Figure 18
Figure 18. Figure 18: Median aggressiveness levels for braking (left) and acceleration (right) depending on initial and final speeds for three vehicles models. 5. Conclusion In this paper, we presented a comprehensive data analytics framework for processing and exploring a large Hyundai cu…
Figure 19
Figure 19. Figure 19: Median turning speeds depending on curvature for various initial speeds (left) and selected turning speed curves for two vehicle types (right). Disclaimer The submitted manuscript has been created by UChicago Argonne, LLC, Operator of Argonne National Laboratory (“Arg…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

23 extracted references · 13 canonical work pages

  1. [1]

    Energy-EfficientDrivinginConnectedCorridorsviaMinimumPrincipleControl: Vehicle-in-the-Loop Experimental Verification in Mixed Fleets

    Ard,T.,Guo,L.,Han,J.,Jia,Y.,Vahidi,A.,Karbowski,D.,2023. Energy-EfficientDrivinginConnectedCorridorsviaMinimumPrincipleControl: Vehicle-in-the-Loop Experimental Verification in Mixed Fleets. IEEE Transactions on Intelligent Vehicles 8, 1279–1291. doi:10.1109/TIV. 2023.3234261. Boschert, S., Rosen, R.,

  2. [5]

    Analytical Anticipative Optimal Drivability Car-Following Model, in: 2022 American Control Conference (ACC), IEEE, Atlanta, GA, USA. pp. 4113–4118. URL: https://ieeexplore.ieee.org/document/9867588/, doi:10. 23919/ACC53348.2022.9867588. Han,J.,Shen,D.,Jeong,J.,Russo,M.D.,Kim,N.,Grave,J.J.,Karbowski,D.,Rousseau,A.,Stutenberg,K.M.,2023. EnergyImpactofConnec...

  3. [8]

    One Thousand and One Hours: Self-drivingMotionPredictionDatasetURL: https://arxiv.org/abs/2006.14480,doi: 10.48550/ARXIV.2006.14480.publisher:arXiv Version Number:

  4. [12]

    IEEE Intelligent Transportation Systems Magazine 14, 78–91

    Learning the Driver Acceleration/Deceleration Behavior Under High-Speed Environments From Naturalistic Driving Data. IEEE Intelligent Transportation Systems Magazine 14, 78–91. doi:10.1109/MITS.2020.3014115. Menneni, S., Sun, C., Vortisch, P.,

  5. [13]

    Transportation Research Record: Journal of the Transportation Research Board 2088, 1–9

    Microsimulation Calibration Using Speed-Flow Relationships. Transportation Research Record: Journal of the Transportation Research Board 2088, 1–9. doi:10.3141/2088-01. Mersky, A.C., Samaras, C.,

  6. [14]

    Transportation Research Part C: Emerging Technologies 65, 31–48

    Fuel economy testing of autonomous vehicles. Transportation Research Part C: Emerging Technologies 65, 31–48. doi:10.1016/j.trc.2016.01.001. Negash, N.M., Yang, J.,

  7. [15]

    BSnA”} 16 else 17 𝑠mdl ← {“BnA

    Driver Behavior Modeling Toward Autonomous Vehicles: Comprehensive Review. IEEE Access 11, 22788–22821. doi:10.1109/ACCESS.2023.3249144. J. Han, et al.:Preprint submitted to Elsevier Page 15 of 17 Processing and Analyzing Real-World Driving Data Algorithm 2: Slice and dice Input: 𝐤min, 𝐤max, 𝐤inf,min and 𝐤inf,max. Output: Time intervals of each scenario (...

  8. [16]

    IEEE Access 8, 87456–87477

    Survey on Scenario-Based Safety Assessment of Automated Vehicles. IEEE Access 8, 87456–87477. doi:10.1109/ACCESS.2020.2993730. Safety Pilot Model Deployment,

Show all 23 references
  1. [18]

    IEEE Transactions on Intelligent Transportation Systems 19, 774–786

    Models of Driver Acceleration Behavior Prior to Real-World Intersection Crashes. IEEE Transactions on Intelligent Transportation Systems 19, 774–786. doi:10.1109/TITS.2017.2699079. J. Han, et al.:Preprint submitted to Elsevier Page 16 of 17 Processing and Analyzing Real-World ...

  2. [19]

    Scalability in Perception for Autonomous Driving: Waymo Open Dataset, in: 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), IEEE, Seattle, WA, USA. pp. 2443–2451. doi:10.1109/CVPR42600.2020.00252. Toledo, T.,

  3. [24]

    IEEE Transactions on Intelligent Transportation Systems 18, 595–607

    Accelerated Evaluation of Automated Vehicles Safety in Lane-Change Scenarios Based on Importance Sampling Techniques. IEEE Transactions on Intelligent Transportation Systems 18, 595–607. doi:10.1109/TITS.2016.2582208. J. Han, et al.:Preprint submitted to Elsevier Page 17 of 17

  4. [1302]

    Hegde, B., O’Keefe, M., Muldoon, S., Gonder, J., Chang, C.F.,

    doi:10.1109/LCSYS.2023.3234808. Hegde, B., O’Keefe, M., Muldoon, S., Gonder, J., Chang, C.F.,

  5. [2007]

    Transport Reviews 27, 65–84

    Driving Behaviour: Models and Challenges. Transport Reviews 27, 65–84. doi:10.1080/01441640600823940. U.S. Department Of Transportation Federal Highway Administration,

  6. [2008]

    Transportation Research Record: Journal of the Transportation Research Board 2088, 148–156

    Calibrating Car-Following Models by Using Trajectory Data: Methodological Study. Transportation Research Record: Journal of the Transportation Research Board 2088, 148–156. doi:10.3141/2088-16. Krajewski, R., Bock, J., Kloeker, L., Eckstein, L.,

  7. [2014]

    URL:https://data.transportation.gov/d/a7qq-9vfe, doi:10.21949/1504482

    Safety Pilot Model Deployment Data. URL:https://data.transportation.gov/d/a7qq-9vfe, doi:10.21949/1504482. Scanlon, J.M., Sherony, R., Gabler, H.C.,

  8. [2016]

    (Eds.), Mechatronic Futures

    Digital Twin—The Simulation Aspect, in: Hehenberger, P., Bradley, D. (Eds.), Mechatronic Futures. Springer International Publishing, Cham, pp. 59–74. doi:10.1007/978-3-319-32156-1_5 . Bucholtz, S., Molfino, E., Kolko, J.,

  9. [2017]

    URL:https://data.transportation.gov/d/8ect-6jqj, doi:10.21949/1504477

    Next Generation Simulation (NGSIM) Vehicle Trajectories and Supporting Data. URL:https://data.transportation.gov/d/8ect-6jqj, doi:10.21949/1504477. Vahidi, A., Sciarretta, A.,

  10. [2018]

    The highD Dataset: A Drone Dataset of Naturalistic Vehicle Trajectories on German Highways for Validation of Highly Automated Driving Systems, in: 2018 21st International Conference on Intelligent Transportation Systems (ITSC), IEEE, Maui, HI. pp. 2118–2125. doi:10.1109/ITSC.2...

  11. [2019]

    Accident Analysis & Prevention 124, 127–137

    Analysis of cut-in behavior based on naturalistic driving data. Accident Analysis & Prevention 124, 127–137. doi:10.1016/j.aap.2019.01.006. Yan, X., Zou, Z., Feng, S., Zhu, H., Sun, H., Liu, H.X.,

  12. [2021]

    2021–01–0436

    Real-World Driving Features for Identifying Intelligent Driver Model Parameters, pp. 2021–01–0436. URL:https://www.sae.org/content/2021-01-0436/, doi:10.4271/2021-01-0436. Houston, J., Zuidhof, G., Bergamini, L., Ye, Y., Chen, L., Jain, A., Omari, S., Iglovikov, V., Ondruska, P.,

  13. [2022]

    IEEE Transactions on Intelligent Transportation Systems 23, 18794–18807

    Scenario Parameter Generation Method and Scenario Representativeness Metric for Scenario-Based Assessment of Automated Vehicles. IEEE Transactions on Intelligent Transportation Systems 23, 18794–18807. doi:10.1109/TITS.2022.3154774. J. Han, et al.:Preprint submitted to Elsevie...

  14. [2023]

    On-Track Demonstration of Automated Eco-Driving Control for an Electric Vehicle, Detroit, Michigan, United States. pp. 2023–01–0221. doi:10.4271/2023-01-0221. Kesting, A., Treiber, M.,

  15. [2037]

    Zhao, D., Lam, H., Peng, H., Bao, S., LeBlanc, D.J., Nobukawa, K., Pan, C.S.,

    doi:10.1038/s41467-023-37677-5. Zhao, D., Lam, H., Peng, H., Bao, S., LeBlanc, D.J., Nobukawa, K., Pan, C.S.,

Pith tools

Reviewed August 10, 2026 · model on record in the stance chip above.