paper-with-me

Papers

Collaborative Homomorphic Computation on Data Encrypted under Multiple Keys

2019-11-11 · Asma Aloufi, Peizhao Hu

Homomorphic encryption (HE) is a promising cryptographic technique for enabling secure collaborative machine learning in the cloud. However, support for homomorphic computation on ciphertexts under multiple keys is inefficient. Current solutions often require key setup before any computation or incur large ciphertext size (at best, grow linearly to the number of involved keys). In this paper, we proposed a new approach that leverages threshold and multi-key HE to support computations on ciphertexts under different keys. Our new approach removes the need for key setup between each client and the set of model owners. At the same time, this approach reduces the number of encrypted models to be offloaded to the cloud evaluator, and the ciphertext size with a dimension reduction from (N+1)x2 to 2x2. We present the details of each step and discuss the complexity and security of our approach.

📄 PDF Abstract BibTeX arXiv:1911.04101

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Privacy-Preserving Graph-Based Machine Learning with Fully Homomorphic Encryption for Collaborative Anti-Money Laundering

2024-11-05 · Fabrianne Effendi, Anupam Chattopadhyay

Combating money laundering has become increasingly complex with the rise of cybercrime and digitalization of financial transactions. Graph-based machine learning techniques have emerged as promising tools for Anti-Money …

Computational EfficiencyGraph Neural NetworkPrivacy PreservingQuantization

A Multiparty Homomorphic Encryption Approach to Confidential Federated Kaplan Meier Survival Analysis

2024-12-29 · Narasimha Raghavan Veeraragavan, Svetlana Boudko, Jan Franz Nygård

The proliferation of healthcare data has expanded opportunities for collaborative research, yet stringent privacy regulations hinder pooling sensitive patient records. We propose a \emph{multiparty homomorphic encryption…

Privacy PreservingReconstruction AttackSurvival Analysis

Towards Provably Secure Encrypted Control Using Homomorphic Encryption

2022-10-17 · Kaoru Teranishi, Kiminao Kogiso

Encrypted control is a promising method for the secure outsourcing of controller computation to a public cloud. However, a feasible method for security proofs of control has not yet been developed in the field of encrypt…

Mathematical Proofs

Training Machine Learning Models on Encrypted Data: A Privacy-Preserving Framework using Homomorphic Encryption

2026-04-25 · Alexandre Marques, Beatriz Sá, Rui Botelho, Pedro Pinto arxiv

The use of Machine Learning (ML) for data-driven decision-making often relies on access to sensitive datasets, which introduces privacy challenges. Traditional encryption methods protect data at rest or in transit but fa…

ArctyrEX : Accelerated Encrypted Execution of General-Purpose Applications

2023-06-19 · Charles Gouert, Vinu Joseph, Steven Dalton, Cedric Augonnet 외

Fully Homomorphic Encryption (FHE) is a cryptographic method that guarantees the privacy and security of user data during computation. FHE algorithms can perform unlimited arithmetic computations directly on encrypted da…

CPU