LGAIMLFeb 22

Learning from Complexity: Exploring Dynamic Sample Pruning of Spatio-Temporal Training

arXiv:2602.19113v1h-index: 10
Originality Incremental advance
AI Analysis

This addresses efficiency issues for researchers and practitioners in domains like transportation and climate science, though it is incremental as it builds on existing training optimization approaches.

The paper tackles the computational bottleneck in training deep spatio-temporal forecasting models by introducing ST-Prune, a dynamic sample pruning method that identifies informative samples based on real-time learning states, resulting in significantly accelerated training speed while maintaining or improving model performance.

Spatio-temporal forecasting is fundamental to intelligent systems in transportation, climate science, and urban planning. However, training deep learning models on the massive, often redundant, datasets from these domains presents a significant computational bottleneck. Existing solutions typically focus on optimizing model architectures or optimizers, while overlooking the inherent inefficiency of the training data itself. This conventional approach of iterating over the entire static dataset each epoch wastes considerable resources on easy-to-learn or repetitive samples. In this paper, we explore a novel training-efficiency techniques, namely learning from complexity with dynamic sample pruning, ST-Prune, for spatio-temporal forecasting. Through dynamic sample pruning, we aim to intelligently identify the most informative samples based on the model's real-time learning state, thereby accelerating convergence and improving training efficiency. Extensive experiments conducted on real-world spatio-temporal datasets show that ST-Prune significantly accelerates the training speed while maintaining or even improving the model performance, and it also has scalability and universality.

Foundations

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

Your Notes