A Statistical Perspective on Algorithmic Leveraging

Ping Ma, Michael W. Mahoney, Bin Yu

Introduction

One popular method for dealing with large-scale data sets is sampling. In this approach, one first chooses a small portion of the full data, and then one uses this sample as a surrogate to carry out computations of interest for the full data. For example, one might randomly sample a small number of rows from an input matrix and use those rows to construct a low-rank approximation to the original matrix, or one might randomly sample a small number of constraints or variables in a regression problem and then perform a regression computation on the subproblem thereby defined. For many problems, it is very easy to construct “worst-case” input for which uniform random sampling will perform very poorly. Motivated by this, there has been a great deal of work on developing algorithms for matrix-based machine learning and data analysis problems that construct the random sample in a nonuniform data-dependent fashion .

Of particular interest here is when that data-dependent sampling process selects rows or columns from the input matrix according to a probability distribution that depends on the empirical statistical leverage scores of that matrix. This recently-developed approach of algorithmic leveraging has been applied to matrix-based problems that are of interest in large-scale data analysis, e.g., least-squares approximation , least absolute deviations regression , and low-rank matrix approximation . Typically, the leverage scores are computed approximately , or otherwise a random projection is used to precondition by approximately uniformizing them . A detailed discussion of this approach can be found in the recent review monograph on randomized algorithms for matrices and matrix-based data problems .

In this paper, we bridge that gap by providing the first statistical analysis of the algorithmic leveraging paradigm. We do so in the context of parameter estimation in fitting linear regression models for large-scale data—where, by “large-scale,” we mean that the data define a high-dimensional problem in terms of sample size nn, as opposed to the dimension pp of the parameter space. Although npn\gg p is the classical regime in theoretical statistics, it is a relatively new phenomenon that in practice we routinely see a sample size nn in the hundreds of thousands or millions or more. This is a size regime where sampling methods such as algorithmic leveraging are indispensable to meet computational constraints.

Our main theoretical contribution is to provide an analytic framework for evaluating the statistical properties of algorithmic leveraging. This involves performing a Taylor series analysis around the ordinary least-squares solution to approximate the subsampling estimators as linear combinations of random sampling matrices. Within this framework, we consider biases and variances, both conditioned as well as not conditioned on the data, for several versions of the basic algorithmic leveraging procedure. We show that both leverage-based sampling and uniform sampling are unbiased to leading order; and that while leverage-based sampling improves the “size-scale” of the variance, relative to uniform sampling, the presence of very small leverage scores can inflate the variance considerably. It is well-known that, from the algorithmic perspective of worst-case analysis, leverage-based sampling provides uniformly superior worst-case algorithmic results, when compared with uniform sampling. However, our statistical analysis here reveals that from the statistical perspective of bias and variance, neither leverage-based sampling nor uniform sampling dominates the other.

Based on these theoretical results, we propose and analyze two new leveraging algorithms designed to improve upon vanilla leveraging and uniform sampling algorithms in terms of bias and variance. The first of these (denoted SLEV below) involves increasing the probability of low-leverage samples, and thus it also has the effect of “shrinking” the effect of large leverage scores. The second of these (denoted LEVUNW below) constructs an unweighted version of the leverage-subsampled problem; and thus for a given data set it involves solving a biased subproblem. In both cases, we obtain the algorithmic benefits of leverage-based sampling, while achieving improved statistical performance.

Our main empirical contribution is to provide a detailed evaluation of the statistical properties of these algorithmic leveraging estimators on both synthetic and real data sets. These empirical results indicate that our theory is a good predictor of practical performance for both existing algorithms and our two new leveraging algorithms as well as that our two new algorithms lead to improved performance. In addition, we show that using shrinked leverage scores typically leads to improved conditional and unconditional biases and variances; and that solving a biased subproblem typically yields improved unconditional biases and variances. By using a recently-developed algorithm of to compute fast approximations to the statistical leverage scores, we also demonstrate a regime for large data where our shrinked leveraging procedure is better algorithmically, in the sense of computing an answer more quickly than the usual black-box least-squares solver, as well as statistically, in the sense of having smaller mean squared error than naïve uniform sampling. Depending on whether one is interested in results unconditional on the data (which is more traditional from a statistical perspective) or conditional on the data (which is more natural from an algorithmic perspective), we recommend the use of SLEV or LEVUNW, respectively, in the future.

The remainder of this article is organized as follows. We will start in Section 2 with a brief review of linear models, the algorithmic leveraging approach, and related work. Then, in Section 3, we will present our main theoretical results for bias and variance of leveraging estimators. This will be followed in Sections 4 and 5 by a detailed empirical evaluation on a wide range of synthetic and several real data sets. Then, in Section 6, we will conclude with a brief discussion of our results in a broader context. Appendix A will describe our results from the perspective of asymptotic relative efficiency and will consider several toy data sets that illustrate various aspects of algorithmic leveraging; and Appendix B will provide the proofs of our main theoretical results.

Background, Notation, and Related Work

In this section, we will provide a brief review of relevant background, including our notation for linear models, an overview of the algorithmic leveraging approach, and a review of related work in statistics and computer science.

We start with relevant background and notation. Given an n×pn\times p matrix XX and an nn-dimensional vector y\boldsymbol{y}, the least-squares (LS) problem is to solve

We consider the use of LS for parameter estimation in a Gaussian linear regression model. Consider the model

where y\boldsymbol{y} is an n×1n\times 1 response vector, XX is an n×pn\times p fixed predictor or design matrix, β0\boldsymbol{\beta}_{0} is a p×1p\times 1 coefficient vector, and the noise vector ϵN(0,σ2I)\boldsymbol{\epsilon}\sim N(0,\sigma^{2}I). In this case, the unknown coefficient β0\boldsymbol{\beta}_{0} can be estimated via maximum-likelihood estimation as

in which case the predicted response vector is y^=Hy\hat{\boldsymbol{y}}=H\boldsymbol{y}, where H=X(XTX)1XTH=X(X^{T}X)^{-1}X^{T} is the so-called Hat Matrix, which is of interest in classical regression diagnostics . The ithi^{th} diagonal element of HH, hii=xiT(XTX)1xih_{ii}=\boldsymbol{x}_{i}^{T}(X^{T}X)^{-1}\boldsymbol{x}_{i}, where xiT\boldsymbol{x}_{i}^{T} is the ithi^{th} row of XX, is the statistical leverage of ithi^{th} observation or sample. The statistical leverage scores have been used historically to quantify the extent to which an observation is an outlier , and they will be important for our main results below. Since HH can alternatively be expressed as H=UUTH=UU^{T}, where UU is any orthogonal basis for the column space of XX, e.g., the QQ matrix from a QR decomposition or the matrix of left singular vectors from the thin SVD, the leverage of the ithi^{th} observation can also be expressed as

where uiT\boldsymbol{u}_{i}^{T} is the ithi^{th} row of UU. Using Eqn. (4), the exact computation of hiih_{ii}, for i[n]i\in[n], requires O(np2)O(np^{2}) time (but, as we will discuss in Section 2.2, they can be approximated in o(np2)o(np^{2}) time).

For an estimate β^\hat{\boldsymbol{\beta}} of β\boldsymbol{\beta}, the MSE (mean squared error) associated with the prediction error is defined to be

where β0{\boldsymbol{\beta}}_{0} is the true value of β{\boldsymbol{\beta}}. The MSE provides a benchmark to compare the different subsampling estimators, and we will be interested in both the bias and variance components.

2 Algorithmic Leveraging for Least-squares Approximation

Here, we will review relevant work on random sampling algorithms for computing approximate solutions to the general overconstrained LS problem . These algorithms choose (in general, nonuniformly) a subsample of the data, e.g., a small number of rows of XX and the corresponding elements of y\boldsymbol{y}, and then they perform (typically weighted) LS on the subsample. Importantly, these algorithms make no assumptions on the input data XX and y\boldsymbol{y}, except that npn\gg p.

Randomly sample r>pr>p constraints, i.e., rows of XX and the corresponding elements of y\boldsymbol{y}, using {πi}i=1n\{\pi_{i}\}_{i=1}^{n} as an importance sampling distribution.

Rescale each sampled row/element by 1/(rπi)1/(r\pi_{i}) to form a weighted LS subproblem.

It is convenient to describe SubsampleLS in terms of a random “sampling matrix” SXTS_{X}^{T} and a random diagonal “rescaling matrix” (or “reweighting matrix”) DD, in the following manner. If we draw rr samples (rows or constraints or data points) with replacement, then define an r×nr\times n sampling matrix, SXTS_{X}^{T}, where each of the rr rows of SXTS_{X}^{T} has one non-zero element indicating which row of XX (and element of y\boldsymbol{y}) is chosen in a given random trial. That is, if the kthk^{th} data unit (or observation) in the original data set is chosen in the ithi^{th} random trial, then the ithi^{th} row of SXTS_{X}^{T} equals ek\mathbf{e}_{k}; and thus SXTS_{X}^{T} is a random matrix that describes the process of sampling with replacement. As an example of applying this sampling matrix, when the sample size n=6n=6 and the subsample size r=3r=3, then premultiplying by

represents choosing the second, fourth, and fourth data points or samples. The resulting subsample of rr data points can be denoted as (X,y)(X^{*},\boldsymbol{y}^{*}), where Xr×p=SXTXX^{*}_{r\times p}=S_{X}^{T}X and yr×1=SXTy\boldsymbol{y}^{*}_{r\times 1}=S_{X}^{T}\boldsymbol{y}. In this case, an r×rr\times r diagonal rescaling matrix DD can be defined so that ithi^{th} diagonal element of DD equals 1/rπk1/\sqrt{r\pi_{k}} if the kthk^{th} data point is chosen in the ithi^{th} random trial (meaning, in particular, that every diagonal element of DD equals n/r\sqrt{n/r} for uniform sampling). With this notation, SubsampleLS constructs and solves the weighted LS estimator:

Uniform Subsampling. Let πi=1/n\pi_{i}=1/n, for all i[n]i\in[n], i.e., draw the sample uniformly at random.

Leverage-based Subsampling. Let πi=hii/i=1nhii=hii/p\pi_{i}=h_{ii}/\sum_{i=1}^{n}h_{ii}=h_{ii}/p be the normalized statistical leverage scores of Eqn. (4), i.e., draw the sample according to an importance sampling distribution that is proportional to the statistical leverage scores of the data matrix XX.

Although Uniform Subsampling (with or without replacement) is very simple to implement, it is easy to construct examples where it will perform very poorly (e.g., see below or see ). On the other hand, it has been shown that, for a parameter γ(0,1]\gamma\in(0,1] to be tuned, if

then the following relative-error bounds hold:

where κ(X)\kappa(X) is the condition number of XX and where ξ=UUTy2/y2\xi=||UU^{T}\boldsymbol{y}||_{2}/||\boldsymbol{y}||_{2} is a parameter defining the amount of the mass of y\boldsymbol{y} inside the column space of XX .

Due to the crucial role of the statistical leverage scores in Eqn. (7), we refer to algorithms of the form of SubsampleLS as the algorithmic leveraging approach to approximating LS approximation. Several versions of the SubsampleLS algorithm are of particular interest to us in this paper. We start with two versions that have been studied in the past.

Motivated by our statistical analysis (to come later in the paper), we will introduce two variants of SubsampleLS; since these are new to this paper, we also describe them here.

Shrinked Leveraging Estimator (SLEV) is the estimator resulting from a shrinked leverage-based sampling and weighted LS estimation. By shrinked leverage-based sampling, we mean that we will sample according to a distribution that is a convex combination of a leverage score distribution and the uniform distribution, thereby obtaining the benefits of each; and the rescaling/reweighting is done according to the same distribution. That is, if πLev\pi^{Lev} denotes a distribution defined by the normalized leverage scores and πUnif\pi^{Unif} denotes the uniform distribution, then the sampling and reweighting probabilities for SLEV are of the form

Unweighted Leveraging Estimator (LEVUNW) is the estimator resulting from a leverage-based sampling and unweighted LS estimation. That is, after the samples have been selected with leverage-based sampling probabilities, rather than solving the unweighted LS estimator of (6), we will compute the solution of the unweighted LS estimator:

These methods can all be used to estimate the coefficient vector β\boldsymbol{\beta}, and we will analyze—both theoretically and empirically—their statistical properties in terms of bias and variance.

3 Running Time Considerations

Although it is not our main focus, the running time for leverage-based sampling algorithms is of interest. The running times of these algorithms depend on both the time to construct the probability distribution, {πi}i=1n\{\pi_{i}\}_{i=1}^{n}, and the time to solve the subsampled problem. For UNIF, the former is trivial and the latter depends on the size of the subproblem. For estimators that depend on the exact or approximate (recall the flexibility in Eqn. (7) provided by γ\gamma) leverage scores, the running time is dominated by the exact or approximate computation of those scores. A naïve algorithm involves using a QR decomposition or the thin SVD of XX to obtain the exact leverage scores. Unfortunately, this exact algorithm takes O(np2)O(np^{2}) time and is thus no faster than solving the original LS problem exactly. Of greater interest is the algorithm of that computes relative-error approximations to all of the leverage scores of XX in o(np2)o(np^{2}) time.

The running time of the relative-error approximation algorithm of depends on the time needed to premultiply XX by a randomized Hadamard transform (i.e., a “structured” random projection). Recently, high-quality numerical implementations of such random projections have been provided; see, e.g., Blendenpik , as well as LSRN , which extends these implementations to large-scale parallel environments. These implementations demonstrate that, for matrices as small as several thousand by several hundred, leverage-based algorithms such as LEV and SLEV can be better in terms of running time than the computation of QR decompositions or the SVD with, e.g., Lapack. See for details, and see for the application of these methods to the fast computation of leverage scores. Below, we will evaluate an implementation of a variant of the main algorithm of in the software environment R.

4 Additional Related Work

Our leverage-based methods for estimating β\boldsymbol{\beta} are related to resampling methods such as the bootstrap , and many of these resampling methods enjoy desirable asymptotic properties . Resampling methods in linear models were studied extensively in and are related to the jackknife . They usually produce resamples at a similar size to that of the full data, whereas algorithmic leveraging is primarily interested in constructing subproblems that are much smaller than the full data. In addition, the goal of resampling is traditionally to perform statistical inference and not to improve the running time of an algorithm, except in the very recent work . Additional related work in statistics includes .

Bias and Variance Analysis of Subsampling Estimators

In this section, we develop analytic methods to study the biases and variances of the subsampling estimators described in Section 2.2. Analyzing these subsampling methods is challenging for at least the following two reasons: first, there are two layers of randomness in the estimators, i.e., the randomness inherent in the linear regression model as well as random subsampling of a particular sample from the linear model; and second, the estimators depends on random subsampling through the inverse of random sampling matrix, which is a nonlinear function. To ease the analysis, we will employ a Taylor series analysis to approximate the subsampling estimators as linear combinations of random sampling matrices, and we will consider biases and variances both conditioned as well as not conditioned on the data. Here is a brief outline of the main results of this section.

We will start in Section 3.1 with bias and variance results for weighted LS estimators for general sampling/reweighting probabilities. This will involve viewing the solution of the subsampled LS problem as a function of the vector of sampling/reweighting probabilities and performing a Taylor series expansion of the solution to the subsampled LS problem around the expected value (where the expectation is taken with respect to the random choices of the algorithm) of that vector.

Then, in Section 3.2, we will specialize these results to leverage-based sampling and uniform sampling, describing their complementary properties. We will see that, in terms of bias and variance, neither LEV nor UNIF is uniformly better than the other. In particular, LEV has variance whose size-scale is better than the size-scale of UNIF; but UNIF does not have leverage scores in the denominator of its variance expressions, as does LEV, and thus the variance of UNIF is not inflated on inputs that have very small leverage scores.

Finally, in Section 3.3, we will propose and analyze two new leveraging algorithms that will address deficiencies of LEV and UNIF in two different ways. The first, SLEV, constructs a smaller LS problem with “shrinked” leverage scores that are constructed as a convex combination of leverage score probabilities and uniform probabilities; and the second, LEVUNW, uses leverage-based sampling probabilities to construct and solve an unweighted or biased LS problem.

where W=SXD2SXTW=S_{X}D^{2}S_{X}^{T} is an r×rr\times r diagonal random matrix, i.e., all off-diagonal elements are zeros, and where both SXS_{X} and DD are defined in terms of the sampling/rescaling probabilities. (In particular, WW describes the probability distribution with which to draw the sample and with which to reweigh the subsample, where both are done according to the same distribution. Thus, this section does not apply to LEVUNW; see Section 3.3.2 for the extension to LEVUNW.) Although our results hold more generally, we are most interested in UNIF, LEV, and SLEV, as described in Section 2.2.

where e^=yXβ^ols\hat{\boldsymbol{e}}=\boldsymbol{y}-X\hat{\boldsymbol{\beta}}_{ols} is the LS residual vector, and where RWR_{W} is the Taylor expansion remainder.

Remark. Our approximations hold when the Taylor series expansion is valid, i.e., when RWR_{W} is “small,” e.g., RW=op(ww0)R_{W}=o_{p}(||\boldsymbol{w}-\boldsymbol{w}_{0}||), where op()o_{p}(\cdot) means “little o” with high probability over the randomness in the random vector w\boldsymbol{w}. Although we will evaluate the quality of our approximations empirically in Sections 4 and 5, we currently do not have a precise theoretical characterization of when this holds. Here, we simply make two observations. First, this expression will fail to hold if rank is lost in the sampling process. This is because in general there will be a bias due to failing to capture information in the dimensions that are not represented in the sample. (Recall that one may use the Moore-Penrose generalized inverse for inverting rank-deficient matrices.) Second, this expression will tend to hold better as the subsample size rr is increased. However, for a fixed value of rr, the linear approximation regime will be larger when the sample is constructed using information in the leverage scores—since, among other things, using leverage scores in the sampling process is designed to preserve the rank of the subsampled problem . A detailed discussion of this last point is available in ; and these observations will be confirmed empirically in Section 5.

Remark. Since, essentially, LEVUNW involves sampling and reweighting according to two different distributionsIn this case, the latter distribution is the uniform distribution, where recall that reweighting uniformly leads to the same solution as not reweighting at all., the analogous expression for LEVUNW will be somewhat different, as will be discussed in Lemma 5 in Section 3.3.

The conditional expectation and conditional variance for the traditional algorithmic leveraging procedure, i.e., when the subproblem solved is a weighted LS problem of the form (6), are given by:

where WW specifies the probability distribution used in the sampling and rescaling steps. The unconditional expectation and unconditional variance for the traditional algorithmic leveraging procedure are given by:

Remark. Both the conditional variance of Eqn. (15) and the (second term of the) unconditional variance of Eqn. (17) are inversely proportional to the subsample size rr; and both contain a sandwich-type expression, the middle of which depends on how the leverage scores interact with the sampling probabilities. Moreover, the first term of the unconditional variance, σ2(XTX)1\sigma^{2}(X^{T}X)^{-1}, equals the variance of the ordinary LS estimator; this implies, e.g., that the unconditional variance of Eqn. (17) is larger than the variance of the ordinary LS estimator, which is consistent with the Gauss-Markov theorem.

