paper-with-me

홈 › Papers

Your Inference Request Will Become a Black Box: Confidential Inference for Cloud-based Large Language Models

2026-02-27 · Chung-ju Huang, Huiqiang Zhao, Yuanpeng He, Lijian Li, Wenpin Jiao, Zhi Jin, Peixuan Chen, Leye Wang arxiv

The increasing reliance on cloud-hosted Large Language Models (LLMs) exposes sensitive client data, such as prompts and responses, to potential privacy breaches by service providers. Existing approaches fail to ensure privacy, maintain model performance, and preserve computational efficiency simultaneously. To address this challenge, we propose Talaria, a confidential inference framework that partitions the LLM pipeline to protect client data without compromising the cloud's model intellectual property or inference quality. Talaria executes sensitive, weight-independent operations within a client-controlled Confidential Virtual Machine (CVM) while offloading weight-dependent computations to the cloud GPUs. The interaction between these environments is secured by our Reversible Masked Outsourcing (ReMO) protocol, which uses a hybrid masking technique to reversibly obscure intermediate data before outsourcing computations. Extensive evaluations show that Talaria can defend against state-of-the-art token inference attacks, reducing token reconstruction accuracy from over 97.5% to an average of 1.34%, all while being a lossless mechanism that guarantees output identical to the original model without significantly decreasing efficiency and scalability. To the best of our knowledge, this is the first work that ensures clients' prompts and responses remain inaccessible to the cloud, while also preserving model privacy, performance, and efficiency.

📄 PDF Abstract BibTeX arXiv:2603.00196

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

DoubtProbe: Black-Box Jailbreak Defense via Structural Verification and Semantic Auditing

2026-06-15 · Xuanyu Yin, Yilin Jiang, Jun Zhou, Kai Chen 외 arxiv

As large language models (LLMs) are increasingly deployed in user-facing systems, black-box jailbreak defense has become an important practical problem. Existing defenses often rely on known-attack coverage, prompt-level…

LLM-Pilot: Characterize and Optimize Performance of your LLM Inference Services

2024-10-03 · Małgorzata Łazuka, Andreea Anghel, Thomas Parnell

As Large Language Models (LLMs) are rapidly growing in popularity, LLM inference services must be able to serve requests from thousands of users while satisfying performance requirements. The performance of an LLM infere…

BenchmarkingGPU

LLMs unlock new paths to monetizing exploits

2025-05-16 · Nicholas Carlini, Milad Nasr, Edoardo Debenedetti, Barry Wang 외

We argue that Large language models (LLMs) will soon alter the economics of cyberattacks. Instead of attacking the most commonly used software and monetizing exploits by targeting the lowest common denominator among vict…

Semi-Clairvoyant Scheduling of Speculative Decoding Requests to Minimize LLM Inference Latency

2025-05-20 · Ruixiao Li, Fahao Chen, Peng Li

Speculative decoding accelerates Large Language Model (LLM) inference by employing a small speculative model (SSM) to generate multiple candidate tokens and verify them using the LLM in parallel. This technique has been …

Large Language ModelScheduling

Push Your Agent: Measuring and Enforcing Quantitative Goal Persistence in Long-Horizon LLM Agents

2026-05-22 · Yuandao Cai, Yuzhang Zhu, Liyou Gao, Wensheng Tang 외 arxiv

Long-horizon language agents can make many plausible local tool calls yet fail to persist until a requested count is actually complete. We study this gap as Quantitative Goal Persistence (QGP): whether an agent keeps wor…