paper-with-me

홈 › Papers

Scaling Laws for Energy Efficiency of Local LLMs

2025-12-18 · Ander Alvarez, Alessandro Genuardi, Nilotpal Sinha, Antonio Tiene, Mikail Okyay, Bakbergen Ryskulov, David Montero, Samuel Mugel, Román Orús arxiv

Deploying local large language models and vision-language models on edge devices requires balancing accuracy with constrained computational and energy budgets. Although graphics processors dominate modern artificial-intelligence deployment, most consumer hardware--including laptops, desktops, industrial controllers, and embedded systems--relies on central processing units. Despite this, the computational laws governing central-processing-unit-only inference for local language and vision-language workloads remain largely unexplored. We systematically benchmark large language and vision-language models on two representative central-processing-unit tiers widely used for local inference: a MacBook Pro M2, reflecting mainstream laptop-class deployment, and a Raspberry Pi 5, representing constrained, low-power embedded settings. Using a unified methodology based on continuous sampling of processor and memory usage together with area-under-curve integration, we characterize how computational load scales with input text length for language models and with image resolution for vision-language models. We uncover two empirical scaling laws: (1) computational cost for language-model inference scales approximately linearly with token length; and (2) vision-language models exhibit a preprocessing-driven "resolution knee", where compute remains constant above an internal resolution clamp and decreases sharply below it. Beyond these laws, we show that quantum-inspired compression reduces processor and memory usage by up to 71.9% and energy consumption by up to 62%, while preserving or improving semantic accuracy. These results provide a systematic quantification of multimodal central-processing-unit-only scaling for local language and vision-language workloads, and they identify model compression and input-resolution preprocessing as effective, low-cost levers for sustainable edge inference.

📄 PDF Abstract BibTeX arXiv:2512.16531

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Semantic Tube Prediction: Beating LLM Data Efficiency with JEPA

2026-02-26 · Hai Huang, Yann LeCun, Randall Balestriero arxiv

Large Language Models (LLMs) obey consistent scaling laws -- empirical power-law fits that predict how loss decreases with compute, data, and parameters. While predictive, these laws are descriptive rather than prescript…

Position: Enough of Scaling LLMs! Lets Focus on Downscaling

2025-05-02 · Ayan Sengupta, Yash Goel, Tanmoy Chakraborty

We challenge the dominant focus on neural scaling laws and advocate for a paradigm shift toward downscaling in the development of large language models (LLMs). While scaling laws have provided critical insights into perf…

Position

LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

2025-02-17 · Prasanna Mayilvahanan, Thaddäus Wiedemer, Sayak Mallick, Matthias Bethge 외

Scaling laws guide the development of large language models (LLMs) by offering estimates for the optimal balance of model size, tokens, and compute. More recently, loss-to-loss scaling laws that relate losses across pret…

MambaState Space Models

Neural Scaling Laws for Boosted Jet Tagging

2026-02-17 · Matthias Vigl, Nicole Hartman, Michael Kagan, Lukas Heinrich arxiv

The success of Large Language Models (LLMs) has established that scaling compute, through joint increases in model capacity and dataset size, is the primary driver of performance in modern machine learning. While machine…

Jet Tagging

The Quantization Trap: Breaking Linear Scaling Laws in Multi-Hop Reasoning

2026-02-14 · Henry Han, Xiyang Liu, Xiaodong Wang, Fei Han 외 arxiv

Neural scaling laws provide a predictable recipe for AI advancement: reducing numerical precision should linearly improve computational efficiency and energy profile ($E \propto \mathrm{bits}$). In this paper, we demonst…

Computational Efficiency