Pith. sign in

REVIEW 3 major objections 6 minor 52 references

A Hierarchical Test Platform for Vision Language Model (VLM)-Integrated Real-World Autonomous Driving

T0 review · 3 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read A hierarchical real-world test platform evaluates VLM-equipped vehicles in repeatable closed-track scenarios before road deployment.

desk verdict A genuinely useful real-world testbed description for VLM-integrated driving, but the accuracy metric never scores the VLM, so the central validation claim does not land. read the letter →

arxiv 2506.14100 v1 pith:BDCKZTS4 submitted 2025-06-17 cs.RO cs.SYeess.SY

classification cs.ROcs.SYeess.SY
keywords vision-languagemodelsautonomousdrivingreal-worldtestingclosed-loopevaluationhierarchicalarchitecturevalidationplatformdomainshiftmodularmiddleware
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

The paper is trying to establish that VLM-integrated autonomous driving can and should be validated as a complete physical system, not just in simulators or on logged datasets. It proposes a hierarchical real-world platform in which a vision-language model sits on top of a modular perception-planning-control stack and makes driving decisions that are executed by a real by-wire vehicle on a closed test track. The platform's value claim is that it combines the controllability of simulation, with configurable road geometry, road conditions, weather, and traffic participants, with the authenticity and closed loop of physical driving. A case study on highway, intersection, and parking-lot scenarios reports that the loop can run with sub-20 ms message latency and high module-level correctness, which the paper offers as evidence that such a testbed is practical before road deployment.

What carries the argument

The load-bearing object is the hierarchical vehicle architecture, whose layers separate strategic intelligence (the VLM) from prompting, information processing, autonomy, and hardware. The mechanism that carries the argument is the structured driving-state vector $V_s$ and action vector $V_a$: the middleware summarizes perception feed, vehicle state, planned behaviors, and passenger commands into a prompt, the VLM returns a high-level action, and the execution layer validates it against safety constraints before adjusting control parameters and executing scripts. The second half of the machinery is the scenario suite, where road geometry, road conditions, weather, and traffic participants are varied on a closed track, which is the paper's answer to repeatability and experimental control.

What would settle it

Run the recorded scenario videos past independent human expert drivers and ask them to label the correct maneuver at each decision point; if the VLM's selected behavior agrees with the experts in materially fewer than the reported near-universal cases, the validation would be measuring self-consistency, not driving competence.

Watch

Extended reading notes

Core claim

The paper claims that VLM-integrated autonomous driving can be tested as a whole, in the physical world, before deployment: its platform replaces the usual choice between closed-loop simulation and open-road testing with a closed track where road geometry, road conditions, weather, and traffic participants are configurable. The vehicle side is organized into stacked layers, from the VLM as strategic intelligence through a prompting/action interface, an information-processing/execution layer that builds a driving-state vector and turns VLM actions into executable scripts, a modular autonomy layer, and the hardware layer, so the VLM's decisions close the loop through real sensors and actuators. A case study with a by-wire SUV, a cloud-hosted VLM, and an open-source autonomy stack runs the vehicle through highway, intersection, and parking-lot scenarios under varied conditions, reporting sub-20 ms message latencies and near-universal module-level correctness.

Load-bearing premise

The headline accuracy results assume that each module's expected output is the correct answer; for behavior selection and prompt/action formatting the expected output is the same structured data the system itself encoded, so near-perfect correctness mostly reflects self-consistency rather than whether the VLM made the right driving decision.

Editorial extensions

If this is right

  • Different VLMs can be swapped into the strategic intelligence layer and compared under identical, repeatable real-world conditions.
  • The separated perception-planning-control interfaces let one component be replaced while the rest of the stack is held fixed, isolating where an error enters the system.
  • Because scenarios are configurable, staged near-crash and low-visibility conditions can be repeated many times to check decision consistency.
  • The reported low latencies indicate that a cloud-hosted VLM can close the decision loop in a physical vehicle without breaking real-time constraints.
  • The platform supports controlled study of domain shift by varying weather, road condition, and traffic density on the same closed track.