2 Leverage-based Sampling and Uniform Sampling Estimators

Here, we specialize Lemma 2 by stating two lemmas that provide the conditional and unconditional expectation and variance for LEV and UNIF, and we will discuss the relative merits of each procedure. The proofs of these two lemmas are immediate, given the proof of Lemma 2. Thus, we omit the proofs, and instead discuss properties of the expressions that are of interest in our empirical evaluation.

Our main conclusion here is that Lemma 3 and Lemma 4 highlight that the statistical properties of the algorithmic leveraging method can be quite different than the algorithmic properties. Prior work has adopted an algorithmic perspective that has focused on providing worst-case running time bounds for arbitrary input matrices. From this algorithmic perspective, leverage-based sampling (i.e., explicitly or implicitly biasing toward high-leverage components, as is done in particular with the LEV procedure) provides uniformly superior worst-case algorithmic results, when compared with UNIF . Our analysis here reveals that, from a statistical perspective where one is interested in the bias and variance properties of the estimators, the situation is considerably more subtle. In particular, a key conclusion from Lemmas 3 and 4 is that, with respect to their variance or MSE, neither LEV nor UNIF is uniformly superior for all input.

The conditional expectation and conditional variance for the LEV procedure are given by:

The unconditional expectation and unconditional variance for the LEV procedure are given by:

Remark. Two points are worth making. First, the variance expressions for LEV depend on the size (i.e., the number of columns and rows) of the n×pn\times p matrix XX and the number of samples rr as p/rp/r. This variance size-scale many be made to be very small if prnp\ll r\ll n. Second, the sandwich-type expression depends on the leverage scores as 1/hii1/h_{ii}, implying that the variances could be inflated to arbitrarily large values by very small leverage scores. Both of these observations will be confirmed empirically in Section 4.

The conditional expectation and conditional variance for the UNIF procedure are given by:

The unconditional expectation and unconditional variance for the UNIF procedure are given by:

Remark. Two points are worth making. First, the variance expressions for UNIF depend on the size (i.e., the number of columns and rows) of the n×pn\times p matrix XX and the number of samples rr as n/rn/r. Since this variance size-scale is very large, e.g., compared to the p/rp/r from LEV, these variance expressions will be large unless rr is nearly equal to nn. Second, the sandwich-type expression is not inflated by very small leverage scores.

Remark. Apart from a factor n/rn/r, the conditional variance for UNIF, as given in Eqn. (19), is the same as Hinkley’s weighted jackknife variance estimator .

3 Novel Leveraging Estimators

In view of Lemmas 3 and 4, we consider several ways to take advantage of the complementary strengths of the LEV and UNIF procedures. Recall that we would like to sample with respect to probabilities that are “near” those defined by the empirical statistical leverage scores. We at least want to identify large leverage scores to preserve rank. This helps ensure that the linear regime of the Taylor expansion is large, and it also helps ensure that the scale of the variance is p/rp/r and not n/rn/r. But we would like to avoid rescaling by 1/hii1/h_{ii} when certain leverage scores are extremely small, thereby avoiding inflated variance estimates.

Consider first the SLEV procedure. As described in Section 2.2, this involves sampling and reweighting with respect to a distribution that is a convex combination of the empirical leverage score distribution and the uniform distribution. That is, let πLev\pi^{Lev} denote a distribution defined by the normalized leverage scores (i.e., πiLev=hii/p\pi^{Lev}_{i}=h_{ii}/p, or πLev\pi^{Lev} is constructed from the output of the algorithm of that computes relative-error approximations to the leverage scores), and let πUnif\pi^{Unif} denote the uniform distribution (i.e., πiUnif=1/n\pi^{Unif}_{i}=1/n, for all i[n]i\in[n]); then the sampling probabilities for the SLEV procedure are of the form

Since SLEV involves solving a weighted LS problem of the form of Eqn. (6), expressions of the form provided by Lemma 2 hold immediately. In particular, SLEV enjoys approximate unbiasedness, in the same sense that the LEV and UNIF procedures do. The particular expressions for the higher order terms can be easily derived, but they are much messier and less transparent than the bounds provided by Lemmas 3 and 4 for LEV and UNIF, respectively. Thus, rather than presenting them, we simply point out several aspects of the SLEV procedure that should be immediate, given our earlier theoretical discussion.

First, note that miniπi(1α)/n\min_{i}\pi_{i}\geq(1-\alpha)/n, with equality obtained when hii=0h_{ii}=0. Thus, assuming that 1α1-\alpha is not extremely small, e.g., 1α=0.11-\alpha=0.1, then none of the SLEV sampling probabilities is too small, and thus the variance of the SLEV estimator does not get inflated too much, as it could with the LEV estimator. Second, assuming that 1α1-\alpha is not too large, e.g., 1α=0.11-\alpha=0.1, then Eqn. (7) is satisfied with γ=1.1\gamma=1.1, and thus the amount of oversampling that is required, relative to the LEV procedure, is not much, e.g., 10%10\%. In this case, the variance of the SLEV procedure has a scale of p/rp/r, as opposed to n/rn/r scale of UNIF, assuming that rr is increased by that 10%10\%. Third, since Eqn. (21) is still required to be a probability distribution, combining the leverage score distribution with the uniform distribution has the effect of not only increasing the very small scores, but it also has the effect of performing shrinkage on the very large scores. Finally, all of these observations also hold if, rather that using the exact leverage score distribution (which recall takes O(np2)O(np^{2}) time to compute), we instead use approximate leverage scores, as computed with the fast algorithm of . For this reason, this approximate version of the SLEV procedure is the most promising for very large-scale applications.

3.2 The Unweighted Leveraging (LEVUNW) Estimator

where β^wls=(XTW0X)1XW0y\hat{\boldsymbol{\beta}}_{wls}=(X^{T}W_{0}X)^{-1}XW_{0}\boldsymbol{y} is the full sample weighted LS estimator, e^w=yXβ^wls\hat{\boldsymbol{e}}_{w}=\boldsymbol{y}-X\hat{\boldsymbol{\beta}}_{wls} is the LS residual vector, W0=\mboxDiag{rπ}=\mboxDiag{rhii/p}W_{0}=\mbox{}{Diag}\left\{r\boldsymbol{\pi}\right\}=\mbox{}{Diag}\left\{rh_{ii}/p\right\}, and RLEVUNWR_{LEVUNW} is the Taylor expansion remainder.

Remark. This lemma is analogous to Lemma 1. Since the sampling and reweighting are performed according to different distributions, however, the point about which the Taylor expansion is performed, as well as the prefactors of the linear term, are somewhat different. In particular, here we expand around the point w0=rπ\boldsymbol{w}_{0}=r\boldsymbol{\pi} since \mboxE[w]=rπ\mbox{}{\bf{E}}\left[\boldsymbol{w}\right]=r\boldsymbol{\pi} when no reweighting takes place.

Given this Taylor expansion lemma, we can now establish the following lemma for the mean and variance of LEVUNW, both conditioned and unconditioned on the data y\boldsymbol{y}. The proof of the following lemma may be found in Section B.4.

The conditional expectation and conditional variance for the LEVUNW procedure are given by:

where W0=\mboxDiag{rπ}W_{0}=\mbox{}{Diag}\left\{r\boldsymbol{\pi}\right\}, and where β^wls=(XTW0X)1XW0y\hat{\boldsymbol{\beta}}_{wls}=(X^{T}W_{0}X)^{-1}XW_{0}\boldsymbol{y} is the full sample weighted LS estimator. The unconditional expectation and unconditional variance for the LEVUNW procedure are given by:

where PX,W0=X(XTW0X)1XTW0P_{X,W_{0}}=X(X^{T}W_{0}X)^{-1}X^{T}W_{0}.

Remark. As expected, when the leverage scores are all the same, the variance in Eqn. (23) is the same as the variance of uniform random sampling. This is expected since, when reweighting with respect to the uniform distribution, one does not change the problem being solved, and thus the solutions to the weighted and unweighted LS problems are identical. More generally, the variance is not inflated by very small leverage scores, as it is with LEV. For example, the conditional variance expression is also a sandwich-type expression, the center of which is W0=\mboxDiag{rhii/n}W_{0}=\mbox{}{Diag}\left\{rh_{ii}/n\right\}, which is not inflated by very small leverage scores.

Main Empirical Evaluation

In this section, we describe the main part of our empirical analysis of the behavior of the biases and variances of the subsampling estimators described in Section 2.2. Additional empirical results will be presented in Section 5. In these two sections, we will consider both synthetic data as well as real data that have been chosen to illustrate the extreme properties of the subsampling methods in realistic settings. We will use the MSE as a benchmark to compare the different subsampling estimators; but since we are interested in both the bias and variance properties of our estimates, we will present results for both the bias and variance separately.

Here is a brief outline of the main results of this section.

In Section 4.1, we will describe our synthetic data. These data are drawn from three standard distributions, and they are designed to provide relatively-realistic synthetic examples where leverages scores are fairly uniform, moderately nonuniform, or very nonuniform.

Then, in Section 4.2, we will summarize our results for the unconditional bias and variance for LEV and UNIF, when applied to the synthetic data.

Then, in Section 4.3, we will summarize our results for the unconditional bias and variance of SLEV and LEVUNW. This will illustrate that both SLEV and LEVUNW can overcome some of the problems associated with LEV and UNIF.

