LGAICLFeb 3

MeKi: Memory-based Expert Knowledge Injection for Efficient LLM Scaling

arXiv:2602.03359v13 citationsh-index: 6Has Code
AI Analysis

This addresses the challenge of deploying performant LLMs on edge devices like smartphones, offering a practical solution for on-device AI applications.

The paper tackles the problem of scaling LLMs for edge devices with limited resources by proposing MeKi, a system that uses token-level memory experts and re-parameterization to inject pre-stored knowledge without increasing inference latency, achieving significant performance gains over dense LLMs at identical speeds.

Scaling Large Language Models (LLMs) typically relies on increasing the number of parameters or test-time computations to boost performance. However, these strategies are impractical for edge device deployment due to limited RAM and NPU resources. Despite hardware constraints, deploying performant LLM on edge devices such as smartphone remains crucial for user experience. To address this, we propose MeKi (Memory-based Expert Knowledge Injection), a novel system that scales LLM capacity via storage space rather than FLOPs. MeKi equips each Transformer layer with token-level memory experts that injects pre-stored semantic knowledge into the generation process. To bridge the gap between training capacity and inference efficiency, we employ a re-parameterization strategy to fold parameter matrices used during training into a compact static lookup table. By offloading the knowledge to ROM, MeKi decouples model capacity from computational cost, introducing zero inference latency overhead. Extensive experiments demonstrate that MeKi significantly outperforms dense LLM baselines with identical inference speed, validating the effectiveness of memory-based scaling paradigm for on-device LLMs. Project homepage is at https://github.com/ningding-o/MeKi.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes