REVIEW 5 major objections 5 minor 32 references
REACT: Runtime-Enabled Active Collision-avoidance Technique for Autonomous Driving
T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims a kinetic-energy risk field plus adaptive thresholds lets an autonomous vehicle avoid all collisions in four dynamic traffic scenarios, with zero false alarms and zero missed detections.
desk verdict Incremental risk-field architecture with real hardware trials, but the zero-fault safety claims are statistically unsupported and the evaluation needs a proper calibration split. 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 carrying object is the interaction risk field $U_{ij}(x_i,y_i) = \tfrac12 \lambda_j m_j \|v_j\|^2 \left(1 + \beta \cos(\theta_{ij}) \frac{\|v_{ij}\|}{\|v_j\|+\epsilon}\right)\exp(-\tilde{r}_{ij})$, where the elliptical distance $\tilde{r}_{ij}$ concentrates risk along the threat's velocity direction (because $a=0.2\|v_j\|$ grows with the threat's speed) and $\cos(\theta_{ij})$ amplifies oncoming threats while attenuating receding ones. The field is superimposed with the road-constrained potential $U_E^a$ (a symmetric dual-spring lane-boundary penalty) and sampled on an $8$-direction, $m\times n$ grid inside a reachable region around the ego vehicle. The normalized mean of all grid cells gives the global runtime risk, while per-sector means define the dominant danger direction $d^* = \arg\max_d \bar{\mathcal{R}}_d$, and the dynamic thresholds $T_1', T_2'$ map the global risk onto three warning levels. This machine reduces a dense multi-agent interaction to a handful of control-relevant scalars that an embedded controller can evaluate in under 50 ms.
What would settle it
Re-run the four scenarios with the published constants fixed ($T_1=0.3$, $T_2=0.7$, $a=0.2\|v_j\|$, $b=5$ m, $\beta$, $\lambda_j$, $k_{\text{lane}}$) on a new set of trials that include a two-ton truck approaching from the rear at 35 km/h and a cyclist cutting in at 15 km/h; if any trial produces a warning while the gap is still large enough for normal driving (false alarm) or fails to warn before a collision path becomes unavoidable (miss), the claimed 0% / 0% performance is falsified.
Extended reading notes
Core claim
The central claim is that runtime driving risk can be captured by an anisotropic scalar field whose source strength is the kinetic energy $\tfrac12 \lambda_j m_j \|v_j\|^2$ of each surrounding participant, stretched along the motion direction through an elliptical distance $\tilde{r}_{ij} = (x_i-x_j)^2/a + (y_i-y_j)^2/b$ with $a = 0.2\|v_j\|$ and $b = 5$ m, and modulated by the relative-velocity direction through $\cos(\theta_{ij})$. Superposing these fields with a road-boundary spring potential and integrating over an $m\times n$ grid centered on the ego vehicle yields a normalized global risk $\bar{\mathcal{R}}_t$ and per-sector directional risks. Two adaptive thresholds, $T_1' = 0.3(1+\Delta v/30)$ and $T_2' = 0.7(1-S_{\text{brake}})$, turn that scalar into Level 0/1/2 warnings with a named dominant risk direction. The authors argue that this construction captures front, rear, and lateral multi-source interactions that TTC, THW, and RSS miss, and they support it with highD highway comparisons against four baselines and with on-vehicle trials in four scenarios, reporting zero false alarms, zero misses, and warning times within 0.4 s of human perception.
Load-bearing premise
The entire zero-false-alarm, zero-miss result rests on the assumption that the hand-picked risk thresholds ($T_1 = 0.3$, $T_2 = 0.7$) and the field coefficients ($\lambda_j$, $\beta$, $k_{\text{lane}}$, $a = 0.2\|v_j\|$, $b = 5$ m) are valid across all four test scenarios without being tuned on the same trials that produced the reported 100% success.
Editorial extensions
If this is right
- If the claimed generalization holds, REACT can be deployed as a drop-in warning and advisory module on existing drive-by-wire vehicles without high-compute prediction models.
- The directional risk output provides semantic warnings ('vehicle approaching from rear-right') that can be piped directly to human-machine interfaces or downstream planners.
- The dynamic threshold logic implies earlier warnings when the ego is slower than surrounding traffic and earlier emergency escalation when the driver is already braking, a safety-prioritizing behavior.
- The highD comparisons suggest the field model degrades gracefully where longitudinal-only metrics and RSS are blind to cut-ins, offering a path toward unified longitudinal-lateral risk assessment.
- If the zero-miss, zero-false-alarm performance holds across more scenarios, the framework could reduce reliance on Monte-Carlo trajectory sampling for real-time safety.
Reading between the lines
- Because the field strength scales with the threat vehicle's kinetic energy, the same parameters would rate heavy trucks as systematically riskier than cars at equal speed and distance; a natural test is whether this matches human risk perception in mixed traffic.
- The eight-sector grid and scalar risk value could serve as a common interface between perception and motion planning; the paper leaves trajectory generation to the driver or controller, so a promising extension is to replace the advisory action with gradient-descent steering along $F_a = -\nabla U_a$.
- The 0.4 s alignment with human cognition is measured on a small number of trials; a broader study on naturalistic near-crash recordings would reveal whether the threshold values or decay constants need to be re-tuned per site or weather condition.
- If the thresholds are truly parameter-free, the same field should transfer to intersections of different geometries; one could check the authors' assertion of automatic adaptation by feeding the same constants into a simulator with an orthogonal crossing at varied approach angles.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes REACT, a runtime risk-assessment and active collision-avoidance framework for autonomous driving. The method builds a kinetic-energy-based risk field with directional and road-constraint terms, discretizes it on a grid around the ego vehicle, computes global and directional risk values, and maps them through dynamically adjusted thresholds (T1=0.3, T2=0.7) to three warning levels. The evaluation consists of a qualitative comparison on two highD highway scenarios against TTC, THW, RSS, and DRF, and on-vehicle experiments in four scenarios (car-following braking, cut-in, rear-approaching, intersection conflict). The paper claims 100% safe avoidance with zero false alarms or missed detections, warning lead time under 0.4 s, latency below 50 ms, and state-of-the-art accuracy.
Significance. If properly supported, REACT would be a useful engineering contribution: it combines a lightweight, interpretable risk field with a deployable warning system and demonstrates real-vehicle operation. The authors deserve credit for building a working prototype, measuring latency on embedded hardware, and comparing qualitative risk curves against human driver responses in realistic scenarios. However, the headline claims—zero false alarms/misses, warning times consistent with human cognition, and state-of-the-art accuracy—are not supported by the evidence as presented. The empirical base is eight REACT trials, the thresholds and field coefficients are hand-set with no documented calibration, the highD comparison is purely qualitative, and Theorem 1 is tautological. These limitations directly affect the central contribution, so the manuscript is not ready for publication in its current form.
major comments (5)
- [§4.3, Table 4] The abstract and conclusion claim 'zero false alarms or missed detections,' but Table 4 reports only eight REACT trials total. With zero observed events across eight trials, the exact 95% binomial confidence interval for the event rate extends to roughly 0.31–0.37 (rule of three: 3/8), so the data cannot support a literal zero rate. Please report per-scenario trial counts, define the operational criteria for a false alarm and a miss, and provide confidence intervals or Bayesian posterior intervals for the miss and false-alarm rates.
- [§3.2.1, Eq. (11) and §4.2] The thresholds T1=0.3 and T2=0.7, together with the field coefficients λj, β, k_lane, a=0.2·||v_j||, and b=5 m in Eqs. (5)–(7), are presented as fixed constants with no documented calibration procedure or held-out validation. If these values were chosen or adjusted with the same eight trials whose outcomes are reported as 0% false alarms and 0% misses, the evaluation is conditional on the tuned parameters and is not an independent test. Please document the calibration data, the fitting procedure, and either a held-out split or a sensitivity analysis over plausible parameter ranges.
- [§3.1, Theorem 1] Theorem 1 is stated as a foundational result but is tautological: it assumes the existence of a true trajectory ℓ* and that the system actively responds to ℓ*, which is precisely the property that the experiments are meant to establish. No proof or formal definition of the ADS policy set is provided. Either remove the theorem or replace it with a substantive, provable safety statement (e.g., a condition under which the risk field guarantees a minimum separation distance).
- [§4.1, Figs. 3–4] The highD comparison against TTC, THW, RSS, and DRF is qualitative only. The text asserts that REACT 'accurately captures interaction dynamics' and that DRF 'shows delayed response,' but no quantitative metrics—such as warning-time error, ROC/AUC, precision-recall, or statistical significance tests—are computed for any baseline. The claim of 'state-of-the-art accuracy' in the abstract is therefore unsupported. Please add quantitative comparisons on a defined set of conflict events with appropriate metrics and error bars.
- [§3.1.1, Eqs. (1)–(5) and Algorithm 1] Several mathematical inconsistencies compromise reproducibility. Eq. (2) is missing the squares under the square root; Eq. (3) is numbered twice with different content; Eq. (5) uses exp(−r̃_ij) while Algorithm 1 line 6 uses exp(−r̃_ij^2), and the exponent notation in Eq. (5) is garbled. In addition, v_ij is defined as a scalar magnitude in Eq. (1) but used as a vector in Eqs. (3) and (5). These must be corrected, and the definitions must be consistent between the main text and the algorithm pseudocode.
minor comments (5)
- [§3.1.1, Eq. (2)] The relative position r_ij should be defined with squared coordinate differences: r_ij = sqrt((x_i − x_j)^2 + (y_i − y_j)^2). The current expression is dimensionally incorrect.
- [Table 3 and §4.2.2] Table 3 references Fig. 5(a)–(d) for the scenario illustrations, but the text and Fig. 6 indicate that the scenarios are shown in Fig. 6. Please make the cross-references consistent.
- [Figs. 7–8] Two of the risk-curve panels contain untranslated Chinese text ('风险曲线' and '风 险 曲 线'). Since the manuscript is in English, these labels should be translated.
- [§4.3] The text says 'In the RV scenario, false alarms and missed detections occurred in driver behavior,' and attributes the human driver's 25% false alarm and miss rates to premature or absent responses. This is interesting, but it would be clearer to define how a false alarm or miss is scored for a human driver versus the REACT system.
- [Data availability] The data availability statement says 'Data will be made available on request.' Given the paper's reproducibility claims, please consider releasing the scenario trajectories, parameter settings, and evaluation scripts alongside the paper.
Circularity Check
No load-bearing circularity: the risk-field pipeline is defined from stated modeling assumptions, and the zero-false-alarm claims raise validation concerns rather than circular derivation.
-
self definitional
[Section 3.1, Theorem 1 (Active Defensive Safety Strategy, ADS)]
"Theorem 1 (Active Defensive Safety Strategy, ADS): Consider an autonomous driving system initialized with a set of policies σ satisfying ADS. Given the existence of a true trajectory ℓ∗ among all possible futures, if the system actively responds to ℓ∗ and executes the corresponding strategy σ(ℓ∗), it can progressively avoid risk and ensure collision-free driving."
The conclusion is the premise restated: 'actively responds to ℓ∗' already means executing the strategy appropriate to the true future trajectory, from which collision-free driving follows by definition. No method is provided for obtaining ℓ∗, and the theorem is not used to set thresholds T1/T2, field coefficients, or the experimental pipeline, so this is a decorative tautology rather than a load-bearing derivation.
full rationale
The substantive derivation chain is not circular. Equations (4)-(12) define the interaction risk field from kinetic energy, angular deviation, elliptical distance, and road-boundary springs with stated constants (a = 0.2·||v_j||, b = 5 m, λ_j, β, k_lane); Eq. (11) and Table 2 convert the normalized grid risk into warning levels. These are explicit modeling choices, not quantities fitted from the reported outcomes. The paper never says that T1 = 0.3, T2 = 0.7, or the field coefficients were calibrated using the same eight on-vehicle trials whose results are reported as 0% false alarms and 0% misses, so labeling those results as 'fitted input called prediction' would be speculation, which the review rules prohibit. The empirical weaknesses are real but are not circularity: eight trials cannot statistically establish a literal zero event rate, and the highD comparisons in Figs. 3-4 are qualitative. The only definitional reduction is Theorem 1, which is tautological but unused in the numerical pipeline. Self-citations such as Zheng et al. 2021 for the energy-transfer analogy and Wang et al. 2016 for the road-boundary term motivate the field forms, but the equations are re-derived in this manuscript and no uniqueness or correctness claim is imported from those citations. Overall, the central derivation does not reduce to its inputs; the headline claims are under-supported by evidence, not circular.
Assumptions & free parameters
free parameters (8)
- lambda_j (participant type coefficient) =
truck=1.5; pedestrian=0.8
- beta (direction gain) =
not specified
- k_lane (lane stiffness) =
0.1-1 (range)
- lambda_lane (lane type coefficient) =
dashed=1; solid=1.5
- k (longitudinal ellipse scaling) =
0.2 s
- b (lateral ellipse radius) =
5 m
- Base risk thresholds T1, T2 =
0.3, 0.7
- Grid resolution (m,n) and ROI size =
not reported
assumptions (5)
- domain assumption Each participant's risk potential is proportional to its kinetic energy: U_j = 0.5*lambda_j*m_j*||v_j||^2 (Eq. 4).
- domain assumption Risk decays exponentially with elliptical distance and is direction-modulated by cos(theta_ij) and the relative-speed ratio (Eq. 5).
- domain assumption The average of grid-cell risk values (Eq. 9) over an m x n grid expresses the global risk level for warning decisions.
- ad hoc to paper A true future trajectory l* exists and is available for the system to respond to (Theorem 1).
- domain assumption Road boundary effects are modeled as additive dual-spring potentials (Eq. 7).
Cite this review
Pith. "Pith review of REACT: Runtime-Enabled Active Collision-avoidance Technique for Autonomous Driving." pith.science (2026). https://pith.science/paper/FDMBVH6L
@misc{pith2026250511474,
author = {Pith},
title = {Pith review of: REACT: Runtime-Enabled Active Collision-avoidance Technique for Autonomous Driving},
year = {2026},
howpublished = {\url{https://pith.science/paper/FDMBVH6L}},
note = {Machine review of arXiv:2505.11474}
}
read the original abstract
Achieving rapid and effective active collision avoidance in dynamic interactive traffic remains a core challenge for autonomous driving. This paper proposes REACT (Runtime-Enabled Active Collision-avoidance Technique), a closed-loop framework that integrates risk assessment with active avoidance control. By leveraging energy transfer principles and human-vehicle-road interaction modeling, REACT dynamically quantifies runtime risk and constructs a continuous spatial risk field. The system incorporates physically grounded safety constraints such as directional risk and traffic rules to identify high-risk zones and generate feasible, interpretable avoidance behaviors. A hierarchical warning trigger strategy and lightweight system design enhance runtime efficiency while ensuring real-time responsiveness. Evaluations across four representative high-risk scenarios including car-following braking, cut-in, rear-approaching, and intersection conflict demonstrate REACT's capability to accurately identify critical risks and execute proactive avoidance. Its risk estimation aligns closely with human driver cognition (i.e., warning lead time < 0.4 s), achieving 100% safe avoidance with zero false alarms or missed detections. Furthermore, it exhibits superior real-time performance (< 50 ms latency), strong foresight, and generalization. The lightweight architecture achieves state-of-the-art accuracy, highlighting its potential for real-time deployment in safety-critical autonomous systems.
Figures
Reference graph
Works this paper leans on
-
[1]
https://doi.org/10.1186/s40648-014-0001-z Li, L., Gan, J., Yi, Z., Qu, X., Ran, B.,
-
[4]
Accident Analysis & Prevention 99, 142–152
Effectiveness of forward collision warning and autonomous emergency braking systems in reducing front-to-rear crash rates. Accident Analysis & Prevention 99, 142–152. https://doi.org/10.1016/j.aap.2016.11.009 Goli, S.A., Far, B.H., Fapojuwo, A.O.,
-
[6]
Presented at the 2024 IEEE Conference on Software Testing, Verification and Validation (ICST), pp
Predicting Safety Misbehaviours in Autonomous Driving Systems Using Uncertainty Quantification, in: 2024 IEEE Conference on Software Testing, Verification and Validation (ICST). Presented at the 2024 IEEE Conference on Software Testing, Verification and Validation (ICST), pp. 70–81. https://doi.org/10.1109/ICST60714.2024.00016 Guerra, M., Efimov, D., Zhen...
arXiv 2024
-
[10]
SCIENCE CHINA Information Sciences 63, 190203
A probabilistic risk assessment framework considering lane-changing behavior interaction. SCIENCE CHINA Information Sciences 63, 190203. https://doi.org/10.1007/s11432-019-2983-0 Huang, H., Wang, P., Pei, J., Wang, J., Alexanian, S., Niyato, D.,
-
[14]
Accident Analysis & Prevention 148, 105805
Risk perception and the warning strategy based on safety potential field theory. Accident Analysis & Prevention 148, 105805. https://doi.org/10.1016/j.aap.2020.105805 Li, Y., Li, K., Zheng, Y., Morys, B., Pan, S., Wang, J.,
arXiv 2020
-
[16]
SafeCast: Risk-Responsive Motion Forecasting for Autonomous Vehicles
SafeCast: Risk-Responsive Motion Forecasting for Autonomous Vehicles. https://doi.org/10.48550/arXiv.2503.22541 Liu, Q., Zhang, J., Ge, J., Chang, C., Li, Z., Li, S., Li, L.,
-
[17]
Communications in Transportation Research 5, 100161
Integrating spatial-temporal risk maps with candidate trajectory trees for explainable autonomous driving planning. Communications in Transportation Research 5, 100161. https://doi.org/10.1016/j.commtr.2025.100161 Minguez, J., Montano, L.,
arXiv 2025
-
[19]
Accident Analysis & Prevention 191, 107172
Road traffic safety assessment in self- driving vehicles based on time-to-collision with motion orientation. Accident Analysis & Prevention 191, 107172. https://doi.org/10.1016/j.aap.2023.107172 Rathore, H., Sai, S., Gundewar, A.,
arXiv 2023
Show all 32 references
-
[20]
IEEE Transactions on Intelligent Transportation Systems 24, 7092–7107
Social Psychology Inspired Distributed Ledger Technique for Anomaly Detection in Connected Vehicles. IEEE Transactions on Intelligent Transportation Systems 24, 7092–7107. https://doi.org/10.1109/TITS.2023.3262398 Reiffel, J.,
2023
-
[22]
Presented at the Robotics: Science and Systems 2017, Robotics: Science and Systems Foundation
Evaluating Trajectory Collision Probability through Adaptive Importance Sampling for Safe Motion Planning, in: Robotics: Science and Systems XIII. Presented at the Robotics: Science and Systems 2017, Robotics: Science and Systems Foundation. https://doi.org/10.15607/RSS.2017.X...
2017 doi
-
[23]
IEEE Transactions on Intelligent Transportation Systems 23, 18186–18199
A Sequential Pattern Mining Based Approach to Adaptively Detect Anomalous Paths in Floating Vehicle Trajectories. IEEE Transactions on Intelligent Transportation Systems 23, 18186–18199. https://doi.org/10.1109/TITS.2022.3165066 Siradjuddin, I., Wibowo, S., Farizi, R.M.A.–, Ac...
2022
-
[24]
AIP Conference Proceedings 2927, 040012
Mobile robot with independent steering and driving and obstacle avoidance using an artificial potential field. AIP Conference Proceedings 2927, 040012. https://doi.org/10.1063/5.0205228 Wang, J., Huang, H., Li, K., Li, J.,
-
[25]
Engineering 7, 1313–1325
Towards the Unified Principles for Level 5 Autonomous Vehicles. Engineering 7, 1313–1325. https://doi.org/10.1016/j.eng.2020.10.018 Wang, J., Wu, J., Zheng, X., Ni, D., Li, K.,
2020 doi
-
[26]
Transportation Research Part C: Emerging Technologies 72, 306–324
Driving safety field theory modeling and its application in pre-collision warning system. Transportation Research Part C: Emerging Technologies 72, 306–324. https://doi.org/10.1016/j.trc.2016.10.003 Wang, X., Alonso-Mora, J., Wang, M.,
2016 doi
-
[27]
IEEE Transactions on Intelligent Transportation Systems 23, 19399–19412
Probabilistic Risk Metric for Highway Driving Leveraging Multi-Modal Trajectory Predictions. IEEE Transactions on Intelligent Transportation Systems 23, 19399–19412. https://doi.org/10.1109/TITS.2022.3164469 Wang, X., Li, Z., Alonso-Mora, J., Wang, M.,
2022
-
[28]
Engineering 33, 90–107
Reachability-Based Confidence-Aware Probabilistic Collision Detection in Highway Driving. Engineering 33, 90–107. https://doi.org/10.1016/j.eng.2023.10.010 Ward, J.R., Agamennoni, G., Worrall, S., Nebot, E.M.,
2023 doi
-
[30]
Arch Computat Methods Eng 30, 1–35
Criticality Metrics for Automated Driving: A Review and Suitability Analysis of the State of the Art. Arch Computat Methods Eng 30, 1–35. https://doi.org/10.1007/s11831-022-09788-7 Zheng, X., Huang, H., Wang, J., Zhao, X., Xu, Q.,
-
[31]
Computer-Aided Civil and Infrastructure Engineering 36, 820–837
Behavioral decision‐making model of the intelligent vehicle based on driving risk assessment. Computer-Aided Civil and Infrastructure Engineering 36, 820–837. https://doi.org/10.1111/mice.12507 Zhou, H., Zhong, Z.,
-
[32]
Accident Analysis & Prevention 148, 105798
Evasive behavior-based method for threat assessment in different scenarios: A novel framework for intelligent vehicle. Accident Analysis & Prevention 148, 105798. https://doi.org/10.1016/j.aap.2020.105798
2020
-
[2009]
IEEE Transactions on Robotics 25, 367–381
Extending Collision Avoidance Methods to Consider the Vehicle Shape, Kinematics, and Dynamics of a Mobile Robot. IEEE Transactions on Robotics 25, 367–381. https://doi.org/10.1109/TRO.2009.2011526 Ortiz, F.M., Sammarco, M., Detyniecki, M., Costa, L.H.M.K.,
2009
-
[2014]
2014 IEEE Intelligent Vehicles Symposium Proceedings 986–992
Vehicle collision probability calculation for general traffic scenarios under uncertainty. 2014 IEEE Intelligent Vehicles Symposium Proceedings 986–992. https://doi.org/10.1109/ivs.2014.6856430 Westhofen, L., Neurohr, C., Koopmann, T., Butz, M., Schütt, B., Utesch, F., Neurohr...
2014
-
[2016]
Control Engineering Practice 55, 174–184
Avoiding local minima in the potential field method using input-to-state stability. Control Engineering Practice 55, 174–184. https://doi.org/10.1016/j.conengprac.2016.07.008 Guo, J., Kurup, U., Shah, M.,
2016 doi
-
[2017]
Presented at the 2017 IEEE Intelligent Vehicles Symposium (IV), IEEE, Los Angeles, CA, USA, pp
Modified artificial potential field method for online path planning applications, in: 2017 IEEE Intelligent Vehicles Symposium (IV). Presented at the 2017 IEEE Intelligent Vehicles Symposium (IV), IEEE, Los Angeles, CA, USA, pp. 180–185. https://doi.org/10.1109/IVS.2017.799571...
2017
-
[2018]
Presented at the 2018 IEEE Intelligent Vehicles Symposium (IV), pp
Vehicle Trajectory Prediction with Gaussian Process Regression in Connected Vehicle Environment\star, in: 2018 IEEE Intelligent Vehicles Symposium (IV). Presented at the 2018 IEEE Intelligent Vehicles Symposium (IV), pp. 550–555. https://doi.org/10.1109/IVS.2018.8500614 Grewal...
2018
-
[2019]
The Troublesome Report
TTR: Time in Therapeutic Range or “The Troublesome Report”? J Innov Cardiac Rhythm Manage. 10, 3469–3470. https://doi.org/10.19102/icrm.2019.100103 Schmerling, E., Pavone, M.,
2019
-
[2020]
IEEE Transactions on Intelligent Transportation Systems 21, 3135–3151
Is it Safe to Drive? An Overview of Factors, Metrics, and Datasets for Driveability Assessment in Autonomous Driving. IEEE Transactions on Intelligent Transportation Systems 21, 3135–3151. https://doi.org/10.1109/TITS.2019.2926042 Hasuo, I.,
2019
-
[2021]
IEEE Intell
Threat Assessment Techniques in Intelligent Vehicles: A Comparative Survey. IEEE Intell. Transport. Syst. Mag. 13, 71–91. https://doi.org/10.1109/MITS.2019.2907633 Liao, H., Kong, H., Rao, B., Wang, B., Wang, C., Yu, G., Huang, Y., Tang, R., Xu, C., Li, Z.,
2019
-
[2022]
https://doi.org/10.48550/arXiv.2206.03418 Huang, H., Wang, J., Fei, C., Zheng, X., Yang, Y., Liu, J., Wu, X., Xu, Q.,
Responsibility-Sensitive Safety: an Introduction with an Eye to Logical Foundations and Formalization. https://doi.org/10.48550/arXiv.2206.03418 Huang, H., Wang, J., Fei, C., Zheng, X., Yang, Y., Liu, J., Wu, X., Xu, Q.,
-
[2023]
Traffic Injury Prevention 24, 293–298
Effects of forward collision warning and automatic emergency braking on rear-end crashes involving pickup trucks. Traffic Injury Prevention 24, 293–298. https://doi.org/10.1080/15389588.2023.2176191 Cicchino, J.B.,
2023
-
[2024]
IEEE Access 12, 19250– 19276
Anomaly Detection in Connected and Autonomous Vehicles: A Survey, Analysis, and Research Challenges. IEEE Access 12, 19250– 19276. https://doi.org/10.1109/ACCESS.2024.3361829 Bounini, F., Gingras, D., Pollart, H., Gruyer, D.,
2024
- [2025]
-
[4850]
https://doi.org/10.1038/s41467-020-18353-4 Lefèvre, S., Vasquez, D., Laugier, C.,
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.