paper-with-me

홈 › Papers

PECAN: Leveraging Policy Ensemble for Context-Aware Zero-Shot Human-AI Coordination

2023-01-16 · Xingzhou Lou, Jiaxian Guo, Junge Zhang, Jun Wang, Kaiqi Huang, Yali Du

Zero-shot human-AI coordination holds the promise of collaborating with humans without human data. Prevailing methods try to train the ego agent with a population of partners via self-play. However, these methods suffer from two problems: 1) The diversity of a population with finite partners is limited, thereby limiting the capacity of the trained ego agent to collaborate with a novel human; 2) Current methods only provide a common best response for every partner in the population, which may result in poor zero-shot coordination performance with a novel partner or humans. To address these issues, we first propose the policy ensemble method to increase the diversity of partners in the population, and then develop a context-aware method enabling the ego agent to analyze and identify the partner's potential policy primitives so that it can take different actions accordingly. In this way, the ego agent is able to learn more universal cooperative behaviors for collaborating with diverse partners. We conduct experiments on the Overcooked environment, and evaluate the zero-shot human-AI coordination performance of our method with both behavior-cloned human proxies and real humans. The results demonstrate that our method significantly increases the diversity of partners and enables ego agents to learn more diverse behaviors than baselines, thus achieving state-of-the-art performance in all scenarios. We also open-source a human-AI coordination study framework on the Overcooked for the convenience of future studies.

📄 PDF Abstract BibTeX arXiv:2301.06387

Code (1)

LxzGordon/pecan_human_AI_coordination 공식 구현 tf

Tasks

Diversity

Similar Papers 제목 키워드 기반

PECAN: A Deterministic Certified Defense Against Backdoor Attacks

2023-01-27 · Yuhao Zhang, Aws Albarghouthi, Loris D'Antoni

Neural networks are vulnerable to backdoor poisoning attacks, where the attackers maliciously poison the training set and insert triggers into the test input to change the prediction of the victim model. Existing defense…

backdoor defenseimage-classificationImage ClassificationMalware Detection

PecanPy: A parallelized, efficient, and accelerated node2vec in Python

2020-07-23 · Renming Liu, Arjun Krishnan

Learning low-dimensional representations (embeddings) of nodes in large graphs is key to applying machine learning on massive biological networks. Node2vec is the most widely used method for node embedding. However, its …

BIG-bench Machine Learning

PECANN: Parallel Efficient Clustering with Graph-Based Approximate Nearest Neighbor Search

2023-12-06 · Shangdi Yu, Joshua Engels, Yihao Huang, Julian Shun

This paper studies density-based clustering of point sets. These methods use dense regions of points to detect clusters of arbitrary shapes. In particular, we study variants of density peaks clustering, a popular type of…

Clustering

Context-Aware Policy Reuse

2018-06-11 · Siyuan Li, Fangda Gu, Guangxiang Zhu, Chongjie Zhang

Transfer learning can greatly speed up reinforcement learning for a new task by leveraging policies of relevant tasks. Existing works of policy reuse either focus on only selecting a single best source policy for trans…

Reinforcement LearningTransfer Learning

An adaptive augmented Lagrangian method for training physics and equality constrained artificial neural networks

2023-06-08 · Shamsulhaq Basir, Inanc Senocak

Physics and equality constrained artificial neural networks (PECANN) are grounded in methods of constrained optimization to properly constrain the solution of partial differential equations (PDEs) with their boundary and…

Computational Efficiency