paper-with-me

Papers

MobiBench: Multi-Branch, Modular Benchmark for Mobile GUI Agents

2025-12-14 · Youngmin Im, Byeongung Jo, Jaeyoung Wi, Seungwoo Baek, Tae Hoon Min, Joo Hyung Lee, Sangeun Oh, Insik Shin, Sunjae Lee arxiv

Mobile GUI Agents, AI agents capable of interacting with mobile applications on behalf of users, have the potential to transform human computer interaction. However, current evaluation practices for GUI agents face two fundamental limitations. First, they either rely on single path offline benchmarks or online live benchmarks. Offline benchmarks using static, single path annotated datasets unfairly penalize valid alternative actions, while online benchmarks suffer from poor scalability and reproducibility due to the dynamic and unpredictable nature of live evaluation. Second, existing benchmarks treat agents as monolithic black boxes, overlooking the contributions of individual components, which often leads to unfair comparisons or obscures key performance bottlenecks. To address these limitations, we present MobiBench, the first modular and multi path aware offline benchmarking framework for mobile GUI agents that enables high fidelity, scalable, and reproducible evaluation entirely in offline settings. Our experiments demonstrate that MobiBench achieves 94.72 percent agreement with human evaluators, on par with carefully engineered online benchmarks, while preserving the scalability and reproducibility of static offline benchmarks. Furthermore, our comprehensive module level analysis uncovers several key insights, including a systematic evaluation of diverse techniques used in mobile GUI agents, optimal module configurations across model scales, the inherent limitations of current LFMs, and actionable guidelines for designing more capable and cost efficient mobile agents.

📄 PDF Abstract BibTeX arXiv:2512.12634

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Modular Multimodal Architecture for Document Classification

2019-12-09 · Tyler Dauphinee, Nikunj Patel, Mohammad Rashidi

Page classification is a crucial component to any document analysis system, allowing for complex branching control flows for different components of a given document. Utilizing both the visual and textual content of a pa…

ClassificationDocument ClassificationGeneral Classification

Attention Model Enhanced Network for Classification of Breast Cancer Image

2020-10-07 · Xiao Kang, Xingbo Liu, Xiushan Nie, Xiaoming Xi 외

Breast cancer classification remains a challenging task due to inter-class ambiguity and intra-class variability. Existing deep learning-based methods try to confront this challenge by utilizing complex nonlinear project…

Cancer ClassificationClassificationGeneral Classification

An efficient branch-and-cut algorithm for approximately submodular function maximization

2019-04-26 · Naoya Uematsu, Shunji Umetani, Yoshinobu Kawahara

When approaching to problems in computer science, we often encounter situations where a subset of a finite set maximizing some utility function needs to be selected. Some of such utility functions are known to be approxi…

SmartAdapt: Multi-Branch Object Detection Framework for Videos on Mobiles

2022-01-01 · CVPR 2022 1 · ran Xu, Fangzhou Mu, Jayoung Lee, Preeti Mukherjee 외

Several recent works seek to create lightweight deep networks for video object detection on mobiles. We observe that many existing detectors, previously deemed computationally costly for mobiles, intrinsically suppor…

object-detectionObject DetectionVideo Object Detection

An efficient branch-and-bound algorithm for submodular function maximization

2018-11-10 · Naoya Uematsu, Shunji Umetani, Yoshinobu Kawahara

The submodular function maximization is an attractive optimization model that appears in many real applications. Although a variety of greedy algorithms quickly find good feasible solutions for many instances while guara…