English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Paper

MLCapsule: Guarded Offline Deployment of Machine Learning as a Service

MPS-Authors
/persons/resource/persons214875

Augustin,  Max
Computer Vision and Multimodal Computing, MPI for Informatics, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)

arXiv:1808.00590.pdf
(Preprint), 2MB

Supplementary Material (public)
There is no public supplementary material available
Citation

Hanzlik, L., Zhang, Y., Grosse, K., Salem, A., Augustin, M., Backes, M., et al. (2018). MLCapsule: Guarded Offline Deployment of Machine Learning as a Service. Retrieved from http://arxiv.org/abs/1808.00590.


Cite as: https://hdl.handle.net/21.11116/0000-0002-5B4F-1
Abstract
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 the model with their data via an API. However, if
the user's input is sensitive, sending it to the server is not an option.
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 machine learning model
locally on the user's client 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 demonstrate that MLCapsule
allows for implementing defenses against advanced attacks on machine learning
models such as model stealing/reverse engineering and membership inference.