paper-with-me

홈 › Papers

CryptoTensors: A Light-Weight Large Language Model File Format for Highly-Secure Model Distribution

2025-12-04 · Huifeng Zhu, Shijie Li, Qinfeng Li, Yier Jin arxiv

To enhance the performance of large language models (LLMs) in various domain-specific applications, sensitive data such as healthcare, law, and finance are being used to privately customize or fine-tune these models. Such privately adapted LLMs are regarded as either personal privacy assets or corporate intellectual property. Therefore, protecting model weights and maintaining strict confidentiality during deployment and distribution have become critically important. However, existing model formats and deployment frameworks provide little to no built-in support for confidentiality, access control, or secure integration with trusted hardware. Current methods for securing model deployment either rely on computationally expensive cryptographic techniques or tightly controlled private infrastructure. Although these approaches can be effective in specific scenarios, they are difficult and costly for widespread deployment. In this paper, we introduce CryptoTensors, a secure and format-compatible file structure for confidential LLM distribution. Built as an extension to the widely adopted Safetensors format, CryptoTensors incorporates tensor-level encryption and embedded access control policies, while preserving critical features such as lazy loading and partial deserialization. It enables transparent decryption and automated key management, supporting flexible licensing and secure model execution with minimal overhead. We implement a proof-of-concept library, benchmark its performance across serialization and runtime scenarios, and validate its compatibility with existing inference frameworks, including Hugging Face Transformers and vLLM. Our results highlight CryptoTensors as a light-weight, efficient, and developer-friendly solution for safeguarding LLM weights in real-world and widespread deployments.

📄 PDF Abstract BibTeX arXiv:2512.04580

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EdgeProfiler: A Fast Profiling Framework for Lightweight LLMs on Edge Using Analytical Model

2025-06-06 · Alyssa Pinnock, Shakya Jayakody, Kawsher A Roxy, Md Rubel Ahmed

This paper introduces EdgeProfiler, a fast profiling framework designed for evaluating lightweight Large Language Models (LLMs) on edge systems. While LLMs offer remarkable capabilities in natural language understanding …

Natural Language UnderstandingQuantizationRaspberry Pi 4

Conf-Profile: A Confidence-Driven Reasoning Paradigm for Label-Free User Profiling

2025-09-23 · Yingxin Li, Jianbo Zhao, Xueyu Ren, Jie Tang 외 arxiv

User profiling, as a core technique for user understanding, aims to infer structural attributes from user information. Large Language Models (LLMs) provide a promising avenue for user profiling, yet the progress is hinde…

Reinforcement Learning

Recommendations by Concise User Profiles from Review Text

2023-11-02 · Ghazaleh Haratinezhad Torbati, Anna Tigunova, Andrew Yates, Gerhard Weikum

Recommender systems perform well for popular items and users with ample interactions (likes, ratings etc.). This work addresses the difficult and underexplored case of users who have very sparse interactions but post inf…

Language ModelingLanguage ModellingRecommendation SystemsRepresentation Learning+1

aiXcoder-7B: A Lightweight and Effective Large Language Model for Code Processing

2024-10-17 · Siyuan Jiang, Jia Li, He Zong, Huanyu Liu 외

Large Language Models (LLMs) have been widely used in code completion, and researchers are focusing on scaling up LLMs to improve their accuracy. However, larger LLMs have lower inference efficiency, affecting developers…

AttributeCode CompletionLanguage ModelingLanguage Modelling+1

Profiling What Matters: Context-Aware Item Profiles from Large-Scale Metadata for LLM Recommenders

2026-08-21 · Dojun Hwang, Seunghan Lee, Cheonyoung Park, Sara Yu 외 arxiv

While Large Language Models (LLMs) have significantly advanced reranking in recommendation, effectively leveraging item-side information remains challenging. Real-world items are described by vast, heterogeneous, and uns…