paper-with-me

홈 › Papers

Computational Budget Should Be Considered in Data Selection

2025-10-19 · Weilin Wan, Weizhong Zhang, Cheng Jin arxiv

Data selection improves computational efficiency by choosing informative subsets of training samples. However, existing methods ignore the compute budget, treating data selection and importance evaluation independently of compute budget constraints. Yet empirical studies show no algorithm can consistently outperform others (or even random selection) across varying budgets. We therefore argue that compute budget must be integral to data-selection strategies, since different budgets impose distinct requirements on data quantity, quality, and distribution for effective training. To this end, we propose a novel Computational budget-Aware Data Selection (CADS) method and naturally formulate it into a bilevel optimization framework, where the inner loop trains the model within the constraints of the computational budget on some selected subset of training data, while the outer loop optimizes data selection based on model evaluation. Our technical contributions lie in addressing two main challenges in solving this bilevel optimization problem: the expensive Hessian matrix estimation for outer-loop gradients and the computational burden of achieving inner-loop optimality during iterations. To solve the first issue, we propose a probabilistic reparameterization strategy and compute the gradient using a Hessian-free policy gradient estimator. To address the second challenge, we transform the inner optimization problem into a penalty term in the outer objective, further discovering that we only need to estimate the minimum of a one-dimensional loss to calculate the gradient, significantly improving efficiency. Extensive experiments show that our method achieves performance gains of up to 14.42% over baselines in vision and language benchmarks.

📄 PDF Abstract BibTeX arXiv:2510.16806

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyBilevel Optimization

Similar Papers 제목 키워드 기반

HAMLET -- A Learning Curve-Enabled Multi-Armed Bandit for Algorithm Selection

2020-01-30 · Mischa Schmidt, Julia Gastinger, Sébastien Nicolas, Anett Schülke

Automated algorithm selection and hyperparameter tuning facilitates the application of machine learning. Traditional multi-armed bandit strategies look to the history of observed rewards to identify the most promising ar…

BIG-bench Machine Learning

REX: Revisiting Budgeted Training with an Improved Schedule

2021-07-09 · John Chen, Cameron Wolfe, Anastasios Kyrillidis

Deep learning practitioners often operate on a computational and monetary budget. Thus, it is critical to design optimization algorithms that perform well under any budget. The linear learning rate schedule is considered…

Attack Selection in Agentic AI Control Evaluations Meaningfully Decreases Safety

2026-06-03 · Catherine Ge-Wang, Tyler Crosse, Benjamin Hadad, Joachim Schaeffer 외 arxiv

An attacker that strategically chooses when to attack is much harder to catch than one that attacks indiscriminately. AI control is a safety framework for deploying capable but untrusted AI agents under the oversight of …

One Ranking, Any Budget: Matryoshka Evidence-to-Context Frame Selection for Long-Video Understanding

2026-08-06 · Wang Chen, Yu Chen, Xiang Wang, Shuai Li 외 arxiv

Frame selection is essential for applying Large Multimodal Models (LMMs) to long videos due to severe frame redundancy and limited context windows. Since the appropriate frame budget varies with the downstream LMM, reaso…

Budget Allocation for Unknown Value Functions in a Lipschitz Space

2025-10-12 · MohammadHossein Bateni, Hossein Esfandiari, Samira HosseinGhorban, Alireza Mirrokni 외 arxiv

Building learning models frequently requires evaluating numerous intermediate models. Examples include models considered during feature selection, model structure search, and parameter tunings. The evaluation of an inter…