paper-with-me

Papers

Dense vs Sparse Pretraining at Tiny Scale: Active-Parameter vs Total-Parameter Matching

2026-05-13 · Abdalrahman Wael arxiv

We study dense and mixture-of-experts (MoE) transformers in a tiny-scale pretraining regime under a shared LLaMA-style decoder training recipe. The sparse model replaces dense feed-forward blocks with Mixtral-style routed experts. Dense baselines are modestly width-resized to tightly match either active or total parameter budgets, while tokenizer, data, optimizer, schedule, depth, context length, normalization style, and evaluation protocol are held fixed. Our best sparse recipe uses four experts, top-2 routing, Switch-style load balancing, and router z-loss. In a three-seed full-data comparison, the dense active-match model reaches 1.6545 +/- 0.0012 best validation loss, the MoE reaches 1.5788 +/- 0.0020, and the dense total-match model reaches 1.5608 +/- 0.0025. This yields a matched-active gap of 0.0758 +/- 0.0021 in the MoE's favor and a matched-total gap of 0.0180 +/- 0.0020 in the dense model's favor. Across training, the matched-active advantage grows while the matched-total dense advantage narrows sharply. In this sub-25M-parameter regime, MoE therefore improves validation loss under active-parameter matching but does not surpass dense training at equal total stored capacity.

📄 PDF Abstract BibTeX arXiv:2605.13769

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Upcycling: Training Mixture-of-Experts from Dense Checkpoints

2022-12-09 · Aran Komatsuzaki, Joan Puigcerver, James Lee-Thorp, Carlos Riquelme Ruiz 외

Training large, deep neural networks to convergence can be prohibitively expensive. As a result, often only a small selection of popular, dense models are reused across different contexts and tasks. Increasingly, sparsel…

Mixture-of-Experts

Gradual Capacity Growth for Sparse Network Discovery

2025-09-30 · Qihang Yao, Constantine Dovrolis arxiv

Sparse neural network methods typically assume that the target sparsity (or density) is fixed in advance, even though the relationship between network capacity and performance is generally unknown and task-dependent. Exi…

Mobile V-MoEs: Scaling Down Vision Transformers via Sparse Mixture-of-Experts

2023-09-08 · Erik Daxberger, Floris Weers, BoWen Zhang, Tom Gunter 외

Sparse Mixture-of-Experts models (MoEs) have recently gained popularity due to their ability to decouple model size from inference efficiency by only activating a small subset of the model parameters for any given input …

Mixture-of-Experts

RAT+: Train Dense, Infer Sparse -- Recurrence Augmented Attention for Dilated Inference

2026-02-20 · Xiuying Wei, Caglar Gulcehre arxiv

Structured dilated attention has an appealing inference-time efficiency knob: it reduces the FLOPs of attention and the KV cache size by a factor of the dilation size D, while preserving long-range connectivity. While pr…

Structure-Guided Mixed Masked Pretraining and Spatial Continuity Regularization for Printed Circuit Board Defect Detection

2026-06-02 · Peitong Wang, Nuo Wang, Enxin Qin, Chengjin Yu 외 arxiv

Printed circuit board (PCB) defect detection is an essential part of automated optical inspection (AOI); yet it remains challenging in practice because many defects are tiny, low-contrast, and embedded in dense circuit b…