Pith. sign in

REVIEW 5 major objections 4 minor 7 cited by

The paper claims that a style-aware mean field game, fed by seven-parameter driving styles and a safety-critical lane-change layer, achieves collision-free lane changes across six style combinations and dense multi-vehicle scenarios.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

A mean-field-game lane-change planner with six hand-set driving styles claims collision-free simulation results, but its promised NGSIM calibration and baseline comparisons do not appear in the body.

T0 review reviewed 2026-08-05 challenge →

load-bearing objection A plausible style-parameterized MFG planner with real simulation work, but the headline comparative claim and the formal guarantees are not backed by the paper's own evidence. the 5 major comments →

arxiv 2509.00981 v2 pith:OSNOAHOT submitted 2025-08-31 cs.RO

Enhanced Mean Field Game for Interactive Decision-Making with Varied Stylish Multi-Vehicles

classification cs.RO
keywords mean field gamesautonomous drivingdriving style heterogeneitysafety-critical lane changeNGSIM datasetmulti-agent decision-makingtime-to-collisionHJB-Fokker-Planck system
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The reading

Autonomous lane changing in dense traffic usually requires either pairwise game models that scale poorly or conservative safety filters that force excessive yielding. This paper proposes a middle path: a mean field game, in which each vehicle optimizes against the aggregate distribution of all others rather than every individual driver. Every vehicle carries a seven-parameter driving style vector, including desired speed, acceleration limits, safety margin, interaction weight, aggressiveness, and reaction time, and these styles enter the mean field through a style-dependent influence kernel. The paper claims that solving the forward-backward mean field equations yields an equilibrium policy which, when passed through a safety-critical lane-change planner using dynamic safety margins and time-to-collision checks, produces zero collisions across six style-pair scenarios, two dense 18-vehicle scenarios, and NGSIM-based trials, while outperforming conventional game-theoretic baselines. If the claim holds, behavior-aware and scalable planning becomes possible without the conservatism of control-barrier-function filters or the interpretability loss of black-box learning.

Core claim

The central discovery is that driving-style heterogeneity can be folded into the mean field itself rather than modeled as pairwise games. Each vehicle's style vector enters the drift, the interaction kernel, and the cost; the aggregate density evolves by a heterogeneous Fokker-Planck equation and the value functions by a coupled HJB system. A fixed point of the forward and backward operators is an ε-Nash equilibrium, and the paper's Theorem II.2 bounds any vehicle's collision probability at that equilibrium by ε_coll plus a discretization error that vanishes as the grid and time step refine. The planner then treats this equilibrium as an influence field and selects lane-change paths by minim

What carries the argument

The load-bearing object is the heterogeneous mean field equilibrium (μ*, {u*_i}) on the augmented state-style space S × Θ. The forward operator is the Fokker-Planck equation for the aggregate density; the backward operator is the HJB equation for each style class; iterating them defines a fixed-point search. Heterogeneity enters through the style vector θ_i and the interaction kernel K = Φ·G·Ψ, where Φ is an anisotropic spatial influence, G a geometric interaction matrix, and Ψ a style-compatibility matrix. The safety-critical lane-change layer is the second mechanism: it turns the equilibrium field into a trajectory by evaluating candidate paths against a dynamic safety distance, time-to-co

Load-bearing premise

The safety and behavior-awareness results rest on the assumption that the hand-set style parameters in Table I and the 8 m / 15 m safety thresholds capture real human driving; the NGSIM integration replays only two recorded trajectories and never fits these parameters, so if they are not representative the zero-collision findings may not transfer to real traffic.

What would settle it

