paper-with-me

Papers

Return of the Encoder: Maximizing Parameter Efficiency for SLMs

2025-01-27 · Mohamed Elfeki, Rui Liu, Chad Voegele

The dominance of large decoder-only language models has overshadowed encoder-decoder architectures, despite their fundamental efficiency advantages in sequence processing. For small language models (SLMs) - those with 1 billion parameters or fewer - our systematic analysis across GPU, CPU, and NPU platforms reveals that encoder-decoder architectures achieve 47% lower first-token latency and 4.7x higher throughput compared to decoder-only models on edge devices. These gains may be attributed to encoder-decoder's one-time input processing and efficient separation of understanding and generation phases. We introduce a novel knowledge distillation framework that enables encoder-decoder models to leverage capabilities from large scalable decoder-only teachers while preserving their architectural advantages, achieving up to 6 average performance points improvement across diverse tasks, with significant gains in asymmetric sequence tasks where input and output distributions can benefit from different processing approaches. When combined with modern advances like Rotary Positional Embeddings (RoPE) and Vision encoders, our systematic investigation demonstrates that encoder-decoder architectures provide a more practical path toward deploying capable language models in resource-constrained environments. Our findings challenge the prevailing trend toward decoder-only scaling, showing that architectural choices become increasingly crucial as parameter budgets decrease, particularly for on-device and edge deployments where computational efficiency is paramount.

📄 PDF Abstract BibTeX arXiv:2501.16273

Code (1)

microsoft/encoder-decoder-slm 공식 구현 pytorch

Tasks

Computational EfficiencyCPUDecoderGPUKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

ProbeScale: Probing Analysis to Optimize Neural Scaling Laws for Efficient Small Language Model Inference

2026-06-01 · Sourav Das arxiv

Small Language Models (SLMs) offer a balance between capability and computational feasibility. Neural scaling laws inform their optimal training, suggesting that they possess rich internal representations that scale with…

Small Language Models (SLMs) Can Still Pack a Punch: A survey

2025-01-03 · Shreyas Subramanian, Vikram Elango, Mecit Gungor

As foundation AI models continue to increase in size, an important question arises - is massive scale the only path forward? This survey of about 160 papers presents a family of Small Language Models (SLMs) in the 1 to 8…

Nemotron-Flash: Towards Latency-Optimal Hybrid Small Language Models

2025-11-24 · Yonggan Fu, Xin Dong, Shizhe Diao, Matthijs Van keirsbilck 외 arxiv

Efficient deployment of small language models (SLMs) is essential for numerous real-world applications with stringent latency constraints. While previous work on SLM design has primarily focused on reducing the number of…

Computational Bottlenecks of Training Small-scale Large Language Models

2024-10-25 · Saleh Ashkboos, Iman Mirzadeh, Keivan Alizadeh, Mohammad Hossein Sekhavat 외

While large language models (LLMs) dominate the AI landscape, Small-scale large Language Models (SLMs) are gaining attention due to cost and efficiency demands from consumers. However, there is limited research on the tr…

GPULanguage ModelingLanguage Modelling

CEGI: Measuring the trade-off between efficiency and carbon emissions for SLMs and VLMs

2024-12-03 · Abhas Kumar, Kapil Pathak, Rajesh Kavuru, Prabhakar Srinivasan

This paper analyzes the performance of Small Language Models (SLMs) and Vision Language Models (VLMs) and evaluates the trade-off between model performance and carbon emissions across 4 essential tasks: Image Captioning,…

Image CaptioningQuantizationQuestion AnsweringText to SQL+3