paper-with-me

홈 › Papers

ASTRA: High Throughput 3PC over Rings with Application to Secure Prediction

2019-12-05 · Harsh Chaudhari, Ashish Choudhury, Arpita Patra, Ajith Suresh

The concrete efficiency of secure computation has been the focus of many recent works. In this work, we present concretely-efficient protocols for secure $3$-party computation (3PC) over a ring of integers modulo $2^{\ell}$ tolerating one corruption, both with semi-honest and malicious security. Owing to the fact that computation over ring emulates computation over the real-world system architectures, secure computation over ring has gained momentum of late. Cast in the offline-online paradigm, our constructions present the most efficient online phase in concrete terms. In the semi-honest setting, our protocol requires communication of $2$ ring elements per multiplication gate during the {\it online} phase, attaining a per-party cost of {\em less than one element}. This is achieved for the first time in the regime of 3PC. In the {\it malicious} setting, our protocol requires communication of $4$ elements per multiplication gate during the online phase, beating the state-of-the-art protocol by $5$ elements. Realized with both the security notions of selective abort and fairness, the malicious protocol with fairness involves slightly more communication than its counterpart with abort security for the output gates {\em alone}. We apply our techniques from $3$PC in the regime of secure server-aided machine-learning (ML) inference for a range of prediction functions-- linear regression, linear SVM regression, logistic regression, and linear SVM classification. Our setting considers a model-owner with trained model parameters and a client with a query, with the latter willing to learn the prediction of her query based on the model parameters of the former. The inputs and computation are outsourced to a set of three non-colluding servers. Our constructions catering to both semi-honest and the malicious world, invariably perform better than the existing constructions.

📄 PDF Abstract BibTeX arXiv:1912.02592

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessregressionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Astra: Efficient and Money-saving Automatic Parallel Strategies Search on Heterogeneous GPUs

2025-02-19 · Peiran Wang, Haibing Li, Fu Haohan, Shiyong Li 외

In this paper, we introduce an efficient and money-saving automatic parallel strategies search framework on heterogeneous GPUs: Astra. First, Astra searches for the efficiency-optimal parallel strategy in both GPU config…

GPU

Communication-Efficient Multi-Device Inference Acceleration for Transformer Models

2025-05-25 · Xiao Liu, Lijun Zhang, Deepak Ganesan, Hui Guan

Transformer models power many AI applications but suffer from high inference latency, limiting their use in real-time settings. Multi-device inference can reduce latency by parallelizing computation. Yet, existing method…

Quantization

Towards Fair and Efficient Learning-based Congestion Control

2024-03-04 · Xudong Liao, Han Tian, Chaoliang Zeng, Xinchen Wan 외

Recent years have witnessed a plethora of learning-based solutions for congestion control (CC) that demonstrate better performance over traditional TCP schemes. However, they fail to provide consistently good convergence…

Deep Reinforcement LearningFairness

AstraAI: LLMs, Retrieval, and AST-Guided Assistance for HPC Codebases

2026-03-28 · Mahesh Natarajan, Xiaoye Li, Weiqun Zhang arxiv

We present AstraAI, a command-line interface (CLI) coding framework for high-performance computing (HPC) software development. AstraAI operates directly within a Linux terminal and integrates large language models (LLMs)…

Code Generation

BiasTrace: Linking Reasoning Behaviours to Biased Outputs in LLMs

2026-08-14 · Varsha Ramineni, Hossein A. Rahmani, Jerome Ramos, Karin Sevegnani 외 arxiv

LLMs exhibit social biases that can produce inaccurate and discriminatory inferences, posing risks in high-stakes applications. While prior work has made progress in measuring and mitigating bias, it largely focuses on f…

Bias Detection