Finally, in Section 4.4, we will present our results for the conditional bias and variance of SLEV and LEVUNW (as well as LEV and UNIF). In particular, this will show that LEVUNW can incur substantial bias, relative to the other methods, when conditioning on a given data set.

We consider synthetic data of 1000 runs generated from y=Xβ+ϵ\boldsymbol{y}=X\boldsymbol{\beta}+\boldsymbol{\epsilon}, where ϵN(0,9In)\boldsymbol{\epsilon}\sim N(0,9I_{n}), where several different values of nn and pp, leading to both “very rectangular” and “moderately rectangular” matrices XX, are considered. The design matrix XX is generated from one of three different classes of distributions introduced below. These three distributions were chosen since the first has nearly uniform leverage scores, the second has mildly non-uniform leverage scores, and the third has very non-uniform leverage scores.

Nearly uniform leverage scores (GA). We generated an n×pn\times p matrix XX from multivariate normal N(1p,Σ)N(\boldsymbol{1}_{p},\Sigma), where the (i,j)(i,j)th element of Σij=2×0.5ij\Sigma_{ij}=2\times 0.5^{|i-j|}, and where we set β=(110,0.11p20,110)T\boldsymbol{\beta}=(\boldsymbol{1}_{10},0.1\boldsymbol{1}_{p-20},\boldsymbol{1}_{10})^{T}. (Referred to as GA data.)

Moderately nonuniform leverage scores (T3T_{3}). We generated XX from multivariate tt-distribution with 33 degree of freedom and covariance matrix Σ\Sigma as before. (Referred to as T3T_{3} data.)

Very nonuniform leverage scores (T1T_{1}). We generated XX from multivariate tt-distribution with 11 degree of freedom and covariance matrix Σ\Sigma as before. (Referred to as T1T_{1} data.)

See Table 1 for a summary of the parameters for the synthetic data we considered and for basic summary statistics for the leverage scores probabilities (i.e., the leverage scores that have been normalized to sum to 11 by dividing by pp) of these data matrices. The results reported in Table 1 are for leverage score statistics for a single fixed data matrix XX generated in the above manner (for each of the 33 procedures and for each value of nn and pp), but we have confirmed that similar results hold for other matrices XX generated in the same manner.

Several observations are worth making about the summaries presented in Table 1. First, and as expected, the Gaussian data tend to have the most uniform leverage scores, the T3T_{3} data are intermediate, and the T1T_{1} data have the most nonuniform leverage scores, as measured by both the standard deviation of the scores as well as the ratio of maximum to minimum leverage score. Second, the standard deviation of the leverage score distribution is substantially less sensitive to nonuniformities in the leverage scores than is the ratio of the maximum to minimum leverage score (or the maximum to the mean/median score, although all four measures exhibit the same qualitative trends). Although we have not pursued it, this suggests that these latter measures will be more informative as to when leverage-based sampling might be necessary in a particular application. Third, in all these cases, the variability trends are caused both by the large (in particular, the maximum) leverage scores increasing as well as the small (in particular, the minimum) leverage score decreasing. Fourth, within a given type of distribution (i.e., GA or T3T_{3} or T1T_{1}), leverage scores are more nonuniform when the matrix XX is more rectangular, and this is true both when nn is held fixed and when pp is held fixed.

2 Leveraging Versus Uniform Sampling on Synthetic Data

Here, we will describe the properties of LEV versus UNIF for synthetic data. See Figures 1, 2, and 3 for the results on data matrices with n=1000n=1000 and p=10p=10, 5050, and 100100, respectively. (The results for data matrices for n=5000n=5000 and other values of nn are similar.) In each case, we generated a single matrix from that distribution (which we then fixed to generate the y\boldsymbol{y} vectors) and β0\boldsymbol{\beta}_{0} was set to be the all-ones vector; and then we ran the sampling process multiple times, typically ca. 10001000 times, in order to obtain reliable estimates for the biases and variances. In each of the Figures 1, 2, and 3, the top panel is the variance, the bottom panel is the squared bias; for both the bias and variance, we have plotted the results in log-scale; and, in each figure, the first column is the GA model, the middle column is the T3T_{3} model, and the right column is the T1T_{1} model.

The simulation results corroborate what we have learned from our theoretical analysis, and there are several things worth noting. First, in general the squared bias is much less than the variance, even for the T1T_{1} data, suggesting that the solution is approximately unbiased, at least for the values of rr plotted here, in the sense quantified in Lemmas 3 and 4. Second, LEV and UNIF perform very similarly for GA, somewhat less similarly for T3T_{3}, and quite differently for T1T_{1}, consistent with the results in Table 1 that indicate that the leverage scores are very uniform for GA and very nonuniform for T1T_{1}. In addition, when they are different, LEV tends to perform better than UNIF, i.e., have a lower MSE for a fixed sampling complexity. Third, as the subsample size increases, the squared bias and variance tend to decrease monotonically. In particular, the variance tends to decrease roughly as 1/r1/r, where rr is the size of the subsample, in agreement with Lemmas 3 and 4. Moreover, the decrease for UNIF is much slower, in a manner more consistent with the leading term of n/rn/r in Eqn. (20), than is the decrease for LEV, which by Eqn. (18) has leading term p/rp/r. Fourth, for all three models, both the bias and variance tend to increase when the matrix is less rectangular, e.g., as pp increases 1010 to 100100 for n=1000n=1000. All in all, LEV is comparable to or outperforms UNIF, especially when the leverage scores are nonuniform.

3 Improvements from Shrinked Leveraging and Unweighted Leveraging

Here, we will describe how our proposed SLEV and LEVUNW procedures can both lead to improvements relative to LEV and UNIF. Recall that LEV can lead to large MSE by inflating very small leverage scores. The SLEV procedure deals with this by considering a convex combination of the uniform distribution and the leverage score distribution, thereby providing a lower bound on the leverage scores; and the LEVUNW procedure deals with this by not rescaling the subproblem to be solved.

Consider Figures 4, 5, and 6, which present the variance and bias for synthetic data matrices (for GA, T3T_{3}, and T1T_{1} data) of size n×pn\times p, where n=1000n=1000 and p=10p=10, 5050, and 100100, respectively. In each case, LEV, SLEV for three different values of the convex combination parameter α\alpha, and LEVUNW were considered. Several observations are worth making. First of all, for GA data (left panel in these figures), all the results tend to be quite similar; but for T3T_{3} data (middle panel) and even more so for T1T_{1} data (right panel), differences appear. Second, SLEV with α0.1\alpha\simeq 0.1, i.e., when SLEV consists mostly of the uniform distribution, is notably worse in a manner similarly as with UNIF. Moreover, there is a gradual decrease in both bias and variance for our proposed SLEV as α\alpha is increased; and when α0.9\alpha\simeq 0.9 SLEV is slightly better than LEV. Finally, our proposed LEVUNW often has the smallest bias and variance over a wide range of subsample sizes for both T3T_{3} and T1T_{1}, although the effect is not major. All in all, these observations are consistent with our main theoretical results.

Consider next Figure 7. This figure examines the optimal convex combination choice for α\alpha in SLEV, and α\alpha is the x-axis in all the plots. Different column panels in Figure 7 correspond to different subsample sizes rr. Recall that there are two conflicting goals for SLEV: adding (1α)/n(1-\alpha)/n to the small leverage scores will avoid substantially inflating the variance of the resulting estimate by samples with extremely small leverage scores; and doing so will lead to larger sample size rr in order to obtain bounds of the form Eqns. (8) and (9). Figure 7 plots the variance and bias for T1T_{1} data for a range of parameter values and for a range of subsample sizes. In general, one sees that using SLEV to increase the probability of choosing small leverage components with α\alpha around 0.80.90.8-0.9 (and relatedly shrinking the effect of large leverage components) has a beneficial effect on bias as well as variance. This is particularly true in two cases: first, when the matrix is very rectangular, e.g., when the p=10p=10, which is consistent with the leverage score statistics from Table 1; and second, when the subsample size rr is larger, as the results for r=3pr=3p are much choppier (and for r=2pr=2p, they are still choppier). As a rule of thumb, these plots suggest that choosing α=0.9\alpha=0.9, and thus using πi=απiLev+(1α)/n\pi_{i}=\alpha\pi^{Lev}_{i}+(1-\alpha)/n as the importance sampling probabilities, strikes a balance between needing more samples and avoiding variance inflation.

One can also see in Figure 7 the grey lines, dots, and dashes, which correspond to LEVUNW for the corresponding values of pp, that LEVUNW consistently has smaller variances than SLEV for all values of α\alpha. We should emphasize, though, that these are unconditional biases and variances. Since LEVUNW is approximately unbiased relative to the full sample weighted LS estimate β^wls\hat{\boldsymbol{\beta}}_{wls}, however, there is a large bias away from the full sample unweighted LS estimate β^ols\hat{\boldsymbol{\beta}}_{ols}. This suggests that LEVUNW may be used when the primary goal is to infer the true β0\boldsymbol{\beta}_{0}; but that when the primary goal is rather to approximate the full sample unweighted LS estimate, or when conditional biases and variances are of interest, then SLEV may be more appropriate. We will discuss this in greater detail in Section 4.4 next.

4 Conditional Bias and Variance

Here, we will describe the properties of the conditional bias and variance under various subsampling estimators. These will provide a more direct comparison with Eqns. (14) and (15) from Lemma 2 and the corresponding bounds from Lemma 6. These will also provide a more direct comparison with previous work that has adopted an algorithmic perspective on algorithmic leveraging .

