paper-with-me

홈 › Papers

Position: On-Premises LLM Deployment Demands a Middle Path: Preserving Privacy Without Sacrificing Model Confidentiality

2024-10-15 · Hanbo Huang, Yihan Li, Bowen Jiang, Lin Liu, Bo Jiang, Ruoyu Sun, Zhuotao Liu, Shiyu Liang

Current LLM customization typically relies on two deployment strategies: closed-source APIs, which require users to upload private data to external servers, and open-weight models, which allow local fine-tuning but pose misuse risks. In this position paper, we argue that (1) deploying closed-source LLMs within user-controlled infrastructure (\textit{on-premises deployment}) enhances data privacy and mitigates misuse risks, and (2) a well-designed on-premises deployment must ensure model confidentiality -- by preventing model theft -- and offer privacy-preserving customization. Prior research on small models has explored securing only the output layer within hardware-secured devices to balance confidentiality and customization efficiency. However, we show that this approach is insufficient for defending large-scale LLMs against distillation attacks. We therefore introduce a {semi-open deployment framework} that secures only a few, carefully chosen layers, achieving distillation resistance comparable to fully secured models while preserving fine-tuning flexibility. Through extensive experiments, we show that securing bottom layers significantly reduces functional extraction risks. Our findings demonstrate that privacy and confidentiality can coexist, paving the way for secure on-premises AI deployment that balances usability and protection.

📄 PDF Abstract BibTeX arXiv:2410.11182

Code (1)

OTTO-OTO/SCARA-Semi-Open 공식 구현 pytorch

Tasks

PositionPrivacy Preserving

Similar Papers 제목 키워드 기반

From Performance to Practice: Knowledge-Distilled Segmentator for On-Premises Clinical Workflows

2026-01-14 · Qizhen Lan, Aaron Choi, Jun Ma, Bo Wang 외 arxiv

Deploying medical image segmentation models in routine clinical workflows is often constrained by on-premises infrastructure, where computational resources are fixed and cloud-based inference may be restricted by governa…

Medical Image SegmentationKnowledge Distillation

Analyzing the Semantic Types of Claims and Premises in an Online Persuasive Forum

2017-09-01 · WS 2017 9 · Christopher Hidey, Elena Musi, Alyssa Hwang, Smar Muresan 외

Argumentative text has been analyzed both theoretically and computationally in terms of argumentative structure that consists of argument components (e.g., claims, premises) and their argumentative relations (e.g., suppo…

Argument Mining

Lost in the Middle: An Emergent Property from Information Retrieval Demands in LLMs

2025-10-11 · Nikolaus Salvatore, Hao Wang, Qiong Zhang arxiv

The performance of Large Language Models (LLMs) often degrades when crucial information is in the middle of a long context, a "lost-in-the-middle" phenomenon that mirrors the primacy and recency effects in human memory. …

Information Retrieval

Harness Engineering for Physical AI: Robot Middleware Is the Harness Layer

2026-06-08 · Sanghoon Lee, Jiyeong Chae, Kyung-Joon Park arxiv

Robot middleware faces a new role in the era of Physical AI. Learned policies, planners, and vision-language-action (VLA) models now enter deployed robots as causal participants on the control path, but the layer that in…

The Promise of Premise: Harnessing Question Premises in Visual Question Answering

2017-05-01 · EMNLP 2017 9 · Aroma Mahendru, Viraj Prabhu, Akrit Mohapatra, Dhruv Batra 외

In this paper, we make a simple observation that questions about images often contain premises - objects and relationships implied by the question - and that reasoning about premises can help Visual Question Answering (V…

Question AnsweringRelevance DetectionVisual Question AnsweringVisual Question Answering (VQA)