Take the same planner and run a Monte Carlo sweep over initial gaps, lane configurations, and style parameters drawn from the NGSIM car-following segments, recording the minimum inter-vehicle distance at every step. A single event below d_min = 8 m, or any collision, would contradict the zero-collision claim; measuring the empirical collision rate against the theorem's ε_coll + δ_approx bound would settle the guarantee quantitatively.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • At the MFG equilibrium, collision risk becomes tunable: lowering ε_coll and refining the grid and time step reduces the bound P[collision] ≤ ε_coll + δ_approx, giving a formal lever for safety in planning.
  • Because the mean field replaces pairwise interactions, adding more surrounding vehicles or more style classes scales roughly linearly in style diversity, so the same planner can extend to denser traffic than Nash-game formulations.
  • The safety-critical path planner can exploit the MFG's aggregate field to locate a lower-density corridor in the target lane, which is how the paper explains successful merges in the 18-vehicle scenarios.
  • The framework offers an alternative to control-barrier-function filters: safety is enforced through dynamic safety margins and TTC screening rather than a single invariant set, which the paper argues avoids excessive conservatism.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • A natural next step, not taken here, is to estimate the seven style parameters from naturalistic trajectory data instead of hand-setting them; if estimation succeeds on held-out drivers, the framework would gain genuine behavioral transfer rather than scenario-specific calibration.
  • The safety guarantee assumes the planner actually operates at the MFG equilibrium; in a receding-horizon deployment, one would need to verify online that the contraction constants (α_mono, L_f, L_L) hold for the implemented discretization, otherwise the asserted optimality gap may not be realized.
  • A Monte Carlo adversarial search over style combinations and initial gaps could stress-test the claimed zero-collision result far beyond the six reported combinations and reveal whether the 8 m minimum-distance floor is robust or tuned.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 4 minor

Summary. The paper proposes a mean field game (MFG) framework for autonomous driving in heterogeneous traffic. The authors introduce a seven-parameter driving style vector, embed it into an MFG via an interaction kernel, and add a safety-critical lane-change layer. They claim zero collisions across six style-pair scenarios, two multi-vehicle scenarios, and an NGSIM-based trial, and state that the method consistently outperforms conventional game-theoretic baselines. Theoretical sections present existence, uniqueness, safety, and optimality results, while experiments visualize trajectories, safety distances, and mean-field density evolution.

Significance. If fully established, the framework would be a useful step toward behavior-aware, scalable interactive planning in dense traffic. The manuscript gives a detailed formulation and a broad set of simulation demonstrations. However, the headline comparative claim, the empirical grounding of the style parameters, and the formal guarantees are not supported by the presented evidence. The paper currently reads as a demonstration of one planner's behavior in synthetic scenarios rather than a validated advance over existing methods.

major comments (5)
  1. [Abstract and Section III] The abstract states the method is 'consistently outperforming conventional game-theoretic baselines,' and the Introduction repeats this. Section III, however, reports only results of the proposed framework. No Stackelberg game, Nash MPC, CBF-based controller, or any other baseline is implemented or compared. Figures 2-6 contain no baseline trajectories or relative metrics. This comparative claim is load-bearing for the paper's central message and is unsupported. The authors should either provide a baseline comparison or remove the claim.
  2. [Section III.A] The claim that 'real-world NGSIM data is employed for style calibration' is not supported. Section III.A uses two NGSIM trajectory segments (vehicles 2467 and 2155) as surrounding-vehicle replays. No procedure estimates or fits the seven style parameters in Table I; the table values appear hand-selected. Similarly, safety thresholds dmin=8 m and dsafe=15 m are introduced without empirical justification. The 'behavior-aware' and 'empirically grounded' framing therefore lacks support.
  3. [Theorem II.2, Eq. (5)] Theorem II.2 states P[collision for vehicle i] ≤ ε_coll + δ_approx(Δt,K,J). But ε_coll is the input threshold already imposed in Eq. (31) (P[E^t_coll,i] ≤ ε_coll), so the bound restates the safety constraint rather than deriving a new guarantee. δ_approx is not defined, and no convergence rate or explicit bound is given. The theorem is thus a restatement plus an unspecified term, not a derived safety guarantee. A proof is also absent.
  4. [Theorem II.3, Eq. (6)] Theorem II.3 claims the computed equilibrium satisfies the ε-Nash optimality gap. However, Eq. (6) is exactly the definition of an ε-Nash equilibrium and the theorem provides no additional content. The statement that ε_Nash 'depends on convergence tolerance and discretization errors' is not formalized, and no proof is supplied. As written, this theorem does not establish any substantive optimality property of the algorithm's output.
  5. [Theorem II.5, Eq. (72)] The uniqueness and convergence rate rely on the condition α_mono > L_f L_L / 2. Neither α_mono nor the Lipschitz constants L_f and L_L is evaluated for the implemented interaction kernel, cost, and dynamics. Therefore the claim that the iterative algorithm converges to the equilibrium used by the planner is not verified for this model. The proof sketch is a general template, not a verification.
minor comments (4)
  1. [Introduction] Typo: 'laerge' should be 'large'. The acronym 'ERPF-MPC' appears in Section III but is not defined anywhere; it may be a leftover from another paper.
  2. [Figure 4] The standard deviation is denoted by '#'; this is nonstandard and conflicts with the use of # elsewhere. Use σ.
  3. [Tables II and III] Captions refer to 'Scenario 7' and 'Scenario 8', but the text says 'two 15-vehicle scenarios' in the abstract and '17 surrounding vehicles' in Section III.B. The count should be consistent (18 total vehicles, 17 surrounding).
  4. [Section II] Several proof sketches (Lemma II.1, Theorems II.4, II.5) are only one or two sentences. For a journal submission, complete proofs or precise references are expected, especially for the claimed guarantees.

Circularity Check

2 steps flagged

The two headline theoretical guarantees (collision bound and Nash gap) are restatements of user-chosen tolerances; the simulation evidence itself is not circular.

specific steps
  1. self definitional [Section II.C.1 (Theorem II.2); safety constraint set Eq. (31)]
    "Theorem II.2 (Probabilistic Safety Guarantee). Under the equilibrium (µ∗, {u∗ i }N i=1), the probability of collision for any vehicle i is bounded by: P[collision for vehicle i] ≤ ϵcoll + δapprox(∆t, K, J) (5) where δapprox → 0 as discretization parameters refine."

    Equation (31) defines the collision-avoidance manifold as M^t_coll,i = { µt ∈ P(S ×Θ) : Pµt [E^t_coll,i] ≤ ϵcoll }. Thus the statement 'under the equilibrium ... P[collision] ≤ ϵcoll + δapprox' is the safety constraint written as a theorem: the only new part is an unquantified δapprox term. No argument shows that the MFG fixed point lies in M^t_coll.i or that δapprox vanishes at any finite resolution. The 'guarantee' is therefore an input threshold (ϵcoll) plus an unspecified slack, not a derived safety bound.

  2. self definitional [Section II.C.2 (Theorem II.3); Section I definition of ϵNash]
    "Theorem II.3 (Nash Equilibrium Optimality). The computed equilibrium (µ∗, {u∗ i }N i=1) satisfies: max i∈{1,...,N } |Ji[u∗ i , u∗ −i] − inf ui∈Ui Ji[ui, u∗ −i]| ≤ ϵNash (6) where ϵNash depends on convergence tolerance and discretization errors."

    In the notation list, ϵNash is defined as the 'Nash equilibrium optimality tolerance', i.e., the algorithm's own stopping tolerance. An ε-Nash equilibrium is by definition a profile for which the unilateral deviation gain is no more than ε. Theorem II.3 asserts exactly this with ε = ϵNash. Unless an independent convergence proof is supplied, the optimality-gap bound is the termination criterion of the iterative solver restated as a theorem. The phrase 'where ϵNash depends on convergence tolerance' confirms that the bound is the tolerance, not a derived quantity.

full rationale

Two theoretical results are circular in the narrow, definitional sense: Theorem II.2's collision bound is the ϵ_coll constraint of Eq. (31), and Theorem II.3's Nash-gap bound is the ϵ_Nash stopping tolerance. Both are stated without proofs and reduce by construction to user-selected thresholds. The rest of the paper's contribution—the style parameterization, mean-field interaction kernel, path evaluation, and the reported collision-free simulations—is not shown to be circular: the simulations are self-contained demonstrations, though the absence of any implemented game-theoretic baseline means the 'outperforming conventional game-theoretic baselines' claim is unsupported as evidence, not definitionally forced. The style parameters in Table I are asserted rather than fitted from NGSIM, but this is a calibration gap, not a circular derivation. Overall score 6: the central theoretical guarantees are definitional, but the experimental component has independent content.

Axiom & Free-Parameter Ledger

10 free parameters · 6 axioms · 3 invented entities

The framework rests on a standard MFG theorem stack (existence, uniqueness, contraction, robustness) whose conditions are asserted, not verified for the actual kernels; a hand-set parameter zoo (styles, safety distances, cost weights, risk kernels, influence radii); and two modeling constructs (the influence field, the six-style taxonomy) presented as empirically grounded without any calibration procedure. The theory sections carry the paper's guarantees, while the experiments rely on the parameter zoo, and the two are never connected by numerical verification.

