Adaptive Data Dropout: Towards Self-Regulated Learning in Deep Neural Networks

📅 2026-04-14
📈 Citations: 0
Influential: 0
📄 PDF

career value

223K/year
🤖 AI Summary
This work addresses the inefficiency of conventional deep neural network training, which uniformly utilizes all training data despite varying sample contributions across different learning stages, thereby limiting both optimization efficiency and generalization. Inspired by self-regulated learning, the paper proposes an adaptive data dropping framework that introduces, for the first time, a dynamic data selection mechanism driven by real-time feedback from training accuracy. Departing from fixed scheduling strategies, this approach continuously adjusts the subset of data used for training during the learning process. A lightweight stochastic update mechanism is employed to balance online exposure between exploration and consolidation phases. Empirical evaluations demonstrate that the proposed framework significantly reduces the number of effective training steps on standard image classification benchmarks while maintaining accuracy comparable to that of static data dropping methods.

Technology Category

Application Category

📝 Abstract
Deep neural networks are typically trained by uniformly sampling large datasets across epochs, despite evidence that not all samples contribute equally throughout learning. Recent work shows that progressively reducing the amount of training data can improve efficiency and generalization, but existing methods rely on fixed schedules that do not adapt during training. In this work, we propose Adaptive Data Dropout, a simple framework that dynamically adjusts the subset of training data based on performance feedback. Inspired by self-regulated learning, our approach treats data selection as an adaptive process, increasing or decreasing data exposure in response to changes in training accuracy. We introduce a lightweight stochastic update mechanism that modulates the dropout schedule online, allowing the model to balance exploration and consolidation over time. Experiments on standard image classification benchmarks show that our method reduces effective training steps while maintaining competitive accuracy compared to static data dropout strategies. These results highlight adaptive data selection as a promising direction for efficient and robust training. Code will be released.
Problem

Research questions and friction points this paper is trying to address.

adaptive data selection
deep neural networks
self-regulated learning
data efficiency
training dynamics
Innovation

Methods, ideas, or system contributions that make the work stand out.

Adaptive Data Dropout
self-regulated learning
dynamic data selection
training efficiency
stochastic update mechanism
🔎 Similar Papers
No similar papers found.