Reading between the lines

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

  • A direct extension would run the same scenario suite across several VLMs and report inter-model decision agreement; the paper tests only a single VLM.
  • The self-referential accuracy metric means that the high-correctness claim should be read as a wiring and formatting check; an independent human-annotated ground truth for scene understanding would be needed to support driving-competence claims.
  • The same harness could probe causal grounding, for example by removing the camera image from the prompt and observing whether the selected behavior changes; the platform already exposes the prompt-construction point where such ablations are easy.
  • Closed-track repeatability makes it feasible to measure response distributions rather than single runs, giving statistical confidence for rare-case behaviors.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 6 minor

Summary. This paper proposes a hierarchical real-world test platform for VLM-integrated autonomous driving, comprising a modular low-latency on-vehicle middleware, a clearly separated perception-planning-control architecture that can host VLM-based and conventional modules, and a configurable closed-track scenario suite. The authors describe a case study on a by-wire modified Lexus using Autoware as the backbone and GPT-4 as the VLM, and they report latency, accuracy, and computational-resource measurements across highway, intersection, and parking-lot scenarios. The central claim is that the platform can test and validate VLM-based driving systems in controlled, authentic, and reproducible real-world conditions prior to road deployment.

Significance. If substantiated, the platform would fill a genuine gap: simulation-based and logged-data benchmarks cannot provide controllable closed-loop real-world evaluation of VLM-integrated driving. The paper's strengths are its real-vehicle deployment details, the concrete hardware and middleware descriptions, and the independently measured latency and resource-utilization figures, which are credible and useful to the community. However, the validation of VLM decision correctness is currently missing, and the accuracy metric used is largely circular. Because the central claim is about testing and validating VLM-based driving systems, the current evidence supports only the claim that classical pipeline modules run with low latency and small footprint, not that the VLM's decisions or scene understanding are correct. The platform concept is valuable, but the paper's validation falls short of its stated goal.

major comments (3)
  1. [Section 5.1, Section 5.2, Section 6] The accuracy metric is defined as 'comparing the generated outputs with the expected outputs based on the input messages.' For the Prompt Generation Interface, Action Interface, Driving Behavior Selection, and Motion Control Refinement, the expected output is essentially a deterministic reformatting or relay of the same structured input data, so near-100% accuracy is largely tautological and does not indicate whether the VLM selected a safe or correct behavior. Table 2 does not score the VLM itself, and the only accuracy result with an independent ground truth is the Speech Command Processor (91.78%, against the transcribed command). Consequently, the conclusion in Section 6 that the framework 'maintains high accuracy' and can 'validate VLM-integrated autonomous driving' is not established. Please provide an independent correctness signal for VLM decisions and scene understanding, such as expert annotations, an established benchmark, or a quantitative comparison against a rule-based or classical baseline.
  2. [Section 4.2, Section 5.2] Each scenario is demonstrated with only two trips (e.g., highway: 'traffic too slow' vs. 'drive safely'; intersection: 'catch a flight' vs. 'keep safe'), and no repeated runs are reported. The manuscript claims 'reproducible' testing and 'robust experimentation under diverse conditions,' but with two trials per scenario and no variance or error analysis, these claims are not supported. Please report multiple repetitions per scenario and condition, with per-trial results and summary statistics, and state the total number of runs in the validation results.
  3. [Section 5.2] The reported latency and resource-utilization numbers are absolute and lack any comparison baseline. To demonstrate that the platform enables meaningful evaluation of VLM-integrated systems, the case study should compare the VLM-enabled pipeline against a comparable conventional autonomy stack (e.g., the same Autoware setup without the VLM, or a simple rule-based decision maker). Without such a baseline, one cannot determine whether the VLM improves, degrades, or leaves unchanged the driving performance, and the claim that the framework can 'validate' VLM-based driving systems remains unsupported.
minor comments (6)
  1. [Section 3.1] The heading 'Tesing Vehicle Architecture' contains a typo and should read 'Testing Vehicle Architecture.'
  2. [Section 5.2, Table 2] Section 5.2 reports accuracy numbers (mostly 100%, and 91.78% for the Speech Command Processor) in the text, but Table 2 shows only latency and resource utilization; add an accuracy column with per-module values and explicitly describe how each accuracy value was computed.
  3. [Section 5.1] The subsection heading 'Time Effeciency' should be 'Time Efficiency.'
  4. [Section 4.2.3, Section 5.2] The latency for the Speech Command Processor is reported inconsistently: Table 2 lists 0.24 ms, the text mentions 167.95 ms for the full end-to-end speech recognition process, and Section 4.2 states command processing times from 0.5 s to 1.9 s; please clarify which quantity is being reported in each place.
  5. [Title page] The ACM Reference Format and copyright notice cite 2018 and ACM Transactions on Internet Things, which does not match the current arXiv submission date or venue; update these fields.
  6. [Section 4.2.1, Section 4.2.2] The driving behavior set B is reported as [overtake, yield, following] for the highway scenario and later for the intersection scenario has only [yield, following]; make the scenario definitions consistent across the case study.