Consider Figure 8, which presents our main empirical results for conditional biases and variances. As before, matrices were generated from GA, T3T_{3} and T1T_{1}; and we calculated the empirical bias and variance of UNIF, LEV, SLEV with α=0.9\alpha=0.9, and LEVUNW—in all cases, conditional on the empirical data y\boldsymbol{y}. Several observations are worth making. First, for GA the variances are all very similar the same; and the biases are also, with the exception of LEVUNW. This is expected, since by the conditional expectation bounds from Lemma 6, LEVUNW is approximately unbiased, relative to the full sample weighted LS estimate β^wls\hat{\boldsymbol{\beta}}_{wls}—and thus there should be a large bias away from the full sample unweighted LS estimate. Second, for T3T_{3} and even more prominently for T1T_{1}, the variance of LEVUNW is less than that for the other estimators. Third, when the leverage scores are very nonuniform, as with T1T_{1}, the relative merits of UNIF versus LEVUNW depend on the subsample size rr. In particular, the bias of LEVUNW is larger than that of even UNIF for very aggressive downsampling; but it is substantially less than UNIF for moderate to large sample sizes.

Based on these and our other results, our default recommendation is to use SLEV (with either exact or approximate leverage scores) with α0.9\alpha\approx 0.9: it is no more than slightly worse than LEVUNW when considering unconditional biases and variances, and it can be much better than LEVUNW when considering conditional biases and variances.

Additional Empirical Evaluation

In this section, we provide additional empirical results (of a more specialized nature than those presented in Section 4). Here is a brief outline of the main results of this section.

In Section 5.1, we will consider the synthetic data, and we will describe what happens when the subsampled problem looses rank. This can happen if one is extremely aggressive in downsampling with SLEV; but it is much more common with UNIF, even if one samples many constraints. In both cases, the behavior of bias and variance is very different than when rank is preserved.

Then, in Section 5.2, we will summarize our results on synthetic data when the leverage scores are computed approximately with the fast approximation algorithm of . Among other things, we will describe the running time of this algorithm, illustrating that it can solve larger problems than can be solved with traditional deterministic methods; and we will evaluate the unconditional bias and variance of SLEV when this algorithm is used to approximate the leverage scores.

Finally, in Section 5.3, we will consider real data, and we will present our results for the conditional bias and variance for two data sets that are drawn from our previous work in two genetics applications. One of these has very uniform leverage scores, and the other has moderately nonuniform leverage scores; and our results from the synthetic data hold also in these realistic applications.

Here, we will describe the properties of LEV versus UNIF for situations in which rank is lost in the construction of the subproblem. That is, in some cases, the subsampled matrix, XX^{*}, may have column rank that is smaller than the rank of the original matrix XX, and this leads to a singular XTX=XTWXX^{*T}X^{*}=X^{T}WX. Of course, the LS solution of the subproblem can still be solved, but there will be a “bias” due to the dimensions that are not represented in the subsample. (We use the Moore-Penrose generalized inverse to compute the estimators when rank is lost in the construction of the subproblem.) Before describing these results, recall that algorithmic leveraging (in particular, LEV, but it holds for SLEV as well) guarantees that this will not happen in the following sense: if roughly O(plogp)O(p\log p) rows of XX are sampled using an importance sampling distribution that approximates the leverage scores in the sense of Eqn. (7), then with very high probability the matrix XX^{*} does not loose rank . Indeed, this observation is crucial from the algorithmic perspective, i.e., in order to obtain relative-error bounds of the form of Eqns. (8) and (9), and thus it was central to the development of algorithmic leveraging. On the other hand, if one downsamples more aggressively, e.g., if one samples only, say, p+100p+100 or p+10p+10 rows, or if one uses uniform sampling when the leverage scores are very nonuniform, then it is possible to loose rank. Here, we examine the statistical consequences of this.

We have observed this phenomenon with the synthetic data for both UNIF as well as for leverage-based sampling procedures; but the properties are somewhat different depending on the sampling procedure. To illustrate both of these with a single synthetic example, we first generated a 1000×101000\times 10 matrix from multivariate tt-distribution with 33 (or 22 or 11, denoted T3T_{3}, T2T_{2}, and T1T_{1}, respectively) degrees of freedom and covariance matrix Σij=2×0.5ij\Sigma_{ij}=2\times 0.5^{|i-j|}; we then calculated the leverage scores of all rows; and finally we formed the matrix XX was by keeping the 5050 rows with highest leverage scores and replicating 950950 times the row with the smallest leverage score. (This is a somewhat more realistic version of the toy Worst-case Matrix that is described in Section A.2.) We then applied LEV and UNIF to the data sets with different subsample sizes, as we did for the results summarized in Section 4.2. Our results are summarized in Figure 9 and 10.

The top row of Figure 9 plots the fraction of singular XTWXX^{T}WX, out of 500500 trials, for both LEV and UNIF; from left to right, results for T3T_{3}, T2T_{2}, and T1T_{1} are shown. Several points are worth emphasizing. First, both LEV and UNIF loose rank if the downsampling is sufficiently aggressive. Second, for LEV, as long as one chooses more than roughly 2020 (or less for T2T_{2} and T1T_{1}), i.e., the ratio r/pr/p is at least roughly 22, then rank is not lost; but for uniform sampling, one must sample a much larger fraction of the data. In particular, when fewer than r=100r=100 samples are drawn then nearly all of the subproblems constructed with the UNIF procedure are singular, and it is not until more than r=300r=300 that nearly all of the subproblems are not singular. Although these particular numbers depend on the particular data, needing to draw many more samples with UNIF than with LEV in order to preserve rank is a very general phenomenon. The middle row of Figure 9 shows the boxplots of rank for the subproblem for LEV for those 500500 tries; and the bottom row shows the boxplots of the rank of the subproblem for UNIF for those 500500 tries. Note the unusual scale on the X-axis designed to highlight the lost rank data for both LEV as well as UNIF. These boxplots illustrate the sigmoidal distribution of ranks that obtained by UNIF as a function of the number of samples and the less severe beginning of the sigmoid for LEV; and they also show that when subproblems are singular, then often many dimensions fail to be captured. All in all, LEV outperforms UNIF, especially when the leverage scores are nonuniform.

Figure 10 illustrates the variance and bias of the corresponding estimators. In particular, the upper panels plot the logarithm of variances; the middle panels plot the same quantities, except that it is zoomed-in on the X-axis; and the lower panels plot the logarithm of squared bias. As before, the left/middle/right panels present results for the T3T_{3}/T2T_{2}/T1T_{1} data, respectively. The behavior here is very different that that shown in Figures 1, 2, and 3; and several observations are worth making. First, for all three models and for both LEV and UNIF, when the downsampling is very aggressive, e.g, r=p+5r=p+5 or r=p+10r=p+10, then the bias is comparable to the variance. That is, since the sampling process has lost dimensions, the linear approximation implicit in our Taylor expansion is violated. Second, both bias and variance are worse for T1T_{1} than for T2T_{2} than for T3T_{3}, which is consistent with Table 1, but the effect is minor; and the bias and variance are generally much worse for UNIF than for LEV. Third, as rr increases, the variance for UNIF increases, hits a maximum and then decreases; and at the same time the bias for UNIF gradually decreases. Upon examining the original data, the reason that there is very little variance initially is that most of the subsamples have rank 11 or 22; then the variance increases as the dimensionality of the subsamples increases; and then the variance decreases due to the 1/r1/r scaling, as we saw in the plots in Section 4.2. Fourth, as rr increases, both the variance and bias of LEV decrease, as we saw in Section 4.2; but in the aggressive downsampling regime, i.e., when rr is very small, the variance of LEV is particularly “choppy,” and is actually worse than that of UNIF, perhaps also due to rank deficiency issues.

2 Approximate Leveraging via the Fast Leveraging Algorithm

Here, we will describe using the fast randomized algorithm from to compute approximations to the leverage scores of XX, to be used in place of the exact leverage scores in LEV, SLEV, and LEVUNW. To start, we provide a brief description of the algorithm of , which takes as input an arbitrary n×pn\times p matrix XX.

Generate an r1×nr_{1}\times n random matrix Π1\Pi_{1} and a p×r2p\times r_{2} random matrix Π2\Pi_{2}.

Let RR be the RR matrix from a QR decomposition of Π1X\Pi_{1}X.

Compute and return the leverage scores of the matrix XR1Π2XR^{-1}\Pi_{2}.

For appropriate choices of r1r_{1} and r2r_{2}, if one chooses Π1\Pi_{1} to be a Hadamard-based random projection matrix, then this algorithm runs in o(np2)o(np^{2}) time, and it returns 1±ϵ1\pm\epsilon approximations to all the leverage scores of XX . In addition, with a high-quality implementation of the Hadamard-based random projection, this algorithm runs faster than traditional deterministic algorithms based on Lapack for matrices as small as several thousand by several hundred .

We have implemented in the software environment R two variants of this fast algorithm of , and we have compared it with QR-based deterministic algorithms also supported in R for computing the leverage scores exactly. In particular, the following results were obtained on a PC with Intel Core i7 Processor and 6 Gbytes RAM running Windows 7, on which we used the software package R, version 2.15.2. In the following, we refer to the above algorithm as BFast (the Binary Fast algorithm) when (up to normalization) each element of Π1\Pi_{1} and Π2\Pi_{2} is generated i.i.d. from {1,1}\{-1,1\} with equal sampling probabilities; and we refer to the above algorithm as GFast (the Gaussian Fast algorithm) when each element of Π1\Pi_{1} is generated i.i.d. from a Gaussian distribution with mean zero and variance 1/n1/n and each element of Π2\Pi_{2} is generated i.i.d. from a Gaussian distribution with mean zero and variance 1/p1/p. (In particular, note that here we do not consider Hadamard-based projections for Π1\Pi_{1} or more sophisticated parallel and distributed implementations of these algorithms .)

To illustrate the behavior of this algorithm as a function of its parameters, we considered synthetic data where the 20,000×1,00020,000\times 1,000 design matrix XX is generated from T1T_{1} distribution. All the other parameters are set to be the same as before, except Σij=0.1\Sigma_{ij}=0.1, for iji\neq j, and Σii=2\Sigma_{ii}=2. We then applied BFast and GFast with varying r1r_{1} and r2r_{2} to the data. In particular, we set r1=p,1.5p,2p,3p,5pr_{1}=p,1.5p,2p,3p,5p, where p=1,000p=1,000, and we set r2=κlog(n)r_{2}=\kappa\log(n), for κ=1,2,3,4,5,10,20\kappa=1,2,3,4,5,10,20, where n=20,000n=20,000. See Figure 11, which presents both a summary of the correlation between the approximate and exact leverage scores as well as a summary of the running time for computing the approximate leverage scores, as r1r_{1} and r2r_{2} are varied for both BFast and GFast. We can see that the correlations between approximated and exact leverage scores are not very sensitive to varying r1r_{1}, whereas the running time increases roughly linearly for increasing r1r_{1}. In contrast, the correlations between approximated and exact leverage scores increases rapidly for increasing r2r_{2}, whereas the running time does not increase much when r2r_{2} increases. These observations suggest that we may use a combination of small r1r_{1} and large r2r_{2} to achieve high-quality approximation and short running time.

Next, we examine the running time of the approximation algorithms for computing the leverage scores. Our results for running times are summarized in Figure 12. In that figure, we plot the running time as sample size nn and predictor size pp are varied for BFast and GFast. We can see that when the sample size is very small, the computation time of the fast algorithms is slightly worse than that of the exact algorithm. (This phenomenon is primarily since the fast algorithm requires additional projection and matrix multiplication steps, which dominate the running time for very small matrices.) On the other hand, when the sample size is larger than ca. 20,00020,000, the computation time of the fast approximation algorithms becomes slightly less expensive than that of exact algorithm. Much more significantly, when the sample size is larger than roughly 35,00035,000, the exact algorithm requires more memory than our standard R environment can provide, and thus it fails to run at all. In contrast, the fast algorithms can work with sample size up to roughly 60,00060,000.

That is, the use of this randomized algorithm to approximate the leverage scores permits us to work with data that are roughly 1.51.5 times larger in nn or pp, even when a simple vanilla implementation is provided in the R environment. (If one is interested in much larger inputs, e.g., with n=106n=10^{6} or more, then one should probably not work within R and instead use Hadamard-based random projections for Π1\Pi_{1} and/or the use of more sophisticated methods, such as those described in ; here we simply evaluate an implementation of these methods in R.) The reason that BFast and GFast can run for much larger input is likely that the computational bottleneck for the exact algorithm is a QR decomposition, while the computational bottleneck for the fast randomized algorithms is the matrix-matrix multiplication step.

Finally, we evaluate the bias and variance of LEV, SLEV and LEVUNW estimates where the leverage scores are calculated using exact algorithm, BFast, and GFast. In Figure 13, we plot the variance and squared bias for T3T_{3} data sets. (We have observed similar but slightly smoother results for the Gaussian data sets and similar but slightly choppier results for the T1T_{1} data sets.) Observe that the variances of LEV estimates where the leverage scores are calculated using exact algorithm, BFast, and GFast are almost identical; and this observation is also true for SLEV and LEVUNW estimates. All in all, using the fast approximation algorithm of to compute approximations to the leverage scores for use in LEV, SLEV, and LEVUNW leads to improved algorithmic performance, while achieving nearly identical statistical results as LEV, SLEV, and LEVUNW when the exact leverage scores are used.

3 Illustration of the Method on Real Data

Here, we provide an illustration of our methods on two real data sets drawn from two problems in genetics with which we have prior experience . The first data set has relatively uniform leverage scores, while the second data set has somewhat more nonuniform leverage scores. These two examples simply illustrate that observations we made on the synthetic data also hold for more realistic data that we have studied previously. For more information on the application of these ideas in genetics, see previous work on PCA-correlated SNPs .

In order to illustrate how our methods perform on a real data set with nearly uniform leverage scores, we consider an RNA-Seq data set containing n=51,751n=51,751 read counts from embryonic mouse stem cells . Recall that RNA-Seq is becoming the major tool for transcriptome analysis; it produces digital signals by obtaining tens of millions of short reads; and after being mapped to the genome, RNA-Seq data can be summarized by a sequence of short-read counts. Recent work found that short-read counts have significant sequence bias . Here, we consider a simplified linear model of for correcting sequence bias in RNA-Seq. Let nijn_{ij} denote the counts of reads that are mapped to the genome starting at the jjth nucleotide of the iith gene, where i=1,2,,100i=1,2,\ldots,100 and j=1,,Lij=1,\ldots,L_{i}. We assume that the log transformed count of reads, yij=log(nij+0.5)y_{ij}=\log(n_{ij}+0.5), depends on 4040 nucleotides in the neighborhood, denoted as bij,20,bij,19,,bij,18,bij,19b_{ij,-20},b_{ij,-19},\ldots,b_{ij,18},b_{ij,19} through the following linear model: yij=α+k=2019hHβkhI(bij,k=h)+ϵij,y_{ij}=\alpha+\sum_{k=-20}^{19}\sum_{h\in\cal{H}}\beta_{kh}I(b_{ij,k}=h)+\epsilon_{ij}, where H={A,C,G}{\cal{H}}=\{A,C,G\}, where TT is used as the baseline level, α\alpha is the grand mean, I(bij,k=h)I(b_{ij,k}=h) equals to 1 if the kkth nucleotide of the surrounding sequence is hh, and otherwise, βkh\beta_{kh} is the coefficient of the effect of nucleotide hh occurring in the kkth position, and ϵijN(0,σ2)\epsilon_{ij}\sim N(0,\sigma^{2}). This linear model uses p=121p=121 parameters to model the sequence bias of read counts. For n=51,751n=51,751, model-fitting via LS is time-consuming.

Coefficient estimates were obtained using three subsampling algorithms for seven different subsample sizes: 2p,3p,4p,5p,10p,20p,50p2p,3p,4p,5p,10p,20p,50p. We compare the estimates using the sample bias and variances; and, for each subsample size, we repeat our sampling 100100 times to get 100100 estimates. (At each subsample size, we take one hundred subsamples and calculate all the estimates; we then calculate the bias of the estimates with respect to the full sample least squares estimate and their variance.) See Figure 14 for a summary of our results. In the left panel of Figure 14, we plot the histogram of the leverage score sampling probabilities. Observe that the distribution is quite uniform, suggesting that leverage-based sampling methods will perform similarly to uniform sampling. To demonstrate this, the middle and right panels of Figure 14 present the (conditional) empirical variances and biases of each of the four estimates, for seven different subsample sizes. Observe that LEV, LEVUNW, SLEV, and UNIF all have comparable sample variances. When the subsample size is very small, all four methods have comparable sample bias; but when the subsample size is larger, then LEVUNW has a slightly larger bias than the other three estimates.

3.2 Linear model for predicting gene expressions of cancer patient

In order to illustrate how our methods perform on real data with moderately nonuniform leverage scores, we consider a microarray data set that was presented in (and also considered in ) for 4646 cancer patients with respect to n=5,520n=5,520 genes. Here, we randomly select one patient’s gene expression as the response y\boldsymbol{y} and use the remaining patients’ gene expressions as the predictors (so p=45p=45); and we predict the selected patient’s gene expression using other patients gene expressions through a linear model. We fit the linear model using subsampling algorithms with nine different subsample sizes. See Figure 15 for a summary of our results. In the left panel of Figure 15, we plot the histogram of the leverage score sampling probabilities. Observe that the distribution is highly skewed and quite a number of probabilities are significantly larger than the average probability. Thus, one might expect that leveraging estimates will have an advantage over the uniform sampling estimate. To demonstrate this, the middle and right panels of Figure 15 present the (conditional) empirical variances and biases of each of the four estimates, for nine different subsample sizes. Observe that SLEV and LEV have smaller sample variance than LEVUNW and that UNIF consistently has the largest variance. Interestingly, since LEVUNW is approximately unbiased to the weighted least squares estimate, here we observe that LEVUNW has by far the largest bias and that the bias does not decrease as the subsample size increases. In addition, when the subsample size is less than 2000, the biases of LEV, SLEV and UNIF are comparable; but when the subsample size is greater than 2000, LEV and SLEV have slightly smaller bias than UNIF.

Discussion and Conclusion

Algorithmic leveraging—a recently-popular framework for solving large least-squares regression and other related matrix problems via sampling based on the empirical statistical leverage scores of the data—has been shown to have many desirable algorithmic properties. In this paper, we have adopted a statistical perspective on algorithmic leveraging, and we have demonstrated how this leads to improved performance of this paradigm on real and synthetic data. In particular, from the algorithmic perspective of worst-case analysis, leverage-based sampling provides uniformly superior worst-case algorithmic results, when compared with uniform sampling. Our statistical analysis, however, reveals that, from the statistical perspective of bias and variance, neither leverage-based sampling nor uniform sampling dominates the other. Based on this, we have developed new statistically-inspired leveraging algorithms that achieve improved statistical performance, while maintaining the algorithmic benefits of the usual leverage-based method. Our empirical evaluation demonstrates that our theory is a good predictor of the practical performance of both existing as well as our newly-proposed leverage-based algorithms. In addition, our empirical evaluation demonstrates that, by using a recently-developed algorithm to approximate the leverage scores, we can compute improved approximate solutions for much larger least-squares problems than we can compute the exact solutions with traditional deterministic algorithms.

