paper-with-me

홈 › Papers

Cascade: Token-Sharded Private LLM Inference

2025-07-07 · Rahul Thomas, Louai Zahran, Erica Choi, Akilesh Potti, Micah Goldblum, Arka Pal arxiv

As LLMs continue to increase in parameter size, the computational resources required to run them are available to fewer parties. Therefore, third-party inference services -- where LLMs are hosted by third parties with significant computational resources -- are becoming increasingly popular. However, third party inference raises critical concerns about user data privacy. To mitigate these risks, privacy researchers have developed provably secure schemes for third-party inference, such as Secure Multi-Party Computation (SMPC). However, SMPC protocols have significant computational and communication overhead, and do not scale to large models. In this work, we propose a new multi-party inference protocol, Cascade, that avoids these punitive costs by leveraging sharding in the sequence dimension to maintain privacy, trading off cryptographic privacy guarantees for increased performance and scalability. We demonstrate that Cascade is resistant to a generalization of a recent attack that is highly effective against other statistical privacy schemes, and that it is further resistant to learning-based attacks. As Cascade is orders of magnitude faster than existing schemes, our findings offer practical solutions for secure deployment of modern state-of-the-art LLMs.

📄 PDF Abstract BibTeX arXiv:2507.05228

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TokenVerse: Towards Unifying Speech and NLP Tasks via Transducer-based ASR

2024-07-05 · Shashi Kumar, Srikanth Madikeri, Juan Zuluaga-Gomez, Iuliia Thorbecke 외

In traditional conversational intelligence from speech, a cascaded pipeline is used, involving tasks such as voice activity detection, diarization, transcription, and subsequent processing with different NLP models for t…

Action DetectionActivity DetectionChange Detectionnamed-entity-recognition+4

CipherPrune: Efficient and Scalable Private Transformer Inference

2025-02-24 · Yancheng Zhang, Jiaqi Xue, Mengxin Zheng, Mimi Xie 외

Private Transformer inference using cryptographic protocols offers promising solutions for privacy-preserving machine learning; however, it still faces significant runtime overhead (efficiency issues) and challenges in h…

Privacy Preserving

Can LLMs get help from other LLMs without revealing private information?

2024-04-01 · Florian Hartmann, Duc-Hieu Tran, Peter Kairouz, Victor Cărbune 외

Cascades are a common type of machine learning systems in which a large, remote model can be queried if a local model is not able to accurately label a user's data by itself. Serving stacks for large language models (LLM…

Privacy Preserving

Clustering and Median Aggregation Improve Differentially Private Inference

2025-06-05 · Kareem Amin, Salman Avestimehr, Sara Babakniya, Alex Bie 외

Differentially private (DP) language model inference is an approach for generating private synthetic text. A sensitive input example is used to prompt an off-the-shelf large language model (LLM) to produce a similar exam…

ClusteringLanguage ModelingLanguage ModellingLarge Language Model

MAIGO: Mitigating Lost-in-Conversation with History-Cleaned On-Policy Self-Distillation

2026-05-26 · Haoyu Zheng, Yun Zhu, Shu Yuan, Shangming Chen 외 arxiv

Large language models often solve tasks from a fully specified prompt but degrade when the same requirements unfold over multiple turns, known as the lost-in-conversation (LiC) gap. We trace part of this degradation to s…