AIMAOct 29, 2024

Inverse Attention Agents for Multi-Agent Systems

arXiv:2410.21794v21 citationsh-index: 18ICLR
Originality Incremental advance
AI Analysis

This addresses the challenge of agent adaptability in dynamic multi-agent environments, representing an incremental advance with specific gains.

The paper tackles the problem of multi-agent systems struggling to adapt to unfamiliar agents by introducing Inverse Attention Agents that infer others' attention using a Theory of Mind approach, resulting in improved performance in cooperation, competition, and human interaction tasks.

A major challenge for Multi-Agent Systems is enabling agents to adapt dynamically to diverse environments in which opponents and teammates may continually change. Agents trained using conventional methods tend to excel only within the confines of their training cohorts; their performance drops significantly when confronting unfamiliar agents. To address this shortcoming, we introduce Inverse Attention Agents that adopt concepts from the Theory of Mind (ToM) implemented algorithmically using an attention mechanism trained in an end-to-end manner. Crucial to determining the final actions of these agents, the weights in their attention model explicitly represent attention to different goals. We furthermore propose an inverse attention network that deduces the ToM of agents based on observations and prior actions. The network infers the attentional states of other agents, thereby refining the attention weights to adjust the agent's final action. We conduct experiments in a continuous environment, tackling demanding tasks encompassing cooperation, competition, and a blend of both. They demonstrate that the inverse attention network successfully infers the attention of other agents, and that this information improves agent performance. Additional human experiments show that, compared to baseline agent models, our inverse attention agents exhibit superior cooperation with humans and better emulate human behaviors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes