Papers › HETAL: Efficient Privacy-preserving Transfer Learning with Homomorphic Encryption

HETAL: Efficient Privacy-preserving Transfer Learning with Homomorphic Encryption

21 Mar 2024arXiv:2403.14111archive 2025-07-28

Seewoo Lee, Garam Lee, Jung Woo Kim, Junbum Shin, Mun-Kyu Lee

Transfer learning is a de facto standard method for efficiently training machine learning models for data-scarce problems by adding and fine-tuning new classification layers to a model pre-trained on large datasets. Although numerous previous studies proposed to use homomorphic encryption to resolve the data privacy issue in transfer learning in the machine learning as a service setting, most of them only focused on encrypted inference. In this study, we present HETAL, an efficient Homomorphic Encryption based Transfer Learning algorithm, that protects the client's privacy in training tasks by encrypting the client data using the CKKS homomorphic encryption scheme. HETAL is the first practical scheme that strictly provides encrypted training, adopting validation-based early stopping and achieving the accuracy of nonencrypted training. We propose an efficient encrypted matrix multiplication algorithm, which is 1.8 to 323 times faster than prior methods, and a highly precise softmax approximation algorithm with increased coverage. The experimental results for five well-known benchmark datasets show total training times of 567-3442 seconds, which is less than an hour.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.14111")

Code

Syntology Ran 7 of 10 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 10 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

cryptolabinc/hetal officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 7 ran; 2 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · fixture could not drive it
4ran
3unverified

Licence: 10 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from CryptoLabInc/HETAL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

softmax CryptoLabInc/HETAL/src/benchmark/softmax.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · 7c0d7e9e7a7f89cc · report
approx_exp CryptoLabInc/HETAL/src/benchmark/softmax.py official repository ran · fixture could not drive it licence not identified · pointer only · f8a08260b9985ef7 · report
approx_exp cryptolabinc/hetal/src/benchmark/softmax.py official repository ran licence not identified · pointer only · c4ba8fbafe39aee4 · report
get_batch_size cryptolabinc/hetal/src/hetal/hyperparams.py official repository ran licence not identified · pointer only · 9d0418525f4199f7 · report
get_num_epoch cryptolabinc/hetal/src/hetal/hyperparams.py official repository ran licence not identified · pointer only · 830490ffac3178c4 · report
sample_input CryptoLabInc/HETAL/src/benchmark/softmax.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · 7cea7446187c61d1 · report
sample_input cryptolabinc/hetal/src/benchmark/softmax.py official repository ran licence not identified · pointer only · f3e5e0bea4f2e6ea · report
get_lr cryptolabinc/hetal/src/hetal/hyperparams.py official repository unverified licence not identified · pointer only · 537e0e24280ac134 · report
load_data cryptolabinc/hetal/src/hetal/load_data.py official repository unverified licence not identified · pointer only · 873eb7e5dd0c5c09 · report
softmax cryptolabinc/hetal/src/benchmark/softmax.py official repository unverified licence not identified · pointer only · 0bb0e5c7816d7fc0 · report

Tasks

Privacy PreservingTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Early StoppingSoftmax

1 archive method tag without a method page not shown.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections