Automating UI Optimization through Multi-Agentic Reasoning
Zhipeng Li, Christoph Gebhardt, Yi-Chi Liao, Christian Holz
TL;DR
AutoOptimization introduces a sequential multi-agent framework that automates UI adaptation by translating verbal user instructions into a parameterized multi-objective optimization problem, generating Pareto-optimal UI layouts, and validating the best design against user intent. By employing vision-language model agents for ambiguity detection, problem configuration, and post-optimization validation, the approach reduces manual design effort and enables dynamic personalization in Mixed Reality interfaces. The framework is evaluated through an MR use case, data-collection studies, and end-to-end user experiments, demonstrating strong alignment with user instructions, lower physical workload, and comparable satisfaction to manual methods. The work advances adaptive UIs by combining grounding, reasoning, and optimization in a fully automated pipeline, while identifying avenues for future improvements such as direct manipulation integration and richer objective-function design.
Abstract
We present AutoOptimization, a novel multi-objective optimization framework for adapting user interfaces. From a user's verbal preferences for changing a UI, our framework guides a prioritization-based Pareto frontier search over candidate layouts. It selects suitable objective functions for UI placement while simultaneously parameterizing them according to the user's instructions to define the optimization problem. A solver then generates a series of optimal UI layouts, which our framework validates against the user's instructions to adapt the UI with the final solution. Our approach thus overcomes the previous need for manual inspection of layouts and the use of population averages for objective parameters. We integrate multiple agents sequentially within our framework, enabling the system to leverage their reasoning capabilities to interpret user preferences, configure the optimization problem, and validate optimization outcomes.
