iSHIFT: Lightweight Slow-Fast GUI Agent with Adaptive Perception
About
Multimodal Large Language Models (MLLMs) show strong potential for interpreting and interacting with complex, pixel-rich Graphical User Interface (GUI) environments. However, building agents that are both efficient for high-level tasks and precise for fine-grained interactions remains challenging. GUI agents must perform routine actions efficiently while also handling tasks that demand exact visual grounding, yet existing approaches struggle when accuracy depends on identifying specific interface elements. These MLLMs also remain large and cannot adapt their reasoning depth to the task at hand. In this work, we introduce iSHIFT: Implicit Slow-fast Hybrid Inference with Flexible Tokens, a lightweight agent that integrates latent thinking (implicit chain-of-thought) with a perception control module. iSHIFT enables an MLLM to switch between a slow mode, which leverages detailed visual grounding for high precision and a fast mode that uses global cues for efficiency. Special perception tokens guide attention to relevant screen regions, allowing the model to decide both how to reason and where to focus. Despite its compact 2.5B size, iSHIFT matches state-of-the-art performance on multiple benchmark datasets.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Mobile Automation | Android In The Wild (AITW) | Average Score76.34 | 21 | |
| GUI Navigation | Android Control Low 12 | Success Rate87.7 | 9 | |
| GUI Navigation | Android Control High 12 | Success Rate65.6 | 9 | |
| GUI Navigation | GUIAct Web Single | Type Accuracy93.83 | 8 | |
| GUI Navigation | GUI Odyssey 15 (Overall) | Success Rate73.97 | 7 | |
| GUI Navigation | GUIAct (Phone) | Type Accuracy79.41 | 6 | |
| Android GUI Navigation | Android Control High complexity | Success Rate65.6 | 5 | |
| Android GUI Navigation | Android Control Low complexity | Success Rate87.7 | 5 | |
| Android GUI Navigation | GUI-Odyssey | Success Rate73.97 | 5 | |
| GUI Agent Navigation | AITW First 96 task samples | General Success0.7225 | 2 |