paper-with-me

홈 › Papers

Automated Task-Time Interventions to Improve Teamwork using Imitation Learning

2023-03-01 · Sangwon Seo, Bing Han, Vaibhav Unhelkar

Effective human-human and human-autonomy teamwork is critical but often challenging to perfect. The challenge is particularly relevant in time-critical domains, such as healthcare and disaster response, where the time pressures can make coordination increasingly difficult to achieve and the consequences of imperfect coordination can be severe. To improve teamwork in these and other domains, we present TIC: an automated intervention approach for improving coordination between team members. Using BTIL, a multi-agent imitation learning algorithm, our approach first learns a generative model of team behavior from past task execution data. Next, it utilizes the learned generative model and team's task objective (shared reward) to algorithmically generate execution-time interventions. We evaluate our approach in synthetic multi-agent teaming scenarios, where team members make decentralized decisions without full observability of the environment. The experiments demonstrate that the automated interventions can successfully improve team performance and shed light on the design of autonomous agents for improving teamwork.

📄 PDF Abstract BibTeX arXiv:2303.00413

Code (0)

등록된 구현이 없습니다.

Tasks

Disaster ResponseImitation Learning

Similar Papers 제목 키워드 기반

Socratic: Enhancing Human Teamwork via AI-enabled Coaching

2025-02-24 · Sangwon Seo, Bing Han, Rayan E. Harari, Roger D. Dias 외

Coaches are vital for effective collaboration, but cost and resource constraints often limit their availability during real-world tasks. This limitation poses serious challenges in life-critical domains that rely on effe…

Disaster Response

Teamwork Dimensions Classification Using BERT

2023-12-09 · Junyoung Lee, Elizabeth Koh

Teamwork is a necessary competency for students that is often inadequately assessed. Towards providing a formative assessment of student teamwork, an automated natural language processing approach was developed to identi…

ClassificationLanguage ModelingLanguage ModellingTransfer Learning

Towards an AI Coach to Infer Team Mental Model Alignment in Healthcare

2021-02-17 · Sangwon Seo, Lauren R. Kennedy-Metz, Marco A. Zenati, Julie A. Shah 외

Shared mental models are critical to team success; however, in practice, team members may have misaligned models due to a variety of factors. In safety-critical domains (e.g., aviation, healthcare), lack of shared mental…

A Minimax Approach to Ad Hoc Teamwork

2025-02-04 · Victor Villin, Thomas Kleine Buening, Christos Dimitrakakis

We propose a minimax-Bayes approach to Ad Hoc Teamwork (AHT) that optimizes policies against an adversarial prior over partners, explicitly accounting for uncertainty about partners at time of deployment. Unlike existing…

Automatic Robotic Development through Collaborative Framework by Large Language Models

2024-02-06 · Zhirong Luan, Yujun Lai, Rundong Huang, Xiaruiqi Lan 외

Despite the remarkable code generation abilities of large language models LLMs, they still face challenges in complex task handling. Robot development, a highly intricate field, inherently demands human involvement in ta…

Code Generation