| Literature DB >> 35125502 |
D C Ahfock1, W J Astle1, S Richardson1.
Abstract
Sketching is a probabilistic data compression technique that has been largely developed by the computer science community. Numerical operations on big datasets can be intolerably slow; sketching algorithms address this issue by generating a smaller surrogate dataset. Typically, inference proceeds on the compressed dataset. Sketching algorithms generally use random projections to compress the original dataset, and this stochastic generation process makes them amenable to statistical analysis. We argue that the sketched data can be modelled as a random sample, thus placing this family of data compression methods firmly within an inferential framework. In particular, we focus on the Gaussian, Hadamard and Clarkson-Woodruff sketches and their use in single-pass sketching algorithms for linear regression with huge samples. We explore the statistical properties of sketched regression algorithms and derive new distributional results for a large class of sketching estimators. A key result is a conditional central limit theorem for data-oblivious sketches. An important finding is that the best choice of sketching algorithm in terms of mean squared error is related to the signal-to-noise ratio in the source dataset. Finally, we demonstrate the theory and the limits of its applicability on two datasets.Entities:
Keywords: Computational efficiency; Random projection; Randomized numerical linear algebra; Sketching
Year: 2020 PMID: 35125502 PMCID: PMC7612324 DOI: 10.1093/biomet/asaa062
Source DB: PubMed Journal: Biometrika ISSN: 0006-3444 Impact factor: 2.445
Fig. 1Bias of partial sketching estimators on the HLA dataset: panels (a)–(c) show results for β P and panels (d)– (f) results for the bias-corrected estimator ; mean estimates are plotted against the true values. In this scenario n = 132 353, p = 1000 and k = 1500. The solid line in each panel is the identity line, and the dashed line in panels (a)–(c) represents the theoretical bias factor.
Mean squared errors of sketching estimators on the HLA dataset
| k = 1500 | k = 10 000 | |||||
|---|---|---|---|---|---|---|
|
|
|
|
|
|
| |
| Gaussian | 238 (3) | 39 (0.7) | 3.8 (0.08) | 13.3 (0.17) | 0.28 (0.004) | 0.21 (0.002) |
| Hadamard | 238 (4) | 39 (0.7) | 3.8 (0.07) | 12.5 (0.16) | 0.26 (0.003) | 0.20 (0.002) |
| Clarkson–Woodruff | 241 (3) | 38 (0.8) | 4.0 (0.05) | 13.2 (0.16) | 0.28 (0.004) | 0.21 (0.002) |
| Uniform | 375 (15) | 105 (7.6) | 10.7 (0.55) | 13.8 (0.20) | 0.38 (0.007) | 0.29 (0.005) |
Coverage of confidence intervals; the largest standard error is 0.004
| HLA | HLA | Flights | ||||
|---|---|---|---|---|---|---|
|
|
|
| ||||
|
|
|
|
|
|
| |
| Gaussian | 0.950 | 0.953 | 0.950 | 0.951 | 0.948 | 0.951 |
| Hadamard | 0.949 | 0.949 | 0.954 | 0.954 | 0.950 | 0.948 |
| Clarkson–Woodruff | 0.947 | 0.952 | 0.951 | 0.950 | 0.948 | 0.947 |
Timings for sketching: average times to compute the sketched dataset à = SA, in seconds
| HLA | Flights | ||
|---|---|---|---|
|
|
|
| |
| Gaussian | 522 | 3479 | 404 |
| Hadamard | 57 | 65 | 5.8 |
| Clarkson–Woodruff | 5.3 | 5.4 | 0.2 |
Mean squared errors of sketching estimators (with standard errors in parentheses) on the flights dataset with k = 5000
|
|
|
| |
|---|---|---|---|
| Gaussian | 60 (2) | 14900 (400) | 14900 (400) |
| Hadamard | 63 (2) | 14800 (500) | 13900 (400) |
| Clarkson–Woodruff | 66 (2) | 15000 (500) | 13800 (400) |
| Uniform | 64 (2) | 14600 (500) | 14600 (400) |