Finally, we should note that, while our results are straightforward and intuitive, obtaining them was not easy, in large part due to seemingly-minor differences between problem formulations in statistics, computer science, machine learning, and numerical linear algebra. Now that we have “bridged the gap” by providing a statistical perspective on a recently-popular algorithmic framework, we expect that one can ask even more refined statistical questions of this and other related algorithmic frameworks for large-scale computation.

Appendix A Asymptotic Analysis and Toy Data

In this section, we will relate our analytic methods to the notion of asymptotic relative efficiency, and we will consider several toy data sets that illustrate various aspects of algorithmic leveraging. Although the results of this section are not used elsewhere, and thus some readers may prefer skip this section, we include it in order to relate our approach to ideas that may be more familiar to certain readers.

In order to discuss asymptotic relative efficiency, we start with the following seemingly-technical observation.

A k×kk\times k matrix A is said to be A=O(αn)A=O(\alpha_{n}) if and only if every element of AA satisfies Aij=O(αn)A_{ij}=O(\alpha_{n}) for i,j=1,,ki,j=1,\ldots,k.

XTX=i=1nxixiTX^{T}X=\sum_{i=1}^{n}\boldsymbol{x}_{i}\boldsymbol{x}_{i}^{T} is positive definite and (XTX)1=O(αn1)(X^{T}X)^{-1}=O(\alpha_{n}^{-1}).

Remark. Assuming XTXX^{T}X is nonsingular, for a LS estimator β^ols\hat{\boldsymbol{\beta}}_{ols} to converge to true value β0\boldsymbol{\beta}_{0} in probability, it is sufficient and necessary that (XTX)10(X^{T}X)^{-1}\rightarrow 0 as nn\rightarrow\infty .

Remark. Although we have stated this as an assumption, one typically assumes an nn-dependence for αn\alpha_{n} . Since the form of the nn-dependence is unspecified, we can alternatively view Assumption 1 as a definition of αn\alpha_{n}. The usual assumption that is made (typically for analytical convenience) is that αn=n\alpha_{n}=n . We will provide examples of toy data for which αn=n\alpha_{n}=n, as well as examples for which αnn\alpha_{n}\neq n. In light of our empirical results in Section 4 and the empirical observation that leverage scores are often very nonuniform , it is an interesting question to ask whether the common assumption that αn=n\alpha_{n}=n is too restrictive, e.g., whether it excludes interesting matrices XX with very heterogeneous leveraging scores.

Under Assumption 1, i.e., that (XTX)1(X^{T}X)^{-1} is asymptotically parameterized as (XTX)1=O(αn1)(X^{T}X)^{-1}=O(\alpha_{n}^{-1}), we have the following three results to compare the leveraging estimators and the uniform sampling estimator. The expressions in these three lemmas are complicated; and, since they are expressed in terms of αn\alpha_{n}, they are not easy to evaluate on real or synthetic data. (It is partly for this reason that our empirical evaluation is in terms of the bias and variance of the subsampling estimators.) We start by stating a lemma characterizing the relative efficiency of LEV and UNIF; the proof of this lemma may be found in Appendix B.5.

Next, we state a lemma characterizing the relative efficiency of SLEV and UNIF; the proof of this lemma is similar to that of Lemma 7 and is thus omitted.

Finally, we state a lemma characterizing the relative efficiency of LEVUNW and UNIF; the proof of this lemma may be found in Appendix B.6.

where the residual variance is ignored and gii=hiixiT(XT\mboxDiag{hii}X)1xig_{ii}=h_{ii}\boldsymbol{x}_{i}^{T}(X^{T}\mbox{}{Diag}\left\{h_{ii}\right\}X)^{-1}\boldsymbol{x}_{i}.

A.2 Illustration of the Method on Toy Data

Here, we will consider several toy data sets that illustrate various aspects of algorithmic leveraging, including various extreme cases of the method. While some of these toy data may seem artificial or contrived, they will highlight properties that manifest themselves in less extreme forms in the more realistic data in Section 4. Since the leverage score structure of the matrix XX is crucial for the behavior of the method, we will focus primarily on that structure. To do so, consider the two extreme cases. At one extreme, when the leverage scores are all equal, i.e., hii=p/nh_{ii}=p/n, for all i[n]i\in[n], the first two variance terms in Eqn. (20) are equal to the first two variance terms in Eqn. (18). In this case, LEV simply reduces to UNIF. At the other extreme, the leverage scores can be very nonuniform—e.g., there can be a small number of leverage scores that are much larger than the rest and/or there can be some leverage scores that are much smaller than the mean score. Dealing with these two cases properly is crucial for the method of algorithmic leveraging, but these two cases highlight important differences between the more common algorithmic perspective and our more novel statistical perspective.

The former problem (of a small number of very large leverage scores) is of particular importance from an algorithmic perspective. The reason is that in that case one wants to compare the output of the sampling algorithm with the optimum based on the empirical data (as opposed to the “ground truth” solution). Thus, dealing with large leverage scores was a main issue in the development of the leveraging paradigm . On the other hand, the latter problem (of some very small leverage scores) is also an important concern if we are interested in statistical properties of algorithmic leveraging. To see why, consider, e.g., the extreme case that a few data points have very very small leverage scores, e.g. hii=1/n4h_{ii}=1/n^{4} for some ii. In this case, e.g., the second variance term in Eqn. (18) will be much larger than the second variance term in Eqn. (20).

In light of this discussion, here are several toy examples to consider. We will start with several examples where p=1p=1 that illustrate things in the simplest setting.

Example 1A: Sample Mean. Let nn be arbitrary, p=1p=1, and let the n×pn\times p matrix XX be such that Xi=1X_{i}=1, for all i[n]i\in[n], i.e., let XX be the all-ones vector. In this case, XTX=nX^{T}X=n and hii=1/nh_{ii}=1/n, for all i[n]i\in[n], i.e., the leverage scores are uniform, and thus algorithmic leveraging reduces to uniform sampling. Also, in this case, αn=n\alpha_{n}=n in Assumption 1. All three asymptotic efficiencies are equal to O(1)O(1).

Example 1B: Simple Linear Combination. Let nn be arbitrary, p=1p=1, and let the n×pn\times p matrix XX be such that Xi=±1X_{i}=\pm 1, for all i[n]i\in[n], either uniformly at random, or such that Xi=+1X_{i}=+1 if ii is odd and Xi=1X_{i}=-1 if ii is even. In this case, XTX=nX^{T}X=n and hii=1/nh_{ii}=1/n, for all i[n]i\in[n], i.e., the leverage scores are uniform; and, in addition, αn=n\alpha_{n}=n in Assumption 1. For all four estimators, all four unconditional variances are equal to σ2{1n+(11/n)2r}\sigma^{2}\{\frac{1}{n}+\frac{(1-1/n)^{2}}{r}\}. In addition, for all four estimators, all three relative efficiencies are equal to O(1)O(1).

Example 2: “Inflated” Regression Line Through Origin. Let nn be arbitrary, p=1p=1, and let the n×pn\times p matrix XX be such that Xi=iX_{i}=i, i.e., they are evenly spaced and increase without limit with increasing ii. (We thus refer the XX as “inflated.”) In this case,

i.e., the leverage scores hiih_{ii} are very nonuniform. This is illustrated in the left panel of Figure 16. Also, in this case, αn=n3\alpha_{n}=n^{3} in Assumption 1. It is easy to see that the first variance components of UNIF, LEV, SLEV are the same, i.e., they equal

It is also easy to see that variances of LEV, SLEV and UNIF are dominated by their second variance component. The leading terms of the second variance component of LEV and UNIF are the same, and we expect to see the similar performance based on their variance. The leading term of the second variance component of SLEV is smaller than that of LEV and UNIF; and thus SLEV has smaller variance than LEV and UNIF. Simple calculation shows that LEVUNW has a smaller leading term for the second variance component than those of LEV, UNIF and SLEV.

Example 3: “In-fill” Regression Line Through Origin. Let nn be arbitrary, p=1p=1, and let the n×pn\times p matrix XX be such that Xi=1/iX_{i}=1/i. This is different than the evenly spaced data points in the “inflated” toy example since the unevenly spaced data points this this example get denser in the interval (0,1](0,1]. The asymptotic properties of such design matrix are so-called “in-fill” asymptotics . In this case,

where ψ(k)\psi^{(k)} is the kthk^{th} derivative of digamma function, and the leverage scores equal

i.e., the leverage scores hiih_{ii} are very nonuniform. This is illustrated in the middle panel of Figure 16. Also, in this case, αn=1\alpha_{n}=1 in Assumption 1.

