Improved Random Features for Dot Product Kernels
Jonas Wacker, Motonobu Kanagawa, Maurizio Filippone
TL;DR
This work tackles the scalability bottleneck of dot-product kernel methods by introducing complex-valued random features for polynomial sketches and a variance-driven optimization (Optimized Maclaurin) that allocates random features across polynomial degrees. It provides closed-form variance formulas for both complex polynomial sketches and TensorSRHT, enabling principled comparisons and practical data-driven feature construction applicable to general dot-product kernels, including the Gaussian kernel. The authors demonstrate substantial variance reduction and improved downstream GP performance across diverse datasets, with extensive experiments and a GPU-accelerated software package. The results advance the practical utility of dot-product kernels in large-scale learning by combining theoretical variance analysis with a tunable, data-driven feature allocation strategy.
Abstract
Dot product kernels, such as polynomial and exponential (softmax) kernels, are among the most widely used kernels in machine learning, as they enable modeling the interactions between input features, which is crucial in applications like computer vision, natural language processing, and recommender systems. We make several novel contributions for improving the efficiency of random feature approximations for dot product kernels, to make these kernels more useful in large scale learning. First, we present a generalization of existing random feature approximations for polynomial kernels, such as Rademacher and Gaussian sketches and TensorSRHT, using complex-valued random features. We show empirically that the use of complex features can significantly reduce the variances of these approximations. Second, we provide a theoretical analysis for understanding the factors affecting the efficiency of various random feature approximations, by deriving closed-form expressions for their variances. These variance formulas elucidate conditions under which certain approximations (e.g., TensorSRHT) achieve lower variances than others (e.g., Rademacher sketches), and conditions under which the use of complex features leads to lower variances than real features. Third, by using these variance formulas, which can be evaluated in practice, we develop a data-driven optimization approach to improve random feature approximations for general dot product kernels, which is also applicable to the Gaussian kernel. We describe the improvements brought by these contributions with extensive experiments on a variety of tasks and datasets.
