On the Utility of External Agent Intention Predictor for Human-AI Coordination
Chenxu Wang, Zilong Chen, Angelo Cangelosi, Huaping Liu
TL;DR
This work tackles the difficulty of coordinating with opaque AI partners by introducing an external Theory of Mind (ToM) predictor that is trained offline from agent trajectories to forecast a target agent's future actions as a fixed-length sequence $l$ given history $H$ and current state $s_n$, and then visualizes these predictions in real time. The ToM predictor is implemented as a transformer-based model trained with self-play and cross-play data, using a history length $l_h=10$ and a prediction length $l=3$, and serves as a general plug-in that does not alter the target agent's behavior. Experiments in the Overcooked environment with SP and FCP agents show that human-AI teams achieve higher rewards and improved situational awareness when aided by the ToM predictor, though performance gains depend on layout and human variability. The results support the utility of external intention prediction for practical human-AI collaboration and highlight considerations for trust, prediction accuracy, and generalization to more complex domains, suggesting future work on semantics and safety.
Abstract
Reaching a consensus on the team plans is vital to human-AI coordination. Although previous studies provide approaches through communications in various ways, it could still be hard to coordinate when the AI has no explainable plan to communicate. To cover this gap, we suggest incorporating external models to assist humans in understanding the intentions of AI agents. In this paper, we propose a two-stage paradigm that first trains a Theory of Mind (ToM) model from collected offline trajectories of the target agent, and utilizes the model in the process of human-AI collaboration by real-timely displaying the future action predictions of the target agent. Such a paradigm leaves the AI agent as a black box and thus is available for improving any agents. To test our paradigm, we further implement a transformer-based predictor as the ToM model and develop an extended online human-AI collaboration platform for experiments. The comprehensive experimental results verify that human-AI teams can achieve better performance with the help of our model. A user assessment attached to the experiment further demonstrates that our paradigm can significantly enhance the situational awareness of humans. Our study presents the potential to augment the ability of humans via external assistance in human-AI collaboration, which may further inspire future research.
