English

SLIP: Securing LLMs IP Using Weights Decomposition

Cryptography and Security 2025-11-04 v3 Machine Learning Machine Learning

Abstract

Large language models (LLMs) have recently seen widespread adoption in both academia and industry. As these models grow, they become valuable intellectual property (IP), reflecting substantial investments by their owners. The high cost of cloud-based deployment has spurred interest in running models on edge devices, but this risks exposing parameters to theft and unauthorized use. Existing approaches to protect model IP on the edge trade off practicality, accuracy, or deployment requirements. We introduce SLIP, a hybrid inference algorithm designed to protect edge-deployed models from theft. SLIP is, to our knowledge, the first hybrid protocol that is both practical for real-world applications and provably secure, while incurring zero accuracy degradation and minimal latency overhead. It partitions the model across two computing resources: one secure but expensive, and one cost-effective but vulnerable. Using matrix decomposition, the secure resource retains the most sensitive portion of the model's IP while performing only a small fraction of the computation; the vulnerable resource executes the remainder. The protocol includes security guarantees that prevent attackers from using the partition to infer the protected information. Finally, we present experimental results that demonstrate the robustness and effectiveness of our method, positioning it as a compelling solution for protecting LLMs.

Keywords

Cite

@article{arxiv.2407.10886,
  title  = {SLIP: Securing LLMs IP Using Weights Decomposition},
  author = {Yehonathan Refael and Adam Hakim and Lev Greenberg and Satya Lokam and Tal Aviv and Ben Fishman and Shachar Seidman and Racchit Jain and Jay Tenenbaum},
  journal= {arXiv preprint arXiv:2407.10886},
  year   = {2025}
}
R2 v1 2026-06-28T17:41:34.219Z