1) The document proposes a polynomial tensor sketch method to approximate element-wise matrix functions in linear time. It combines tensor sketching, which can approximate matrix monomials fast, with polynomial approximation of the target function.
2) Coreset-based regression is used to efficiently compute optimal polynomial coefficients by selecting a small subset of rows.
3) Experiments show the method outperforms alternatives like random Fourier features for applications like kernel approximation, kernel SVM, and Sinkhorn algorithm, providing speedups of up to 49x.