|
5 | 5 | # link: https://github.com/
|
6 | 6 | description: |
|
7 | 7 | Although autonomous navigation in simple, static environments has been well studied, it remains challenging for robots to navigate in highly dynamic, interactive scenarios (e.g., intersections, narrow corridors) where humans are involved.
|
8 |
| - Robots must learn a safe and efficient behavior policy that can model the interactions, coordinate with surrounding static/dynamic entities, and generalize to out-of-distribution (OOD) situations. |
9 |
| - **Our research introduced a novel interaction-aware decision making framework for autonomous vehicles based on reinforcement learning, which integrates human internal state inference, domain knowledge, trajectory prediction, and counterfactual reasoning systematically. |
10 |
| - We also investigate model-based control methods that leverage the learned pairwise and group-wise relations for social robot navigation around human crowds.** |
11 |
| - Both methods achieve superior performance in the corresponding tasks in terms of a wide range of evaluation metrics and provide explainable, human-understandable intermediate representations to build both users’ and developers’ trust.<br><br> |
12 |
| -
|
13 |
| -
|
14 |
| - **Related Publications\:** <br> |
15 |
| - 1. [Multi-Agent Dynamic Relational Reasoning for Social Robot Navigation](https://arxiv.org/abs/2401.12275), submitted to IEEE Transactions on Robotics (T-RO), under review. <br> |
16 |
| - 2. [Reinforcement Learning for Autonomous Driving with Latent State Inference and Spatial-Temporal Relationships](https://arxiv.org/abs/2011.04251), ICRA 2021. <br> |
17 |
| - 2. [Autonomous Driving Strategies at Intersections: Scenarios, State-of-the-Art, and Future Outlooks](https://arxiv.org/abs/2106.13052), ITSC 2021. <br> |
18 |
| - 3. [Robust Driving Policy Learning with Guided Meta Reinforcement Learning](https://arxiv.org/abs/2307.10160), ITSC 2023. <br> |
19 |
| - 4. [Game Theory-Based Simultaneous Prediction and Planning for Autonomous Vehicle Navigation in Crowded Environments](https://www.researchgate.net/publication/374831905_Game_Theory-Based_Simultaneous_Prediction_and_Planning_for_Autonomous_Vehicle_Navigation_in_Crowded_Environments), ITSC 2023. <br> |
20 |
| - 5. [Interactive Autonomous Navigation with Internal State Inference and Interactivity Estimation](https://arxiv.org/abs/2311.16091), T-RO 2024. <br> |
| 8 | + Robots must learn a safe and efficient behavior policy that can model the interactions, take into account the uncertainties among the interactions during decision-making, coordinate with surrounding static/dynamic entities, and generalize to out-of-distribution (OOD) situations. |
| 9 | + In our previous research, we |
| 10 | + <strong> |
| 11 | + 1) introduced a novel interaction-aware decision-making framework for autonomous vehicles based on reinforcement learning, which integrates human internal state inference, domain knowledge, trajectory prediction, and counterfactual reasoning systematically; |
| 12 | + 2) investigated model-based control methods that leverage the learned pairwise and group-wise relations for social robot navigation around human crowds; |
| 13 | + 3) proposed the first pipeline that organically combined the prediction uncertainty of pedestrians and explicitly guided the learning process of robots in the context of social navigation. |
| 14 | + </strong> |
| 15 | + All of the three methods achieve superior performance in the corresponding tasks in terms of a wide range of evaluation metrics and provide explainable, human-understandable intermediate representations to build both users’ trust.<br><br> |
| 16 | +
|
| 17 | + **Related Publications:** <br> |
| 18 | + 1. [SoNIC: Safe Social Navigation with Adaptive Conformal Inference and Constrained Reinforcement Learning](https://arxiv.org/abs/2407.17460), submitted to IEEE Robotics and Automation Letters (RA-L), under review. <br> |
| 19 | + 2. [Multi-Agent Dynamic Relational Reasoning for Social Robot Navigation](https://arxiv.org/abs/2401.12275), submitted to IEEE Transactions on Robotics (T-RO), under review. <br> |
| 20 | + 3. [Interactive Autonomous Navigation with Internal State Inference and Interactivity Estimation](https://arxiv.org/abs/2311.16091), T-RO 2024. <br> |
| 21 | + 4. [Robust Driving Policy Learning with Guided Meta Reinforcement Learning](https://arxiv.org/abs/2307.10160), ITSC 2023. <br> |
| 22 | + 5. [Game Theory-Based Simultaneous Prediction and Planning for Autonomous Vehicle Navigation in Crowded Environments](https://www.researchgate.net/publication/374831905_Game_Theory-Based_Simultaneous_Prediction_and_Planning_for_Autonomous_Vehicle_Navigation_in_Crowded_Environments), ITSC 2023. <br> |
| 23 | + 6. [Autonomous Driving Strategies at Intersections: Scenarios, State-of-the-Art, and Future Outlooks](https://arxiv.org/abs/2106.13052), ITSC 2021. <br> |
| 24 | + 7. [Reinforcement Learning for Autonomous Driving with Latent State Inference and Spatial-Temporal Relationships](https://arxiv.org/abs/2011.04251), ICRA 2021. <br> |
21 | 25 | # repo: greenelab/lab-website-template
|
| 26 | + |
22 | 27 | tags:
|
23 | 28 | - Social Navigation
|
24 | 29 |
|
|
0 commit comments