AuraTracer智迹闻
中文

EVENT DOSSIER

Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

2026-09-07 12:00 Science 🔥 47.2 heat score
2sources
1days unfolding
47.2heat score
5mentions
SummaryAI generated

Recent research indicates that the performance decline in Layer Dropout in large language models (LLMs) is mainly due to improper configuration rather than limitations of the technology itself. By optimizing key factors such as hyperparameter scaling factors, block dropout granularity, layer distribution, and time scheduling, this strategy can significantly reduce validation loss with the same training floating-point operations; or save up to 25% of training computational resources while maintaining the same validation accuracy. Additionally, the optimized Layer Dropout technique effectively supports inference optimization techniques such as early dropout, skipping intermediate layers, and self-investigation decoding, achieving up to 1.5 times faster inference with negligible accuracy loss. These conclusions have been verified in over 2,400 experiments involving models with 271 million to 8.2 billion parameters and large-scale datasets, all of which were conducted on the Cerebras CS-3 system.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
CS-3CerebrasHugging FaceMostafa ElhoushiarXiv

Event frameEVENT FRAME

Industry

政府 · 科研机构across 1 days

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
CS-3 × Cerebras1CS-3 × arXiv1Cerebras × arXiv1Cerebras × Hugging Face1Cerebras × Mostafa Elho…1Hugging Face × Mostafa …1

Integrated timelineUNIFIED TIMELINE

  1. 2026-09-07

    Don’t Drop Layer Dropout: Optimizing Layer Sp…

    This study proposes that Layer dropout should be used in the training of state-of-the-art large language models (LLMs). Experiments show that, when optimizing layer distribution, time scheduling, and optimizer hyperparameters, Layer dropout can reduce loss values; for a given number of training steps, the model can achieve lower or…

    2 reports

SignalsSIGNALS

Keyword heat
  • Cerebras2
  • arXiv1
  • CS-31
  • Hugging Face1
  • Mostafa Elhoushi1

All reports (2)SOURCES

H Hugging Face Papers en 2026-09-07 08:00

Paper page - Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

The study demonstrates that the decline in performance due to layer discarding (stochastic depth) stems from improper configuration, rather than inherent limitations of this method. By optimizing the formula, layer discarding can reduce validation loss with the same training FLOPs or save up to 25% in FLOPs for the same validation loss. Experiments verified four key factors on models with 271M to 8.2B parameters and a token size of 160B: the hyperparameter scaling factor 1/(1−p), the granularity of layer discarding, increasing layer distribution (ILD), and reducing time scheduling (DTS). Larger models can tolerate higher maximum discarding rates, and the benefits increase with scale. Additionally, this technique supports cost-free推理 depth elasticity, enabling early exit and skipping intermediate layers, resulting in up to 1.5 times faster inference and negligible accuracy loss. All experiments were conducted on the Cerebras CS-3 system.

A arXiv cs.AI en 2026-09-07 12:00

Don't Drop Dropout: Optimizing Layer Sparsity for Efficient LLM Training and Inference

本研究提出在状态最先进的大语言模型(LLM)训练中应使用层丢弃(Layer dropout)。实验表明,在优化层分布、时间调度及优化器超参数的情况下,相同训练浮点运算量(FLOPs)下层丢弃能降低损失值;对于给定训练步数,模型可达成更低或相似的验证损失同时节省高达 25% 的训练 FLOPs。此外,层丢弃支持早退、中间层跳过和自我投机解码等后训练优化,带来最高 1.5 倍的推理加速且精度损失可忽略不计。该研究基于超过 2400 次实验(涵盖 2.71 亿至 82 亿参数模型及最多 1600 亿 token 数据集)验证了结论在大规模训练中的可靠性,所有预训练实验均在 Cerebras CS-3 系统上运行。