Evaluate finer-grained and distributed layer-dropout schemes
Investigate distributed-training and gradient-accumulation schemes that combine the weight-loading advantages of per-batch layer dropout with the accuracy advantages of per-sequence dropout, and compare them with per-token and per-neuron dropout.
References
We leave exploring such approaches, as well as comparing with even finer-grain dropout such as per-token or per-neuron, for future work.
— Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference
(2609.05275 - Elhoushi et al., 4 Sep 2026) in Section 4, Subsection “Tensor Granularity”
We leave other schedules such as applying dropout to mid-training, SFT, or continual pre-training for future work.
— Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference
(2609.05275 - Elhoushi et al., 4 Sep 2026) in Section 5, Subsection “Dropout Schedule”
Whether other granularities, such as attention-head or neuron-level dropout, can induce similar structural resilience remains an open question.
— Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference
(2609.05275 - Elhoushi et al., 4 Sep 2026) in Section 10, “Limitations”