REVIEW 5 major objections 6 minor 44 references
Free Energy-Inspired Cognitive Risk Integration for AV Navigation in Pedestrian-Rich Environments
T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper sets out to establish that a single cognitive-risk signal, derived from the Free Energy Principle, should govern both pedestrian reactions and an autonomous vehicle's policy in shared spaces.
desk verdict A well-structured integration of risk-weighted social forces and graph-based SAC, but the cognitive-uncertainty mechanism depends on an unspecified predictor, so the reported gains are currently uninterpretable. 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 fused risk measure: the physical risk ψ computed from a virtual distance that inflates or shrinks the geometric distance based on an agent's velocity, acceleration, and approach direction, multiplied by the cognitive term $(1 + \lambda u)$, where $u$ is the KL-divergence uncertainty from the predict–observe–update loop. This product appears twice: as the force-weight coefficients $w^{\text{goal}}$, $w^{\text{veh}}$, $w^{\text{ped}}$ in CR-SFM (Eqs. 16–18), and as the adjacency entry $A_t(i,j) = \psi_t(i,j)(1 + \lambda u_t(i,j))$ in the GCN (Eq. 25). The argument is that routing this one scalar signal through both the pedestrian model and the AV policy is what produces adaptive, bidirectional interaction rather than fixed-rule behavior.
What would settle it
Replace the undefined internal prediction model in Algorithm 1 with a trivial constant-velocity predictor and rerun the full simulation battery; if G-SAC-Cog and CR-SFM keep their margins over the ablations, the reported safety gain does not depend on the free-energy-inspired mechanism, whereas if the margins collapse, the gain is tied to that specific predictor.
Extended reading notes
Core claim
The central claim is that cognitive uncertainty — quantified as the KL divergence between an agent's predicted and observed velocity distributions — can be fused with physical risk into a single weight that makes both pedestrian trajectories and AV policies safer and more human-like. For pedestrians, the Cognitive-Risk Social Force Model multiplies goal, vehicle, and pedestrian repulsion forces by risk-based weights, so a nearby but receding agent produces little repulsion while an uncertain approaching one pulls the pedestrian off course. For the AV, the same fused risk defines the dynamic adjacency matrix of a GCN embedded in SAC's actor and critic, so the policy focuses its graph aggregation on high-risk agents. The quantitative claim is that G-SAC-Cog reaches a 0.94 success rate and 0.06 collision rate in the simulated shared-space scenarios, with the CR-SFM pedestrian model recording zero collisions and lower displacement errors than the SFM and RA-SFM baselines.
Load-bearing premise
The cognitive uncertainty $u_t$ is computed from a predicted velocity provided by an 'internal prediction model' that is never defined in the paper; if this predictor is arbitrary or unrealistic, the KL-divergence signal and every risk weight built on it lose their grounding.
Editorial extensions
If this is right
- The CR-SFM pedestrian model produces zero collisions and lower ADE and FDE than SFM and RA-SFM, showing that the fused-risk weighting makes simulated pedestrians both more accurate and safer.
- G-SAC-Cog outperforms UAW-PCG and both ablations on success rate, collision rate, and average speed, indicating that a risk-encoded adjacency matrix helps the policy perceive which interactions matter.
- The jerk and maximum-acceleration results show that acceleration-based control with risk-weighted graph features yields smoother motion than velocity-based baselines, so safety does not come at the cost of comfort.
- If the framework is correct, the same cognitive-risk signal can serve as a common interface between pedestrian simulation and AV decision-making, removing the need for fixed-behavior pedestrian models in training.
Reading between the lines
- The paper's dependence on an unspecified 'internal prediction model' in Algorithm 1 means the reported gains could partly reflect that choice; a controlled swap of predictor (constant-velocity versus learned) would reveal how much of the effect is cognitive uncertainty rather than prediction quality.
- The same adjacency-matrix design could be extended to variable pedestrian counts by letting nodes enter and leave the graph online, a setting the paper lists as future work but does not test.
- Because the risk signal is shared between pedestrian and vehicle, the framework offers a direct way to inject the same uncertainty model into real-world traffic simulators or digital twins for scenario-based testing.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a framework for AV navigation in pedestrian-rich shared spaces, built around a Free-Energy-Principle-style measure of cognitive uncertainty. The uncertainty is defined in Eq. (5) as the KL divergence between a predicted and an observed Gaussian velocity distribution, and it is used in two places: the pedestrian Cognitive-Risk Social Force Model (CR-SFM), where it modulates goal and repulsive force weights (Eqs. 12-18), and the AV decision-making model G-SAC-Cog, where it weights a dynamic adjacency matrix for a GCN integrated into Soft Actor-Critic (Eq. 25). Experiments are carried out on scenarios extracted from the HBS dataset. Table I reports ADE/FDE/collision rate for CR-SFM against CV, SFM, and RA-SFM, and Table II reports success rate, collision rate, speed, and jerk for G-SAC-Cog against UAW-PCG, S-SAC, G-SAC-NoCog, and a human driver. The central claim is that the cognitive-uncertainty signal improves both pedestrian trajectory realism and AV safety/efficiency/smoothness.
Significance. If the mechanism were fully specified, the paper would address a real gap: interactive, responsive pedestrian simulation for AV decision-making in shared spaces, with a risk-aware graph representation inside a state-of-the-art RL algorithm. The combination of a social-force pedestrian model with a GCN-SAC controller is sensible, and the qualitative examples in Figs. 4-5 are informative. However, the current manuscript cannot support its central attribution claim, because the core cognitive-uncertainty signal is produced by an internal prediction model that is never defined, and because the experimental reporting relies on single-point metrics without variance or a clear train/test separation. The claimed gains therefore cannot be reproduced or traced to the proposed FEP-inspired mechanism as written.
major comments (5)
- [Section IV-A, Algorithm 1, Eq. (5)] The internal prediction model is listed as an input to Algorithm 1 but is never specified. The predicted velocity \hat{v}_i^t determines the prior p_t(v), and therefore the cognitive uncertainty u_t in Eq. (5). This u_t enters every risk weight in CR-SFM (Eqs. 16-18) and the GCN adjacency matrix in G-SAC-Cog (Eq. 25). Different plausible choices, such as constant-velocity extrapolation, a learned social-force predictor, or an oracle using the observed velocity, will in general produce different force weights and graph edges, and hence different numbers in Tables I and II. The paper must specify the internal prediction model in full, including how it is initialized, updated, and combined with the posterior from the previous step, and should report sensitivity to this choice.
- [Section V-B, Table I] The pedestrian model parameters are calibrated using Bayesian optimization on trajectories extracted from the training dataset, but the paper does not state whether the ADE/FDE/CR values in Table I are computed on a disjoint test set. If the reported values are on the calibration set, they partly reflect fitting quality rather than predictive fidelity, undermining the comparison between CR-SFM and the baselines. The authors should clearly specify the train/test split, the number of scenarios used for evaluation, and whether the reported metrics are averaged over that held-out set.
- [Section VI-B, Table II] All AV performance numbers are single-point estimates with no standard deviations, confidence intervals, number of evaluation episodes, or multiple seeds. Given that the difference between G-SAC-Cog (success 0.94, collision 0.06) and UAW-PCG (success 0.83, collision 0.17) is based on what appears to be a limited number of HBS interaction scenarios, the reported superiority is not statistically supported. The authors should report per-episode results across several random seeds and provide significance measures or confidence intervals.
- [Section IV-A, Eq. (5)] The KL divergence D_KL(N(\mu_p,\sigma_p^2)||N(\mu_o,\sigma_o^2)) has a closed form in which, for fixed variances, u_t is a monotone function of the squared prediction error (\mu_p - \mu_o)^2. It is therefore unclear whether the proposed quantity captures anything beyond the predictor's raw error, and the FEP-inspired Bayesian update in Eqs. (6)-(7) does not by itself add information. The authors should state whether this is intended, and should justify why this particular proxy constitutes 'cognitive uncertainty' rather than simply prediction error, especially since the qualitative claim in Section VI-A that CR-SFM 'detects latent threats' relies entirely on this quantity.
- [Section V-A and Section IV] The hyperparameters \gamma_1, \gamma_2, \lambda_1, \lambda_2, \lambda_3, \lambda, \sigma_o, and \sigma_p are not reported anywhere in the manuscript. All risk weights and adjacency values depend on these parameters, and without them the experiments are not reproducible. The authors should provide the full parameter set used, including the ranges and fitted values from the Bayesian optimization procedure for the pedestrian models.
minor comments (6)
- [Section VI-A.2] The text says 'FED' where it should say 'FDE' in the sentence describing SFM results; this typo should be corrected.
- [Section III] There is a typo in 'statest' that should read 'state'.
- [Section IV-A, Algorithm 1] Algorithm 1 says 'Use internal prediction model to predict velocity', but the phrase 'internal prediction model' is not defined in the algorithm or in the surrounding text; this is a clarity issue even beyond the substantive concern in Major Comment 1.
- [Section V-B and Table II] The row labeled 'Human driver' reports '1' for success and collision rates with no indication of how many human-driving episodes were recorded; this should be stated for the comparison to be interpretable.
- [References] Reference [38] duplicates reference [15] (the same Helbing and Molnar social force paper); the duplicate should be removed or converted into a proper repeated citation.
- [Section IV-B, Eq. (13)] The definition of \phi in Eq. (13) is stated in prose as 'the angle between the agent's velocity vector and the vector pointing from the agent to pedestrian i', but it would help to draw the geometric configuration or provide an explicit vector formula, since the sign of cos\phi affects the risk computation.
Circularity Check
No significant circularity: the core claims are evaluated against external benchmarks and a train/test split; self-citations are minor and not load-bearing.
full rationale
The derivation chain is not circular. The cognitive uncertainty u_t = D_KL(p_t(v)||o_t(v)) is a modeling assumption, not a fit to the reported outcomes; the AV policy and pedestrian model are evaluated in a closed-loop simulator, which is a standard experimental design rather than a logical reduction. The pedestrian CR-SFM is calibrated via Bayesian optimization on the HBS training trajectories and then evaluated on held-out test episodes (Eq. 26), so the ADE/FDE numbers are not fits to the evaluation data. The AV model is compared against the external UAW-PCG baseline [10] and human driving data, providing an external benchmark. The paper cites prior work by the same authors for the virtual-distance risk formula (Eq. 13, ref [40]) and the evaluation protocol (ref [45]), but these are used for established components, not to justify the central claim that cognitive uncertainty improves navigation. The most serious issue is an omission, not circularity: Algorithm 1 (Section IV-A) relies on an 'internal prediction model' that is never defined, making the cognitive uncertainty signal underdetermined and the results non-reproducible. This is a significant correctness limitation, but it does not make the reported improvements equivalent to their inputs by construction. Overall circularity score: 1.
Assumptions & free parameters
free parameters (8)
- gamma1 =
not reported (Bayesian optimized or hand-set)
- gamma2 =
not reported
- lambda1 =
not reported
- lambda2 =
not reported
- lambda3 =
not reported
- lambda (adjacency) =
not reported
- sigma_o (observation variance) =
not reported
- initial sigma_p (prior variance) =
not reported
assumptions (6)
- ad hoc to paper KL divergence between predicted and observed velocity distributions is a valid proxy for cognitive uncertainty.
- ad hoc to paper Each agent has a functioning internal prediction model that produces velocity predictions for surrounding agents.
- standard math Gaussian prior-likelihood conjugacy permits closed-form Bayesian update (Eqs. 6-7).
- domain assumption The Social Force Model (Eq. 11) adequately describes pedestrian dynamics before cognitive weighting.
- ad hoc to paper Physical risk from virtual distance (Eqs. 13-15) captures perceived threat.
- domain assumption The MDP with SAC and GCN (Eqs. 19-24) is a suitable model for AV decision-making.
Cite this review
Pith. "Pith review of Free Energy-Inspired Cognitive Risk Integration for AV Navigation in Pedestrian-Rich Environments." pith.science (2026). https://pith.science/paper/2LKUZWUW
@misc{pith2026250720850,
author = {Pith},
title = {Pith review of: Free Energy-Inspired Cognitive Risk Integration for AV Navigation in Pedestrian-Rich Environments},
year = {2026},
howpublished = {\url{https://pith.science/paper/2LKUZWUW}},
note = {Machine review of arXiv:2507.20850}
}
read the original abstract
Recent advances in autonomous vehicle (AV) behavior planning have shown impressive social interaction capabilities when interacting with other road users. However, achieving human-like prediction and decision-making in interactions with vulnerable road users remains a key challenge in complex multi-agent interactive environments. Existing research focuses primarily on crowd navigation for small mobile robots, which cannot be directly applied to AVs due to inherent differences in their decision-making strategies and dynamic boundaries. Moreover, pedestrians in these multi-agent simulations follow fixed behavior patterns that cannot dynamically respond to AV actions. To overcome these limitations, this paper proposes a novel framework for modeling interactions between the AV and multiple pedestrians. In this framework, a cognitive process modeling approach inspired by the Free Energy Principle is integrated into both the AV and pedestrian models to simulate more realistic interaction dynamics. Specifically, the proposed pedestrian Cognitive-Risk Social Force Model adjusts goal-directed and repulsive forces using a fused measure of cognitive uncertainty and physical risk to produce human-like trajectories. Meanwhile, the AV leverages this fused risk to construct a dynamic, risk-aware adjacency matrix for a Graph Convolutional Network within a Soft Actor-Critic architecture, allowing it to make more reasonable and informed decisions. Simulation results indicate that our proposed framework effectively improves safety, efficiency, and smoothness of AV navigation compared to the state-of-the-art method.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
M. M. Rahman and J.-C. Thill, “Impacts of connected and autonomous vehicles on urban transportation and environment: A comprehensive review,” Sustainable Cities and Society , vol. 96, p. 104649, 2023
work page 2023
-
[2]
Advanced learning technologies for intelligent transportation systems: Prospects and challenges,
R. A. Khalil, Z. Safelnasr, N. Yemane, M. Kedir, A. Shafiqurrahman, and N. Saeed, “Advanced learning technologies for intelligent transportation systems: Prospects and challenges,” IEEE Open Journal of Vehicular Technology, 2024
work page 2024
-
[3]
Interactions and behaviors of pedestrians with autonomous vehicles: A synthesis,
S. Rezwana and N. Lownes, “Interactions and behaviors of pedestrians with autonomous vehicles: A synthesis,” Future Transportation, vol. 4, no. 3, pp. 722–745, 2024
work page 2024
-
[4]
Y . Feng, Z. Xu, H. Farah, and B. Van Arem, “Does another pedestrian matter? a virtual reality study on the interaction between multiple pedes- trians and autonomous vehicles in shared space,” IEEE Transactions on Intelligent Transportation Systems, 2024
work page 2024
-
[5]
K. Tian, G. Markkula, C. Wei, Y . M. Lee, R. Madigan, T. Hirose, N. Merat, and R. Romano, “Deconstructing pedestrian crossing decisions in interactions with continuous traffic: An anthropomorphic model,” IEEE Transactions on Intelligent Transportation Systems, vol. 25, no. 3, pp. 2466–2478, 2023
work page 2023
-
[6]
K. Ryu and N. Mehr, “Integrating predictive motion uncertainties with distributionally robust risk-aware control for safe robot navigation in crowds,” in 2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 2410–2417
work page 2024
-
[7]
S. Samavi, J. R. Han, F. Shkurti, and A. P. Schoellig, “Sicnav: Safe and interactive crowd navigation using model predictive control and bilevel optimization,” IEEE Transactions on Robotics , 2024
work page 2024
-
[8]
Security considerations in ai-robotics: A survey of current methods,
S. Neupane, S. Mitra, I. Fernandez, S. Saha, S. Mittal, J. Chen, N. Pillai, and S. Rahimi, “Security considerations in ai-robotics: A survey of current methods,” Challenges, and Opportunities , 2023
work page 2023
Show all 44 references
-
[9]
What the constant velocity model can teach us about pedestrian motion prediction,
C. Sch ¨oller, V . Aravantinos, F. Lay, and A. Knoll, “What the constant velocity model can teach us about pedestrian motion prediction,” IEEE Robotics and Automation Letters , vol. 5, no. 2, pp. 1696–1703, 2020
2020
-
[10]
Uncertainty-aware drl for autonomous vehicle crowd navigation in shared space,
M. Golchoubian, M. Ghafurian, K. Dautenhahn, and N. L. Azad, “Uncertainty-aware drl for autonomous vehicle crowd navigation in shared space,” IEEE Transactions on Intelligent Vehicles , 2024
2024
-
[11]
Towards proactive naviga- tion: A pedestrian-vehicle cooperation based behavioral model,
M. Kabtoul, A. Spalanzani, and P. Martinet, “Towards proactive naviga- tion: A pedestrian-vehicle cooperation based behavioral model,” in 2020 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2020, pp. 6958–6964
2020
-
[12]
Game theory- based simultaneous prediction and planning for autonomous vehicle navigation in crowded environments,
K. Li, Y . Chen, M. Shan, J. Li, S. Worrall, and E. Nebot, “Game theory- based simultaneous prediction and planning for autonomous vehicle navigation in crowded environments,” in 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC) . IEEE, 2023,...
2023
-
[13]
Reciprocal n- body collision avoidance,
J. Van Den Berg, S. J. Guy, M. Lin, and D. Manocha, “Reciprocal n- body collision avoidance,” in Robotics Research: The 14th International Symposium ISRR. Springer, 2011, pp. 3–19
2011
-
[14]
Crowd-robot interaction: Crowd-aware robot navigation with attention-based deep reinforcement 13 learning,
C. Chen, Y . Liu, S. Kreiss, and A. Alahi, “Crowd-robot interaction: Crowd-aware robot navigation with attention-based deep reinforcement 13 learning,” in 2019 international conference on robotics and automation (ICRA). IEEE, 2019, pp. 6015–6022
2019
-
[16]
Simulation of pedestrian interaction with autonomous vehicles via social force model,
M. M. Rashid, M. Seyedi, and S. Jung, “Simulation of pedestrian interaction with autonomous vehicles via social force model,”Simulation modelling practice and theory , vol. 132, p. 102901, 2024
2024
-
[17]
How to evaluate the navigation of autonomous vehicles around pedestrians?
M. Kabtoul, M. Pr ´edhumeau, A. Spalanzani, J. Dugdale, and P. Mar- tinet, “How to evaluate the navigation of autonomous vehicles around pedestrians?” IEEE Transactions on Intelligent Transportation Systems , vol. 25, no. 3, pp. 2311–2321, 2023
2023
-
[18]
Human- robot co-navigation using anticipatory indicators of human walking motion,
V . V . Unhelkar, C. P´erez-D’Arpino, L. Stirling, and J. A. Shah, “Human- robot co-navigation using anticipatory indicators of human walking motion,” in 2015 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2015, pp. 6183–6190
2015
-
[19]
Robot navigation in dense human crowds: Statistical models and experimental studies of human–robot cooperation,
P. Trautman, J. Ma, R. M. Murray, and A. Krause, “Robot navigation in dense human crowds: Statistical models and experimental studies of human–robot cooperation,” The International Journal of Robotics Research, vol. 34, no. 3, pp. 335–356, 2015
2015
-
[20]
Moving in a crowd: Safe and efficient navigation among heterogeneous agents
J. Godoy, I. Karamouzas, S. J. Guy, and M. L. Gini, “Moving in a crowd: Safe and efficient navigation among heterogeneous agents.” in IJCAI, 2016, pp. 294–300
2016
-
[21]
Move beyond trajectories: Distribution space coupling for crowd navigation,
M. Sun, F. Baldini, P. Trautman, and T. Murphey, “Move beyond trajectories: Distribution space coupling for crowd navigation,” arXiv preprint arXiv:2106.13667, 2021
2021 arXiv
-
[22]
Path-following navigation in crowds with deep reinforcement learning,
H. Fu, Q. Wang, and H. He, “Path-following navigation in crowds with deep reinforcement learning,” IEEE Internet of Things Journal , 2024
2024
-
[23]
A spatiotemporal graphical attention navigation algorithm based on limited state information,
T. Ma, Z. Liu, T. Liu, Y . Zhao, and Y . Chai, “A spatiotemporal graphical attention navigation algorithm based on limited state information,” IEEE Transactions on Computational Social Systems , 2024
2024
-
[24]
Motion planning among dynamic, decision-making agents with deep reinforcement learning,
M. Everett, Y . F. Chen, and J. P. How, “Motion planning among dynamic, decision-making agents with deep reinforcement learning,” in 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2018, pp. 3052–3059
2018
-
[25]
Group- aware robot navigation in crowds using spatio-temporal graph attention network with deep reinforcement learning,
X. Lu, A. Faragasso, Y . Wang, A. Yamashita, and H. Asama, “Group- aware robot navigation in crowds using spatio-temporal graph attention network with deep reinforcement learning,” IEEE Robotics and Automa- tion Letters, 2025
2025
-
[26]
Her-drl: Heterogeneous relational deep reinforcement learning for single-robot and multi-robot crowd navigation,
X. Zhou, S. Piao, W. Chi, L. Chen, and W. Li, “Her-drl: Heterogeneous relational deep reinforcement learning for single-robot and multi-robot crowd navigation,” IEEE Robotics and Automation Letters , 2025
2025
-
[27]
Learning hierarchical graph-based policy for goal-reaching in unknown environments,
Y . Cui, S. Ye, X. Xu, H. Sha, C. Wang, L. Lin, Z. Liu, R. Xiong, and Y . Wang, “Learning hierarchical graph-based policy for goal-reaching in unknown environments,” IEEE Robotics and Automation Letters , 2024
2024
-
[28]
Multi-robot social- aware cooperative planning in pedestrian environments using attention- based actor-critic,
L. Dong, Z. He, C. Song, X. Yuan, and H. Zhang, “Multi-robot social- aware cooperative planning in pedestrian environments using attention- based actor-critic,” Artificial Intelligence Review, vol. 57, no. 4, p. 108, 2024
2024
-
[29]
Enhanced spatial attention graph for motion planning in crowded, partially observable environments,
W. Shi, Y . Zhou, X. Zeng, S. Li, and M. Bennewitz, “Enhanced spatial attention graph for motion planning in crowded, partially observable environments,” in 2022 International Conference on Robotics and Au- tomation (ICRA). IEEE, 2022, pp. 4750–4756
2022
-
[30]
Learning crowd behaviors in navigation with attention-based spatial-temporal graphs,
Y . Zhou and J. Garcke, “Learning crowd behaviors in navigation with attention-based spatial-temporal graphs,” in 2024 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2024, pp. 5485–5491
2024
-
[31]
Uncertainty, neuromodulation, and atten- tion,
J. Y . Angela and P. Dayan, “Uncertainty, neuromodulation, and atten- tion,” Neuron, vol. 46, no. 4, pp. 681–692, 2005
2005
-
[32]
Cognitive uncertainty,
B. Enke and T. Graeber, “Cognitive uncertainty,” The Quarterly Journal of Economics, vol. 138, no. 4, pp. 2021–2067, 2023
2021
-
[33]
Confidence and certainty: distinct probabilistic quantities for different goals,
A. Pouget, J. Drugowitsch, and A. Kepecs, “Confidence and certainty: distinct probabilistic quantities for different goals,” Nature neuroscience, vol. 19, no. 3, pp. 366–374, 2016
2016
-
[34]
An overview of the free energy principle and related research,
Z. Zhang and F. Xu, “An overview of the free energy principle and related research,” Neural Computation , vol. 36, no. 5, pp. 963–1021, 2024
2024
-
[35]
The free-energy principle: a unified brain theory?
K. Friston, “The free-energy principle: a unified brain theory?” Nature reviews neuroscience, vol. 11, no. 2, pp. 127–138, 2010
2010
-
[36]
Free energy risk metrics for systemically safe ai: Gatekeeping multi-agent study,
M. Walters, R. Kaufmann, J. Sefas, and T. Kopinski, “Free energy risk metrics for systemically safe ai: Gatekeeping multi-agent study,” arXiv preprint arXiv:2502.04249, 2025
2025 arXiv
-
[37]
Active vision for robot manipulators using the free energy principle,
T. Van de Maele, T. Verbelen, O. C ¸ atal, C. De Boom, and B. Dhoedt, “Active vision for robot manipulators using the free energy principle,” Frontiers in neurorobotics, vol. 15, p. 642780, 2021
2021
-
[38]
Social force model for pedestrian dynamics,
D. Helbing and P. Molnar, “Social force model for pedestrian dynamics,” Physical review E , vol. 51, no. 5, p. 4282, 1995
1995
-
[39]
Interaction-aware decision-making for automated vehicles using social value orientation,
L. Crosato, H. P. Shum, E. S. Ho, and C. Wei, “Interaction-aware decision-making for automated vehicles using social value orientation,” IEEE Transactions on Intelligent Vehicles, vol. 8, no. 2, pp. 1339–1349, 2022
2022
-
[40]
Coupling intention and actions of vehicle–pedestrian interaction: A virtual reality experiment study,
M. Dang, Y . Jin, P. Hang, L. Crosato, Y . Sun, and C. Wei, “Coupling intention and actions of vehicle–pedestrian interaction: A virtual reality experiment study,” Accident Analysis & Prevention, vol. 203, p. 107639, 2024
2024
-
[41]
Soft actor-critic: Off- policy maximum entropy deep reinforcement learning with a stochastic actor,
T. Haarnoja, A. Zhou, P. Abbeel, and S. Levine, “Soft actor-critic: Off- policy maximum entropy deep reinforcement learning with a stochastic actor,” in International conference on machine learning . Pmlr, 2018, pp. 1861–1870
2018
-
[42]
Semi-supervised learning with graph learning-convolutional networks,
B. Jiang, Z. Zhang, D. Lin, J. Tang, and B. Luo, “Semi-supervised learning with graph learning-convolutional networks,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , 2019, pp. 11 313–11 320
2019
-
[43]
A discrete choice model for solving conflict situations between pedestrians and vehicles in shared space,
F. Pascucci, N. Rinke, C. Schiermeyer, V . Berkhahn, and B. Friedrich, “A discrete choice model for solving conflict situations between pedestrians and vehicles in shared space,” arXiv preprint arXiv:1709.09412 , 2017
2017 arXiv
-
[44]
Evaluating pedestrian tra- jectory prediction methods with respect to autonomous driving,
N. Uhlemann, F. Fent, and M. Lienkamp, “Evaluating pedestrian tra- jectory prediction methods with respect to autonomous driving,” IEEE Transactions on Intelligent Transportation Systems , 2024
2024
-
[45]
Dynamic game-theoretical decision-making framework for vehicle-pedestrian interaction with hu- man bounded rationality,
M. Dang, D. Zhao, Y . Wang, and C. Wei, “Dynamic game-theoretical decision-making framework for vehicle-pedestrian interaction with hu- man bounded rationality,” IEEE Transactions on Intelligent Transporta- tion Systems, 2025. Meiting Dang received the B.S. and the M.S. degree...
2002
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.