SeerGuard: A Safety Framework for Mobile GUI Agents via World Model Prediction
TLDR
SeerGuard uses world model prediction to proactively assess risks before executing actions in mobile GUI agents, improving safety.
Reasoning
The paper proposes a novel proactive safety framework using a safety-augmented world model, showing strong empirical gains on a specific agent. However, the evaluation is limited to one agent type and does not discuss generalization to other GUI environments or real-world deployment challenges.
Read-first score
Read-first score 33.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 32.
Field roles
Rank sensitivity
Stability: volatile; rank range: 138.
Keyword Scores
Deep Analysis
Innovations
- Pre-execution instruction-level screening and action-level risk assessment for mobile GUI agents
- Consequence-aware action-level assessment that anticipates likely outcomes before execution
- Unified Safety-Augmented World Model (SAWM) via multi-task learning integrating semantic next-state prediction and safety risk assessment
Methodology
SeerGuard uses pre-execution instruction-level screening and action-level risk assessment, where the action-level assessment analyzes agent-proposed actions within current GUI states to predict likely outcomes and identify risks. The framework is built on a unified SAWM trained via multi-task learning to jointly perform semantic next-state prediction and safety risk assessment. It is evaluated on diverse mobile GUI agents, measuring safety-utility and risk-cost scores.
Key Results
On Qwen3-VL-8B-Instruct, SeerGuard increases the safety-utility score from 0.191 to 0.596 at ω=0.8 and reduces the risk-cost score from 0.347 to 0.130 at α=0.8. The SAWM validates instruction-level screening and action risk assessment/next-state prediction capabilities.