当前位置:网站首页>阅读笔记:Secure Federated Matrix Factorization
阅读笔记:Secure Federated Matrix Factorization
2022-04-23 05:58:00 【缄默的天空之城】
Secure Federated Matrix Factorization
August 2020, Intelligent Systems, IEEE 2021/10/3
文章讲解:
联邦学习下的安全矩阵分解 | 2021 WAIC 论文分享 (qq.com)
https://mp.weixin.qq.com/s/CijeQBouFEQbUVB6cwVjTw.
1. What does literature study?
- 安全联邦矩阵分解,客户端上传的梯度信息容易泄露翻遍吗出来用户私有评分信息。
2. What’s the innovation?
- 不同传统的模糊处理和加密方法,采用同态加密增加梯度安全性设计了用户级分布式矩阵分解框架。
3. What was the methodology?
- 利用SGD进行矩阵分解优化
- 原型实现,利用Paillier加密构造一种原型。
- 两种实验设置:
1.上传所有item的梯度。
2.仍上传评分Items的梯度
4. What are the conclusions?
- 只对比了两种实验设置的好坏没有看到加密的实验结果。
- item增多消耗时间增加,大部分消耗在服务器端,仍停留在理论分析。
- 需要在FullText(users upload gradients for all the items)与PartText(user only upload the gradients of the rated items)之间找到平衡。
5. others
- they utilize an open source python package, python-paillier to accomplish the ecryption part in prototype system: https://github.com/n1analytics/python-paillier.
- 通过对代码的分析,可以解答我的疑惑了。
就是gradient 和 local Update所用的信息
版权声明
本文为[缄默的天空之城]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_42139772/article/details/121542186
边栏推荐
猜你喜欢
随机推荐
JQ序列化后PHP后台解析
China creates vast research infrastructure to support ambitious climate goals
TP5 error reporting variable type error: array solution
浏览器中堆栈内存的底层处理
Promise(二)
百度地图案例-缩放组件、地图比例组件
使用jsonwebtoken生成访问密钥
Navicat 连接 oracle library is not loaded的解决方法
leetcode刷题之x的算术平方根
Parse PSD files and map them into components
.Net Core 下使用 Quartz —— 【1】快速开始
Redux overview
.Net Core 下使用 Quartz —— 【5】作业和触发器之触发器的通用属性和优先级
页面缓存问题解决方法(慎用)
低代码开发平台整理
百度地图案例-修改地图样式
JS正则匹配先行断言和后行断言
js更改全部变量失败后改成return方法,终于解决解决问题
tp5 报错variable type error: array解决方法
postMan 传参总结