Qwen-UI-Agent、実世界中心型次世代 GUI エージェントの技術報告
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Hugging Face Daily Papers
Qwen-UI-Agent はモバイル、PC、Web、DeepSearch を跨ぐ汎用 GUI エージェントであり、CLI との統合やオンライン RL による自己改善機能により、既存の最先端モデルを凌駕する実世界での実行能力を示した。
AI深層分析を開く2026年8月4日 15:19
AI深層分析
キーポイント
クロスプラットフォーム対応と統一アクション空間
Qwen-UI-Agent はモバイル、PC、Web、DeepSearch の各環境に対応し、GUI 操作と CLI 実行を単一のモデルターン内で統合した統一されたアクション空間を実現している。
大規模な実機ランタイムとデータフライホイール
同社は多様なサンドボックス環境に加え、大規模な実機モバイルランタイムを活用し、エージェント自身がタスク構築や失敗診断を行う AutoResearch 型のデータフライホイールを構築した。
最先端ベンチマークでの性能向上
MobileWorld や OSWorld-Verified などの主要ベンチにおいて Qwen-UI-Agent は高いスコアを記録し、Opus 4.8 や Gemini 3.1 Pro といった他社の最先端モデルと競合する性能を発揮した。
オンライン RL と長期的タスク実行
同システムは 100 ターンを超える軌道でのトレーニングをサポートするオンライン RL を採用し、10,000 以上の並列環境でロールアウトを加速させることで、長期ホライズンのタスク実行能力を強化している。
重要な引用
Qwen-UI-Agent sets state-of-the-art performance on mobile-use benchmarks while delivering competitive performance on computer- and browser-use tasks against frontier models
An AutoResearch-style data flywheel uses agents to construct tasks and environments, diagnose failures, and plan subsequent iterations
編集コメントを表示
編集コメント
Qwen-UI-Agent は、GUI エージェントが実世界デバイス上で信頼性高く動作するための重要な一歩を示している。特に、エージェント自身によるデータ収集と改善サイクルの自動化は、実用化に向けた大きな進展と言える。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GUI エージェントは、既存のデジタルデバイス上で汎用的な実行機関として機能する可能性を秘めています。実世界での利用へと進化させるため、私たちは以下のようなエージェントの実現を目指しています。
- 実際のデバイス上で確実に動作し、プラットフォーム間をまたぐワークフローを実行する
- GUI 操作と CLI(コマンドラインインターフェース)実行を組み合わせて行う
- 長期にわたるタスクを完遂する
- 有用なサービスを先回りして開始する
- 最小限の人的労力で自律的に能力を向上させる
このビジョンに基づき、モバイル、コンピューター操作、Web、そして DeepSearch 環境を跨ぐ「Qwen-UI-Agent」を発表します。これは実世界中心の基盤型 GUI エージェントです。
Qwen-UI-Agent は、多様なサンドボックス環境と大規模な実機モバイルランタイムを組み合わせています。その統一されたアクション空間では、GUI 操作と CLI 実行を交互に行い、1 つのモデルターンでバッチ処理された複数のアクションを生成します。
AutoResearch スタイルのデータフライホイールにより、エージェントがタスクや環境の構築、失敗原因の特定、次のイテレーションの計画を行います。オンライン RL(強化学習)は 100 ターンを超える軌跡でのトレーニングをサポートし、10,000 以上の並列環境がロールアウトを加速します。
軽量なハーネス層により、モバイルとコンピューター間で先回りしたサービス開始や、状態を保持するワークフローが可能になります。
広範な評価において、Qwen-UI-Agent はモバイル用途のベンチマークで最高性能を達成し、Opus 4.8、Gemini 3.1 Pro、GPT-5.6 Sol といった最先端モデルと競合する成果を PC やブラウザでのタスクでも示しました。モバイル用途では、MobileWorld で 82.1%、MobileWorld-Real で 92.2%、AndroidDaily で 97.5% のスコアを記録しています。PC 用途では OSWorld-Verified で 79.5%、OSWorld-v2 では部分的な進捗を含めたスコアで 40.0% を達成しました。ブラウザ用途と GUI グラウンディングにおいては、それぞれ WebArena で 73.6%、ScreenSpot-Pro で 81.5% の結果を出しています。
原文を表示
GUI agents have the potential to become a general purpose executor over existing digital devices. To advance them toward real-world use, we envision agents that operate reliably on real devices, execute workflows across platforms, combine GUI interaction with CLI execution, complete long-horizon tasks, proactively initiate useful services, and autonomously improve their capabilities with minimal human effort. Guided by this vision, we present Qwen-UI-Agent, a real-world centric foundation GUI agent spanning mobile, computer-use, web, and DeepSearch environments. Qwen-UI-Agent combines diverse sandbox environments with a large-scale real-device mobile runtime. Its unified action space interleaves GUI operations with CLI execution and generates batched actions in a single model turn. An AutoResearch-style data flywheel uses agents to construct tasks and environments, diagnose failures, and plan subsequent iterations. Online RL supports training on trajectories exceeding 100 turns, with over 10,000 concurrent environments accelerating rollout. A lightweight harness layer supports proactive service initiation and stateful workflows across mobile and computer.
Across a broad suite of evaluations, Qwen-UI-Agent sets state-of-the-art performance on mobile-use benchmarks while delivering competitive performance on computer- and browser-use tasks against frontier models, including Opus 4.8, Gemini 3.1 Pro, and GPT-5.6 Sol. On mobile use, it achieves 82.1% on MobileWorld, 92.2% on MobileWorld-Real, and 97.5% on AndroidDaily. On computer use, it achieves 79.5% on OSWorld-Verified and a 40.0% partial-progress score on OSWorld-v2. On browser use and GUI grounding, it achieves 73.6% on WebArena and 81.5% on ScreenSpot-Pro, respectively.
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み