paper-with-me

Papers

CaPriDe Learning: Confidential and Private Decentralized Learning Based on Encryption-Friendly Distillation Loss

2023-01-01 · CVPR 2023 1 · Nurbek Tastan, Karthik Nandakumar

Large volumes of data required to train accurate deep neural networks (DNNs) are seldom available with any single entity. Often, privacy concerns and stringent data regulations prevent entities from sharing data with each other or with a third-party learning service provider. While cross-silo federated learning (FL) allows collaborative learning of large DNNs without sharing the data itself, most existing cross-silo FL algorithms have an unacceptable utility-privacy trade-off. In this work, we propose a framework called Confidential and Private Decentralized (CaPriDe) learning, which optimally leverages the power of fully homomorphic encryption (FHE) to enable collaborative learning without compromising on the confidentiality and privacy of data. In CaPriDe learning, participating entities release their private data in an encrypted form allowing other participants to perform inference in the encrypted domain. The crux of CaPriDe learning is mutual knowledge distillation between multiple local models through a novel distillation loss, which is an approximation of the Kullback-Leibler (KL) divergence between the local predictions and encrypted inferences of other participants on the same data that can be computed in the encrypted domain. Extensive experiments on three datasets show that CaPriDe learning can improve the accuracy of local models without any central coordination, provide strong guarantees of data confidentiality and privacy, and has the ability to handle statistical heterogeneity. Constraints on the model architecture (arising from the need to be FHE-friendly), limited scalability, and computational complexity of encrypted domain inference are the main limitations of the proposed approach. The code can be found at https://github.com/tnurbek/capride-learning.

📄 PDF Abstract BibTeX

Code (1)

tnurbek/capride-learning 공식 구현 pytorch

Tasks

Federated LearningKnowledge Distillation

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Private LoRA Fine-tuning of Open-Source LLMs with Homomorphic Encryption

2025-05-12 · Jordan Frery, Roman Bredehoft, Jakub Klemsa, Arthur Meyre 외

Preserving data confidentiality during the fine-tuning of open-source Large Language Models (LLMs) is crucial for sensitive applications. This work introduces an interactive protocol adapting the Low-Rank Adaptation (LoR…

GPUKnowledge Base Question AnsweringQuantizationQuestion Answering

CryptoTensors: A Light-Weight Large Language Model File Format for Highly-Secure Model Distribution

2025-12-04 · Huifeng Zhu, Shijie Li, Qinfeng Li, Yier Jin arxiv

To enhance the performance of large language models (LLMs) in various domain-specific applications, sensitive data such as healthcare, law, and finance are being used to privately customize or fine-tune these models. Suc…

Private Text Classification

2018-06-19 · Leif W. Hanlen, Richard Nock, Hanna Suominen, Neil Bacon

Confidential text corpora exist in many forms, but do not allow arbitrary sharing. We explore how to use such private corpora using privacy preserving text analytics. We construct typical text processing applications usi…

ClassificationGeneral ClassificationPrivacy Preservingtext-classification+1

CaPC Learning: Confidential and Private Collaborative Learning

2021-02-09 · ICLR 2021 1 · Christopher A. Choquette-Choo, Natalie Dullerud, Adam Dziedzic, Yunxiang Zhang 외

Machine learning benefits from large training datasets, which may not always be possible to collect by any single entity, especially when using privacy-sensitive data. In many contexts, such as healthcare and finance, se…

FairnessFederated Learning

Encrypted Large Model Inference: The Equivariant Encryption Paradigm

2025-02-03 · James Buban, Hongyang Zhang, Claudio Angione, Harry Yang 외

Large scale deep learning model, such as modern language models and diffusion architectures, have revolutionized applications ranging from natural language processing to computer vision. However, their deployment in dist…

modelPrivacy Preserving