paper-with-me

Papers

PRISM: Privacy-Aware Routing for Adaptive Cloud-Edge LLM Inference via Semantic Sketch Collaboration

2025-11-27 · Junfei Zhan, Haoxun Shen, Zheng Lin, Tengjiao He arxiv

Large Language Models (LLMs) demonstrate impressive capabilities in natural language understanding and generation, but incur high communication overhead and privacy risks in cloud deployments, while facing compute and memory constraints when confined to edge devices. Cloud-edge inference has emerged as a promising paradigm for improving privacy in LLM services by retaining sensitive computations on local devices. However, existing cloud-edge inference approaches apply uniform privacy protection without considering input sensitivity, resulting in unnecessary perturbation and degraded utility even for non-sensitive tokens. To address this limitation, we propose Privacy-aware Routing for Inference with Semantic Modulation (PRISM), a context-aware framework that dynamically balances privacy and inference quality. PRISM executes in four stages: (1) the edge device profiles entity-level sensitivity; (2) a soft gating module on the edge selects an execution mode - cloud, edge, or collaboration; (3) for collaborative paths, the edge applies adaptive two-layer local differential privacy based on entity risks; and (4) the cloud LLM generates a semantic sketch from the perturbed prompt, which is then refined by the edge-side small language model (SLM) using local context. Our results show that PRISM consistently achieves superior privacy-utility trade-offs across various scenarios, reducing energy consumption and latency to 40-50% of baseline methods such as Uniform and Selective LDP, while maintaining high output quality under strong privacy constraints. These findings are validated through comprehensive evaluations involving realistic prompts, actual energy measurements, and heterogeneous cloud-edge model deployments.

📄 PDF Abstract BibTeX arXiv:2511.22788

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

PRISM: Gauge-Invariant Tangent-Space Differentially Private LoRA

2026-05-31 · Shihao Wang, Xueru Zhang arxiv

Applying differential privacy (DP) via DP-SGD to Low-Rank Adaptation (LoRA) is a natural approach for privacy-preserving fine-tuning. However, LoRA's low-rank parameterization poses a fundamental challenge. In LoRA, each…

MoE-Prism: Disentangling Monolithic Experts for Elastic MoE Services via Model-System Co-Designs

2025-10-22 · Xinfeng Xia, Jiacheng Liu, Xiaofeng Hou, Peng Tang 외 arxiv

Mixture-of-Experts (MoE) models, the state-of-the-art in large-scale AI, achieve high quality by sparsely activating parameters. However, their reliance on routing between a few monolithic experts via a top-k mechanism c…

PrismAD: Decoupled Planning via Semantic Mixture-of-Planners for End-to-End Autonomous Driving

2026-07-11 · Kang Ding, Zhigui Lin, Hongsong Wang, Jie Gui 외 arxiv

This letter presents PrismAD, a decoupled end-to-end autonomous driving framework based on a Semantic Mixture-of-Planners. Existing planners usually aggregate heterogeneous scene tokens into a coupled representation spac…

Autonomous Driving

PRISM-XR: Empowering Privacy-Aware XR Collaboration with Multimodal Large Language Models

2026-02-09 · Jiangong Chen, Mingyu Zhu, Bin Li arxiv

Multimodal Large Language Models (MLLMs) enhance collaboration in Extended Reality (XR) environments by enabling flexible object and animation creation through the combination of natural language and visual inputs. Howev…

Plan before Solving: Problem-Aware Strategy Routing for Mathematical Reasoning with LLMs

2025-09-29 · Shihao Qi, Jie Ma, Ziang Yin, Lingling Zhang 외 arxiv

Existing methods usually leverage a fixed strategy, such as natural language reasoning, code-augmented reasoning, tool-integrated reasoning, or ensemble-based reasoning, to guide Large Language Models (LLMs) to perform m…

Computational EfficiencyMathematical Reasoning