Neural Fisher Discriminant Analysis: Optimal Neural Network Embeddings in Polynomial Time
Abstract
Fisher’s Linear Discriminant Analysis (FLDA) is a statistical analysis method that linearly embeds data points to a lower dimensional space to maximize a discrimination criterion such that the variance between classes is maximized while the variance within classes is minimized. We introduce a natural extension of FLDA that employs neural networks, called Neural Fisher Discriminant Analysis (NFDA). This method finds the optimal two-layer neural network that embeds data points to optimize the same discrimination criterion. We use tools from convex optimization to transform the optimal neural network embedding problem into a convex problem. The resulting problem is easy to interpret and solve to global optimality. We evaluate the method’s performance on synthetic and real datasets.
Cite
Text
Bartan and Pilanci. "Neural Fisher Discriminant Analysis: Optimal Neural Network Embeddings in Polynomial Time." International Conference on Machine Learning, 2022.Markdown
[Bartan and Pilanci. "Neural Fisher Discriminant Analysis: Optimal Neural Network Embeddings in Polynomial Time." International Conference on Machine Learning, 2022.](https://mlanthology.org/icml/2022/bartan2022icml-neural/)BibTeX
@inproceedings{bartan2022icml-neural,
title = {{Neural Fisher Discriminant Analysis: Optimal Neural Network Embeddings in Polynomial Time}},
author = {Bartan, Burak and Pilanci, Mert},
booktitle = {International Conference on Machine Learning},
year = {2022},
pages = {1647-1663},
volume = {162},
url = {https://mlanthology.org/icml/2022/bartan2022icml-neural/}
}