LGCVMar 8

Data Agent: Learning to Select Data via End-to-End Dynamic Optimization

arXiv:2603.07433v1
Predicted impact top 15% in LG · last 90 daysOriginality Highly original
AI Analysis

This work addresses the problem of inefficient training for machine learning practitioners by dynamically selecting data, leading to substantial cost reductions.

This paper introduces Data Agent, an end-to-end dynamic data selection framework that formulates data selection as a training-aware sequential decision-making problem. It significantly reduces training costs, achieving over 50% cost reduction on ImageNet-1k and MMLU without performance loss.

Dynamic Data selection aims to accelerate training by prioritizing informative samples during online training. However, existing methods typically rely on task-specific handcrafted metrics or static/snapshot-based criteria to estimate sample importance, limiting scalability across learning paradigms and making it difficult to capture the evolving utility of data throughout training. To address this challenge, we propose Data Agent, an end-to-end dynamic data selection framework that formulates data selection as a training-aware sequential decision-making problem. The agent learns a sample-wise selection policy that co-evolves with model optimization, guided by a composite reward that integrates loss-based difficulty and confidence-based uncertainty signals. The reward signals capture complementary objectives of optimization impact and information gain, together with a tuning-free adaptive weighting mechanism that balances these signals over training. Extensive experiments across a wide range of datasets and architectures demonstrate that Data Agent consistently accelerates training while preserving or improving performance, e.g., reducing costs by over 50\% on ImageNet-1k and MMLU with lossless performance. Moreover, its dataset-agnostic formulation and modular reward make it plug-and-play across tasks and scenarios, e.g., robustness to noisy datasets, highlighting its potential in real-world scenarios.

Foundations

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

Your Notes