GUIDE: Resolving Domain Bias in GUI Agents through Real-Time Web Video Retrieval and Plug-and-Play Annotation

arXiv cs.AI / 3/30/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • 大規模な視覚言語モデルを用いたGUIエージェントは学習時に特定アプリの操作データが不足し、計画(ワークフロー)とUI配置(グラウンディング)に関するドメインバイアスが生じて実タスク性能が制限される。
  • 提案手法GUIDE(GUI Unbiasing via Instructional-Video Driven Expertise)は学習不要・プラグアンドプレイで、Webのチュートリアル動画からドメイン知識を自動獲得してバイアスを解消する。
  • Subtitle駆動のVideo-RAGで動画を段階的に(ドメイン分類→トピック抽出→関連度マッチング)検索し、タスクに必要な動画セマンティクスを引き出す。
  • さらに逆ダイナミクスに基づく完全自動アノテーションで連続キーフレームにUI要素検出を組み込み、VLMから計画とグラウンディングの知識を推定して、エージェントの対応モジュールに注入する。
  • OSWorldでの実験では、モデルのパラメータやアーキテクチャ変更なしで一貫して5%以上の改善と実行ステップ削減が確認され、多エージェント/単一モデルの両方に汎用的に適用できることが示される。

Abstract

Large vision-language models have endowed GUI agents with strong general capabilities for interface understanding and interaction. However, due to insufficient exposure to domain-specific software operation data during training, these agents exhibit significant domain bias - they lack familiarity with the specific operation workflows (planning) and UI element layouts (grounding) of particular applications, limiting their real-world task performance. In this paper, we present GUIDE (GUI Unbiasing via Instructional-Video Driven Expertise), a training-free, plug-and-play framework that resolves GUI agent domain bias by autonomously acquiring domain-specific expertise from web tutorial videos through a retrieval-augmented automated annotation pipeline. GUIDE introduces two key innovations. First, a subtitle-driven Video-RAG pipeline unlocks video semantics through subtitle analysis, performing progressive three-stage retrieval - domain classification, topic extraction, and relevance matching - to identify task-relevant tutorial videos. Second, a fully automated annotation pipeline built on an inverse dynamics paradigm feeds consecutive keyframes enhanced with UI element detection into VLMs, inferring the required planning and grounding knowledge that are injected into the agent's corresponding modules to address both manifestations of domain bias. Extensive experiments on OSWorld demonstrate GUIDE's generality as a plug-and-play component for both multi-agent systems and single-model agents. It consistently yields over 5% improvements and reduces execution steps - without modifying any model parameters or architecture - validating GUIDE as an architecture-agnostic enhancement to bridge GUI agent domain bias.