paper-with-me

Papers

CryptoNAS: Private Inference on a ReLU Budget

2020-06-15 · NeurIPS 2020 12 · Zahra Ghodsi, Akshaj Veldanda, Brandon Reagen, Siddharth Garg

Machine learning as a service has given raise to privacy concerns surrounding clients' data and providers' models and has catalyzed research in private inference (PI): methods to process inferences without disclosing inputs. Recently, researchers have adapted cryptographic techniques to show PI is possible, however all solutions increase inference latency beyond practical limits. This paper makes the observation that existing models are ill-suited for PI and proposes a novel NAS method, named CryptoNAS, for finding and tailoring models to the needs of PI. The key insight is that in PI operator latency cost are non-linear operations (e.g., ReLU) dominate latency, while linear layers become effectively free. We develop the idea of a ReLU budget as a proxy for inference latency and use CryptoNAS to build models that maximize accuracy within a given budget. CryptoNAS improves accuracy by 3.4% and latency by 2.4x over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2006.08733

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

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…

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

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…

Coordinate Descent for Network Linearization

2025-11-14 · Vlad Rakhlin, Amir Jevnisek, Shai Avidan arxiv

ReLU activations are the main bottleneck in Private Inference that is based on ResNet networks. This is because they incur significant inference latency. Reducing ReLU count is a discrete optimization problem, and there …

Sphynx: ReLU-Efficient Network Design for Private Inference

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

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 s…