free parameters (10)
  • Driving style vectors theta (7 dims x 6 styles + ego) = Table I: vdes 16-35 m/s, amax 1.0-4.0, amin -2.5 to -6.5, kappa_safe 0.4-2.8, omega_interact 0.3-2.5, alpha_aggr 0.15-0.
    Hand-selected values presented as empirically grounded; the abstract claims NGSIM calibration, but Section III.A only replays trajectories and no fitting procedure appears.
  • Safety thresholds = dmin = 8 m, dsafe = 15 m, Tcritical, Tpred, epsilon_coll (numerical values for the latter not given)
    Chosen thresholds that define the zero-collision claim and Theorem II.2; no derivation or data basis is provided.
  • Risk kernel constants = eta (>2), nu (>=1), lambda_v, lambda_phi, xi (>=2), no numbers reported
    Hand-set shapes for the risk function (Eqs. 38, 41, 43) that drive all safety estimates.
  • Dynamic safety distance amplification factors = beta_1..beta_5, g_1..g_5, gamma_pred, delta_pred, sigma_pred, zeta_density, zeta_aggr; no numbers reported
    Ad hoc multiplicative factors in Eq. (34)-(36); no values or estimation given, yet they set the effective safety margins.
  • Path evaluation weights = w1..w5; no numbers reported
    Hand-set weights in Eq. (64) that determine which candidate path is chosen and the 'performance scores' (9.9, 4.8) reported in Figure 3.
  • MFG cost weights = Q_i, R_i, S_i matrices; comfort weights w_jerk, w_lateral, w_aggr, w_centripetal; lane-change weights w_mandatory, w_tra
    Style-dependent cost weights (Eqs. 46-52) that define the equilibrium policies; none are quantified or tuned by a described procedure.
  • Interaction kernel base radii = sigma^2_s,base, sigma^2_d,base, sigma^2_theta, sigma_discrete, W; no numbers reported
    Base influence ranges (Eqs. 25, 28, 39) that the entire influence field model depends on; values never stated.
  • Lane-change trajectory parameters = beta_k, gamma_k, n_k, eps_slowdown, sigma_slowdown, Psi_style multipliers (1.2/1.1/0.8/1.0)
    Hand-set parameters in Eqs. (61)-(63) that produce the style-specific lane-change shapes shown as evidence of style-awareness.
  • MFG iteration hyperparameters = gamma, epsilon_conv, epsilon_Nash, rho, C0; none reported
    Convergence of the algorithm (Eq. 73) is never demonstrated; rho and C0 in Eq. (74) are never computed for the implemented model.
  • Grid and discretization parameters = K, J, Delta_t, T; no values reported
    The spatial grid sizes and time step control both the guarantees (delta_approx) and the claimed complexity, yet no values or runtime measurements are given.
axioms (6)
  • standard math Schauder fixed point and contraction machinery for MFG existence and uniqueness (Theorems II.4, II.5)
    The theorems invoke Lipschitz, interaction monotonicity, coercivity, and strong monotonicity conditions, but these conditions are never verified for the actual cost and kernels; the proofs are sketches.
  • standard math The HJB/Fokker-Planck system with the master-equation term <delta V / delta mu, F> characterizes the finite-N game
    Standard MFG theory; but for N = 18 vehicles the epsilon-Nash gap is never quantified, so the equilibrium used by the planner is only approximate in an unbounded way.
  • domain assumption Additive Wiener process Sigma(x, theta) dW models driver stochasticity (Eq. 7)
    No noise appears in the reported experiments, so the probabilistic safety guarantee of Theorem II.2 is not empirically connected to the zero-collision runs.
  • domain assumption Replayed NGSIM recorded trajectories are valid surrogates for interactive surrounding drivers (Section III.A)
    Recorded drivers do not respond to the ego vehicle, so the NGSIM trial validates trajectory tracking against fixed data, not interactive multi-agent safety.
  • domain assumption Enhanced Frenet kinematic model with saturation (Eq. 14) and hard state bounds (Eq. 9) represent vehicle dynamics
    Standard simplification; acceptable for planning but never validated against vehicle dynamics models in the paper.
  • ad hoc to paper Six discrete style buckets with seven parameters exhaustively describe human driving heterogeneity
    The taxonomy in Table I is new to this paper and uncalibrated; no test shows real drivers map onto these buckets or that the parameters are identifiable from data.
