中文
相关论文

相关论文: Cooperative Initialization based Deep Neural Netwo…

200 篇论文

The performance of deep network learning strongly depends on the choice of the non-linear activation function associated with each neuron. However, deciding on the best activation is non-trivial, and the choice depends on the architecture,…

机器学习 · 计算机科学 2020-02-05 Alejandro Molina , Patrick Schramowski , Kristian Kersting

Rectified linear unit (ReLU) activations can also be thought of as 'gates', which, either pass or stop their pre-activation input when they are 'on' (when the pre-activation input is positive) or 'off' (when the pre-activation input is…

机器学习 · 计算机科学 2021-06-15 Chandrashekar Lakshminarayanan , Amit Vikram Singh

Recently, neural networks in machine learning use rectified linear units (ReLUs) in early processing layers for better performance. Training these structures sometimes results in "dying ReLU units" with near-zero outputs. We first explore…

机器学习 · 计算机科学 2018-12-17 Scott C. Douglas , Jiutian Yu

In computer vision and machine learning, a crucial challenge is to lower the computation and memory demands for neural network inference. A commonplace solution to address this challenge is through the use of binarization. By binarizing the…

机器学习 · 计算机科学 2023-07-06 Guy Berger , Aviv Navon , Ethan Fetaya

We refer to the setting where the (partial) derivatives of a neural network's (NN's) predictions with respect to its inputs are used as additional training signal as a derivative-constrained (DC) NN. This situation is common in…

机器学习 · 计算机科学 2023-10-13 KaiChieh Lo , Daniel Huang

We propose a new notion of `non-linearity' of a network layer with respect to an input batch that is based on its proximity to a linear system, which is reflected in the non-negative rank of the activation matrix. We measure this…

机器学习 · 计算机科学 2018-10-09 Edo Collins , Siavash Arjomand Bigdeli , Sabine Süsstrunk

We present extensive experiments training and testing hidden units in deep networks that emit only a predefined, static, number of discretized values. These units provide benefits in real-world deployment in systems in which memory and/or…

神经与进化计算 · 计算机科学 2018-01-17 Shumeet Baluja

The widely used ReLU is favored for its hardware efficiency, {as the implementation at inference is a one bit sign case,} yet suffers from issues such as the ``dying ReLU'' problem, where during training, neurons fail to activate and…

机器学习 · 计算机科学 2025-10-31 Moshe Kimhi , Idan Kashani , Avi Mendelson , Chaim Baskin

Learning with neural networks relies on the complexity of the representable functions, but more importantly, the particular assignment of typical parameters to functions of different complexity. Taking the number of activation regions as a…

机器学习 · 统计学 2021-12-17 Hanna Tseran , Guido Montúfar

Layer-sequential unit-variance (LSUV) initialization - a simple method for weight initialization for deep net learning - is proposed. The method consists of the two steps. First, pre-initialize weights of each convolution or inner-product…

机器学习 · 计算机科学 2016-02-22 Dmytro Mishkin , Jiri Matas

Activation Functions introduce non-linearity in the deep neural networks. This nonlinearity helps the neural networks learn faster and efficiently from the dataset. In deep learning, many activation functions are developed and used based on…

机器学习 · 计算机科学 2025-09-29 Ravin Kumar

We prove a large deviation principle for deep neural networks with Gaussian weights and at most linearly growing activation functions, such as ReLU. This generalises earlier work, in which bounded and continuous activation functions were…

机器学习 · 统计学 2026-02-10 Quirin Vogel

We propose nonuniform data-driven parameter distributions for neural network initialization based on derivative data of the function to be approximated. These parameter distributions are developed in the context of non-parametric regression…

机器学习 · 计算机科学 2024-10-04 Konstantin Pieper , Zezhong Zhang , Guannan Zhang

`Biologically inspired' activation functions, such as the logistic sigmoid, have been instrumental in the historical advancement of machine learning. However in the field of deep learning, they have been largely displaced by rectified…

神经与进化计算 · 计算机科学 2018-05-21 Gardave S Bhumbra

Real-world analog systems intrinsically suffer from noise that can impede model convergence and accuracy on a variety of deep learning models. We demonstrate that differentiable activations like GELU and SiLU enable robust propagation of…

机器学习 · 计算机科学 2025-02-25 Vivswan Shah , Nathan Youngblood

There is a significant performance gap between Binary Neural Networks (BNNs) and floating point Deep Neural Networks (DNNs). We propose to improve the binary training method, by introducing a new regularization function that encourages…

机器学习 · 计算机科学 2020-04-22 Sajad Darabi , Mouloud Belbahri , Matthieu Courbariaux , Vahid Partovi Nia

We present polynomial time and sample efficient algorithms for learning an unknown depth-2 feedforward neural network with general ReLU activations, under mild non-degeneracy assumptions. In particular, we consider learning an unknown…

机器学习 · 计算机科学 2021-08-03 Pranjal Awasthi , Alex Tang , Aravindan Vijayaraghavan

Today's most powerful machine learning approaches are typically designed to train stateless architectures with predefined layers and differentiable activation functions. While these approaches have led to unprecedented successes in areas…

机器学习 · 计算机科学 2023-12-25 Alexander Grushin

The training process of ReLU neural networks often exhibits complicated nonlinear phenomena. The nonlinearity of models and non-convexity of loss pose significant challenges for theoretical analysis. Therefore, most previous theoretical…

机器学习 · 计算机科学 2023-12-29 Mingze Wang , Chao Ma

We explore convergence of deep neural networks with the popular ReLU activation function, as the depth of the networks tends to infinity. To this end, we introduce the notion of activation domains and activation matrices of a ReLU network.…

机器学习 · 计算机科学 2023-01-11 Yuesheng Xu , Haizhang Zhang
‹ 上一页 1 8 9 10 下一页 ›