SOTAVerified

A Nearly-Optimal Bound for Fast Regression with _ Guarantee

2023-02-01Unverified0· sign in to hype

Zhao Song, Mingquan Ye, Junze Yin, Lichen Zhang

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Given a matrix A R^n d and a vector b R^n, we consider the regression problem with _ guarantees: finding a vector x' R^d such that \|x'-x^*\|_ d \|Ax^*-b\|_2 \|A^\| where x^*=_x R^d\|Ax-b\|_2. One popular approach for solving such _2 regression problem is via sketching: picking a structured random matrix S R^m n with m n and SA can be quickly computed, solve the ``sketched'' regression problem _x R^d \|SAx-Sb\|_2. In this paper, we show that in order to obtain such _ guarantee for _2 regression, one has to use sketching matrices that are dense. To the best of our knowledge, this is the first user case in which dense sketching matrices are necessary. On the algorithmic side, we prove that there exists a distribution of dense sketching matrices with m=^-2d^3(n/) such that solving the sketched regression problem gives the _ guarantee, with probability at least 1-. Moreover, the matrix SA can be computed in time O(nd n). Our row count is nearly-optimal up to logarithmic factors, and significantly improves the result in [Price, Song and Woodruff, ICALP'17], in which a super-linear in d rows, m=(^-2d^1+) for =( n d) is required. We also develop a novel analytical framework for _ guarantee regression that utilizes the Oblivious Coordinate-wise Embedding (OCE) property introduced in [Song and Yu, ICML'21]. Our analysis is arguably much simpler and more general than [Price, Song and Woodruff, ICALP'17], and it extends to dense sketches for tensor product of vectors.

Tasks

Reproductions