Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Maestro: Reinforcement Learning to Orchestrate Hierarchical Model-Skill Ensembles

About

The proliferation of large language models (LLMs) and modular skills has endowed autonomous agents with increasingly powerful capabilities. Existing frameworks typically rely on monolithic LLMs and fixed logic to interface with these skills. This gives rise to a critical bottleneck: different LLMs offer distinct advantages across diverse domains, yet current frameworks fail to exploit the complementary strengths of models and skills, thereby limiting their performance on downstream tasks. In this paper, we present Maestro (Multimodal Agent for Expert-Skill Targeted Reinforced Orchestration), a Reinforcement Learning (RL)-driven orchestration framework that reframes heterogeneous multimodal tasks as a sequential decision-making process over a hierarchical model-skill registry. Rather than consolidating all knowledge into a single model, Maestro trains a lightweight policy to dynamically compose ensembles of frozen expert models and a two-tier skill library, deciding at each step whether to invoke an external expert, which model-skill pair to select, and when to terminate. The policy is optimized via outcome-based RL, requiring no step-level supervision. We evaluate Maestro across ten representative multimodal benchmarks spanning mathematical reasoning, chart understanding, high-resolution perception, and domain-specific analysis. With only a 4B orchestrator, Maestro achieves an average accuracy of 70.1%, surpassing both GPT-5 (69.3%) and Gemini-2.5-Pro (68.7%). Crucially, the learned coordination policy generalizes to unseen models and skills without retraining: augmenting the registry with out-of-domain experts yields a 59.5% average on four challenging benchmarks, outperforming all closed-source baselines. Maestro further maintains high computational efficiency with low latency. The source code is available at https://github.com/jinyangwu/Maestro.

Jinyang Wu, Guocheng Zhai, Ruihan Jin, Yuhao Shen, Zhengxi Lu, Fan Zhang, Haoran Luo, Zheng Lian, Zhengqi Wen, Jianhua Tao• 2026

Related benchmarks

TaskDatasetResultRank
Optical Character RecognitionOCRBench--
433
High-Resolution Visual PerceptionHR-Bench-4K
Accuracy79.6
79
CountingTallyQA
Accuracy79.8
67
High-Resolution Visual PerceptionHR-Bench-8K
Accuracy74.4
63
Multimodal Mathematical ReasoningMathVision
Pass@1 Accuracy43.4
31
Visual ReasoningVLMs are Blind
Accuracy72.1
28
Medical Visual Question AnsweringSlake
Accuracy66.2
25
Multimodal ReasoningERQA
Accuracy52.5
22
Visual Programming and ReasoningHumanEval_V
Accuracy28.1
22
Chart ParsingChartQA
Accuracy86.8
20
Showing 10 of 15 rows

Other info

GitHub

Follow for update