invented entities (3)
  • Spatial influence field (3D potential surface, Fig. 1) no independent evidence
    purpose: Aggregates style-dependent interaction intensity that couples each vehicle to the mean field density
    A visualization of the style-parameterized mean-field density; it shows what the model assumes, with no falsifiable handle outside the model.
  • Six-style taxonomy (super-aggressive, aggressive, normal, competitive, conservative, ego) no independent evidence
    purpose: Parameterizes heterogeneous driver behavior via Table I
    Presented as empirically grounded but no calibration, clustering, or identifiability analysis is shown; the buckets are asserted.
  • Behavioral compatibility factors Gamma(theta_i, theta_j) no independent evidence
    purpose: Weights discrete pairwise interaction risk in Eq. (40)
    Hand-set multipliers (2.0 aggressive, 1.5 mixed, 1.0 conservative, 0.8 ego) that bias the ego vehicle's perceived risk; the ego discount is self-serving by construction.

reviewed 2026-08-05 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Enhanced Mean Field Game for Interactive Decision-Making with Varied Stylish Multi-Vehicles." pith.science (2026). https://pith.science/paper/OSNOAHOT

@misc{pith2026250900981,
  author       = {Pith},
  title        = {Pith review of: Enhanced Mean Field Game for Interactive Decision-Making with Varied Stylish Multi-Vehicles},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OSNOAHOT}},
  note         = {Machine review of arXiv:2509.00981}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

This paper presents an MFG-based decision-making framework for autonomous driving in heterogeneous traffic. To capture diverse human behaviors, we propose a quantitative driving style representation that maps abstract traits to parameters such as speed, safety factors, and reaction time. These parameters are embedded into the MFG through a spatial influence field model. To ensure safe operation in dense traffic, we introduce a safety-critical lane-changing algorithm that leverages dynamic safety margins, time-to-collision analysis, and multi-layered constraints. Real-world NGSIM data is employed for style calibration and empirical validation. Experimental results demonstrate zero collisions across six style combinations, two 15-vehicle scenarios, and NGSIM-based trials, consistently outperforming conventional game-theoretic baselines. Overall, our approach provides a scalable, interpretable, and behavior-aware planning framework for real-world autonomous driving applications.

Figures

Figures reproduced from arXiv: 2509.00981 by Fujiang Yuan, Huilin Chen, Liancheng Zheng, Shuo Liu, Yangfan He, Yanhong Peng, Zhen Tian.

