paper-with-me

홈 › Papers

SPyCE: Skill-Policy Co-evolution for Multimodal Agents

2026-07-15 · Ru Zhang, Weijie Qiu arxiv

Multimodal agents that think with images iteratively manipulate visual evidence and invoke tools across many steps. Existing reinforcement learning methods reduce trajectories to scalar rewards, forcing the policy to discover reusable tool-use patterns from scratch on every new task; memory-based alternatives retain past experience, yet they rely on test-time retrieval, without updating the policy to absorb reusable patterns from that experience. Our key insight is that multimodal reasoning trajectories should be distilled into reusable skills that co-evolve with the policy during training, rather than being consumed as rewards or retrieved from a static store. To this end, we propose SPyCE (Skill-Policy Co-evolution), a framework that distills trajectories into a hierarchical skill library and updates it throughout reinforcement learning. Execution skills capture local visual operations, while workflow skills encode high-level priors that orchestrate tool use. During training, the policy model conditions on retrieved skills to guide its rollouts, while the skill library evolves using valuable rollouts generated by the policy. This creates a closed loop in which improved policies yield better skills, and the evolving skill library, in turn, provides stronger priors for policy rollouts. Experiments across eight benchmarks demonstrate that SPyCE consistently outperforms both RL-based and memory-based baselines. Further analysis reveals that both the hierarchical skill design and the co-evolution mechanism are critical to our design. These results suggest joint skill-policy optimization as a promising paradigm for building capable multimodal agents.

📄 PDF Abstract BibTeX arXiv:2607.13854

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning

2026-05-07 · Yaorui Shi, Yuxin Chen, Zhengxi Lu, Yuchun Miao 외 arxiv

A persistent skill library allows language model agents to reuse successful strategies across tasks. Maintaining such a library requires three coupled capabilities. The agent selects a relevant skill, utilizes it during …

Reinforcement Learning

Learning While Acting: A Skill-Enhanced Test-Time Co-Evolution Framework for Online Lifelong Learning Agents

2026-06-03 · Bo Mao, Jie Zhou, Yutao Yang, Xin Li 외 arxiv

Lifelong learning is essential for Large Language Model (LLM) agents operating in dynamic, interactive environments. However, existing lifelong learning agents for long-horizon tasks typically depend on discrete skill or…

Reinforcement Learning

ReSkill: Reconciling Skill Creation with Policy Optimization in Agentic RL

2026-06-01 · Zelin He, Haotian Lin, Boran Han, Wei Zhu 외 arxiv

Agentic reinforcement learning (RL) enables LLM agents to improve continuously from environment rewards, yet the resulting policies do not systematically accumulate reusable strategies that generalize across tasks. Modul…

Reinforcement Learning

Ace-Skill: Bootstrapping Multimodal Agents with Prioritized and Clustered Evolution

2026-05-09 · Feng Xiong, Zengbin Wang, Yong Wang, Xuecai Hu 외 arxiv

Self-evolving agents present a promising path toward continual adaptation by distilling task interactions into reusable knowledge artifacts. In practice, this paradigm remains hindered by two coupled bottlenecks: data in…

SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning

2026-02-09 · Peng Xia, Jianwen Chen, Hanyang Wang, Jiaqi Liu 외 arxiv

Large Language Model (LLM) agents have shown stunning results in complex tasks, yet they often operate in isolation, failing to learn from past experiences. Existing memory-based methods primarily store raw trajectories,…

Reinforcement Learning