Orchestra-o1 beats existing omnimodal agents by 10.3% with DA-GRPO
New framework handles text, image, audio, and video in one unified agent swarm.
A new paper from Fan Zhang and colleagues presents Orchestra-o1, a framework designed to orchestrate multiple LLM-based agents across heterogeneous modalities—text, image, audio, and video. While existing agent swarms struggle to generalize beyond a narrow set of input types, Orchestra-o1 introduces a unified orchestration mechanism that dynamically decomposes tasks based on modality requirements, spawns specialized sub-agents on the fly, and executes subtasks in parallel. This design allows the system to tackle complex real-world tasks that involve diverse information sources simultaneously.
On the OmniGAIA benchmark, Orchestra-o1 achieves a 10.3% accuracy improvement over the next-best approach, demonstrating its effectiveness in omnimodal settings. To train the underlying 8B-parameter model, the researchers developed decision-aligned group relative policy optimization (DA-GRPO), an efficient agentic reinforcement learning technique. The resulting Orchestra-o1-8B model achieves state-of-the-art performance against all existing open-source omnimodal agents, marking a significant step toward practical multi-agent systems that seamlessly blend text, images, audio, and video understanding.
- Orchestra-o1 enables modality-aware task decomposition and parallel execution across text, image, audio, and video.
- Outperforms the second-best approach by 10.3% accuracy on the OmniGAIA benchmark.
- Introduces DA-GRPO, a reinforcement learning method that trains the 8B model to SOTA among open-source omnimodal agents.
Why It Matters
Unified multimodal agent orchestration brings us closer to truly versatile AI assistants capable of real-world cross-modal tasks.