paper-with-me

Papers

CECILIA: Comprehensive Secure Machine Learning Framework

2022-02-07 · Ali Burak Ünal, Nico Pfeifer, Mete Akgün

Since ML algorithms have proven their success in many different applications, there is also a big interest in privacy preserving (PP) ML methods for building models on sensitive data. Moreover, the increase in the number of data sources and the high computational power required by those algorithms force individuals to outsource the training and/or the inference of a ML model to the clouds providing such services. To address this, we propose a secure 3-party computation framework, CECILIA, offering PP building blocks to enable complex operations privately. In addition to the adapted and common operations like addition and multiplication, it offers multiplexer, most significant bit and modulus conversion. The first two are novel in terms of methodology and the last one is novel in terms of both functionality and methodology. CECILIA also has two complex novel methods, which are the exact exponential of a public base raised to the power of a secret value and the inverse square root of a secret Gram matrix. We use CECILIA to realize the private inference on pre-trained RKNs, which require more complex operations than most other DNNs, on the structural classification of proteins as the first study ever accomplishing the PP inference on RKNs. In addition to the successful private computation of basic building blocks, the results demonstrate that we perform the exact and fully private exponential computation, which is done by approximation in the literature so far. Moreover, they also show that we compute the exact inverse square root of a secret Gram matrix up to a certain privacy level, which has not been addressed in the literature at all. We also analyze the scalability of CECILIA to various settings on a synthetic dataset. The framework shows a great promise to make other ML algorithms as well as further computations privately computable by the building blocks of the framework.

📄 PDF Abstract BibTeX arXiv:2202.03023

Code (1)

mdppml/RKN-as-a-Service 공식 구현

Tasks

BIG-bench Machine LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

cecilia: A Machine Learning-Based Pipeline for Measuring Metal Abundances of Helium-rich Polluted White Dwarfs

2024-02-07 · M. Badenas-Agusti, J. Viaña, A. Vanderburg, S. Blouin 외

Over the past several decades, conventional spectral analysis techniques of polluted white dwarfs have become powerful tools to learn about the geology and chemistry of extrasolar bodies. Despite their proven capabilitie…

Efficient Neural NetworkGeochemistry

A Machine-Learning Compositional Study of Exoplanetary Material Accreted Onto Five Helium-Atmosphere White Dwarfs with $\texttt{cecilia}$

2025-05-09 · Mariona Badenas-Agusti, Siyi Xu, Andrew Vanderburg, Kishalay De 외

We present the first application of the Machine Learning (ML) pipeline $\texttt{cecilia}$ to determine the physical parameters and photospheric composition of five metal-polluted He-atmosphere white dwarfs without well-c…

Innovations in Cardless Artificial Intelligence Banking: A Comprehensive Framework for Cyber Secure and Fraud Mitigation using Machine Learning Algorithms

2026-05-21 · Md Israfeel arxiv

The advent of cardless artificial intelligence (AI) banking heralds a paradigm shift in the financial landscape, offering users unprecedented security and convenience. This paper outlines a comprehensive framework design…

Federated Machine Learning: Concept and Applications

2019-02-13 · Qiang Yang, Yang Liu, Tianjian Chen, Yongxin Tong

Today's AI still faces two major challenges. One is that in most industries, data exists in the form of isolated islands. The other is the strengthening of data privacy and security. We propose a possible solution to the…

BIG-bench Machine LearningFederated LearningTransfer LearningVertical Federated Learning

A Survey of Secure Computation Using Trusted Execution Environments

2023-02-23 · Xiaoguo Li, Bowen Zhao, Guomin Yang, Tao Xiang 외

As an essential technology underpinning trusted computing, the trusted execution environment (TEE) allows one to launch computation tasks on both on- and off-premises data while assuring confidentiality and integrity. Th…

Privacy PreservingSurvey