中文
相关论文

相关论文: Fast Neural Kernel Embeddings for General Activati…

200 篇论文

In multi-objective optimization, multiple loss terms are weighted and added together to form a single objective. These weights are chosen to properly balance the competing losses according to some meta-goal. For example, in physics-informed…

数值分析 · 数学 2025-11-20 Max Hirsch , Federico Pichi

Kernel approximation via nonlinear random feature maps is widely used in speeding up kernel machines. There are two main challenges for the conventional kernel approximation methods. First, before performing kernel approximation, a good…

机器学习 · 统计学 2015-03-16 Felix X. Yu , Sanjiv Kumar , Henry Rowley , Shih-Fu Chang

Modern deep networks are heavily overparameterized yet often generalize well, suggesting a form of low intrinsic complexity not reflected by parameter counts. We study this complexity at initialization through the effective rank of the…

机器学习 · 计算机科学 2025-12-02 Praveen Anilkumar Shukla

Multiplication layers are a key component in various influential neural network modules, including self-attention and hypernetwork layers. In this paper, we investigate the approximation capabilities of deep neural networks with…

机器学习 · 计算机科学 2023-01-12 Ido Ben-Shaul , Tomer Galanti , Shai Dekel

This paper aims to discuss the impact of random initialization of neural networks in the neural tangent kernel (NTK) theory, which is ignored by most recent works in the NTK theory. It is well known that as the network's width tends to…

机器学习 · 统计学 2024-10-10 Guhan Chen , Yicheng Li , Qian Lin

Graph neural networks (GNNs) are a class of neural networks that allow to efficiently perform inference on data that is associated to a graph structure, such as, e.g., citation networks or knowledge graphs. While several variants of GNNs…

神经与进化计算 · 计算机科学 2018-02-27 Simone Scardapane , Steven Van Vaerenbergh , Danilo Comminiello , Aurelio Uncini

A neural architecture with randomly initialized weights, in the infinite width limit, is equivalent to a Gaussian Random Field whose covariance function is the so-called Neural Network Gaussian Process kernel (NNGP). We prove that a…

机器学习 · 计算机科学 2024-04-29 Rustem Takhanov

Quantized neural networks have drawn a lot of attention as they reduce the space and computational complexity during the inference. Moreover, there has been folklore that quantization acts as an implicit regularizer and thus can improve the…

机器学习 · 计算机科学 2022-06-14 Kaiqi Zhang , Ming Yin , Yu-Xiang Wang

Motivated by both theory and practice, we study how random pruning of the weights affects a neural network's neural tangent kernel (NTK). In particular, this work establishes an equivalence of the NTKs between a fully-connected neural…

机器学习 · 计算机科学 2023-03-21 Hongru Yang , Zhangyang Wang

Neural operators are neural network-based surrogate models for approximating solution operators of parametric partial differential equations, enabling efficient many-query computations in science and engineering. Many applications,…

数值分析 · 数学 2026-02-03 Mingyu Han , Daniel Zhengyu Huang , Yuhan Wang , Yanshu Zhang , Jiayi Zhou

In supervised learning using kernel methods, we often encounter a large-scale finite-sum minimization over a reproducing kernel Hilbert space (RKHS). Large-scale finite-sum problems can be solved using efficient variants of Newton method,…

机器学习 · 计算机科学 2022-06-07 Ting-Jui Chang , Shahin Shahrampour

The underlying mechanism of neural networks in capturing precise knowledge has been the subject of consistent research efforts. In this work, we propose a theoretical approach based on Neural Tangent Kernels (NTKs) to investigate such…

计算与语言 · 计算机科学 2023-10-27 Xiaobing Sun , Jiaxi Li , Wei Lu

A recent breakthrough in deep learning theory shows that the training of over-parameterized deep neural networks can be characterized by a kernel function called \textit{neural tangent kernel} (NTK). However, it is known that this type of…

机器学习 · 计算机科学 2020-10-07 Zixiang Chen , Yuan Cao , Quanquan Gu , Tong Zhang

This paper presents a comprehensive study on the convergence rates of the stochastic gradient descent (SGD) algorithm when applied to overparameterized two-layer neural networks. Our approach combines the Neural Tangent Kernel (NTK)…

机器学习 · 统计学 2024-07-11 Dinghao Cao , Zheng-Chu Guo , Lei Shi

Most investigations into near-memory hardware accelerators for deep neural networks have primarily focused on inference, while the potential of accelerating training has received relatively little attention so far. Based on an in-depth…

分布式、并行与集群计算 · 计算机科学 2018-10-18 Fabian Schuiki , Michael Schaffner , Frank K. Gürkaynak , Luca Benini

This paper presents two models of neural-networks and their training applicable to neural networks of arbitrary width, depth and topology, assuming only finite-energy neural activations; and a novel representor theory for neural networks in…

机器学习 · 统计学 2024-05-27 Alistair Shilton , Sunil Gupta , Santu Rana , Svetha Venkatesh

Training deep convolutional neural networks such as VGG and ResNet by gradient descent is an expensive exercise requiring specialized hardware such as GPUs. Recent works have examined the possibility of approximating the gradient…

计算机视觉与模式识别 · 计算机科学 2019-08-16 Ziheng Wang , Sree Harsha Nelaturu

Natural gradients have been widely studied from both theoretical and empirical perspectives, and it is commonly believed that natural gradients have advantages over standard (Euclidean) gradients in capturing the intrinsic geometric…

机器学习 · 计算机科学 2025-09-30 Qinxun Bai , Steven Rosenberg , Wei Xu

Low-rank approximation is a common tool used to accelerate kernel methods: the $n \times n$ kernel matrix $K$ is approximated via a rank-$k$ matrix $\tilde K$ which can be stored in much less space and processed more quickly. In this work…

数据结构与算法 · 计算机科学 2017-11-07 Cameron Musco , David P. Woodruff

Fully-connected deep neural networks with weights initialized from independent Gaussian distributions can be tuned to criticality, which prevents the exponential growth or decay of signals propagating through the network. However, such…

机器学习 · 计算机科学 2024-06-13 Hannah Day , Yonatan Kahn , Daniel A. Roberts