paper-with-me

홈 › Papers

ARIA - An Agentic Framework for Autonomous Testing of Infotainment Systems

2026-09-04 · António Azevedo, Bruno Lima, João Pascoal Faria arxiv

Automotive infotainment validation still relies on manual testing, slow, costly, and incompatible with agile releases and OTA updates. Scripted automation only partly helps: it couples test logic to implementation, yielding brittle, high-maintenance suites. Existing LLM-driven frameworks mostly target web/mobile apps, using single- or dual-agent setups that overload one or two models with perception, planning, action selection, and validation at once, prone to hallucinations and unproductive exploration loops given infotainment complexity. We present ARIA (Autonomous Real-time Infotainment Assessment), a multi-agent LLM framework that autonomously runs end-to-end tests on Android infotainment systems via visual interaction, using a closed-loop pipeline of four specialized agents per step plus a report stage. From single-sentence scenarios (path, action, expected outcome), ARIA runs the interactions and produces reports, reproducible scripts, and visual evidence per step. Evaluated on a manufacturer's physical Android infotainment system across 30 scenarios, ARIA completed 28 (93.3%) with a verdict (2 errored), 20 of which (71.4%) matched ground truth. It caught all 5 known defects, no fault passed as working; its 8 false positives stem from navigation/image limits and unsupported gestures, showing multi-agent LLMs can run infotainment tests industrially while exposing the cost of a low false-positive tolerance. A single-agent baseline confirms the multi-agent design's value: on the first pass, before stronger-model revisitation narrows the gap, it shows a far higher false-positive rate (72.0% vs. 52.6%), conflating navigational difficulty with system failure. We report first-pass/post-revisitation results, token/call/cost per scenario, and show via repeated runs that stability tracks complexity, with fault detection perfectly consistent, pointing to CI integration of visual testing.

📄 PDF Abstract BibTeX arXiv:2609.04913

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Agentic AI Networking in 6G: A Generative Foundation Model-as-Agent Approach

2025-03-20 · Yong Xiao, Guangming Shi, Ping Zhang

The promising potential of AI and network convergence in improving networking performance and enabling new service capabilities has recently attracted significant interest. Existing network AI solutions, while powerful, …

Transfer Learning

The Rise of Agentic Testing: Multi-Agent Systems for Robust Software Quality Assurance

2026-01-05 · Saba Naqvi, Mohammad Baqar, Nawaz Ali Mohammad arxiv

Software testing has progressed toward intelligent automation, yet current AI-based test generators still suffer from static, single-shot outputs that frequently produce invalid, redundant, or non-executable tests due to…

Creative Adversarial Testing (CAT): A Novel Framework for Evaluating Goal-Oriented Agentic AI Systems

2025-09-26 · Hassen Dhrif arxiv

Agentic AI represents a paradigm shift in enhancing the capabilities of generative AI models. While these systems demonstrate immense potential and power, current evaluation techniques primarily focus on assessing their …

Magentic-UI: Towards Human-in-the-loop Agentic Systems

2025-07-30 · Hussein Mozannar, Gagan Bansal, Cheng Tan, Adam Fourney 외 arxiv

AI agents powered by large language models are increasingly capable of autonomously completing complex, multi-step tasks using external tools. Yet, they still fall short of human-level performance in most domains includi…

Leveraging Vision-Language Models for Visual Grounding and Analysis of Automotive UI

2025-05-09 · Benjamin Raphael Ernhofer, Daniil Prokhorov, Jannica Langner, Dominik Bollmann

Modern automotive infotainment systems require intelligent and adaptive solutions to handle frequent User Interface (UI) updates and diverse design variations. We introduce a vision-language framework for understanding a…

4kDomain GeneralizationGUI Element DetectionVisual Grounding+1