REVIEW 3 major objections 50 references
EvoEye: Self-Evolving Runtime Monitoring for Autonomous Driving Systems
T0 review · 3 major / 0 minor · reviewed 2026-07-12 · grok-4.5
Pith's one-line read A self-evolving runtime monitor for autonomous driving finds its own blind spots, then trains on them.
desk verdict Solid closed-loop ADS monitor with real Apollo/CARLA numbers; the 13.2 Hard-Set gain is real inside the ODD but not yet proof of transfer. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The closed self-evolution loop of FusionMonitor plus BlindSpotEvolver: FusionMonitor encodes and fuses perception, prediction, planning, and control messages over a short temporal window to score collision risk; BlindSpotEvolver treats average prediction error on an executed scenario as search feedback and uses density-aware mutation to decide between local exploitation and global exploration before updating the monitor.
What would settle it
Under the same simulation budget on held-out runs from the same or expanded logical scenario spaces, if BlindSpotEvolver no longer beats uniform sampling and violation-oriented search on F1 for previously missed unsafe frames (or if FusionMonitor loses its reported recall lead at FPR 0.05 with usable warning lead time), the self-evolution claim fails.
Extended reading notes
Core claim
EvoEye shows that a learning-based collision-risk monitor that fuses multi-module temporal runtime signals can be made substantially more effective by iteratively acquiring simulations that expose its current prediction errors, rather than by fixed rules or by collecting more data without regard to remaining blind spots. Under the same evolution budget, this monitor-guided, density-aware search outperforms uniform and violation-oriented sampling on both overall test performance and on previously missed unsafe contexts.
Load-bearing premise
The method assumes that a monitor's average prediction error on past runs, plus how densely similar scenarios have already been sampled, is a good enough guide for which new simulations will most improve future monitoring—and that gains on two CARLA/Apollo scenario families transfer to real monitoring value.
Editorial extensions
If this is right
- Runtime monitors for modular ADSs need not stay frozen after initial training; they can improve by turning their own mistakes into new test data.
- Searching for collisions alone is not the best use of simulation budget when the goal is better monitoring: error-guided, density-aware acquisition can recover more missed hazards.
- Cross-module temporal fusion of internal ADS messages can separate pre-collision contexts from safe ones better than single-indicator rules or reconstruction of isolated signals, at millisecond latency.
- If the loop generalizes, operators can allocate limited simulation time to closing known monitoring gaps rather than exhaustively exploring the full scenario space.
Reading between the lines
- The same error-as-feedback loop could be applied to non-collision hazards (near-misses, traffic-rule violations) if those labels are available, testing whether the machinery is collision-specific or general.
- Because the monitor depends on extractable internal module messages, transferring it to end-to-end driving stacks would require a different signal interface and would test how much of the gain is architecture-specific.
- If density-aware mutation mainly helps in high-dimensional parameter spaces, simpler domains might not need it; comparing against pure error-guided selection would isolate that component's value.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. EvoEye proposes a self-evolving runtime monitor for full-stack modular ADSs. FusionMonitor encodes perception, prediction, planning, and control messages with module-specific encoders, fuses them per frame, aggregates a short temporal context, and predicts collision risk within horizon H. BlindSpotEvolver then closes a loop: it scores executed scenarios by average absolute prediction error (Eq. 10), mutates seeds with density-aware local/global sampling (Eqs. 11–15), and retrains the monitor under a fixed simulation budget. On Baidu Apollo with CARLA in two logical scenarios (highway cut-in, unprotected intersection), FusionMonitor reports large frame-level Recall gains over TTC, RSS, and a reconstruction baseline at fixed FPR, low CPU latency, and multi-second median lead times; under the same budget, BlindSpotEvolver improves F1 over Uniform and AVFuzzer, especially on a Hard Set of previously missed unsafe frames.
Significance. If the results hold under broader evaluation, the paper would be a clear contribution to ADS software engineering: it reframes runtime monitoring as an iterative, monitor-guided data-acquisition problem rather than a one-shot trained detector, and it targets full-stack inter-module messages instead of sensor-only or single-module signals. Strengths include a concrete industrial stack (Apollo+CARLA with the full perception-to-control pipeline), fixed-FPR operating points, AUROC/AUPRC, lead-time and latency reporting, ablations on L and module inputs, and head-to-head evolution comparisons under a shared budget. The self-evolution framing and the Hard-Set analysis are the main novelty claims and would matter for practical monitor maintenance if shown to transfer beyond the two logical ODDs studied.
major comments (3)
- §V-B and Table IV: The central self-evolution claim (up to 13.2 F1 on previously missed unsafe contexts) rests on the Hard Set, defined as unsafe frames missed by pre-evolution EvoEye* plus safe frames from the same executions, all drawn from the same two logical scenario spaces used for training and evolution. Because Eq. 10 and density-aware mutation optimize residual error inside this already-sampled ODD, large Hard-Set gains can reflect re-sampling residual pockets rather than acquiring broadly informative executions. Please either (i) report leave-one-logical-scenario-out or a third NHTSA-style logical scenario as a transfer test, or (ii) substantially qualify the claim so it is scoped to within-ODD residual-error reduction, and add multi-seed mean±std for Table IV (the text says three repeats but variance is not shown).
- §IV-C1, Eq. (10): Average absolute prediction error over a scenario’s contexts is treated as the acquisition objective without evidence that it correlates with learning value (e.g., expected reduction in validation loss or Hard-Set F1 after update). Scenarios with high average error may be noisy, label-boundary, or already well-covered after a few samples. Please justify this proxy (ablation vs. alternatives such as false-negative-only error, uncertainty, or min-distance criticality) or show that high-fr seeds systematically yield larger post-update gains than low-fr seeds under the same budget.
- §V, Logical Scenarios and Threats: External validity is load-bearing for a “first self-evolving runtime monitoring framework for full-stack ADSs.” Evaluation is confined to two CARLA logical scenarios and one ADS. The Threats section acknowledges this but does not bound how much of the reported Recall/F1 advantage depends on these two ODDs. At minimum, add sensitivity to H and δ (free parameters listed in the setup), and clarify which runtime message fields are required so that portability claims to other modular stacks are falsifiable rather than aspirational.
Circularity Check
No derivation circularity: self-evolution is an intentional feedback algorithm evaluated on held-out labels and independent baselines, not a claim that reduces to its inputs by construction.
full rationale
EvoEye is an engineering method paper, not a first-principles derivation. FusionMonitor is trained by minimizing BCE on labeled runtime contexts (Eq. 9) with ground-truth frame labels from simulator collisions within horizon H (Def. 1, Eq. 2), then scored on held-out test data against TTC, RSS, and AEM under fixed FPR thresholds. BlindSpotEvolver’s monitor-oriented feedback fr(x) (Eq. 10) and density-aware mutation (Eqs. 11–15) deliberately use current prediction error to prioritize new simulations; that is a closed-loop acquisition policy, not a circular proof that the evolved monitor must improve. Gains are measured by external metrics (Precision/Recall/F1/AUROC/AUPRC) on a held-out Test Set and against Uniform and AVFuzzer under a shared six-hour budget (Tables III–IV). Author self-citations appear only as related ADS testing work and do not load-bear uniqueness or force the central claims. The Hard Set (unsafe frames missed by pre-evolution EvoEye*) is a conditioned evaluation slice that can overstate absolute gains, but it is not a fitted parameter renamed as a prediction, nor does any equation reduce to its inputs by construction; relative comparisons on that set remain well-defined. No self-definitional identity, fitted-input-as-prediction, uniqueness import, or ansatz-via-citation step is present.
Assumptions & free parameters
free parameters (6)
- prediction horizon H
- temporal context length L
- neighborhood radius δ
- evolution budget T_budget and N_round
- FPR operating points 0.01 and 0.05
- scenario-level consecutive-frame parameter K
assumptions (5)
- domain assumption Internal inter-module runtime messages from a modular ADS (perception, prediction, planning, control) are observable and sufficient to predict impending collisions without privileged simulator state at inference.
- domain assumption Collisions within a short horizon are the primary safety violation to monitor; other hazards are out of scope.
- domain assumption CARLA + full Apollo sensor-to-control pipeline is an adequate proxy for evaluating full-stack runtime monitoring under the chosen logical scenarios.
- ad hoc to paper Average absolute prediction error over a scenario’s contexts is a useful acquisition objective for improving the monitor.
- standard math Standard supervised binary classification with BCE on labeled contexts is an appropriate training objective for risk scores.
invented entities (4)
-
FusionMonitor
-
BlindSpotEvolver
-
Monitor-Oriented Feedback fr(x)
-
Density-Aware Mutation / regional exploit potential qδ(x)
Cite this review
Pith. "Pith review of EvoEye: Self-Evolving Runtime Monitoring for Autonomous Driving Systems." pith.science (2026). https://pith.science/paper/H2VUIEFR
@misc{pith2026260703755,
author = {Pith},
title = {Pith review of: EvoEye: Self-Evolving Runtime Monitoring for Autonomous Driving Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/H2VUIEFR}},
note = {Machine review of arXiv:2607.03755}
}
read the original abstract
Runtime monitoring is essential for detecting impending hazards in autonomous driving systems (ADSs). However, existing ADS runtime monitors have fixed detection capabilities: rule-based monitors cover only manually specified hazards, while learning-based monitors depend heavily on their initial training data and may retain substantial prediction errors. We therefore propose EvoEye, which identifies the current monitor's errors, generates informative executions accordingly, and updates the monitor through self-evolution. To enable effective self-evolution, EvoEye combines a capable runtime monitor with targeted scenario acquisition. FusionMonitor learns cross-module temporal interactions for collision prediction, while BlindSpotEvolver converts current prediction errors into search guidance and uses density-aware mutation to acquire informative executions for subsequent monitor updates. We evaluate EvoEye on Baidu Apollo with CARLA in representative highway and urban scenarios. FusionMonitor improves frame-level Recall by up to 37.8 percentage points at a false positive rate of 0.05, with 2.49 ms latency and 2.8-4.2 seconds of median warning time. Under the same budget, BlindSpotEvolver outperforms uniform and violation-oriented sampling by up to 13.2 F1 points on previously missed unsafe contexts.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
A survey of motion planning and control techniques for self-driving urban vehicles,
B. Paden, M. ˇC´ap, S. Z. Yong, D. Yershov, and E. Frazzoli, “A survey of motion planning and control techniques for self-driving urban vehicles,” IEEE Transactions on intelligent vehicles, vol. 1, no. 1, pp. 33–55, 2016
2016
-
[2]
Self- driving cars: A survey,
C. Badue, R. Guidolini, R. V . Carneiro, P. Azevedo, V . B. Cardoso, A. Forechi, L. Jesus, R. Berriel, T. M. Paixao, F. Mutzet al., “Self- driving cars: A survey,”Expert systems with applications, vol. 165, p. 113816, 2021
2021
-
[3]
Challenges in autonomous vehicle testing and validation,
P. Koopman and M. Wagner, “Challenges in autonomous vehicle testing and validation,”SAE International journal of transportation safety, vol. 4, pp. 15–24, 2016
2016
-
[4]
Testing of autonomous driving systems: where are we and where should we go?
G. Lou, Y . Deng, X. Zheng, M. Zhang, and T. Zhang, “Testing of autonomous driving systems: where are we and where should we go?” inProceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering, 2022, pp. 31–43
2022
-
[5]
Runtime monitoring for safety of intelligent vehicles,
K. Watanabe, E. Kang, C.-W. Lin, and S. Shiraishi, “Runtime monitoring for safety of intelligent vehicles,” inProceedings of the 55th annual design automation conference, 2018, pp. 1–6
2018
-
[6]
Near miss determination through use of a scale of danger,
J. C. Hayward, “Near miss determination through use of a scale of danger,”Highway Research Record, 1972
1972
-
[7]
On a formal model of safe and scalable self-driving cars,
S. Shalev-Shwartz, S. Shammah, and A. Shashua, “On a formal model of safe and scalable self-driving cars,”arXiv preprint arXiv:1708.06374, 2017
arXiv 2017
-
[8]
Misbehaviour prediction for autonomous driving systems,
A. Stocco, M. Weiss, M. Calzana, and P. Tonella, “Misbehaviour prediction for autonomous driving systems,” inProceedings of the ACM/IEEE 42nd international conference on software engineering, 2020, pp. 359–371
2020
Show all 50 references
-
[9]
Thirdeye: Attention maps for safe autonomous driving systems,
A. Stocco, P. J. Nunes, M. d’Amorim, and P. Tonella, “Thirdeye: Attention maps for safe autonomous driving systems,” inProceedings of the 37th IEEE/ACM international conference on automated software engineering, 2022, pp. 1–12
2022
-
[10]
Baidu-apollo,
Baidu, “Baidu-apollo,” 2023. [Online]. Available: https://www.apollo.auto
2023
-
[11]
Carla: An open urban driving simulator,
A. Dosovitskiy, G. Ros, F. Codevilla, A. Lopez, and V . Koltun, “Carla: An open urban driving simulator,” inConference on robot learning. PMLR, 2017, pp. 1–16
2017
-
[12]
Pylot: A modular platform for exploring latency-accuracy tradeoffs in autonomous vehicles,
I. Gog, S. Kalra, P. Schafhalter, M. A. Wright, J. E. Gonzalez, and I. Stoica, “Pylot: A modular platform for exploring latency-accuracy tradeoffs in autonomous vehicles,” in2021 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2021, pp. 8806–8813
2021
-
[13]
Autoware on board: Enabling autonomous vehicles with embedded systems,
S. Kato, S. Tokunaga, Y . Maruyama, S. Maeda, M. Hirabayashi, Y . Kitsukawa, A. Monrroy, T. Ando, Y . Fujii, and T. Azumi, “Autoware on board: Enabling autonomous vehicles with embedded systems,” in 2018 ACM/IEEE 9th International Conference on Cyber-Physical Systems (ICCPS). ...
2018
-
[14]
End to end learning for self-driving cars,
M. Bojarski, D. Del Testa, D. Dworakowski, B. Firner, B. Flepp, P. Goyal, L. D. Jackel, M. Monfort, U. Muller, J. Zhanget al., “End to end learning for self-driving cars,”arXiv preprint arXiv:1604.07316, 2016
2016 arXiv
-
[15]
End-to-end driving via conditional imitation learning,
F. Codevilla, M. M ¨uller, A. L ´opez, V . Koltun, and A. Dosovitskiy, “End-to-end driving via conditional imitation learning,” in2018 IEEE international conference on robotics and automation (ICRA). IEEE, 2018, pp. 4693–4700
2018
-
[16]
openpilot,
comma.ai, “openpilot,” 2025. [Online]. Available: https://comma.ai/ope npilot
2025
-
[17]
End-to-end urban driving by imitating a reinforcement learning coach,
Z. Zhang, A. Liniger, D. Dai, F. Yu, and L. Van Gool, “End-to-end urban driving by imitating a reinforcement learning coach,” inProceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 15 222–15 232
2021
-
[18]
Transfuser: Imitation with transformer-based sensor fusion for au- tonomous driving,
K. Chitta, A. Prakash, B. Jaeger, Z. Yu, K. Renz, and A. Geiger, “Transfuser: Imitation with transformer-based sensor fusion for au- tonomous driving,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 45, no. 11, pp. 12 878–12 895, 2023
2023
-
[19]
Trajectory-guided control prediction for end-to-end autonomous driving: A simple yet strong baseline,
P. Wu, X. Jia, L. Chen, J. Yan, H. Li, and Y . Qiao, “Trajectory-guided control prediction for end-to-end autonomous driving: A simple yet strong baseline,”Advances in Neural Information Processing Systems, vol. 35, pp. 6119–6132, 2022
2022
-
[20]
A framework for automated driving system testable cases and scenarios,
E. Thorn, S. C. Kimmel, and M. Chaka, “A framework for automated driving system testable cases and scenarios,” National Highway Traffic Safety Administration, Tech. Rep., 2018
2018
-
[21]
Scenarios for development, test and validation of automated vehicles,
T. Menzel, G. Bagschik, and M. Maurer, “Scenarios for development, test and validation of automated vehicles,” in2018 IEEE intelligent vehicles symposium (IV). IEEE, 2018, pp. 1821–1827
2018
-
[22]
Efficient online testing for dnn- enabled systems using surrogate-assisted and many-objective optimiza- tion,
F. U. Haq, D. Shin, and L. Briand, “Efficient online testing for dnn- enabled systems using surrogate-assisted and many-objective optimiza- tion,” inProceedings of the 44th international conference on software engineering, 2022, pp. 811–822
2022
-
[23]
Av-fuzzer: Finding safety violations in autonomous driving systems,
G. Li, Y . Li, S. Jha, T. Tsai, M. Sullivan, S. K. S. Hari, Z. Kalbarczyk, and R. Iyer, “Av-fuzzer: Finding safety violations in autonomous driving systems,” in2020 IEEE 31st international symposium on software reliability engineering (ISSRE). IEEE, 2020, pp. 25–36
2020
-
[24]
Identifying the hazard boundary of ml-enabled autonomous systems using cooperative coevolutionary search,
S. Sharifi, D. Shin, L. C. Briand, and N. Aschbacher, “Identifying the hazard boundary of ml-enabled autonomous systems using cooperative coevolutionary search,”IEEE Transactions on Software Engineering, vol. 49, no. 12, pp. 5120–5138, 2023
2023
-
[25]
Behavexplor: Behavior diversity guided testing for autonomous driving systems,
M. Cheng, Y . Zhou, and X. Xie, “Behavexplor: Behavior diversity guided testing for autonomous driving systems,” inProceedings of the 32nd ACM SIGSOFT International Symposium on Software Testing and Analysis, 2023, pp. 488–500
2023
-
[26]
Many-objective reinforcement learning for online testing of dnn-enabled systems,
F. U. Haq, D. Shin, and L. C. Briand, “Many-objective reinforcement learning for online testing of dnn-enabled systems,” in2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE). IEEE, 2023, pp. 1814–1826
2023
-
[27]
Doppelg¨anger test generation for revealing bugs in autonomous driving software,
Y . Huai, Y . Chen, S. Almanee, T. Ngo, X. Liao, Z. Wan, Q. A. Chen, and J. Garcia, “Doppelg¨anger test generation for revealing bugs in autonomous driving software,” in2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE). IEEE, 2023, pp. 2591–2603
2023
-
[28]
Pre-crash scenario typol- ogy for crash avoidance research,
W. G. Najm, J. D. Smith, and M. Yanagisawa, “Pre-crash scenario typol- ogy for crash avoidance research,” U.S. Department of Transportation National Highway Traffic Safety Administration, Tech. Rep., 2007
2007
-
[29]
Study on effectiveness of pre-crash active seatbelt using real time controlled simulation,
J. K. Lee and K. W. Lee, “Study on effectiveness of pre-crash active seatbelt using real time controlled simulation,” in23rd International Technical Conference on the Enhanced Safety of Vehicles (ESV) National Highway Traffic Safety Administration, no. 13-0097, 2013
2013
-
[30]
A review of essential technologies for collision avoidance assistance systems,
Z. Zhao, L. Zhou, Q. Zhu, Y . Luo, and K. Li, “A review of essential technologies for collision avoidance assistance systems,”Advances in Mechanical Engineering, vol. 9, no. 10, p. 1687814017725246, 2017
2017
-
[31]
Pytorch: An imperative style, high-performance deep learning library,
A. Paszke, S. Gross, F. Massa, A. Lerer, J. Bradbury, G. Chanan, T. Killeen, Z. Lin, N. Gimelshein, L. Antigaet al., “Pytorch: An imperative style, high-performance deep learning library,”Advances in neural information processing systems, vol. 32, 2019
2019
-
[32]
Preliminary evaluation of path-aware crossover operators for search-based test data generation for autonomous driving,
S. Han, J. Kim, G. Kim, J. Cho, J. Kim, and S. Yoo, “Preliminary evaluation of path-aware crossover operators for search-based test data generation for autonomous driving,” in2021 IEEE/ACM 14th International Workshop on Search-Based Software Testing (SBST). IEEE, 2021, pp. 44–47
2021
-
[33]
Neural network guided evolutionary fuzzing for finding traffic violations of autonomous vehicles,
Z. Zhong, G. Kaiser, and B. Ray, “Neural network guided evolutionary fuzzing for finding traffic violations of autonomous vehicles,”IEEE Transactions on Software Engineering, vol. 49, no. 4, pp. 1860–1875, 2023
2023
-
[34]
Systematic testing of autonomous driving systems using map topology-based scenario classification,
Y . Tang, Y . Zhou, T. Zhang, F. Wu, Y . Liu, and G. Wang, “Systematic testing of autonomous driving systems using map topology-based scenario classification,” in2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2021, pp. 1342–1346
2021
-
[35]
Specification-based autonomous driving system testing,
Y . Zhou, Y . Sun, Y . Tang, Y . Chen, J. Sun, C. M. Poskitt, Y . Liu, and Z. Yang, “Specification-based autonomous driving system testing,”IEEE Transactions on Software Engineering, vol. 49, no. 6, pp. 3391–3410, 2023
2023
-
[36]
Route coverage testing for autonomous vehicles via map modeling,
Y . Tang, Y . Zhou, F. Wu, Y . Liu, J. Sun, W. Huang, and G. Wang, “Route coverage testing for autonomous vehicles via map modeling,” in2021 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2021, pp. 11 450–11 456
2021
-
[37]
Collision avoidance testing for autonomous driving systems on complete maps,
Y . Tang, Y . Zhou, Y . Liu, J. Sun, and G. Wang, “Collision avoidance testing for autonomous driving systems on complete maps,” in2021 IEEE Intelligent Vehicles Symposium (IV). IEEE, 2021, pp. 179–185
2021
-
[38]
Moditector: Module- directed testing for autonomous driving systems,
R. Wang, M. Cheng, X. Xie, Y . Zhou, and L. Ma, “Moditector: Module- directed testing for autonomous driving systems,”Proceedings of the ACM on Software Engineering, vol. 2, no. ISSTA, pp. 137–158, 2025
2025
-
[39]
Using cooperative co- evolutionary search to generate metamorphic test cases for autonomous driving systems,
H. Yousefizadeh, S. Gu, L. C. Briand, and A. Nasr, “Using cooperative co- evolutionary search to generate metamorphic test cases for autonomous driving systems,”IEEE Transactions on Software Engineering, 2025
2025
-
[40]
Drivora: A unified and extensible infrastructure for search-based autonomous driving testing,
M. Cheng, L. Briand, and Y . Zhou, “Drivora: A unified and extensible infrastructure for search-based autonomous driving testing,”arXiv preprint arXiv:2601.05685, 2026
2026
-
[41]
Mdpfuzz: testing models solving markov decision processes,
Q. Pang, Y . Yuan, and S. Wang, “Mdpfuzz: testing models solving markov decision processes,” inProceedings of the 31st ACM SIGSOFT International Symposium on Software Testing and Analysis, 2022, pp. 378–390
2022
-
[42]
Stclocker: Deadlock avoidance testing for autonomous driving systems,
M. Cheng, R. Wang, X. Xie, Y . Zhou, and L. Ma, “Stclocker: Deadlock avoidance testing for autonomous driving systems,”arXiv preprint arXiv:2506.23995, 2025
2025 arXiv
-
[43]
Causality-aware safety testing for autonomous driving systems,
W. Tang, M. Cheng, R. Wang, Y . Zhou, C. Liu, Y . Liu, and Z. Ding, “Causality-aware safety testing for autonomous driving systems,”IEEE Transactions on Software Engineering, 2026
2026
-
[44]
Decictor: Towards evaluating the robustness of decision-making in autonomous driving systems,
M. Cheng, X. Xie, Y . Zhou, J. Wang, G. Meng, and K. Yang, “Decictor: Towards evaluating the robustness of decision-making in autonomous driving systems,” in2025 IEEE/ACM 47th International Conference on Software Engineering (ICSE). IEEE, 2025, pp. 1–13
2025
-
[45]
Automatically testing self-driving cars with search-based procedural content generation,
A. Gambi, M. Mueller, and G. Fraser, “Automatically testing self-driving cars with search-based procedural content generation,” inProceedings of the 28th ACM SIGSOFT International Symposium on Software Testing and Analysis, 2019, pp. 318–328
2019
-
[46]
Constrained co- evolutionary metamorphic differential testing for autonomous systems with an interpretability approach,
H. Yousefizadeh, S. Gu, L. C. Briand, and A. Nasr, “Constrained co- evolutionary metamorphic differential testing for autonomous systems with an interpretability approach,”arXiv preprint arXiv:2509.16478, 2025
2025 arXiv
-
[47]
Metamorphic fuzz testing of autonomous ve- hicles,
J. C. Han and Z. Q. Zhou, “Metamorphic fuzz testing of autonomous ve- hicles,” inProceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops, 2020, pp. 380–385
2020
-
[48]
Generative model-based testing on decision-making policies,
Z. Li, X. Wu, D. Zhu, M. Cheng, S. Chen, F. Zhang, X. Xie, L. Ma, and J. Zhao, “Generative model-based testing on decision-making policies,” in 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2023, pp. 243–254
2023
-
[49]
Dense reinforcement learning for safety validation of autonomous vehicles,
S. Feng, H. Sun, X. Yan, H. Zhu, Z. Zou, S. Shen, and H. X. Liu, “Dense reinforcement learning for safety validation of autonomous vehicles,” Nature, vol. 615, no. 7953, pp. 620–627, 2023
2023
-
[50]
Learning configurations of operating environment of autonomous vehicles to maximize their collisions,
C. Lu, Y . Shi, H. Zhang, M. Zhang, T. Wang, T. Yue, and S. Ali, “Learning configurations of operating environment of autonomous vehicles to maximize their collisions,”IEEE Transactions on Software Engineering, vol. 49, no. 1, pp. 384–402, 2023
2023
Reviewed July 12, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.