paper-with-me

홈 › Papers

MLCapsule: Guarded Offline Deployment of Machine Learning as a Service

2018-08-01 · Lucjan Hanzlik, Yang Zhang, Kathrin Grosse, Ahmed Salem, Max Augustin, Michael Backes, Mario Fritz

With the widespread use of machine learning (ML) techniques, ML as a service has become increasingly popular. In this setting, an ML model resides on a server and users can query it with their data via an API. However, if the user's input is sensitive, sending it to the server is undesirable and sometimes even legally not possible. Equally, the service provider does not want to share the model by sending it to the client for protecting its intellectual property and pay-per-query business model. In this paper, we propose MLCapsule, a guarded offline deployment of machine learning as a service. MLCapsule executes the model locally on the user's side and therefore the data never leaves the client. Meanwhile, MLCapsule offers the service provider the same level of control and security of its model as the commonly used server-side execution. In addition, MLCapsule is applicable to offline applications that require local execution. Beyond protecting against direct model access, we couple the secure offline deployment with defenses against advanced attacks on machine learning models such as model stealing, reverse engineering, and membership inference.

📄 PDF Abstract BibTeX arXiv:1808.00590

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

SLO-Conditioned Action Routing for Retrieval-Augmented Generation: Objective Ablation and Failure Modes

2025-12-27 · Bharath Nunepalli arxiv

Retrieval-augmented generation (RAG) introduces a practical control problem: retrieval depth and generation behavior must be chosen per query to satisfy service-level objectives (SLOs) such as cost, refusal rate, and hal…

HyGen: Efficient LLM Serving via Elastic Online-Offline Request Co-location

2025-01-15 · Ting Sun, Penghan Wang, Fan Lai

Large language models (LLMs) have facilitated a wide range of applications with distinct service-level objectives (SLOs), from latency-sensitive online tasks like interactive chatbots to throughput-oriented offline workl…

Document SummarizationManagementScheduling

Benchmarking and Learning Real-World Customer Service Dialogue

2025-10-25 · Tianhong Gao, Jundong Shen, Jiapeng Wang, Bei Shi 외 arxiv

Existing benchmarks and training pipelines for industrial intelligent customer service (ICS) remain misaligned with real-world dialogue requirements, overemphasizing verifiable task success while under-measuring subjecti…

Reinforcement Learning

GRACE-DS: a Guarded Reward-guided Agent Correction Environment in Data Science

2026-06-14 · Aleksandr Tsymbalov, Danis Zaripov, Artem Epifanov, Anastasiya Palienko arxiv

We introduce GRACE-DS, a Guarded Reward-guided Agent Correction Environment in Data Science for pre-deployment evaluation of LLM-powered AutoML agents. GRACE-DS is a set of evaluation metrics in an isolated environment t…

Feature EngineeringCode Repair

Offline Guarded Safe Reinforcement Learning for Medical Treatment Optimization Strategies

2025-05-22 · Runze Yan, Xun Shen, Akifumi Wachi, Sebastien Gros 외

When applying offline reinforcement learning (RL) in healthcare scenarios, the out-of-distribution (OOD) issues pose significant risks, as inappropriate generalization beyond clinical expertise can result in potentially …

Offline RLQ-Learningreinforcement-learningReinforcement Learning+2