GLOBE Improves Coreset Selection for On-Device Deep Learning Training

Hetian Liu, Jin Cui, Mengcheng Shi, Yanbin Hu, Xinyue Long, Boran Zhao, Pengju Pen· August 5, 2026 View original

Key takeaways

  • GLOBE significantly improves coreset selection for on-device deep learning.
  • It uses gradient trajectories and multi-order matching for better data representation.
  • Structured sparsity and class-balanced selection enhance performance and stability.
  • This method enables more efficient training on resource-constrained devices.

Who benefits

Edge ComputingIoTAutomotiveMobile TechnologyHealthcare

Summary

This paper introduces GLOBE, a new framework for coreset selection that uses gradient trajectories across multiple training checkpoints and a multi-order matching objective to select a compact, representative subset of training data. It significantly outperforms existing methods in downstream test accuracy, especially at low data retention ratios.

On-device training of deep neural networks faces significant challenges due to the high computational and memory demands of large datasets. Coreset selection offers a solution by identifying and retaining only a small, yet representative, subset of the original training samples. Current gradient-based coreset methods often rely on single model snapshots and simple selection procedures, which can limit their effectiveness in dynamic optimization environments or with highly correlated data. The new framework, GLOBE (Gradient Local-Balanced Extraction), addresses these limitations by formulating sample selection as a globally optimized sparse weighting problem. It constructs a gradient trajectory for each sample, capturing its influence throughout various training stages. GLOBE also introduces a multi-order matching objective to align both first-order mean and projected uncentered second-order moments of these gradient trajectories, ensuring the selected coreset preserves the full dataset's training behavior. Furthermore, GLOBE incorporates structured sparsity techniques like Group LASSO and Elastic Net regularization, along with non-negative budget constraints, to stabilize weights for correlated trajectories and induce sparsity at both group and sample levels. A class-balanced Top-K selection mechanism ensures adequate category coverage even with limited sampling budgets. Experimental results across multiple benchmarks and architectures show GLOBE consistently surpasses existing coreset selection methods, particularly when very small subsets of data are retained.

Why it matters

Professionals working on deploying AI models to edge devices or resource-constrained environments can leverage this method to drastically reduce training data size without significant performance loss, enabling more efficient and cost-effective on-device learning.

How to implement this in your domain

  1. 1Integrate GLOBE's coreset selection algorithm into existing on-device training pipelines.
  2. 2Experiment with different retention ratios to find the optimal balance between data reduction and model accuracy for specific applications.
  3. 3Evaluate the computational and memory savings achieved by using GLOBE on target hardware.
  4. 4Adapt the multi-order matching objective and structured sparsity regularization to specific dataset characteristics.

Original post by Hetian Liu, Jin Cui, Mengcheng Shi, Yanbin Hu, Xinyue Long, Boran Zhao, Pengju Pen

"arXiv:2608.02690v1 Announce Type: new Abstract: On-device training of deep neural networks is fundamentally constrained by the computational and memory costs of large-scale datasets. Coreset selection offers a practical solution by retaining only a compact subset of real training…"

View on X

Originally posted by Hetian Liu, Jin Cui, Mengcheng Shi, Yanbin Hu, Xinyue Long, Boran Zhao, Pengju Pen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses