paper-with-me

Papers

MIRAGE: Mobile Agents with Implicit Reasoning and Generative World Models

2026-06-03 · Zhichao Yang, Yuanze Hu, Haojie Hao, Longkun Hao, Dongshuo Huang, Hongyu Lin, Gen Li, Lanqing Hong, Yihang Lou, Yan Bai arxiv

Mobile agents are increasingly expected to operate everyday applications from screenshots and language goals, where reliable control requires reasoning over screen affordances, multi-step navigation, and future state changes. However, many agents externalize this computation as long textual chains of thought, which slows interaction, increases supervision cost, and complicates deployment. We introduce MIRAGE, a framework that learns continuous latent reasoning representations from visible textual reasoning traces. MIRAGE transfers explicit reasoning into compact hidden states, enabling the agent to reason internally without decoding long rationales. It also incorporates a generative world-model objective: latent reasoning vectors are aligned with future screenshots, encouraging the agent to anticipate upcoming interface states before acting. This turns hidden computation into both a compressed thought representation and a forward-looking model of environment dynamics. At inference time, MIRAGE reasons in continuous latent space, reducing token generation while improving execution efficiency. On AndroidWorld, MIRAGE matches explicit chain-of-thought supervised fine-tuning in the 4B ablation with a 3-5x lower decoded-token budget and improves a comparable instruction-tuned baseline by 10.2 points; on AndroidControl, it improves action grounding while generating over 75% fewer tokens.

📄 PDF Abstract BibTeX arXiv:2606.04627

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MIRAGE: Context-Aware Prompt Injection against Mobile GUI Agents via User-Generated Content

2026-05-27 · Ruoqi Guo, Yi Liu, Gelei Deng, Yiheng Xiong 외 arxiv

Mobile graphical user interface (GUI) agents driven by vision-language models (VLMs) perceive the screen as rendered pixels and choose actions from what they see, so they cannot reliably separate trusted interface elemen…

Mirage-1: Augmenting and Updating GUI Agent with Hierarchical Multimodal Skills

2025-06-12 · Yuquan Xie, Zaijing Li, Rui Shao, Gongwei Chen 외

Recent efforts to leverage the Multi-modal Large Language Model (MLLM) as GUI agents have yielded promising outcomes. However, these agents still struggle with long-horizon tasks in online environments, primarily due to …

Large Language ModelTask Planning

RepoMirage: Probing Repository Context Reasoning in Code Agents with Perturbations

2026-05-25 · Hanyu Li, Yichi Zhang, Speed Zhu, Hang Su 외 arxiv

Code agents are currently having skillful performance on repository-level software engineering benchmarks, but it remains unclear whether success on end-to-end tasks such as issue resolution truly reflects repository con…

MIRAGE: Towards AI-Generated Image Detection in the Wild

2025-08-17 · Cheng Xia, Manxi Lin, Jiexiang Tan, Xiaoxiong Du 외 arxiv

The spreading of AI-generated images (AIGI), driven by advances in generative AI, poses a significant threat to information security and public trust. Existing AIGI detectors, while effective against images in clean labo…

Reinforcement Learning

MiRAGE: A Multiagent Framework for Generating Multimodal Multihop Question-Answer Dataset for RAG Evaluation

2026-01-21 · Chandan Kumar Sahu, Premith Kumar Chilukuri, Matthew Hetrich arxiv

The rapid evolution of Retrieval-Augmented Generation (RAG) toward multimodal, high-stakes enterprise applications has outpaced the development of domain specific evaluation benchmarks. Existing datasets often rely on ge…

Information RetrievalVisual Grounding