paper-with-me

Papers

A Kernel-Expanded Stochastic Neural Network

2022-01-14 · Yan Sun, Faming Liang

The deep neural network suffers from many fundamental issues in machine learning. For example, it often gets trapped into a local minimum in training, and its prediction uncertainty is hard to be assessed. To address these issues, we propose the so-called kernel-expanded stochastic neural network (K-StoNet) model, which incorporates support vector regression (SVR) as the first hidden layer and reformulates the neural network as a latent variable model. The former maps the input vector into an infinite dimensional feature space via a radial basis function (RBF) kernel, ensuring absence of local minima on its training loss surface. The latter breaks the high-dimensional nonconvex neural network training problem into a series of low-dimensional convex optimization problems, and enables its prediction uncertainty easily assessed. The K-StoNet can be easily trained using the imputation-regularized optimization (IRO) algorithm. Compared to traditional deep neural networks, K-StoNet possesses a theoretical guarantee to asymptotically converge to the global optimum and enables the prediction uncertainty easily assessed. The performances of the new model in training, prediction and uncertainty quantification are illustrated by simulated and real data examples.

📄 PDF Abstract BibTeX arXiv:2201.05319

Code (1)

sylydya/a-kernel-expanded-stochastic-neural-network 공식 구현 pytorch

Tasks

ImputationPredictionUncertainty Quantification

Similar Papers 제목 키워드 기반

A Deep Learning Approach To Multiple Kernel Fusion

2016-12-28 · Huan Song, Jayaraman J. Thiagarajan, Prasanna Sattigeri, Karthikeyan Natesan Ramamurthy 외

Kernel fusion is a popular and effective approach for combining multiple features that characterize different aspects of data. Traditional approaches for Multiple Kernel Learning (MKL) attempt to learn the parameters for…

Activity RecognitionDeep Learning

An algorithm for the computation of joint Hawkes moments with exponential kernel

2021-10-25 · Nicolas Privault

The purpose of this paper is to present a recursive algorithm and its implementation in Maple and Mathematica for the computation of joint moments and cumulants of Hawkes processes with exponential kernels. Numerical res…

Multi-kernel Passive Stochastic Gradient Algorithms and Transfer Learning

2020-08-23 · Vikram Krishnamurthy, George Yin

This paper develops a novel passive stochastic gradient algorithm. In passive stochastic approximation, the stochastic gradient algorithm does not have control over the location where noisy gradients of the cost function…

Transfer Learning

A new role for circuit expansion for learning in neural networks

2020-08-19 · Julia Steinberg, Madhu Advani, Haim Sompolinsky

Many sensory pathways in the brain rely on sparsely active populations of neurons downstream from the input stimuli. The biological reason for the occurrence of expanded structure in the brain is unclear, but may be beca…

Decoupled Kernel Neural Processes: Neural Network-Parameterized Stochastic Processes using Explicit Data-driven Kernel

2021-09-29 · Daehoon Gwak, Gyubok Lee, Jaehoon Lee, Jaesik Choi 외

Neural Processes (NPs) are a class of stochastic processes parametrized by neural networks. Unlike traditional stochastic processes (e.g., Gaussian processes), which require specifying explicit kernel functions, NPs impl…

DiversityGaussian Processes