paper-with-me

홈 › Papers

When Are Bias-Free ReLU Networks Effectively Linear Networks?

2024-06-18 · Yedi Zhang, Andrew Saxe, Peter E. Latham

We investigate the implications of removing bias in ReLU networks regarding their expressivity and learning dynamics. We first show that two-layer bias-free ReLU networks have limited expressivity: the only odd function two-layer bias-free ReLU networks can express is a linear one. We then show that, under symmetry conditions on the data, these networks have the same learning dynamics as linear networks. This enables us to give analytical time-course solutions to certain two-layer bias-free (leaky) ReLU networks outside the lazy learning regime. While deep bias-free ReLU networks are more expressive than their two-layer counterparts, they still share a number of similarities with deep linear networks. These similarities enable us to leverage insights from linear networks to understand certain ReLU networks. Overall, our results show that some properties previously established for bias-free ReLU networks arise due to equivalence to linear networks.

📄 PDF Abstract BibTeX arXiv:2406.12615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Equidistribution-based training of Free Knot Splines and ReLU Neural Networks

2024-07-02 · Simone Appella, Simon Arridge, Chris Budd, Teo Deveney 외

We consider the problem of univariate nonlinear function approximation using shallow neural networks (NN) with a rectified linear unit (ReLU) activation function. We show that the $L_2$ based approximation problem is ill…

Toric geometry of ReLU neural networks

2025-09-07 · Yaoying Fu arxiv

Given a continuous finitely piecewise linear function $f:\mathbb{R}^{n_0} \to \mathbb{R}$ and a fixed architecture $(n_0,\ldots,n_k;1)$ of feedforward ReLU neural networks, the exact function realization problem is to de…

Average Biased ReLU Based CNN Descriptor for Improved Face Retrieval

2018-04-02 · Shiv Ram Dubey, Soumendu Chakraborty

The convolutional neural networks (CNN), including AlexNet, GoogleNet, VGGNet, etc. extract features for many computer vision problems which are very discriminative. The trained CNN model over one dataset performs reason…

Retrieval

The effect of Target Normalization and Momentum on Dying ReLU

2020-05-13 · Isac Arnekvist, J. Frederico Carvalho, Danica Kragic, Johannes A. Stork

Optimizing parameters with momentum, normalizing data values, and using rectified linear units (ReLUs) are popular choices in neural network (NN) regression. Although ReLUs are popular, they can collapse to a constant fu…

ReLU Neural Networks with Linear Layers are Biased Towards Single- and Multi-Index Models

2023-05-24 · Suzanna Parkinson, Greg Ongie, Rebecca Willett

Neural networks often operate in the overparameterized regime, in which there are far more parameters than training samples, allowing the training data to be fit perfectly. That is, training the network effectively learn…