To obtain an improved understanding of these examples, consider the first two panels of Figures 16 and 17. Figure 16 shows the sampling probabilities for the Inflated Regression Line and the In-fill Regression Line. Both the Inflated Regression Line and the In-fill Regression Line have very nonuniform leverage scores, and by construction there is a natural ordering such that the leverage scores increase or decrease respectively. For the Inflated Regression Line, the minimum, mean, and maximum leverage scores are 6/(n(n+1)(2n+1))6/(n(n+1)(2n+1)), 1/n1/n, and 6n/(n+1)(2n+1)6n/(n+1)(2n+1), respectively; and for the In-fill Regression Line, the minimum, mean, and maximum leverage scores are 1/(n2(π2/6ψ(1)(n+1)))1/(n^{2}(\pi^{2}/6-\psi^{(1)}(n+1))), 1/n1/n, and 1/(π2/6ψ(1)(n+1))1/(\pi^{2}/6-\psi^{(1)}(n+1)), respectively. For reference, note that for the Sample Mean (as well as for the Simple Linear Combination) all of the the leverage scores are equal to 1/n1/n, which equals 0.10.1 for the value of n=10n=10 used in Figure 16.

Figure 17 illustrates the theoretical variances for the same examples for particular values of σ2\sigma^{2} and rr. In particular, observe that for the Inflated Regression Line, all three sampling methods tend to have smaller variance as nn is increased for a fixed value of pp. This is intuitive, and it is a common phenomenon that we observe in most of the synthetic and real data sets. The property of the In-fill Regression Line where the variances are roughly flat (actually, they increase slightly) is more uncommon, but it illustrates that other possibilities exist. The reason is that leverage scores of most data points are relatively homogeneous (as long as ii is greater than 6n/π2\sqrt{6n/\pi^{2}}, the leverage score of iith observation is less than mean 1/n1/n but greater than 1/n2(π2/6)1/n^{2}(\pi^{2}/6)). When subsample size rr is reasonably large, we have high probabilities to sample these data points, whose sample probabilities inflate the variance. These curves also illustrate that LEV and UNIF can be better or worse with respect to each other, depending on the problem parameters; and that SLEV and LEVUNW can be better than either, for certain parameter values.

From these examples, we can see that the variance for the leveraging estimate can be inflated by very small leverage scores. That is, since the variances involve terms that depend on the inverse of hiih_{ii}, they can be large if hiih_{ii} is very small. Here, we note that the common practice of adding an intercept, i.e., a sample mean or all-ones vector tends to uniformize the leverage scores. That is, in statistical model building applications, we usually have intercept—which is an all-ones vector, called the Sample Mean above—in the model, i.e., the first column of XX is 1\boldsymbol{1} vector; and, in this case, the hiih_{ii}s are bounded below by 1/n1/n and above by 1/wi1/w_{i} . This is also illustrated in Figure 16, which shows the the leverage scores for when an intercept is included. Interestingly, for the Inflated Regression Line, the scores for elements that originally had very small score actually increase to be on par with the largest scores. In our experience, it is much more common for the small leverage scores to simply be increased a bit, as is illustrated with the modified scores for the In-fill Regression Line.

We continue the toy examples with an example for p=2p=2; this is the simplest case that allows us to look at what is behind Assumption 1.

Example 4: Regression Surface Through Origin. Let p=2p=2 and n=2kn=2k be even. Let the elements of XX be defined as \boldsymbol{x}_{2j-1,n}=\left(\begin{array}[]{cc}\sqrt{\frac{n}{3^{j}}}&0\\ \end{array}\right), and \boldsymbol{x}_{2j,n}=\left(\begin{array}[]{cc}0&\sqrt{\frac{n}{3^{j}}}\\ \end{array}\right). In this case,

Here, αn=n\alpha_{n}=n in Assumption 1, and the largest leverage score does not converge to zero.

To see the leverage scores and the (theoretically-determined) variance for the Regression Surface of Example 4, see the third panel of Figures 16 and 17. In particular, the third panel of Figure 16 demonstrates what we saw with the p=1p=1 examples, i.e., that adding an intercept tends to increase the small leverage scores; and Figure 17 illustrates that the variances of all four estimates are getting close as sample size nn becomes larger.

Remark. It is worth noting that showed αn=n\alpha_{n}=n in Assumption 1 implies that maxhii0\max h_{ii}\rightarrow 0. In his proof, Miller essentially assumed that xi\boldsymbol{x}_{i}, i=1,,ni=1,\ldots,n is a single sequence. Example 4 shows that Miller’s theorem does not hold for triangular array (with one pattern for even numbered observations and the other pattern for odd numbered observations) .

Finally, we consider several toy data sets with larger values of pp. In this case, there starts to be a nontrivial interaction between the singular value structure and the singular vector structure of the matrix XX.

Example 5: Truncated Hadamard Matrix. An n×pn\times p matrix consisting of pp columns from a Hadamard Matrix (which is an orthogonal matrix) has uniform leverage scores—all are equal. Similarly, for an n×pn\times p matrix with entries i.i.d. from Gaussian distribution—that is, unless the aspect ratio of the matrix is extremely rectangular, e.g., p=1p=1, the leverage scores of a random Gaussian matrix are very close to uniform. (In particular, as our empirical results demonstrate, using nonuniform sampling probabilities is not necessary for data generated from Gaussian random matrices.)

Example 6: Truncated Identity Matrix. An n×pn\times p matrix consisting of the first pp columns from an Identity Matrix (which is an orthogonal matrix) has very nonuniform leverage scores—the first pp are large, and the remainder are zero. (Since one could presumably remove the all-zeros rows, this example might seem trivial, but it is useful as a worst-case thought experiment.)

Example 7: Worst-case Matrix. An n×pn\times p matrix consisting of n1n-1 rows all pointing in the same direction and 11 row pointing in some other direction. This has one leverage score—the one corresponding to the row pointing in the other direction—that is large, and the rest are mediumly-small. (This is an even better worst-case matrix than Example 6; and in the main text we have an even less trivial example of this.)

Example 5 is “nice” from an algorithmic perspective and, as seen in Section 4, from a statistical perspective as well. Since they have nonuniform leverage scores; Example 6 and Example 7 are worse from an algorithmic perspective. As our empirical results will demonstrate, they are also problematic from a statistical perspective, but for slightly different reasons.

Appendix B Appendix: Proofs of our main results

In this section, we will provide proofs of several of our main results.

Recall that the matrix W=SXD2SXTW=S_{X}D^{2}S_{X}^{T} encodes information about the sampling/rescaling process; in particular, this includes UNIF, LEV, and SLEV, although our results hold more generally.

where Vec is Vec operator, which stacks the columns of a matrix into a vector, and \otimes is the Kronecker product. The Kronecker product is defined as follows: suppose A={aij}A=\{a_{ij}\} is an m×nm\times n matrix and B={bij}B=\{b_{ij}\} is a p×qp\times q matrix; then, ABA\otimes B is a mp×nqmp\times nq matrix, comprising mm rows and nn columns of p×qp\times q blocks, the ijijth of which is aijBa_{ij}B.

To simplify (25), note that is easy to show that (25) can be seen as

To simplify (26), we need the following two results of matrix differentiation,

where the details on these two results can be found on page 366-367 of . By combining the two results in (B.1), by the chain rule, we have

By simple but tedious algebra, (25) and (26) give rise to

By combining these results, we thus have,

where e^=yXβ^ols\hat{\boldsymbol{e}}=\boldsymbol{y}-X\hat{\boldsymbol{\beta}}_{ols} is the LS residual vector, ei\mathbf{e}_{i} is a length nn vector with ithi^{th} element equal to one and all other elements equal to zero, from which the lemma follows.

B.2 Proof of Lemma 2

Recall that we will use WW to refer to the sampling process.

Setting πi=hii/p\pi_{i}=h_{ii}/p in above equations, we thus prove the conditional result.

B.3 Proof of Lemma 5

where WLEVUNW=SXSXT=\mboxDiag{wLEVUNW}W_{LEVUNW}=S_{X}S_{X}^{T}=\mbox{}{Diag}\left\{\boldsymbol{w}_{LEVUNW}\right\}, and where wLEVUNW\boldsymbol{w}_{LEVUNW} has a multinomial distribution Multi(r,π)Multi(r,\boldsymbol{\pi}). The proof of this lemma is analogous to the proof of Lemma 1; and so here we provide only some details on the differences. By employing a Taylor expansion, we have

where RLEVUNW=op(wLEVUNWw0)R_{LEVUNW}=o_{p}(||\boldsymbol{w}_{LEVUNW}-\boldsymbol{w}_{0}||). Following the proof of the previous lemma, we have that

where W0=\mboxDiag{w0}=\mboxDiag{rπ}W_{0}=\mbox{}{Diag}\left\{\boldsymbol{w}_{0}\right\}=\mbox{}{Diag}\left\{r\boldsymbol{\pi}\right\}, β^wls=(XTW0X)1XTW0y\hat{\boldsymbol{\beta}}_{wls}=(X^{T}W_{0}X)^{-1}X^{T}W_{0}\boldsymbol{y}, e^w=yXβ^wls\hat{\boldsymbol{e}}_{w}=\boldsymbol{y}-X\hat{\boldsymbol{\beta}}_{wls} is the weighted LS residual vector, ei\mathbf{e}_{i} is a length nn vector with ithi^{th} element equal to one and all other elements equal to zero. From this the lemma follows.

B.4 Proof of Lemma 6

Since \mboxEw[wLEVUNW]=rπ\mbox{}{\bf{E}_{w}}\left[\boldsymbol{w}_{LEVUNW}\right]=r\boldsymbol{\pi}, the conditional expectation is thus obtained. Since wLEVUNW\boldsymbol{w}_{LEVUNW} is multinomial distributed, we have

B.5 Proof of Lemma 7

where Cauchy-Schwartz inequality has been used. Next, we show that

B.6 Proof of Lemma 9

where Cauchy-Schwartz inequality has used. Next, we show that

Acknowledgments. This research was partially supported by a grant from the U.S. National Science Foundation.

References