IJCAI 2020poster0 citations

Quadratic Sparse Gaussian Graphical Model Estimation Method for Massive Variables

Jiaqi Zhang, Meng Wang, Qinchi Li, Sen Wang, Xiaojun Chang, Beilun Wang

Abstract

We consider the problem of estimating a sparse Gaussian Graphical Model with a special graph topological structure and more than a million variables. Most previous scalable estimators still contain expensive calculation steps (e.g., matrix inversion or Hessian matrix calculation) and become infeasible in high-dimensional scenarios, where p (number of variables) is larger than n (number of samples). To overcome this challenge, we propose a novel method, called Fast and Scalable Inverse Covariance Estimator by Thresholding (FST). FST first obtains a graph structure by applying a generalized threshold to the sample covariance matrix. Then, it solves multiple block-wise subproblems via element-wise thresholding. By using matrix thresholding instead of matrix inversion as the computational bottleneck, FST reduces its computational complexity to a much lower order of magnitude (O(p2)). We show that FST obtains the same sharp convergence rate O(√(log max{p, n}/n) as other state-of-the-art methods. We validate the method empirically, on multiple simulated datasets and one real-world dataset, and show that FST is two times faster than the four baselines while achieving a lower error rate under both Frobenius-norm and max-norm.

Machine Learning: Big dataScalabilityMachine Learning: Learning Graphical ModelsData Mining: Mining Graphs, Semi Structured Data, Complex Data
BibTeX
@inproceedings{ijcai2020p410,
  title     = {Quadratic Sparse Gaussian Graphical Model Estimation Method for Massive Variables},
  author    = {Zhang, Jiaqi and Wang, Meng and Li, Qinchi and Wang, Sen and Chang, Xiaojun and Wang, Beilun},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {2964--2972},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/410},
  url       = {https://doi.org/10.24963/ijcai.2020/410},
}