LGAIDCSYOct 18, 2024

DistRL: An Asynchronous Distributed Reinforcement Learning Framework for On-Device Control Agents

arXiv:2410.14803v564 citationsh-index: 12ICLR
Originality Incremental advance
AI Analysis

This addresses the challenge of training multimodal large language models for mobile device control agents, which is important for improving user experience, though it appears incremental as it builds on existing RL methods.

The paper tackles the problem of inefficient online reinforcement learning fine-tuning for on-device control agents by introducing DistRL, a framework that achieves 3X training efficiency improvement and 20% higher success rate on Android tasks compared to state-of-the-art methods.

On-device control agents, especially on mobile devices, are responsible for operating mobile devices to fulfill users' requests, enabling seamless and intuitive interactions. Integrating Multimodal Large Language Models (MLLMs) into these agents enhances their ability to understand and execute complex commands, thereby improving user experience. However, fine-tuning MLLMs for on-device control presents significant challenges due to limited data availability and inefficient online training processes. This paper introduces DistRL, a novel framework designed to enhance the efficiency of online RL fine-tuning for mobile device control agents. DistRL employs centralized training and decentralized data acquisition to ensure efficient fine-tuning in the context of dynamic online interactions. Additionally, the framework is backed by our tailor-made RL algorithm, which effectively balances exploration with the prioritized utilization of collected data to ensure stable and robust training. Our experiments show that, on average, DistRL delivers a 3X improvement in training efficiency and enables training data collection 2.4X faster than the leading synchronous multi-machine methods. Notably, after training, DistRL achieves a 20% relative improvement in success rate compared to state-of-the-art methods on general Android tasks from an open benchmark, significantly outperforming existing approaches while maintaining the same training time. These results validate DistRL as a scalable and efficient solution, offering substantial improvements in both training efficiency and agent performance for real-world, in-the-wild device control tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes