paper-with-me

Papers

Sphynx: ReLU-Efficient Network Design for Private Inference

2021-06-17 · Minsu Cho, Zahra Ghodsi, Brandon Reagen, Siddharth Garg, Chinmay Hegde

The emergence of deep learning has been accompanied by privacy concerns surrounding users' data and service providers' models. We focus on private inference (PI), where the goal is to perform inference on a user's data sample using a service provider's model. Existing PI methods for deep networks enable cryptographically secure inference with little drop in functionality; however, they incur severe latency costs, primarily caused by non-linear network operations (such as ReLUs). This paper presents Sphynx, a ReLU-efficient network design method based on micro-search strategies for convolutional cell design. Sphynx achieves Pareto dominance over all existing private inference methods on CIFAR-100. We also design large-scale networks that support cryptographically private inference on Tiny-ImageNet and ImageNet.

📄 PDF Abstract BibTeX arXiv:2106.11755

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

DeepReDuce: ReLU Reduction for Fast Private Inference

2021-03-02 · Nandan Kumar Jha, Zahra Ghodsi, Siddharth Garg, Brandon Reagen

The recent rise of privacy concerns has led researchers to devise methods for private neural inference -- where inferences are made directly on encrypted data, never seeing inputs. The primary challenge facing private in…

Making Models Shallow Again: Jointly Learning to Reduce Non-Linearity and Depth for Latency-Efficient Private Inference

2023-04-26 · Souvik Kundu, Yuke Zhang, Dake Chen, Peter A. Beerel

Large number of ReLU and MAC operations of Deep neural networks make them ill-suited for latency and compute-efficient private inference. In this paper, we present a model optimization method that allows a model to learn…

Model OptimizationSensitivity

Approximating ReLU on a Reduced Ring for Efficient MPC-based Private Inference

2023-09-09 · Kiwan Maeng, G. Edward Suh

Secure multi-party computation (MPC) allows users to offload machine learning inference on untrusted servers without having to share their privacy-sensitive data. Despite their strong security properties, MPC-based priva…

Learning to Linearize Deep Neural Networks for Secure and Efficient Private Inference

2023-01-23 · Souvik Kundu, Shunlin Lu, Yuke Zhang, Jacqueline Liu 외

The large number of ReLU non-linearity operations in existing deep neural networks makes them ill-suited for latency-efficient private inference (PI). Existing techniques to reduce ReLU operations often involve manual ef…

Sensitivity

AutoReP: Automatic ReLU Replacement for Fast Private Network Inference

2023-08-20 · ICCV 2023 1 · Hongwu Peng, Shaoyi Huang, Tong Zhou, Yukui Luo 외

The growth of the Machine-Learning-As-A-Service (MLaaS) market has highlighted clients' data privacy and security issues. Private inference (PI) techniques using cryptographic primitives offer a solution but often have h…