paper-with-me

홈 › Papers

xLSTM Scaling Laws: Competitive Performance with Linear Time-Complexity

2025-10-02 · Maximilian Beck, Kajetan Schweighofer, Sebastian Böck, Sebastian Lehner, Sepp Hochreiter arxiv

Scaling laws play a central role in the success of Large Language Models (LLMs), enabling the prediction of model performance relative to compute budgets prior to training. While Transformers have been the dominant architecture, recent alternatives such as xLSTM offer linear complexity with respect to context length while remaining competitive in the billion-parameter regime. We conduct a comparative investigation on the scaling behavior of Transformers and xLSTM along the following lines, providing insights to guide future model design and deployment. First, we study the scaling behavior for xLSTM in compute-optimal and over-training regimes using both IsoFLOP and parametric fit approaches on a wide range of model sizes (80M-7B) and number of training tokens (2B-2T). Second, we examine the dependence of optimal model sizes on context length, a pivotal aspect that was largely ignored in previous work. Finally, we analyze inference-time scaling characteristics. Our findings reveal that in typical LLM training and inference scenarios, xLSTM scales favorably compared to Transformers. Notably, xLSTM models consistently Pareto-dominate Transformer models, delivering lower cross-entropy loss for the same compute budget.

📄 PDF Abstract BibTeX arXiv:2510.02228

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

xLSTMTime : Long-term Time Series Forecasting With xLSTM

2024-07-14 · Musleh Alharthi, Ausif Mahmood

In recent years, transformer-based models have gained prominence in multivariate long-term time series forecasting (LTSF), demonstrating significant advancements despite facing challenges such as high computational deman…

Time SeriesTime Series Forecasting

xLSTM 7B: A Recurrent LLM for Fast and Efficient Inference

2025-03-17 · Maximilian Beck, Korbinian Pöppel, Phillip Lippe, Richard Kurle 외

Recent breakthroughs in solving reasoning, math and coding problems with Large Language Models (LLMs) have been enabled by investing substantial computation budgets at inference time. Therefore, inference speed is one of…

MambaMath

Tiled Flash Linear Attention: More Efficient Linear RNN and xLSTM Kernels

2025-03-18 · Maximilian Beck, Korbinian Pöppel, Phillip Lippe, Sepp Hochreiter

Linear RNNs with gating recently demonstrated competitive performance compared to Transformers in language modeling. Although their linear compute scaling in sequence length offers theoretical runtime advantages over Tra…

GPULanguage ModelingLanguage ModellingMamba

MAL: Cluster-Masked and Multi-Task Pretraining for Enhanced xLSTM Vision Performance

2024-12-14 · Wenjun Huang, Jianguo Hu

The Long Short-Term Memory (LSTM) networks have traditionally faced challenges in scaling and effectively capturing complex dependencies in visual tasks. The xLSTM architecture has emerged to address these limitations, i…

DecoderDepth EstimationImage SegmentationSemantic Segmentation

Scaling Laws Are Unreliable for Downstream Tasks: A Reality Check

2025-07-01 · Nicholas Lourie, Michael Y. Hu, Kyunghyun Cho

Downstream scaling laws aim to predict task performance at larger scales from pretraining losses at smaller scales. Whether this prediction should be possible is unclear: some works demonstrate that task performance foll…