REVIEW 4 major objections 5 minor 1 cited by
Adaptive Event-triggered Formation Control of Autonomous Vehicles
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper claims that a sampling-based adaptive event-triggered controller can keep an autonomous-vehicle formation tracking bounded position and speed trajectories in linear, square, and linear-queue configurations while excluding Zeno…
desk verdict A useful comparative simulation of three event-triggering rules for AV formations, but the stability proof is not watertight: the fixed-threshold rule does not bound inter-sample time, so the claimed uniform error bounds are unsupported. 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 load-bearing object is the composite Lyapunov function $V = V_0 + \sum_{i=1}^{n} V_i$, assembled from the sampling-observer error $e$, the backstepping position and speed errors $z_{i,1}$ and $z_{i,2}$, the neural-network weight estimation error, and the adaptive parameter error. A sampling-based observer reconstructs velocity from intermittent position samples, while radial-basis-function neural networks approximate the unknown drag and disturbance term. The event-triggered controller rewrites the continuous backstepping controller with tanh terms so that Lemma 1 bounds the error introduced by holding the control signal constant between events; the three threshold rules differ only in the set of measurement errors that trigger an update. The bound $\dot{V} \leq -\beta V + \mu$ then gives uniform boundedness, and the inter-event lower bound $t^* \geq \varsigma_i/\Psi_i$ (or its relative-threshold counterpart) rules out Zeno behavior.
What would settle it
One concrete test is to log the true position, the sampled position, and the sampling time in the same three simulations or on a test vehicle, and check at every event whether $\|x_i(t_k)-x_i(t)\| \leq g_{\max}(t-t_k)$ and whether the reported sampled value at a sampling instant is within $\varrho_{\max}$ of the true position. A single violation, or a measured inter-execution interval shorter than the claimed lower bound, would contradict the boundedness and no-Zeno conclusions.
Extended reading notes
Core claim
On the paper's own terms, the central result is that one observer-controller structure, without relying on a predefined communication topology or continuous state transmission, realizes formation tracking in linear, square, and linear-queue geometries under three threshold policies. For each policy the Lyapunov function built from observer error, backstepping tracking errors, and estimation errors satisfies $\dot{V} \leq -\beta V + \mu$, yielding uniformly bounded position and speed tracking errors, bounded observer error, and bounded neural-network and adaptive parameter estimates; and the inter-execution interval is lower-bounded so Zeno behavior is excluded. The practical content is that reducing control-update frequency through event-triggering does not by itself undermine formation safety or, for the switched-threshold rule, mobility.
Load-bearing premise
The proof depends on Assumptions 1 and 2: between sampling instants the true vehicle position may not drift away from the sampled position faster than a fixed Lipschitz rate $g_{\max}$, and at each sampling instant the reported sampled position may not differ from the true position by more than $\varrho_{\max}$. If a sensor produces irregular or unbounded measurement errors that violate these bounds, the Lyapunov derivative estimate in (17) fails and the bounded-tracking and no-Zeno claims no longer follow.
Editorial extensions
If this is right
- Under the fixed-threshold rule, the overall formation tracks the expected position and speed trajectories with all closed-loop signals bounded; in the simulations this rule also gives the lowest trigger counts, with the fewest updates for the lead vehicle.
- Under the relative-threshold rule, tracking precision near equilibrium is the highest among the three policies, at the cost of many more controller updates.
- Under the switched-threshold rule, the inter-vehicle time-headway variation comes closest to the continuous-in-time benchmark, indicating that the largest mobility loss among the three event-triggered rules is avoided.
- Because inter-execution times are lower-bounded, none of the three rules can produce infinitely many updates in finite time, so the control laws are implementable on digital platforms.
- Minimum inter-vehicle distances in the simulations stay above 5 m in the linear and linear-queue scenarios and above 4 m in the square scenario, which the paper reads as maintaining safety while switching formations.
Reading between the lines
- Because the followers' reference trajectories are built from the observed predecessor position rather than from a fixed communication graph, the same observer-controller structure should extend to formations that add or remove vehicles without redesigning the control law; this is a corollary of the construction rather than a claim the paper tests.
- The switching boundary $S$ in the switched-threshold strategy is an explicit dial between trigger count and tracking precision, so one could tune it online from traffic density or sensor-noise level as a practical extension.
- Real lidar and radar errors sometimes include outliers that violate the bounded sampling-error assumption; a robustified version of the observer with saturation or fault detection would make the guarantees hold under heavier-tailed sensor noise.
- Because the theorem requires the sampled positions to be Lipschitz in time, event-triggered scheduling that also predicts the next sampling time would need to enforce that bound at the sampling layer; the paper lists self-triggered control as future work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an adaptive backstepping formation controller for autonomous vehicles with longitudinal and lateral motion uncertainties, using a sampling-based observer and three event-triggered strategies: fixed-threshold, relative-threshold, and switched-threshold. Theorems 1-3 claim bounded tracking errors and exclusion of Zeno behavior. Simulation studies with four vehicles in linear, square, and linear-queue formations illustrate tracking performance and compare safety and mobility through inter-vehicle distances and time headway.
Significance. The direction is timely: combining sampling-based observers with event-triggered adaptive control for multi-dimensional vehicle formation, rather than longitudinal platooning only, and explicitly comparing traffic safety and mobility across event-triggered strategies is a useful contribution. The simulation setup is detailed and the comparison among strategies is informative. However, the theoretical core currently has a load-bearing gap in the treatment of sampling-induced perturbations, and Theorem 2's key inequality and Theorem 3's Zeno bound are not correctly justified. If these issues are repaired, the paper could make a solid contribution.
major comments (4)
- [Section IV, proof of Theorem 1, Eqs. (17)-(20)] The proof bounds lambda_{i,1}=C_{i,1}(x_i(t_k)-x_i(t)) and lambda_{i,2}=C_{i,2}(x_i(t_k)-x_i(t)) by constants lambda_max^i and varpi_max^i using Assumptions 1 and 2, but Assumption 1 only provides ||x_i(t_k)-x_i(t)|| <= g_max (t-t_k). Since the fixed-threshold event rule (9) bounds |w_i-u_i| <= ς_i rather than the sampling error or the elapsed time t-t_k, the inter-sample interval is not upper bounded. If the measurement error remains below the threshold, t-t_k can grow without bound, making μ in (19) unbounded, so inequality (20) does not imply the uniform bounds in (13). A maximum allowable sampling interval assumption, or an event condition that directly bounds the observer sampling error, is needed. Because Theorems 2 and 3 are said to follow from the same analysis, this gap affects all three theorems.
- [Section IV, Theorem 2, Eqs. (22)-(23)] The representation w_i(t)=(1+π_1(t)ζ_i)μ_i(t)+π_2(t)ξ_i does not follow from the definition of w_i in (10), which contains tanh terms and a negative coefficient (1+ζ_i). Inequality (23) is then asserted without derivation, so the application of Lemma 1 and the resulting boundedness conclusion for the relative-threshold strategy are not justified. This step must be derived explicitly or corrected.
- [Section IV, Theorem 3, Zeno bound] After switching, the inter-execution interval is governed by one of the two per-mode thresholds. A universal lower bound should be the minimum of (ς_i/Ψ_i) and (ζ_i|u_i|+ξ_i)/Ψ_i, not the maximum. The statement t* > max{...} is therefore not a valid guaranteed lower bound: an interval in the mode with the smaller threshold can be shorter than that maximum. Since the switched strategy includes both modes, the proof should use min, or should establish the claimed maximum bound through additional reasoning.
- [Section III, Eq. (4)] The reference trajectory is defined as x_i^r = \hat{x}_{i-1} - l_i, but its time derivative is set to v_{i-1}^r. Since \hat{x}_{i-1} is the observer output, \dot{x}_i^r should contain \dot{\hat{x}}_{i-1} = \hat{v}_{i-1} + C_{i-1,1}(x_{i-1}(t_k)-\hat{x}_{i-1}), not the preceding vehicle's desired speed. This mismatch enters z_{i,2} and the backstepping derivatives in (7), and it is not accounted for in the Lyapunov analysis. It should be either corrected or explicitly treated as an additional perturbation.
minor comments (5)
- [Section IV, proof of Theorem 1] The definitions lambda_{i,1}=C_{i,1}(x_i-x_i) and lambda_{i,2}=C_{i,2}(x_i-x_i) are self-cancelling as written; presumably the first argument should be the sampled value, e.g., x_i(t_k)-x_i(t).
- [Assumption 2] The inequality ||x_i(t_k)-x_i(t_k)|| <= ϱ_i uses identical symbols on both sides; the intended distinction between the measured sampled value and the actual value at the sampling instant should be made explicit.
- [Eq. (19)] For β>0, the term (φ_min(Q)-3||P||^2)φ_min(P^{-1}) must be positive; the implied condition on the observer gains and Lyapunov matrices is not stated or verified in the parameter setting.
- [Proof of Theorem 1, Eq. (14)] The condition on θ_i(t) should read |θ_i(t)| ≤ 1, not θ_i(t) ≤ 1, since θ_i can take negative values between resets.
- [Eq. (23)] The expression in (23) is missing parentheses and transposes; the scalar product involving z_{i,2} and the ratio should be written with proper grouping and transposition.
Circularity Check
Theorem 1's error bound is constructed from an asserted uniform bound on the sampling deviation x_i(t_k)-x_i(t) that neither Assumption 1, Assumption 2, nor the event rule (9) supplies; the claimed boundedness reduces to that presupposed bound.
-
self definitional
[Section IV, proof of Theorem 1, sentence 'Define λ_{i,1}=C_{i,1}(x_i-x_i)...' between (16) and (17), feeding (17), (19), (20); inherited by Theorems 2 and 3.]
"Defineλ i,1 =C i,1(xi −x i)andλ i,2 =C i,2(xi −x i). Based onAssumption 1andAssumption 2, with unknown boundλ max i andϖ max i , we know that xi(tk)−x i(t)is bounded, soλ i,1 is bounded, with||λ i,1|| ≤λmax i ∈R."
Assumption 1 gives only ||x_i(t_k)-x_i(t)|| ≤ g_max(t-t_k), which grows with the inter-sample gap; Assumption 2 bounds sampling noise only at instants t_k; the trigger (9) bounds the control-input error ||w_i(t)-u_i(t)|| ≤ ς_i, not the state sampling deviation; and the Zeno bound t* ≥ ς_i/Ψ_i is a lower bound, leaving t-t_k unbounded. No uniform bound on x_i(t_k)-x_i(t) follows; the proof just posits one ('with unknown bound λ_max^i ... we know that x_i(t_k)-x_i(t) is bounded'). Such a uniform bound is a closed-loop boundedness property of the same character as the theorem's conclusion, and (19)-(20) build the result from it (μ contains (λ_max^i)^2 and (ϖ_max^i)^2). The claimed bounds (13) are constructed from the presupposed bound, and Theorems 2-3 inherit the step.
full rationale
Most of the derivation is independent: the adaptive backstepping controller (7), the RBF-NN observer (3), and the three event-triggered laws are standard constructions, and no simulation parameter was fitted to the reported outcomes. The safety and mobility statistics in Section V-C are descriptive summaries of one simulation run, not out-of-sample predictions, so they raise no circularity issue. The self-citations [41] and [43] support only the standard tanh inequality (which also cites [40]) and the relative-threshold idea (which also cites [26]); they are not load-bearing for the novelty and do not force the result. The genuine circular step is in the proof of Theorem 1: equations (17)-(20) require a uniform bound on the sampling perturbation λ = C(x_i(t_k)-x_i(t)), and the proof obtains it only by asserting 'with unknown bound λ_max^i ... we know that x_i(t_k)-x_i(t) is bounded.' Since (λ_max^i)^2 enters μ in (19) and the claimed bound (13) is read out of (20), the central boundedness result reduces to that presupposed uniform bound rather than being derived from the stated Assumptions 1-2 and event rule (9). Theorems 2 and 3 are explicitly obtained 'following the same analysis in the proof of Theorem 1,' so the same presupposition propagates to the relative- and switched-threshold claims. This is partial circularity of the central theoretical claim, not a fitted-parameter prediction and not a self-citation chain; the framework and simulations retain independent content.
Assumptions & free parameters
free parameters (5)
- Observer gains C_{i,1}, C_{i,2} =
C_{i,1}=diag(5,5), C_{i,2}=diag(50,50)
- Controller gains K_{i,1}, K_{i,2} =
K_{i,1}=diag(0.5,0.5), K_{i,2}=diag(20,20)
- Event-triggered thresholds =
varsigma_i=2, zeta_i=0.9, xi_i=0.1, S=0.55
- NN hidden layer size and RBF parameters =
l=5; centers and widths unspecified
- Adaptation matrices Upsilon_i and Delta_i =
Upsilon_i=diag(2,2), Delta_i=diag(0.2,0.2)
assumptions (5)
- standard math Lemma 1 (tanh inequality) from references [40] and [41].
- domain assumption Assumption 1: the position function x_i(t) is Lipschitz continuous between sampling times, so ||x_i(t_k)-x_i(t)|| <= g_max (t - t_k).
- domain assumption Assumption 2: the error between the sampled value and the actual value at the sampling instant is bounded by varrho_max.
- domain assumption The unknown nonlinear function D_i can be represented as W_i^{*T} Lambda_i + sigma_i with bounded approximation error sigma_i.
- standard math There exist positive definite matrices P and Q satisfying the Lyapunov equation for the observer error dynamics.
Cite this review
Pith. "Pith review of Adaptive Event-triggered Formation Control of Autonomous Vehicles." pith.science (2026). https://pith.science/paper/E7OXBRPG
@misc{pith2026250606746,
author = {Pith},
title = {Pith review of: Adaptive Event-triggered Formation Control of Autonomous Vehicles},
year = {2026},
howpublished = {\url{https://pith.science/paper/E7OXBRPG}},
note = {Machine review of arXiv:2506.06746}
}
read the original abstract
This paper presents adaptive event-triggered formation control strategies for autonomous vehicles (AVs) subject to longitudinal and lateral motion uncertainties. The proposed framework explores various vehicular formations to enable safe and efficient navigation in complex traffic scenarios, such as narrow passages, collaborative obstacle avoidance, and adaptation to cut-in maneuvers. In contrast to conventional platoon control strategies that rely on predefined communication topologies and continuous state transmission, our approach employs a sampling-based observer to reconstruct vehicle dynamics. Building upon an adaptive backstepping continuous-time controller, we design three distinct event-triggered mechanisms, each offering a different trade-off between formation tracking performance and control efficiency by reducing the frequency of control signal updates. A Lyapunov-based stability analysis is conducted to guarantee bounded tracking errors and to avoid Zeno behavior. Finally, the proposed event-triggered controllers are validated through simulations of vehicular formation in three scenarios, highlighting their impact on traffic safety and mobility.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
On Optimal Event-Triggered Distributed Control for Stochastic Multi-Agent Systems via Reinforcement Learning
An actor-critic-identifier backstepping controller with hybrid event-triggering is claimed to optimally stabilize stochastic multi-agent tracking, but internal inconsistencies in the optimality derivation and stabilit...
Reference graph
Works this paper leans on
-
[1]
B. Besselink and K. H. Johansson, ”String Stability and a Delay-Based Spacing Policy for Vehicle Platoons Subject to Disturbances,”IEEE Trans. Autom. Control, vol. 62, no. 9, pp. 4376–4391, Sep. 2017
work page 2017
-
[2]
P. Zhu, S. Jin, X. Bu, and Z. Hou. ”Distributed data-driven control for a connected autonomous vehicle platoon subjected to false data injection attacks,”IEEE Trans. Autom. Sci. Eng., vol. 21, no. 4, pp. 7527-7538, 2023
work page 2023
- [3]
- [4]
-
[5]
S. Shladover, C. Desoer, J. Hedrick, M. Tomizuka, J. Walrand, W. Zhang, D. McMahon, H. Peng, S. Sheikholeslam, and N. McKeown, ”Automated vehicle control developments in the PATH program,”IEEE Trans. Vehicular Technol., vol. 40, no. 1, pp. 114–130, Feb. 1991
work page 1991
-
[6]
R. Horowitz and P. Varaiya, ”Control design of an automated highway system,”Proc. IEEE, vol. 88, no. 7, pp. 913–925, Jul. 2000
work page 2000
-
[7]
R. Gaagai and J. Horn, ”Distributed safety-critical control for linear homogeneous vehicle platoons subject to actuator and communication delays,” in2024 IEEE 63rd Conf. Decis. Control, pp. 8376–8383, Feb. 2025
work page 2025
-
[8]
G. Feng, D. Dang, and Y . He, ”Robust coordinated control of nonlinear heterogeneous platoon interacted by uncertain topology,”IEEE Trans. Intell. Transp. Syst., vol. 23, no. 6, pp. 4982–4992, 2020
work page 2020
Show all 46 references
-
[9]
X. Ge, S. Xiao, Q. L. Han, X. M. Zhang, and D. Ding, ”Dynamic event- triggered scheduling and platooning control co-design for automated vehicles over vehicular ad-hoc networks,”IEEE/CAA J. Autom. Sinica, vol. 9, no. 1, pp. 31–46, Jan. 2021
2021
-
[10]
K. Li, J. Wang, and Y . Zheng, ”Cooperative formation of autonomous vehicles in mixed traffic flow: Beyond platooning,”IEEE Trans. Intell. Transp. Syst., vol. 23, no. 9, pp. 15951–15966, Sep. 2022
2022
-
[11]
Y . Fei, L. Wang, and X. Qu, ”Event triggered cooperative trajectory coordination for platooning among heterogeneous vehicles,”Transp. Res. Part C Emerg. Technol., vol. 173, no. 105049, 2025
2025
-
[12]
A. Zhou, S. Gong, C. Wang, and S. Peeta, ”Smooth-switching control- based cooperative adaptive cruise control by considering dynamic infor- mation flow topology,”Transp. Res. Rec., vol. 2674, no. 4, pp. 444–458, 2020
2020
-
[13]
R. S. Smith and F. Y . Hadaegh, ”Closed-Loop Dynamics of Cooperative Vehicle Formations With Parallel Estimators and Communication,”IEEE Trans. Autom. Control, vol. 52, no. 8, pp. 1404-1414, Aug. 2007
2007
-
[14]
H. Hao, P. Barooah and J. J. P. Veerman, ”Effect of network structure on the stability margin of large vehicle formation with distributed control,” Proc. IEEE Conf. Decis. Control, Atlanta, GA, USA, 2010, pp. 4783- 4788
2010
-
[15]
Y . J. Xue, C. L. Wang, C. Ding, B. Yu and S. H. Cui. ”Observer-based event-triggered adaptive platooning control for autonomous vehicles with motion uncertainties,”Transp. Res. Part C Emerg. Technol, vol. 159, no. 104462, Feb. 2024
2024
-
[16]
D. Y . Jia, D. Ngoduy, ”Enhanced cooperative car-following traffic model with the combination of V2V and V2I communication,”Transp. Res. B, vol. 90, pp. 172-191, May. 2016
2016
-
[17]
di Bernardo, P
M. di Bernardo, P. Falcone, A. Salvi and S. Santini, ”Design, Analysis, and Experimental Validation of a Distributed Protocol for Platooning in the Presence of Time-Varying Heterogeneous Delays,”IEEE Trans. Control Syst. Technol., vol. 24, no. 2, pp. 413-427, March. 2016
2016
-
[18]
Arcak and D
M. Arcak and D. Ne ˇsi´c, ”A Framework for Nonlinear Sampled-Data Observer Design via Approximate Discrete-Time Models and Emulation,” Automatica, vol. 40, no. 11, pp. 1931-1938, 2004
1931
-
[19]
Postoyan and D
R. Postoyan and D. Ne ˇsi´c, ”On Emulated Nonlinear Reduced-Order Observers for Networked Control Systems,”Automatica, vol. 48, no. 4, pp. 645-652, 2012
2012
-
[20]
Ahmed-Ali, I
T. Ahmed-Ali, I. Karafyllis, and F. Lamnabhi-Lagarrigue, ”Global Ex- ponential Sampled-Data Observers for Nonlinear Systems with Delayed Measurements,”Syst. Control Lett., vol. 62, no. 7, pp. 539-549, 2013
2013
-
[21]
P. A. Ioannou and A. Datta, ”Robust Adaptive Control: A Unified Approach,”Proceedings of the IEEE, vol. 79, no. 12, pp. 1736-1768, 1991
1991
-
[22]
Krstic, I
M. Krstic, I. Kanellakopoulos, and P. V . Kokotovic,Nonlinear and Adaptive Control Design. New York, NY , USA: Wiley, 1995
1995
-
[23]
K. J. ˚Astr¨om and B. Bernhardsson, ”Comparison of periodic and event based sampling for first-order stochastic systems,”14th IFAC Congr., vol. 32, no. 2, pp. 5006-5011, Jul. 1999
1999
-
[24]
Tabuada, ”Event-triggered real-time scheduling of stabilizing control tasks,”IEEE Trans
P. Tabuada, ”Event-triggered real-time scheduling of stabilizing control tasks,”IEEE Trans. Autom. Control, vol. 52, no. 9, pp. 1680–1685, Sep. 2007
2007
-
[25]
W. P. M. H. Heemels, K. H. Johansson and P. Tabuada, ”An introduction to event-triggered and self-triggered control,”Proc. IEEE 51st Conf. Decis. Control,, 2012, pp. 3270-3285
2012
-
[26]
L. T. Xing, C. Y . Wen, Z. T. Liu, H. Y . Su, and J. P. Cai, ”Event- Triggered Adaptive Control for a Class of Uncertain Nonlinear Systems,” IEEE Trans. Automat. Contr., vol. 62, no. 4, pp. 2071-2076, Apr. 2017
2017
-
[27]
B. Yan, P. Shi, and C. C. Lim, ”Robust Formation Control for Nonlinear Heterogeneous Multiagent Systems Based on Adaptive Event-Triggered Strategy,”IEEE Trans. Autom. Sci. Eng., vol. 19, no. 4, pp. 2788-2800, 2021
2021
-
[28]
L. Wang, M. Hu, Y . Bian, G. Guo, S. E. Li, B. Chen, and Z. Zhong, ”Periodic event-triggered fault detection for safe platooning control of intelligent and connected vehicles,”IEEE Trans. Veh. Technol., vol. 73, no. 4, pp. 5064–5077, Apr. 2023
2023
-
[29]
S. Xiao, X. Ge, Q. L. Han, and Y . Zhang, ”Dynamic event-triggered platooning control of automated vehicles under random communication topologies and various spacing policies,”IEEE Trans. Cybern., vol. 52, no. 11, pp. 11477–11490, Nov. 2021
2021
-
[30]
Z. Wu, J. Sun, and S. Hong, ”RBFNN-based adaptive event-triggered control for heterogeneous vehicle platoon consensus,”IEEE Trans. Intell. Transp. Syst., vol. 23, no. 10, pp. 18761–18773, Oct. 2022. 12
2022
-
[31]
Y . Fei, L. Wang, and X. Qu, ”Event triggered cooperative trajectory coordination for platooning among heterogeneous vehicles,”Transp. Res. Part C Emerg. Technol., vol. 173, p. 105049, 2025
2025
-
[32]
V . S. Dolk, J. Ploeg, and W. M. H. Heemels, ”Event-triggered control for string-stable vehicle platooning,”IEEE Trans. Intell. Transp. Syst., vol. 18, no. 12, pp. 3486-3500, 2017
2017
-
[33]
S. Wen, G. Guo, B. Chen, and X. Gao, ”Event-triggered cooperative control of vehicle platoons in vehicular ad hoc networks,”Inf. Sci., vol. 459, pp. 341-353, 2018
2018
-
[34]
Keijzer and R
T. Keijzer and R. M. Ferrari, ”A sliding mode observer approach for attack detection and estimation in autonomous vehicle platoons using event triggered communication,” in2019 IEEE 58th Conf. Decis. Control, pp. 5742-5747, IEEE, Dec. 2019
2019
-
[35]
Zhang, J
H. Zhang, J. Liu, Z. Wang, H. Yan, and C. Zhang, ”Distributed adaptive event-triggered control and stability analysis for vehicular platoon,”IEEE Trans. Intell. Transp. Syst., vol. 22, no. 3, pp. 1627-1638, 2020
2020
-
[36]
Silva, A
R. Silva, A. T. Nguyen, T. M. Guerra, F. Souza, and L. Frezzatto, ”Switched dynamic event-triggered control for string stability of nonho- mogeneous vehicle platoons with uncertainty compensation,”IEEE Trans. Intell. Veh., 2024
2024
-
[37]
M. M. Polycarpou, ”Stable adaptive neural control scheme for nonlinear systems,”IEEE Trans. Automat. Contr., vol. 41, no. 3, pp. 447-451, Mar. 1996
1996
-
[38]
C. Chen, C. Ci, F. L. Lewis and X. Li. ”Event-triggered coordination of multi-agent systems via a Lyapunov-based approach for leaderless consensus,”Automatica, vol. 136, no. 109936, Feb. 2022
2022
-
[39]
S. H. Cui, Y . J. Xue, K. Gao, M. L. Lv and B. Yu. ”Adaptive collision- free trajectory tracking control for string stable bidirectional platoons,” IEEE Trans Intell Transp Syst, vol. 24, no. 11, pp. 12141-12153, Nov. 2023
2023
-
[40]
M. M. Polycarpou and P. A. Ioannou, ”A robust adaptive nonlinear control design,” inProc. 1993 American Control Conf., pp. 1365-1369, Jun. 1993
1993
-
[41]
Z. Wang, X. Wang and N. Pang, ”Adaptive Fixed-Time Control for Full State-Constrained Nonlinear Systems: Switched-Self-Triggered Case” IEEE Trans. Circuits Syst. II Express Briefs, vol. 71, no. 2, pp. 752-756, Feb. 2024
2024
-
[42]
Y . Liu, D. Y . Yao, H. Y . Li and R. Q. Lu. ”Distributed cooperative compound tracking control for a platoon of vehicles with adaptive NN,” IEEE Trans Cybern, vol. 52, no. 7, pp. 7039-7048, Jan. 2021
2021
-
[43]
Z. Wang, H. Wang, X. Wang, N. Pang, and Q. Shi, ”Event-Triggered Adaptive Neural Control for Full State-Constrained Nonlinear Systems with Unknown Disturbances,”Cogn. Comput., vol. 16, no. 2, pp. 717- 726, 2024
2024
-
[44]
Y . Li, C. Tang, K. Li, X. He, S. Peeta, and Y . Wang, ”Consensus- based cooperative control for multi-platoon under the connected vehicles environment,”IEEE Trans Intell Transp Syst, vol. 20, no. 6, pp. 2220- 2229, 2018
2018
-
[45]
H. Yu, R. Jiang, Z. He, Z. Zheng, L. Li, R. Liu, and X. Chen, ”Au- tomated vehicle-involved traffic flow studies: A survey of assumptions, models, speculations, and perspectives,”Transp. Res. Part C Emerg. Technol., vol. 127, art. no. 103101, 2021
2021
-
[46]
H. Zhou, K. Ma, S. Liang, X. Li, and X. Qu, ”ULTra-A V: A Unified Longitudinal Trajectory Dataset for Automated Vehicle,” arXiv preprint arXiv:2406.00009, 2024. Ziming Wang(Graduate Student Member, IEEE) received the B.E. degree in Electronic Information Engineering from South...
2024 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.