Preventing Neural Network Model Exfiltration in Machine Learning Hardware Accelerators

Mihailo Isakov,Lake Bu,Hai Cheng,Michel A. Kinsy
DOI: https://doi.org/10.1109/asianhost.2018.8607161
2018-12-01
Abstract:Machine learning (ML) models are often trained using private datasets that are very expensive to collect, or highly sensitive, using large amounts of computing power. The models are commonly exposed either through online APIs, or used in hardware devices deployed in the field or given to the end users. This provides an incentive for adversaries to steal these ML models as a proxy for gathering datasets. While API-based model exfiltration has been studied before, the theft and protection of machine learning models on hardware devices have not been explored as of now. In this work, we examine this important aspect of the design and deployment of ML models. We illustrate how an attacker may acquire either the model or the model architecture through memory probing, side-channels, or crafted input attacks, and propose (1) power-efficient obfuscation as an alternative to encryption, and (2) timing side-channel countermeasures.
What problem does this paper attempt to address?