paper-with-me

홈 › Papers

InterAgent: Physics-based Multi-agent Command Execution via Diffusion on Interaction Graphs

2025-12-08 · Bin Li, Ruichi Zhang, Han Liang, Jingyan Zhang, Juze Zhang, Xin Chen, Lan Xu, Jingyi Yu, Jingya Wang arxiv

Humanoid agents are expected to emulate the complex coordination inherent in human social behaviors. However, existing methods are largely confined to single-agent scenarios, overlooking the physically plausible interplay essential for multi-agent interactions. To bridge this gap, we propose InterAgent, the first end-to-end framework for text-driven physics-based multi-agent humanoid control. At its core, we introduce an autoregressive diffusion transformer equipped with multi-stream blocks, which decouples proprioception, exteroception, and action to mitigate cross-modal interference while enabling synergistic coordination. We further propose a novel interaction graph exteroception representation that explicitly captures fine-grained joint-to-joint spatial dependencies to facilitate network learning. Additionally, within it we devise a sparse edge-based attention mechanism that dynamically prunes redundant connections and emphasizes critical inter-agent spatial relations, thereby enhancing the robustness of interaction modeling. Extensive experiments demonstrate that InterAgent consistently outperforms multiple strong baselines, achieving state-of-the-art performance. It enables producing coherent, physically plausible, and semantically faithful multi-agent behaviors from only text prompts. Our code and data will be released to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2512.07410

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MagicSim: A Unified Infrastructure for Executable Embodied Interaction

2026-06-16 · Haoran Lu, Songling Liu, Yue Chen, Guo Ye 외 arxiv

Robot learning and embodied agents now require simulation to serve as a shared execution substrate linking control, skills, and planning, not only as a renderer, controller testbed, or fixed task environment. Existing pi…

One Goal, Many Commands: Characterizing Denylist Fragility in AI Agents

2026-06-14 · Chuyang Chen, Zhiqiang Lin arxiv

The adoption of AI agents is increasing rapidly. Terminal AI agents, i.e., AI agents that run in terminal environments, are a widely used type of AI agents. Terminal AI agents rely heavily on shell command execution to i…

When Tool Outputs Become Commands: Separating Action Induction from Runtime Authorization in Tool-Augmented LLM Agents

2026-08-27 · Xiaokun Guo, Zhen Xu, Dongdong Huo, Yanqiu Zhang 외 arxiv

Tool-augmented LLM agents must rely on untrusted runtime Observations to complete open-ended tasks; however, when tool outputs no longer merely provide data but begin to specify concrete actions, they effectively become …

An Intelligent AI glasses System with Multi-Agent Architecture for Real-Time Voice Processing and Task Execution

2026-01-09 · Sheng-Kai Chen, Jyh-Horng Wu, Ching-Yao Lin, Yen-Ting Lin arxiv

This paper presents an AI glasses system that integrates real-time voice processing, artificial intelligence(AI) agents, and cross-network streaming capabilities. The system employs dual-agent architecture where Agent 01…

Speech Recognition

Game Agent Driven by Free-Form Text Command: Using LLM-based Code Generation and Behavior Branch

2024-02-12 · Ray Ito, Junichiro Takahashi

Several attempts have been made to implement text command control for game agents. However, current technologies are limited to processing predefined format commands. This paper proposes a pioneering text command control…

Code GenerationFormLanguage ModellingLarge Language Model