paper-with-me

홈 › Papers

Privacy-Preserving Verifiable Neural Network Inference Service

2024-11-12 · Arman Riasi, Jorge Guajardo, Thang Hoang

Machine learning has revolutionized data analysis and pattern recognition, but its resource-intensive training has limited accessibility. Machine Learning as a Service (MLaaS) simplifies this by enabling users to delegate their data samples to an MLaaS provider and obtain the inference result using a pre-trained model. Despite its convenience, leveraging MLaaS poses significant privacy and reliability concerns to the client. Specifically, sensitive information from the client inquiry data can be leaked to an adversarial MLaaS provider. Meanwhile, the lack of a verifiability guarantee can potentially result in biased inference results or even unfair payment issues. While existing trustworthy machine learning techniques, such as those relying on verifiable computation or secure computation, offer solutions to privacy and reliability concerns, they fall short of simultaneously protecting the privacy of client data and providing provable inference verifiability. In this paper, we propose vPIN, a privacy-preserving and verifiable CNN inference scheme that preserves privacy for client data samples while ensuring verifiability for the inference. vPIN makes use of partial homomorphic encryption and commit-and-prove succinct non-interactive argument of knowledge techniques to achieve desirable security properties. In vPIN, we develop various optimization techniques to minimize the proving circuit for homomorphic inference evaluation thereby, improving the efficiency and performance of our technique. We fully implemented and evaluated our vPIN scheme on standard datasets (e.g., MNIST, CIFAR-10). Our experimental results show that vPIN achieves high efficiency in terms of proving time, verification time, and proof size, while providing client data privacy guarantees and provable verifiability.

📄 PDF Abstract BibTeX arXiv:2411.07468

Code (1)

vt-asaplab/vPIN 공식 구현 pytorch

Tasks

Privacy Preserving

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Efficient and Verifiable Privacy-Preserving Convolutional Computation for CNN Inference with Untrusted Clouds

2025-08-18 · Jinyu Lu, Xinrong Sun, Yunting Tao, Tong Ji 외 arxiv

The widespread adoption of convolutional neural networks (CNNs) in resource-constrained scenarios has driven the development of Machine Learning as a Service (MLaaS) system. However, this approach is susceptible to priva…

Privacy-Preserving Mechanisms Enable Cheap Verifiable Inference of LLMs

2026-02-19 · Arka Pal, Louai Zahran, William Gvozdjak, Akilesh Potti 외 arxiv

As large language models (LLMs) continue to grow in size, fewer users are able to host and run models locally. This has led to increased use of third-party hosting services. However, in this setting, there is a lack of g…

Verifiable Fairness: Privacy-preserving Computation of Fairness for Machine Learning Systems

2023-09-12 · Ehsan Toreini, Maryam Mehrnezhad, Aad van Moorsel

Fair machine learning is a thriving and vibrant research topic. In this paper, we propose Fairness as a Service (FaaS), a secure, verifiable and privacy-preserving protocol to computes and verify the fairness of any mach…

FairnessPrivacy Preserving

TrustedARI: Towards Trust-Native Agentic Routing Infrastructure for Agentic AI

2026-06-14 · Qi Li, Zhenhua Zou, Shuo Li, Mingwei Xu 외 arxiv

AI agents increasingly access external models, tools, and services through Agentic Routing Infrastructure (ARI) to manage the overhead of heterogeneous interfaces and fragmented subscriptions. Yet, the architecture of AR…

Towards Verifiable Federated Unlearning: Framework, Challenges, and The Road Ahead

2025-10-01 · Thanh Linh Nguyen, Marcela Tuler de Oliveira, An Braeken, Aaron Yi Ding 외 arxiv

Federated unlearning (FUL) enables removing the data influence from the model trained across distributed clients, upholding the right to be forgotten as mandated by privacy regulations. FUL facilitates a value exchange w…