STMEMLApr 29, 2012

Optimality of Graphlet Screening in High Dimensional Variable Selection

arXiv:1204.6452v22 citations
Originality Highly original
AI Analysis

This addresses variable selection for high-dimensional data analysis, offering a computationally efficient and statistically optimal method, though it is incremental as it builds on screen-and-clean approaches.

The paper tackles variable selection in high-dimensional linear regression by proposing Graphlet Screening (GS), which leverages sparsity in the Gram matrix to decompose signals into small components, achieving optimal minimax Hamming distance rates with computational cost linear in p, unlike subset selection and lasso which are shown to be rate non-optimal.

Consider a linear regression model where the design matrix X has n rows and p columns. We assume (a) p is much large than n, (b) the coefficient vector beta is sparse in the sense that only a small fraction of its coordinates is nonzero, and (c) the Gram matrix G = X'X is sparse in the sense that each row has relatively few large coordinates (diagonals of G are normalized to 1). The sparsity in G naturally induces the sparsity of the so-called graph of strong dependence (GOSD). We find an interesting interplay between the signal sparsity and the graph sparsity, which ensures that in a broad context, the set of true signals decompose into many different small-size components of GOSD, where different components are disconnected. We propose Graphlet Screening (GS) as a new approach to variable selection, which is a two-stage Screen and Clean method. The key methodological innovation of GS is to use GOSD to guide both the screening and cleaning. Compared to m-variate brute-forth screening that has a computational cost of p^m, the GS only has a computational cost of p (up to some multi-log(p) factors) in screening. We measure the performance of any variable selection procedure by the minimax Hamming distance. We show that in a very broad class of situations, GS achieves the optimal rate of convergence in terms of the Hamming distance. Somewhat surprisingly, the well-known procedures subset selection and the lasso are rate non-optimal, even in very simple settings and even when their tuning parameters are ideally set.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes