Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add one new paper #422

Merged
merged 6 commits into from
Nov 4, 2022
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions materials/paper_list/FL-Tree/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
# Federated Learning for Tree
## Federated Learning for Tree
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should change it to "Federated Learning for Tree-based Models"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine

This list is constantly being updated. Feel free to contribute!

# 2022
### 2022
| Title | Venue | Link |
| -------- |-------|---------------------------------------------------------------------------------------------------------|
|OpBoost: A Vertical Federated Tree Boosting Framework Based on Order-Preserving Desensitization| arxiv | [pdf](https://arxiv.org/pdf/2210.01318.pdf), [code](https://github.com/alibaba-edu/mpc4j/tree/main/mpc4j-sml-opboost) |
|Federated Boosted Decision Trees with Differential Privacy| arxiv | [pdf](https://arxiv.org/pdf/2210.02910.pdf) |

# 2021
### 2021
| Title | Venue | Link |
| --- |--------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| Large-Scale Secure XGB for Vertical Federated Learning | CIKM | [pdf](https://arxiv.org/pdf/2005.08479.pdf), [code](https://github.com/secretflow/secretflow) |
| SecureBoost: A Lossless Federated Learning Framework | IEEE Intelligent Systems | [pdf](https://arxiv.org/pdf/1901.08755.pdf), [code](https://github.com/FederatedAI/FATE) |
| An Efficient Learning Framework For Federated XGBoost Using Secret Sharing And Distributed Optimization | ACM Transactions on Intelligent Systems and Technology | [pdf](https://arxiv.org/pdf/2105.05717.pdf) |

# 2020
### 2020
| Title | Venue | Link |
|------------------------------------------------------------------------|-------| --- |
| Practical federated gradient boosting decision trees | AAAI | [pdf](https://arxiv.org/pdf/1911.04206.pdf) |
| FederBoost: Private federated learning for GBDT | arxiv | [pdf](https://arxiv.org/pdf/2011.02796.pdf) |
| Privacy Preserving Vertical Federated Learning for Tree-based Models | VLDB | [pdf](http://www.vldb.org/pvldb/vol13/p2090-wu.pdf)|
| Adaptive histogram-based gradient boosted trees for federated learning | arxiv |[pdf](https://arxiv.org/pdf/2012.06670.pdf)|

# 2019
### 2019
| Title | Venue | Link |
| --- |-------|---------|
|SecureGBM: Secure Multi-Party Gradient Boosting|IEEE International Conference on Big Data| [pdf](https://arxiv.org/pdf/1911.11997.pdf)|