π€ AI Summary
To address the challenges of sparse precision matrix estimation in high-dimensional Gaussian graphical models, this paper proposes an improved Partial Correlation Graphical LASSO (PCGLASSO) method. Conventional PCGLASSO suffers from non-convex optimization difficulties, lack of scale invariance, and non-existence of the maximum likelihood estimator under small-sample regimes. We first establish a rigorous theoretical result: the PCGLASSO estimator exists almost surely even when the sample size is smaller than the dimension. Furthermore, we design a novel alternating direction optimization algorithm within a penalized likelihood framework to efficiently solve the resulting non-convex problem. The proposed method is scale-invariant, applicable to arbitrary Gaussian data, and implemented as the first publicly available R package for PCGLASSO. Empirical evaluations demonstrate that it achieves computational efficiency comparable to state-of-the-art methods while significantly improving practicality and numerical stability.
π Abstract
The partial correlation graphical LASSO (PCGLASSO) is a penalised likelihood method for Gaussian graphical models which provides scale invariant sparse estimation of the precision matrix and improves upon the popular graphical LASSO method. However, the PCGLASSO suffers from computational challenges due to the non-convexity of its associated optimisation problem. This paper provides some important breakthroughs in the computation of the PCGLASSO. First, the existence of the PCGLASSO estimate is proven when the sample size is smaller than the dimension - a case in which the maximum likelihood estimate does not exist. This means that the PCGLASSO can be used with any Gaussian data. Second, a new alternating algorithm for computing the PCGLASSO is proposed and implemented in the R package PCGLASSO available at https://github.com/JackStorrorCarter/PCGLASSO. This was the first publicly available implementation of the PCGLASSO and provides competitive computation time for moderate dimension size.