paper-with-me

홈 › Papers

Learning with Neural Tangent Kernels in Near Input Sparsity Time

2021-04-01 · Amir Zandieh

The Neural Tangent Kernel (NTK) characterizes the behavior of infinitely wide neural nets trained under least squares loss by gradient descent. However, despite its importance, the super-quadratic runtime of kernel methods limits the use of NTK in large-scale learning tasks. To accelerate kernel machines with NTK, we propose a near input sparsity time algorithm that maps the input data to a randomized low-dimensional feature space so that the inner product of the transformed data approximates their NTK evaluation. Our transformation works by sketching the polynomial expansions of arc-cosine kernels. Furthermore, we propose a feature map for approximating the convolutional counterpart of the NTK, which can transform any image using a runtime that is only linear in the number of pixels. We show that in standard large-scale regression and classification tasks a linear regressor trained on our features outperforms trained Neural Nets and Nystrom approximation of NTK kernel.

📄 PDF Abstract BibTeX arXiv:2104.00415

Code (0)

등록된 구현이 없습니다.

Tasks

ARC

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

Scaling Neural Tangent Kernels via Sketching and Random Features

2021-06-15 · NeurIPS 2021 12 · Amir Zandieh, Insu Han, Haim Avron, Neta Shoham 외

The Neural Tangent Kernel (NTK) characterizes the behavior of infinitely-wide neural networks trained under least squares loss by gradient descent. Recent works also report that NTK regression can outperform finitely-wid…

ARCregression

Leverage Score Sampling for Tensor Product Matrices in Input Sparsity Time

2022-02-09 · David P. Woodruff, Amir Zandieh

We propose an input sparsity time sampling algorithm that can spectrally approximate the Gram matrix corresponding to the $q$-fold column-wise tensor product of $q$ matrices using a nearly optimal number of samples, impr…

Fast Neural Kernel Embeddings for General Activations

2022-09-09 · Insu Han, Amir Zandieh, Jaehoon Lee, Roman Novak 외

Infinite width limit has shed light on generalization and optimization aspects of deep learning by establishing connections between neural networks and kernel methods. Despite their importance, the utility of these kerne…

Few-shot Backdoor Attacks via Neural Tangent Kernels

2022-10-12 · Jonathan Hayase, Sewoong Oh

In a backdoor attack, an attacker injects corrupted examples into the training set. The goal of the attacker is to cause the final trained model to predict the attacker's desired target label when a predefined trigger is…

Backdoor AttackBilevel Optimization

The Recurrent Neural Tangent Kernel

2020-06-18 · ICLR 2021 1 · Sina Al-E-Mohammad, Zichao Wang, Randall Balestriero, Richard Baraniuk

The study of deep neural networks (DNNs) in the infinite-width limit, via the so-called neural tangent kernel (NTK) approach, has provided new insights into the dynamics of learning, generalization, and the impact of ini…