Distributed Collaborative Feature Selection Based on Intermediate Representation
Abstract
Feature selection is an efficient dimensionality reduction technique for artificial intelligence and machine learning. Many feature selection methods learn the data structure to select the most discriminative features for distinguishing different classes. However, the data is sometimes distributed in multiple parties and sharing the original data is difficult due to the privacy requirement. As a result, the data in one party may be lack of useful information to learn the most discriminative features. In this paper, we propose a novel distributed method which allows collaborative feature selection for multiple parties without revealing their original data. In the proposed method, each party finds the intermediate representations from the original data, and shares the intermediate representations for collaborative feature selection. Based on the shared intermediate representations, the original data from multiple parties are transformed to the same low dimensional space. The feature ranking of the original data is learned by imposing row sparsity on the transformation matrix simultaneously. Experimental results on real-world datasets demonstrate the effectiveness of the proposed method.
Cite
Text
Ye et al. "Distributed Collaborative Feature Selection Based on Intermediate Representation." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/575Markdown
[Ye et al. "Distributed Collaborative Feature Selection Based on Intermediate Representation." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/ye2019ijcai-distributed/) doi:10.24963/IJCAI.2019/575BibTeX
@inproceedings{ye2019ijcai-distributed,
title = {{Distributed Collaborative Feature Selection Based on Intermediate Representation}},
author = {Ye, Xiucai and Li, Hongmin and Imakura, Akira and Sakurai, Tetsuya},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {4142-4149},
doi = {10.24963/IJCAI.2019/575},
url = {https://mlanthology.org/ijcai/2019/ye2019ijcai-distributed/}
}