Circularity Check

1 steps flagged · score 6.0 of 10

The reported high-accuracy validation reduces to a self-consistency check: expected outputs are derived from the same inputs the modules format, and the VLM under test is not scored.

  1. self definitional [Section 5.1, Accuracy paragraph (Evaluation Metrics), with Table 2]
    "Accuracy evaluates the correctness of the outputs generated by each module. We measure accuracy by comparing the generated outputs with the expected outputs based on the input messages."

    For every module in Table 2 except the Speech Command Processor, the 'expected output' is the structured representation that the module itself was designed to produce from the same input message. Table 1 lists, for example, Prompt Generation Interface output 'Formatted Prompt Text' from 'Current Vehicle State, Recognized Text Command', and Action Interface output 'Final Trajectories' from the VLM's selected behavior and parameters; the aggregators and adapters repackage perception, localization, and planning data already generated by the classical stack. Comparing these deterministic reformatting outputs with expected outputs derived from the same inputs measures format consistency, not decision correctness, so 100% accuracy is forced by construction.

full rationale

The platform architecture, the real-world closed-loop demonstration, and the latency and resource-utilization measurements are independent contributions and are not circular. The circularity is confined to the accuracy component of the validation. Section 5.1 defines accuracy as agreement with expected outputs based on input messages, and Section 5.2 then reports near-100% correctness for eight deterministic middleware modules. For those modules the expected output is the structured data the module was designed to produce from the same input, so the near-perfect scores are tautological. Only the Speech Command Processor is scored against an independently meaningful target, the transcribed voice command, at 91.78%. Moreover, the VLM itself, which is the system under test, does not appear in Table 2, so the paper's conclusion that the framework 'maintains high accuracy' for VLM-based driving validation is not established by the correctness metric. Because the centerpiece accuracy result reduces by construction, the circularity score is 6 rather than 0-2.

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

The central claim is an engineering demonstration, so the ledger is dominated by domain assumptions about representativeness, safety, and the validity of the accuracy metric; the only hand-chosen parameters are controller gains and the cloud-VLM request interval.

free parameters (3)
  • Longitudinal PID gains Kp, Ki, Kd = Example: 1.1, 0.02, 0.01 (Eq. 6)
    Hand-selected by the VLM per scenario and set via ROS parameters in Section 4.1.3; they are tuning parameters, not fitted to benchmark data.
  • MPC lateral-control weights (Q, R, P) = Not reported numerically
    Weighting matrices in Eq. (9) that the VLM adjusts (e.g., lateral error weight W_l); chosen by hand for each scenario and not derived from data.
  • VLM request interval = 3 seconds
    Set 'to avoid latency and message loss due to VLM reasoning' in Section 4.2; a manual design parameter that determines the closed-loop decision cadence.
assumptions (4)
  • domain assumption Representativeness: staged scenarios on a closed track with weather, road, and traffic variations approximate real-world domain shift
    Used in Sections 3.2 and 5 to generalize from six case-study trips to claims about validating VLM systems under diverse conditions; no open-road or external data supports the mapping.
  • domain assumption Safety sufficiency of a 3-second cloud VLM loop when combined with the classical stack
    The design relies on Autoware and the Action Execution module to 'optimize and validate the VLM's decisions against safety constraints' (Section 4.1.3), but no formal safety analysis or fail-safe experiments are provided.
  • ad hoc to paper Accuracy can be assessed by comparing each module's outputs to expected outputs based on input messages
    This is the paper's own validation premise in Section 5.1; it is not an independent ground truth and is the source of the circular accuracy scores.
  • standard math Standard components (PID, MPC, NDT, YOLO, Autoware) perform as documented
    The paper treats these algorithms as reliable black boxes in Section 3.1.4, a common and reasonable assumption for a systems paper.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Hierarchical Test Platform for Vision Language Model (VLM)-Integrated Real-World Autonomous Driving." pith.science (2026). https://pith.science/paper/BDCKZTS4

