Skip to content

zeyu-zh/TrustFL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trusted Federated Learning Guarded by Intel SGX

TrustFL

Introduction

本项目代码主要依托linux下的Intel SGX SDK,基于Mini-Dnn以及可在SGX下运行的Eigen3开发。代码由Enlave(C++)及Untrusted(Python)两部分构成。Enclave完成上文中的初始化及训练验证工作,Untrusted主要执行在不可信环境的训练。此处为了展示方案有效性,我们构建了一个LeNet-5用于完成MNIST手写数字数据集的分类任务。

Running Environment

$ sudo pip install --upgrade pip
$ sudo pip install torch
$ sudo pip install torchvision

Running steps

$ source <path_of_SGX_SDK>/environment cd <path_of_TrustFL>
$ make
$ ./trust_fl

Publications

Xiaoli Zhang, Fengting Li, Zeyu Zhang, Qi Li, Cong Wang, and Jianping Wu, "Enabling Execution Assurance of Federated Learning at Untrusted Participants", in the 39th International Conference on Computer Communications (INFOCOMM'20)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages