paper-with-me

홈 › Papers

Trained Random Forests Completely Reveal your Dataset

2024-02-29 · Julien Ferry, Ricardo Fukasawa, Timothée Pascal, Thibaut Vidal

We introduce an optimization-based reconstruction attack capable of completely or near-completely reconstructing a dataset utilized for training a random forest. Notably, our approach relies solely on information readily available in commonly used libraries such as scikit-learn. To achieve this, we formulate the reconstruction problem as a combinatorial problem under a maximum likelihood objective. We demonstrate that this problem is NP-hard, though solvable at scale using constraint programming -- an approach rooted in constraint propagation and solution-domain reduction. Through an extensive computational investigation, we demonstrate that random forests trained without bootstrap aggregation but with feature randomization are susceptible to a complete reconstruction. This holds true even with a small number of trees. Even with bootstrap aggregation, the majority of the data can also be reconstructed. These findings underscore a critical vulnerability inherent in widely adopted ensemble methods, warranting attention and mitigation. Although the potential for such reconstruction attacks has been discussed in privacy research, our study provides clear empirical evidence of their practicability.

📄 PDF Abstract BibTeX arXiv:2402.19232

Code (1)

vidalt/draft 공식 구현

Tasks

Reconstruction Attack

Similar Papers 제목 키워드 기반

Random forests, sound symbolism and Pokemon evolution

2023-01-05 · Alexander James Kilpatrick, Aleksandra Cwiek, Shigeto Kawahara

This study constructs machine learning algorithms that are trained to classify samples using sound symbolism, and then it reports on an experiment designed to measure their understanding against human participants. Rando…

Defending Against Adversarial Attacks Using Random Forests

2019-06-16 · Yifan Ding, Liqiang Wang, huan zhang, Jin-Feng Yi 외

As deep neural networks (DNNs) have become increasingly important and popular, the robustness of DNNs is the key to the safety of both the Internet and the physical world. Unfortunately, some recent studies show that adv…

Exogenous Randomness Empowering Random Forests

2024-11-12 · Tianxing Mei, Yingying Fan, Jinchi Lv

We offer theoretical and empirical insights into the impact of exogenous randomness on the effectiveness of random forests with tree-building rules independent of training data. We formally introduce the concept of exoge…

On the Pointwise Behavior of Recursive Partitioning and Its Implications for Heterogeneous Causal Effect Estimation

2022-11-19 · Matias D. Cattaneo, Jason M. Klusowski, Peter M. Tian

Decision tree learning is increasingly being used for pointwise inference. Important applications include causal heterogenous treatment effects and dynamic policy decisions, as well as conditional quantile regression and…

feature selectionquantile regressionregression

Privacy-Preserving Collaborative Prediction using Random Forests

2018-11-21 · Irene Giacomelli, Somesh Jha, Ross Kleiman, David Page 외

We study the problem of privacy-preserving machine learning (PPML) for ensemble methods, focusing our effort on random forests. In collaborative analysis, PPML attempts to solve the conflict between the need for data sha…

PredictionPrivacy Preserving