@misc{pith2026250614100,
  author       = {Pith},
  title        = {Pith review of: A Hierarchical Test Platform for Vision Language Model (VLM)-Integrated Real-World Autonomous Driving},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/BDCKZTS4}},
  note         = {Machine review of arXiv:2506.14100}
}
read the original abstract

Vision-Language Models (VLMs) have demonstrated notable promise in autonomous driving by offering the potential for multimodal reasoning through pretraining on extensive image-text pairs. However, adapting these models from broad web-scale data to the safety-critical context of driving presents a significant challenge, commonly referred to as domain shift. Existing simulation-based and dataset-driven evaluation methods, although valuable, often fail to capture the full complexity of real-world scenarios and cannot easily accommodate repeatable closed-loop testing with flexible scenario manipulation. In this paper, we introduce a hierarchical real-world test platform specifically designed to evaluate VLM-integrated autonomous driving systems. Our approach includes a modular, low-latency on-vehicle middleware that allows seamless incorporation of various VLMs, a clearly separated perception-planning-control architecture that can accommodate both VLM-based and conventional modules, and a configurable suite of real-world testing scenarios on a closed track that facilitates controlled yet authentic evaluations. We demonstrate the effectiveness of the proposed platform`s testing and evaluation ability with a case study involving a VLM-enabled autonomous vehicle, highlighting how our test framework supports robust experimentation under diverse conditions.

Figures

Figures reproduced from arXiv: 2506.14100 by the authors.

Figure 1
Figure 1. Overview of the proposed real-world testing platform for VLM-integrated autonomous driving comprising two main compo [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. An overview of the proposed hierarchical architecture for VLM-integrated autonomous driving in the testing vehicle. The [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. A detailed illustration of our proposed hierarchical autonomous driving testing frame is applied to those intermediate layers in [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: The Hardware Layer setup of the autonomous driving enabled vehicle that is used in our case study. This vehicle is modified by [PITH_FULL_IMAGE:figures/full_fig_p017_4.png]
Figure 5
Figure 5. Figure 5: Illustration of the real-world test environments used in our case study. The closed test track (left and center images) [PITH_FULL_IMAGE:figures/full_fig_p018_5.png]
Figure 6
Figure 6. Figure 6: Illustration of the highway scenario demonstrating two distinct driving conditions for our testing platform. In the first [PITH_FULL_IMAGE:figures/full_fig_p019_6.png]
Figure 7
Figure 7. Figure 7: Illustration of the intersection scenario under two distinct environmental conditions for the proposed testing platform. With [PITH_FULL_IMAGE:figures/full_fig_p020_7.png]
Figure 8
Figure 8. Figure 8: Illustration of the parking lot scenario under two different commands and conditions for our VLM-based framework. The [PITH_FULL_IMAGE:figures/full_fig_p021_8.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

52 extracted references · 18 canonical work pages

  1. [1]

    Alnaser, Arman Sargolzaei, and Mustafa Ilhan Akbaş

    Ala’ J. Alnaser, Arman Sargolzaei, and Mustafa Ilhan Akbaş. 2021. Autonomous Vehicles Scenario Testing Framework and Model of Computation: On Generation and Coverage.IEEE Access9 (2021), 60617–60628. doi:10.1109/ACCESS.2021.3074062

  2. [2]

    AutonomouStuff. 2024. Autoware.AI Drivers - as/master Branch. https://gitlab.com/astuff/autoware.ai/drivers/-/tree/as/master/as?ref_type=heads. Accessed: 2024-08-19

  3. [3]

    AutonomouStuff. n.d.. AutonomouStuff: Autonomy Solutions. https://autonomoustuff.com/. Accessed: 2025-02-09

  4. [4]

    Autoware Foundation. n.d.. Autoware Foundation. https://autoware.org/. Accessed: 2025-02-09

  5. [5]

    Biber and W

    P. Biber and W. Strasser. 2003. The normal distributions transform: a new approach to laser scan matching. InProceedings 2003 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2003) (Cat. No.03CH37453), Vol. 3. IEEE, Las Vegas, Nevada, USA, 2743–2748 vol.3. doi:10.1109/IROS.2003.1249285

  6. [6]

    Holger Caesar, Juraj Kabzan, Kok Seang Tan, Whye Kit Fong, Eric Wolff, Alex Lang, Luke Fletcher, Oscar Beijbom, and Sammy Omari. 2022. NuPlan: A closed-loop ML-based planning benchmark for autonomous vehicles. arXiv:2106.11810 [cs.CV] https://arxiv.org/abs/2106.11810

  7. [7]

    Ming-Fang Chang, John Lambert, Patsorn Sangkloy, Jagjeet Singh, Slawomir Bak, Andrew Hartnett, De Wang, Peter Carr, Simon Lucey, Deva Ramanan, and James Hays. 2019. Argoverse: 3D Tracking and Forecasting with Rich Maps. arXiv:1911.02620 [cs.CV] https://arxiv.org/abs/1911.02620

  8. [8]

    Li Chen, Penghao Wu, Kashyap Chitta, Bernhard Jaeger, Andreas Geiger, and Hongyang Li. 2024. End-to-End Autonomous Driving: Challenges and Frontiers.IEEE Transactions on Pattern Analysis and Machine Intelligence46, 12 (2024), 10164–10183. doi:10.1109/TPAMI.2024.3435937

Show all 52 references
  1. [10]

    Wenhao Cheng, Junbo Yin, Wei Li, Ruigang Yang, and Jianbing Shen. 2023. Language-Guided 3D Object Detection in Point Cloud for Autonomous Driving. arXiv:2305.15765 [cs.CV] https://arxiv.org/abs/2305.15765

  2. [11]

    Chidhambararajan, Aman Rangapur, S

    R. Chidhambararajan, Aman Rangapur, S. Sibi Chakkaravarthy, Aswani Kumar Cherukuri, Meenalosini Vimal Cruz, and S. Sudhakar Ilango. 2022. EfficientWord-Net: An Open Source Hotword Detection Engine Based on Few-Shot Learning.Journal of Information & Knowledge Management21, 04 (...

  3. [12]

    Comma.ai. 2024. Openpilot: An Open-source Driving Agent. https://www.comma.ai/openpilot. Accessed: 2024-08-22

  4. [14]

    Can Cui, Zichong Yang, Yupeng Zhou, Yunsheng Ma, Juanwu Lu, Lingxi Li, Yaobin Chen, Jitesh Panchal, and Ziran Wang. 2023. Personalized Autonomous Driving with Large Language Models: Field Experiments. arXiv preprint arXiv:2312.09397, 10 pages. arXiv:2312.09397 [cs.AI] https://...

  5. [15]

    Can Cui, Zichong Yang, Yupeng Zhou, Juntong Peng, Sung-Yeon Park, Cong Zhang, Yunsheng Ma, Xu Cao, Wenqian Ye, Yiheng Feng, Jitesh Panchal, Lingxi Li, Yaobin Chen, and Ziran Wang. 2024. On-Board Vision-Language Models for Personalized Autonomous Vehicle Motion Control: System ...

  6. [16]

    Alexey Dosovitskiy, German Ros, Felipe Codevilla, Antonio Lopez, and Vladlen Koltun. 2017. CARLA: An Open Urban Driving Simulator. arXiv:1711.03938 [cs.LG] https://arxiv.org/abs/1711.03938

  7. [17]

    Minjian Feng and Hui Zhang. 2022. Application of Baidu Apollo Open Platform in a Course of Control Simulation Experiments.Computer Applications in Engineering Education30, 3 (2022), 892–906

  8. [18]

    Hossam A Gabbar, Jing Ren, and Patrick CK Hung. 2022. Modeling and simulation for connected and automated vehicle (CAV) deployment and performance evaluation. InSmart Cities Policies and Financing. Elsevier, Cambridge, MA, USA, 481–510

  9. [19]

    Felix Gruber and Matthias Althoff. 2018. Anytime Safety Verification of Autonomous Vehicles. In2018 21st International Conference on Intelligent Transportation Systems (ITSC). IEEE, Maui, HI, USA, 1708–1714. doi:10.1109/ITSC.2018.8569950

  10. [20]

    Jinwei Han, Zhiwen Lin, Zhongyisun Sun, Yingguo Gao, Ke Yan, Shouhong Ding, Yuan Gao, and Gui-Song Xia. 2024. Anchor-based Robust Finetuning of Vision-Language Models. arXiv:2404.06244 [cs.CV] https://arxiv.org/abs/2404.06244

  11. [21]

    WuLing Huang, Kunfeng Wang, Yisheng Lv, and FengHua Zhu. 2016. Autonomous Vehicles Testing Methods Review. In2016 IEEE 19th International Conference on Intelligent Transportation Systems (ITSC). IEEE, Rio de Janeiro, Brazil, 163–168. doi:10.1109/ITSC.2016.7795548

  12. [22]

    Madhava Krishna, and Vineet Gandhi

    Kanishk Jain, Varun Chhangani, Amogh Tiwari, K. Madhava Krishna, and Vineet Gandhi. 2023. Ground then Navigate: Language-guided Navigation in Dynamic Scenes. In2023 IEEE International Conference on Robotics and Automation (ICRA). IEEE, London, United Kingdom, 4113–4120. doi:10...

  13. [23]

    Phillip Karle, Tobias Betz, Marcin Bosk, Felix Fent, Nils Gehrke, Maximilian Geisslinger, Luis Gressenbuch, Philipp Hafemann, Sebastian Huber, Maximilian Hübner, Sebastian Huch, Gemb Kaljavesi, Tobias Kerbl, Dominik Kulmer, Tobias Mascetta, Sebastian Maierhofer, Florian Pfab, ...

  14. [24]

    Napat Karnchanachari, Dimitris Geromichalos, Kok Seang Tan, Nanxiang Li, Christopher Eriksen, Shakiba Yaghoubi, Noushin Mehdipour, Gianmarco Bernasconi, Whye Kit Fong, Yiluan Guo, and Holger Caesar. 2024. Towards learning-based planning:The nuPlan benchmark for real-world auto...

  15. [25]

    Shinpei Kato, Shota Tokunaga, Yuya Maruyama, Seiya Maeda, Manato Hirabayashi, Yuki Kitsukawa, Abraham Monrroy, Tomohito Ando, Yusuke Fujii, and Takuya Azumi. 2018. Autoware on Board: Enabling Autonomous Vehicles with Embedded Systems. In2018 ACM/IEEE 9th International Conferen...

  16. [27]

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. 2012. ImageNet Classification with Deep Convolutional Neural Networks. InAdvances in Neural Information Processing Systems, F. Pereira, C.J. Burges, L. Bottou, and K.Q. Weinberger (Eds.), Vol. 25. Curran Associates, Inc.,...

  17. [28]

    Tian, and Panos D

    Zhenning Li, Qiong Wu, Hao Yu, Cong Chen, Guohui Zhang, Zong Z. Tian, and Panos D. Prevedouros. 2019. Temporal-spatial dimension extension- based intersection control formulation for connected and autonomous vehicle systems.Transportation Research Part C: Emerging Technologies...

  18. [29]

    Mengyin Liu, Jie Jiang, Chao Zhu, and Xu-Cheng Yin. 2023. VLPD: Context-Aware Pedestrian Detection via Vision-Language Semantic Self- Supervision . In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). IEEE Computer Society, Los Alamitos, CA, USA, 6662–...

  19. [30]

    Mengyin Liu, Chao Zhu, Shiqi Ren, and Xu-Cheng Yin. 2024. Unsupervised Multi-view Pedestrian Detection. InProceedings of the 32nd ACM International Conference on Multimedia(Melbourne VIC, Australia)(MM ’24). Association for Computing Machinery, New York, NY, USA, 1034–1042. do...

  20. [31]

    Manuel Mar, Vishnu Chellapandi, Liangqi Yuan, Ziran Wang, and Eric Dietz. 2024. A Review of Full-Sized Autonomous Racing Vehicle Sensor Architecture. arXiv preprint arXiv:2402.02603, 13 pages. arXiv:2402.02603 [cs.RO] https://arxiv.org/abs/2402.02603

  21. [32]

    Till Menzel, Gerrit Bagschik, and Markus Maurer. 2018. Scenarios for Development, Test and Validation of Automated Vehicles. In2018 IEEE Intelligent Vehicles Symposium (IV). IEEE, Changshu, Suzhou, China, 1821–1827. doi:10.1109/IVS.2018.8500406

  22. [33]

    Matthew O’Kelly, Houssam Abbas, Sicun Gao, Shin’ichi Shiraishi, Shinpei Kato, and Rahul Mangharam. 2016. APEX: Autonomous Vehicle Plan Verification and Execution. InSAE World Congress 2016. SAE International, Detroit, MI, USA, 1–13

  23. [34]

    Matthew O’Kelly, Hongrui Zheng, Dhruv Karthik, and Rahul Mangharam. 2020. F1TENTH: An Open-source Evaluation Environment for Continuous Control and Reinforcement Learning.Proceedings of Machine Learning Research123 (2020), 77–90. https://par.nsf.gov/biblio/10221872

  24. [35]

    Mohammad Omama, Pranav Inani, Pranjal Paul, Sarat Chandra Yellapragada, Krishna Murthy Jatavallabhula, Sandeep Chinchali, and Madhava Krishna. 2023. ALT-Pilot: Autonomous navigation with Language augmented Topometric maps. arXiv:2310.02324 [cs.RO] https://arxiv.org/abs/ 2310.02324

  25. [36]

    OpenAI. 2025. ChatGPT: GPT-4 Model. Accessed March 15, 2025. Available at https://chat.openai.com

  26. [37]

    Chenbin Pan, Burhaneddin Yaman, Tommaso Nesti, Abhirup Mallik, Alessandro G Allievi, Senem Velipasalar, and Liu Ren. 2024. VLP: Vision Language Planning for Autonomous Driving . In2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). IEEE Computer Society...

  27. [38]

    Masayoshi Tomizuka Pan Song and Changfu Zong. 2015. A novel integrated chassis controller for full drive-by-wire vehicles.Vehicle System Dynamics53, 2 (2015), 215–236. doi:10.1080/00423114.2014.991331 arXiv:https://doi.org/10.1080/00423114.2014.991331

  28. [39]

    SungYeon Park, MinJae Lee, JiHyuk Kang, Hahyeon Choi, Yoonah Park, Juhwan Cho, Adam Lee, and DongKyu Kim. 2024. VLAAD: Vision and Language Assistant for Autonomous Driving . In2024 IEEE/CVF Winter Conference on Applications of Computer Vision Workshops (W ACVW). IEEE Computer ...

  29. [40]

    Tianwen Qian, Jingjing Chen, Linhai Zhuo, Yang Jiao, and Yu-Gang Jiang. 2024. NuScenes-QA: A Multi-Modal Visual Question Answering Benchmark for Autonomous Driving Scenario.Proceedings of the AAAI Conference on Artificial Intelligence38, 5 (Mar. 2024), 4542–4550. doi:10.1609/ ...

  30. [41]

    Ng, et al

    Morgan Quigley, Ken Conley, Brian Gerkey, Josh Faust, Tully Foote, Jeremy Leibs, Rob Wheeler, Andrew Y. Ng, et al. 2009. ROS: an open-source Robot Operating System. InICRA Workshop on Open Source Software, Vol. 3. IEEE, Kobe, Japan, 5

  31. [42]

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. 2021. Learning Transferable Visual Models From Natural Language Supervision. arXiv:2103.000...

  32. [43]

    Guodong Rong, Byung Hyun Shin, Hadi Tabatabaee, Qiang Lu, Steve Lemke, M¯artin, š Možeiko, Eric Boise, Geehoon Uhm, Mark Gerow, Shalin Mehta, Eugene Agafonov, Tae Hyung Kim, Eric Sterner, Keunhae Ushiroda, Michael Reyes, Dmitry Zelenkovsky, and Seonman Kim. 2020. LGSVL Simulat...

  33. [44]

    Hao Sha, Yao Mu, Yuxuan Jiang, Li Chen, Chenfeng Xu, Ping Luo, Shengbo Eben Li, Masayoshi Tomizuka, Wei Zhan, and Mingyu Ding. 2023. LanguageMPC: Large Language Models as Decision Makers for Autonomous Driving. arXiv:2310.03026 [cs.RO] https://arxiv.org/abs/2310.03026 Manuscri...

  34. [45]

    2018.AirSim: High-Fidelity Visual and Physical Simulation for Autonomous Vehicles

    Shital Shah, Debadeepta Dey, Chris Lovett, and Ashish Kapoor. 2018.AirSim: High-Fidelity Visual and Physical Simulation for Autonomous Vehicles. Springer, Cham, Cham, Switzerland, 621–635. doi:10.1007/978-3-319-67361-5_40

  35. [46]

    Pei Sun, Henrik Kretzschmar, Xerxes Dotiwalla, Aurelien Chouard, Vijaysai Patnaik, Paul Tsui, James Guo, Yin Zhou, Yuning Chai, Benjamin Caine, Vijay Vasudevan, Wei Han, Jiquan Ngiam, Hang Zhao, Aleksei Timofeev, Scott Ettinger, Maxim Krivokon, Amy Gao, Aditya Joshi, Yu Zhang,...

  36. [47]

    Ardi Tampuu, Tambet Matiisen, Maksym Semikin, Dmytro Fishman, and Naveed Muhammad. 2022. A Survey of End-to-End Driving: Architectures and Training Methods.IEEE Transactions on Neural Networks and Learning Systems33, 4 (2022), 1364–1384. doi:10.1109/TNNLS.2020.3043505

  37. [48]

    Xiaoyu Tian, Junru Gu, Bailin Li, Yicheng Liu, Yang Wang, Zhiyong Zhao, Kun Zhan, Peng Jia, Xianpeng Lang, and Hang Zhao. 2024. DriveVLM: The Convergence of Autonomous Driving and Large Vision-Language Models. arXiv:2402.12289 [cs.CV] https://arxiv.org/abs/2402.12289

  38. [49]

    Wenhai Wang, Jiangwei Xie, ChuanYang Hu, Haoming Zou, Jianan Fan, Wenwen Tong, Yang Wen, Silei Wu, Hanming Deng, Zhiqi Li, Hao Tian, Lewei Lu, Xizhou Zhu, Xiaogang Wang, Yu Qiao, and Jifeng Dai. 2023. DriveMLM: Aligning Multi-Modal Large Language Models with Behavioral Plannin...

  39. [50]

    Dongming Wu, Wencheng Han, Tiancai Wang, Yingfei Liu, Xiangyu Zhang, and Jianbing Shen. 2023. Language Prompt for Autonomous Driving. arXiv:2309.04379 [cs.CV] https://arxiv.org/abs/2309.04379

  40. [51]

    Meyer, Siva Karthik Mustikovela, Siddhartha Srinivasa, Eric M

    Yi Xu, Yuxin Hu, Zaiwei Zhang, Gregory P. Meyer, Siva Karthik Mustikovela, Siddhartha Srinivasa, Eric M. Wolff, and Xin Huang. 2024. VLM-AD: End-to-End Autonomous Driving through Vision-Language Model Supervision. arXiv:2412.14446 [cs.CV] https://arxiv.org/abs/2412.14446

  41. [52]

    Wong, Zhenguo Li, and Hengshuang Zhao

    Zhenhua Xu, Yujia Zhang, Enze Xie, Zhen Zhao, Yong Guo, Kwan-Yee K. Wong, Zhenguo Li, and Hengshuang Zhao. 2024. DriveGPT4: Interpretable End-to-End Autonomous Driving Via Large Language Model.IEEE Robotics and Automation Letters9, 10 (2024), 8186–8193. doi:10.1109/LRA.2024. 3440097

  42. [53]

    Yu Zhang, Zhongyin Guo, Jianqing Wu, Yuan Tian, Haotian Tang, and Xinming Guo. 2022. Real-Time Vehicle Detection Based on Improved YOLO v5.Sustainability14, 19, Article 12274 (Sept. 2022), 14 pages. doi:10.3390/su141912274

  43. [54]

    Xingcheng Zhou, Mingyu Liu, Ekim Yurtsever, Bare Luka Zagar, Walter Zimmer, Hu Cao, and Alois C. Knoll. 2024. Vision Language Models in Autonomous Driving: A Survey and Outlook.IEEE Transactions on Intelligent Vehicles1 (2024), 1–20. doi:10.1109/TIV.2024.3402136

  44. [55]

    Poskitt, Yang Liu, and Zijiang Yang

    Yuan Zhou, Yang Sun, Yun Tang, Yuqi Chen, Jun Sun, Christopher M. Poskitt, Yang Liu, and Zijiang Yang. 2023. Specification-Based Autonomous Driving System Testing.IEEE Transactions on Software Engineering49, 6 (2023), 3391–3410. doi:10.1109/TSE.2023.3254142 Manuscript submitted to ACM

Pith tools

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