Cross-platform GUI agents tackle catastrophic forgetting with multi-teacher distillation

GUI agents face a critical bottleneck when scaling across platforms: training data scarcity, platform-specific interaction patterns, and catastrophic forgetting when models encounter new interfaces. Researchers have now tackled this by releasing Uni-GUI, a cross-platform interaction dataset, alongside UI-MOPD, a multi-teacher distillation framework designed to preserve platform-specific behaviors while enabling continual learning. This addresses a real friction point in agent development where naive joint training degrades performance on individual platforms. The work signals growing maturity in agent infrastructure, moving beyond single-task automation toward robust multi-environment deployment that mirrors real-world software diversity.
Modelwire context
ExplainerThe paper's actual contribution is narrower than the framing suggests: UI-MOPD uses multiple teacher models (one per platform) rather than a single teacher, which preserves platform-specific behaviors during continual learning. The dataset release (Uni-GUI) is secondary to the distillation mechanism itself.
This connects directly to the on-policy self-distillation work from the same day (dOPSD), which also tackles the teacher-student knowledge transfer problem but in a diffusion LLM context. Both papers assume a teacher model has access to information the student won't have at inference time, then design around that constraint. The broader pattern here is distillation emerging as a core technique for handling multi-environment or multi-modality training without performance collapse. Unlike the Gemini Spark rollout (which is about deployment breadth), this is infrastructure for making cross-platform agents trainable in the first place.
If researchers report that UI-MOPD maintains performance parity on individual platforms while adding new ones (measured on held-out test sets from each platform), the approach scales. If performance on the original platforms degrades even slightly as new platforms are added, the multi-teacher approach hasn't actually solved catastrophic forgetting, just deferred it.
Coverage we drew on
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. arXiv cs.CL originally reported this story as “UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learning”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.