cd /news/artificial-intelligence/large-models-for-small-devices-recen… · home topics artificial-intelligence article
[ARTICLE · art-100892] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Large Models for Small Devices: Recent Advances and Empirical Analysis of Edge AI Deployment

A new arXiv study (2608.15693v1) finds that no single model compression technique wins across edge AI tasks, reporting that Qwen3.5 0.8B reaches 93.85 SQuAD F1 and 92 EM under Q5_K_M GGUF quantization for question answering, while structured pruning at the same precision costs 16 F1 at a 1% ratio, but for image segmentation pruning cuts model size by nearly 80% at near-constant mIoU. The authors, who deployed compact models on GPU, CPU, and Raspberry Pi platforms, also warn that pruning can inflate deployed artifacts by 21-49% and raise Raspberry Pi latency up to 3.4x, and that compression can mask model failure, as one LoRA-recovered variant held 71% strict BoolQ accuracy while sending 97 of 100 predictions to a single class at 52.6% balanced accuracy.

read1 min views2 publishedAug 18, 2026

arXiv:2608.15693v1 Announce Type: new Abstract: Running large AI models on resource-constrained edge devices requires model compression to reduce model size and computation. What compresses well, however, need not deploy well. We survey dozens of recent works that report compression results on real hardware and extract practical deployment guidelines from them. Following these guidelines, we deploy compact language and image models on GPU, CPU, and Raspberry Pi platforms across question answering and image segmentation. No single technique wins across tasks. For question answering, Qwen3.5 0.8B reaches 93.85 SQuAD F1 and 92 EM under Q5_K_M GGUF quantization, while structured pruning at the same precision costs 16 F1 at a 1% ratio. For segmentation, the ranking reverses: default quantization leaves parameters and MACs unchanged, whereas pruning cuts model size by nearly 80% at near-constant mIoU. Pruning can even inflate the deployed artifact by 21-49% by breaking k-quant super-block alignment; combined with longer, less format-compliant outputs, this raises Raspberry Pi latency up to 3.4x. Compression can also manufacture the appearance of competence rather than destroy it visibly: one LoRA-recovered variant stays fully parseable and holds 71% strict BoolQ accuracy while sending 97 of 100 predictions to a single class, at 52.6% balanced accuracy. We explain these effects through neural-flow graph analysis and prefill-decode-level latency decomposition, and condense them into task-specific deployment research directions. The right technique depends on the task, the model, and the hardware. Our experiment code and artifacts are open-sourced at https://github.com/Arnavvvkumar/deployment

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @arxiv 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/large-models-for-sma…] indexed:0 read:1min 2026-08-18 ·