paper-with-me

홈 › Papers

UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learning

2026-07-05 · Niu Lian, Alan Chen, Zhehao Yu, Chengzhen Duan, Fazhan Liu, Hui Liu, Pei Fu, Jian Luan, Yaowei Wang, Shu-Tao Xia, Jinpeng Wang hf

Recent advances in multimodal foundation models and agent systems have driven GUI agents from single-platform task execution toward cross-platform interaction. However, building multi-platform GUI agents remains challenging. On one hand, high-quality and executable cross-platform interaction trajectories are still scarce, and existing data often suffer from limited platform coverage. On the other hand, different platforms exhibit distinct interaction conventions, making joint or continual training prone to behavioral pattern mixing, platform-specific capability degradation, and catastrophic forgetting. To address these challenges, we construct Uni-GUI, a high-quality cross-platform GUI interaction dataset, and propose UI-MOPD, the first method that incorporates multi-teacher on-policy distillation into continual learning for GUI agents. UI-MOPD dynamically selects a platform-specific teacher according to the current environment and transfers platform-specific behavioral priors to a shared policy through platform-conditioned distillation, enabling adaptation to new platforms while preserving capabilities on existing ones. Experiments on OSWorld and MobileWorld show that UI-MOPD achieves task success rates of 38.2% and 12.0%, respectively, demonstrating its effectiveness in balancing cross-platform capability retention and new-platform adaptation. Project page: https://elispectre.github.io/UI-MOPD/.

📄 PDF Abstract BibTeX arXiv:2607.04425

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

MOPD: Multi-Teacher On-Policy Distillation for Capability Integration in LLM Post-Training

2026-06-29 · Wenhan Ma, Jianyu Wei, Liang Zhao, Hailin Zhang 외 hf

Modern large language models (LLMs) rely on reinforcement learning during post-training to push specific capabilities, yet integrating multiple capabilities into one model remains hard. Existing methods, such as Off-Poli…

Reinforcement Learning

Counteraction-Aware Multi-Teacher On-Policy Distillation for General Capability Recovery with Domain Preservation

2026-05-26 · Tianlei Chen, Jiao Ou, Ziyuan Liu, Ruiming Tang 외 arxiv

Domain specialization can improve LLM behavior in vertical domains, but often weakens the general capabilities inherited from the original model. Recent Multi-Teacher On-Policy Distillation (MOPD) pipelines recover model…

SMOPD: Multi-Reward Reinforcement Learning via Specialize-and-Merge Online Policy Distillation

2026-08-04 · Wen Wang, Jiahua Bao, Tu Yongsiqi, Yihao Liu 외 arxiv

We aim to improve model performance in multi-reward reinforcement learning training process. Existing Group reward-Decoupled Normalization Policy Optimization (GDPO) has mitigated the issue of reward signals masking one …

Reinforcement Learning

Multi-Rollout On-Policy Distillation via Peer Successes and Failures

2026-05-12 · Weichen Yu, Xiaomin Li, Yizhou Zhao, Xiaoze Liu 외 arxiv

Large language models are often post-trained with sparse verifier rewards, which indicate whether a sampled trajectory succeeds but provide limited guidance about where reasoning succeeds or fails. On-policy distillation…

Mathematical ReasoningQuestion Answering

D^3-MOPD: Adaptive Dynamic Domain ScheDuling for Efficient Multi-Teacher Distillation

2026-08-25 · Zechen Sun, Zhiwei Zhang, Fei Zhao, Juntao Li 외 hf

Multi-teacher on-policy distillation (MOPD) distills several domain-expert teachers into a single student by minimizing per-domain reverse-KL divergence on the student's own rollouts. Existing approaches typically fix th…