Figure 1
Figure 1. Figure 1: Framework of the heterogeneous MFG-based planner. [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Mean Field Game analysis of lane change scenarios with different driving style combinations. (a) Schematic [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Comparative analysis of lane change performance across six driving style scenarios. [PITH_FULL_IMAGE:figures/full_fig_p011_3.png] view at source ↗
Figure 5
Figure 5. Figure 5: MFG planner under a hazardous configuration of Scenario 7. (a) Middle lane [PITH_FULL_IMAGE:figures/full_fig_p013_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: MFG planner under a hazardous configuration of Scenario 8. (a) Middle lane [PITH_FULL_IMAGE:figures/full_fig_p014_6.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 7 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. First-Order Optimality Conditions for Mathematical Programming with Equilibrium Constraints

    math.OC 2026-05 unverdicted novelty 4.0

    A geometric characterization of the tangent cone to feasible points in MPECs yields stationarity concepts and constraint qualifications that avoid the strong nondegeneracy and smoothness assumptions required by classi...

  2. Mean Field Game-Based Interactive Trajectory Planning Using Physics-Inspired Unified Potential Fields

    cs.RO 2025-09 reject novelty 4.0

    An autonomous driving planner that merges mean-field game interactions and potential fields into one unified field, claiming Nash equilibrium convergence but providing an incomplete proof and limited simulation evidence.

  3. Attention and Risk-Aware Decision Framework for Safe Autonomous Driving

    cs.RO 2025-09 reject novelty 4.0

    An improved PPO for highway driving uses a hybrid risk field, attention modules, a balanced reward, and a rule-based safety filter to reduce collisions and speed up training in simulation.

  4. Adaptive Evolution Factor Risk Ellipse Framework for Reliable and Safe Autonomous Driving

    cs.RO 2025-09 reject novelty 4.0

    An adaptive risk-field-plus-MPC controller with a sigmoid evolution factor and TTC/TWH-based risk ellipses is claimed to achieve collision-free overtaking and lane changes in simulation.

  5. Introduction to Exact Penalization for Mathematical Programming with Equilibrium Constraints

    math.OC 2026-05 unverdicted novelty 2.0

    Exact penalization for MPECs is enabled under broader conditions by fractional-order penalties derived from Lojasiewicz error bounds on KKT residual mappings.

  6. Scenario-based Decision-making Using Game Theory for Interactive Autonomous Driving: A Survey

    cs.RO 2025-09 reject novelty 1.0

    A scenario-based survey of game-theoretic autonomous driving decision-making that claims comprehensiveness but is undermined by a non-systematic methodology and numerous internal errors.

  7. Introduction to Mathematical Programming with Equilibrium Constraints (MPECs) and Bilevel Optimization

    math.OC 2026-05 unverdicted

    An MPEC is an optimization problem whose feasible set is partly defined by another optimization, variational inequality, complementarity system, or equilibrium model.

Reference graph

Works this paper leans on

26 extracted references · 23 canonical work pages · cited by 7 Pith papers · 2 internal anchors

  1. [1]

    Slam2: Simultaneous localization and multimode mapping for indoor dynamic environments,

    Z. Lin et al., “Slam2: Simultaneous localization and multimode mapping for indoor dynamic environments,” Pattern Recognition , vol. 158, p. 111054, 2025

  2. [2]

    Dpl-slam: enhancing dy- namic point-line slam through dense semantic methods,

    Z. Lin, Q. Zhang, Z. Tian, P. Yu, and J. Lan, “Dpl-slam: enhancing dy- namic point-line slam through dense semantic methods,” IEEE Sensors Journal, vol. 24, no. 9, pp. 14 596–14 607, 2024

  3. [3]

    Bio-inspired hybrid path planning for efficient and smooth robotic navigation: F. yuan et al

    F. Yuan et al. , “Bio-inspired hybrid path planning for efficient and smooth robotic navigation: F. yuan et al.” International Journal of Intelligent Robotics and Applications , pp. 1–31, 2025

  4. [4]

    Autonomous driving control for passing unsignalized intersections using the semantic segmentation technique,

    J. Tsai et al. , “Autonomous driving control for passing unsignalized intersections using the semantic segmentation technique,” Electronics, vol. 13, no. 3, p. 484, 2024

  5. [5]

    On human-in-the-loop optimization of human–robot interaction,

    P. Slade et al. , “On human-in-the-loop optimization of human–robot interaction,” Nature, vol. 633, no. 8031, pp. 779–788, 2024

  6. [6]

    Multimodal human–robot interaction for human-centric smart manufacturing: a survey,

    T. Wang et al., “Multimodal human–robot interaction for human-centric smart manufacturing: a survey,” Advanced Intelligent Systems , vol. 6, no. 3, p. 2300359, 2024

  7. [7]

    Fdnet: Fourier transform guided dual-channel underwater image enhancement diffusion network,

    Z. Zhu et al., “Fdnet: Fourier transform guided dual-channel underwater image enhancement diffusion network,” Science China Technological Sciences, vol. 68, no. 1, p. 1100403, 2025

  8. [8]

    Safety performance evalu- ation of freeway merging areas under autonomous vehicles environment using a co-simulation platform,

    P. Chen, H. Ni, L. Wang, G. Yu, and J. Sun, “Safety performance evalu- ation of freeway merging areas under autonomous vehicles environment using a co-simulation platform,” Accident Analysis & Prevention , vol. 199, p. 107530, 2024

  9. [9]

    Potential sources of sensor data anomalies for au- tonomous vehicles: An overview from road vehicle safety perspective,

    X. Zhao et al. , “Potential sources of sensor data anomalies for au- tonomous vehicles: An overview from road vehicle safety perspective,” Expert Systems with Applications , vol. 236, p. 121358, 2024

  10. [10]

    Safety-critical multi-agent mcts for mixed traffic coordi- nation at unsignalized intersections,

    Z. Lin et al., “Safety-critical multi-agent mcts for mixed traffic coordi- nation at unsignalized intersections,” IEEE Transactions on Intelligent Transportation Systems, 2025

  11. [11]

    End-to-end autonomous driving: Challenges and fron- tiers,

    L. Chen et al. , “End-to-end autonomous driving: Challenges and fron- tiers,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024

  12. [12]

    A Conflicts-free, Speed-lossless KAN-based Reinforcement Learning Decision System for Interactive Driving in Roundabouts

    Z. Lin, Z. Tian, Q. Zhang, Z. Ye, H. Zhuang, and J. Lan, “A conflicts- free, speed-lossless kan-based reinforcement learning decision system for interactive driving in roundabouts,”arXiv preprint arXiv:2408.08242, 2024

  13. [13]

    Risk field model of driving and its application in modeling car-following behavior,

    H. Tan et al., “Risk field model of driving and its application in modeling car-following behavior,” IEEE Trans. Intell. Transp. Syst., vol. 23, no. 8, pp. 11 605–11 620, 2021

  14. [14]

    Humanlike decision and motion planning for expressway lane changing based on artificial potential field,

    P. Wu et al., “Humanlike decision and motion planning for expressway lane changing based on artificial potential field,” IEEE Access, vol. 10, pp. 4359–4373, 2022

  15. [15]

    Adaptive field effect planner for safe interactive au- tonomous driving on curved roads,

    Q. Li et al. , “Adaptive field effect planner for safe interactive au- tonomous driving on curved roads,” arXiv preprint arXiv:2504.14747 , 2025

  16. [16]

    Efficient and safe planner for automated driving on ramps considering unsatisfication,

    ——, “Efficient and safe planner for automated driving on ramps considering unsatisfication,” arXiv preprint arXiv:2504.15320 , 2025

  17. [17]

    Enhanced visual slam for collision-free driving with lightweight autonomous cars,

    Z. Lin, Z. Tian, Q. Zhang, H. Zhuang, and J. Lan, “Enhanced visual slam for collision-free driving with lightweight autonomous cars,” Sensors, vol. 24, no. 19, p. 6258, 2024

  18. [18]

    Control barrier functions: Theory and applica- tions,

    A. D. Ames and other, “Control barrier functions: Theory and applica- tions,” in 2019 18th European control conference (ECC) . IEEE, 2019, pp. 3420–3431

  19. [19]

    Safety-critical model predictive control with discrete- time control barrier function,

    J. Zeng et al. , “Safety-critical model predictive control with discrete- time control barrier function,” in 2021 American Control Conference (ACC), 2021, pp. 3882–3889

  20. [20]

    Marp: A cooperative multi-agent drl system for connected autonomous vehicle platooning,

    S. Dai et al., “Marp: A cooperative multi-agent drl system for connected autonomous vehicle platooning,” IEEE Internet of Things Journal, 2024

  21. [21]

    Interpreting black-box models: a review on explainable artificial intelligence,

    V . Hassija, V . Chamola, A. Mahapatra, A. Singal, D. Goel, K. Huang, S. Scardapane, I. Spinelli, M. Mahmud, and A. Hussain, “Interpreting black-box models: a review on explainable artificial intelligence,” Cog- nitive Computation, vol. 16, no. 1, pp. 45–74, 2024

  22. [22]

    Evaluating scenario-based decision-making for interactive autonomous driving using rational criteria: A survey,

    Z. Tian, Z. Lin, D. Zhao, W. Zhao, D. Flynn, S. Ansari, and C. Wei, “Evaluating scenario-based decision-making for interactive autonomous driving using rational criteria: A survey,” arXiv preprint arXiv:2501.01886, 2025

  23. [23]

    Towards Safe and Robust Autonomous Vehicle Platooning: A Self-Organizing Cooperative Control Framework

    C. Xu et al. , “Towards safe and robust autonomous vehicle platoon- ing: A self-organizing cooperative control framework,” arXiv preprint arXiv:2408.09468, 2024

  24. [24]

    Exploring the effectiveness of deep reinforcement learning for autonomous robot navigation,

    M. A. Rasol et al., “Exploring the effectiveness of deep reinforcement learning for autonomous robot navigation,” in 2024 11th International Conference on Reliability, Infocom Technologies and Optimization (Trends and Future Directions)(ICRITO). IEEE, 2024, pp. 1–5

  25. [25]

    Predictive modeling of flexible ehd pumps using kolmogorov–arnold networks,

    Y . Peng et al. , “Predictive modeling of flexible ehd pumps using kolmogorov–arnold networks,” Biomimetic Intelligence and Robotics , vol. 4, no. 4, p. 100184, 2024

  26. [26]

    A mean-field-game-integrated mpc-qp framework for collision-free multi-vehicle control,

    L. Zheng, X. Wang, F. Li, Z. Mao, Z. Tian, Y . Peng, F. Yuan, and C. Yuan, “A mean-field-game-integrated mpc-qp framework for collision-free multi-vehicle control,” Drones, vol. 9, no. 5, p. 375, 2025

This paper was first reviewed by deepseek-v4-flash on August 5, 2026.