English

Worst-Case Linear Discriminant Analysis as Scalable Semidefinite Feasibility Problems

Machine Learning 2023-07-19 v1

Abstract

In this paper, we propose an efficient semidefinite programming (SDP) approach to worst-case linear discriminant analysis (WLDA). Compared with the traditional LDA, WLDA considers the dimensionality reduction problem from the worst-case viewpoint, which is in general more robust for classification. However, the original problem of WLDA is non-convex and difficult to optimize. In this paper, we reformulate the optimization problem of WLDA into a sequence of semidefinite feasibility problems. To efficiently solve the semidefinite feasibility problems, we design a new scalable optimization method with quasi-Newton methods and eigen-decomposition being the core components. The proposed method is orders of magnitude faster than standard interior-point based SDP solvers. Experiments on a variety of classification problems demonstrate that our approach achieves better performance than standard LDA. Our method is also much faster and more scalable than standard interior-point SDP solvers based WLDA. The computational complexity for an SDP with mm constraints and matrices of size dd by dd is roughly reduced from O(m3+md3+m2d2)\mathcal{O}(m^3+md^3+m^2d^2) to O(d3)\mathcal{O}(d^3) (m>dm>d in our case).

Keywords

Cite

@article{arxiv.1411.7450,
  title  = {Worst-Case Linear Discriminant Analysis as Scalable Semidefinite Feasibility Problems},
  author = {Hui Li and Chunhua Shen and Anton van den Hengel and Qinfeng Shi},
  journal= {arXiv preprint arXiv:1411.7450},
  year   = {2023}
}

Comments

14 pages

R2 v1 2026-06-22T07:14:02.626Z