paper-with-me

홈 › Papers

ShadowNet: A Secure and Efficient On-device Model Inference System for Convolutional Neural Networks

2020-11-11 · Zhichuang Sun, Ruimin Sun, Changming Liu, Amrita Roy Chowdhury, Long Lu, Somesh Jha

With the increased usage of AI accelerators on mobile and edge devices, on-device machine learning (ML) is gaining popularity. Thousands of proprietary ML models are being deployed today on billions of untrusted devices. This raises serious security concerns about model privacy. However, protecting model privacy without losing access to the untrusted AI accelerators is a challenging problem. In this paper, we present a novel on-device model inference system, ShadowNet. ShadowNet protects the model privacy with Trusted Execution Environment (TEE) while securely outsourcing the heavy linear layers of the model to the untrusted hardware accelerators. ShadowNet achieves this by transforming the weights of the linear layers before outsourcing them and restoring the results inside the TEE. The non-linear layers are also kept secure inside the TEE. ShadowNet's design ensures efficient transformation of the weights and the subsequent restoration of the results. We build a ShadowNet prototype based on TensorFlow Lite and evaluate it on five popular CNNs, namely, MobileNet, ResNet-44, MiniVGG, ResNet-404, and YOLOv4-tiny. Our evaluation shows that ShadowNet achieves strong security guarantees with reasonable performance, offering a practical solution for secure on-device model inference.

📄 PDF Abstract BibTeX arXiv:2011.05905

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UnShadowNet: Illumination Critic Guided Contrastive Learning For Shadow Removal

2022-03-29 · Subhrajyoti Dasgupta, Arindam Das, Senthil Yogamani, Sudip Das 외

Shadows are frequently encountered natural phenomena that significantly hinder the performance of computer vision perception systems in practical settings, e.g., autonomous driving. A solution to this would be to elimina…

Autonomous DrivingContrastive LearningShadow Removal

FlexServe: A Fast and Secure LLM Serving System for Mobile Devices with Flexible Resource Isolation

2026-06-22 · Yinpeng Wu, Yitong Chen, Lixiang Wang, Jinyu Gu 외 arxiv

Device-side Large Language Models (LLMs) have grown explosively, offering stronger privacy and higher availability than their cloud-side counterparts. During LLM inference, both the model weights and the user data are va…

FlexServe: A Fast and Secure LLM Serving System for Mobile Devices with Flexible Resource Isolation

2026-03-10 · Yinpeng Wu, Yitong Chen, Lixiang Wang, Jinyu Gu 외 arxiv

Device-side Large Language Models (LLMs) have witnessed explosive growth, offering higher privacy and availability compared to cloud-side LLMs. During LLM inference, both model weights and user data are valuable, and att…

How Secure is Distributed Convolutional Neural Network on IoT Edge Devices?

2020-06-16 · Hawzhin Mohammed, Tolulope A. Odetola, Syed Rafay Hasan

Convolutional Neural Networks (CNN) has found successful adoption in many applications. The deployment of CNN on resource-constrained edge devices have proved challenging. CNN distributed deployment across different edge…

Style-Guided Shadow Removal

2022-11-09 · ECCV 2022 11 · Jin Wan, Hui Yin, Zhenyao Wu, Xinyi Wu 외

Shadow removal is an important topic in image restoration, and it can benefit many computer vision tasks. State-of-the-art shadow-removal methods typically employ deep learning by minimizing a pixel-level difference betw…

Image RestorationShadow Removal