paper-with-me

Papers

Piecewise linear activations substantially shape the loss surfaces of neural networks

2020-03-27 · ICLR 2020 1 · Fengxiang He, Bohan Wang, DaCheng Tao

Understanding the loss surface of a neural network is fundamentally important to the understanding of deep learning. This paper presents how piecewise linear activation functions substantially shape the loss surfaces of neural networks. We first prove that {\it the loss surfaces of many neural networks have infinite spurious local minima} which are defined as the local minima with higher empirical risks than the global minima. Our result demonstrates that the networks with piecewise linear activations possess substantial differences to the well-studied linear neural networks. This result holds for any neural network with arbitrary depth and arbitrary piecewise linear activation functions (excluding linear functions) under most loss functions in practice. Essentially, the underlying assumptions are consistent with most practical circumstances where the output layer is narrower than any hidden layer. In addition, the loss surface of a neural network with piecewise linear activations is partitioned into multiple smooth and multilinear cells by nondifferentiable boundaries. The constructed spurious local minima are concentrated in one cell as a valley: they are connected with each other by a continuous path, on which empirical risk is invariant. Further for one-hidden-layer networks, we prove that all local minima in a cell constitute an equivalence class; they are concentrated in a valley; and they are all global minima in the cell.

📄 PDF Abstract BibTeX arXiv:2003.12236

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spurious Local Minima Are Common for Deep Neural Networks with Piecewise Linear Activations

2021-02-25 · Bo Liu

In this paper, it is shown theoretically that spurious local minima are common for deep fully-connected networks and convolutional neural networks (CNNs) with piecewise linear activation functions and datasets that canno…

A Tropical Approach to Neural Networks with Piecewise Linear Activations

2018-05-22 · Vasileios Charisopoulos, Petros Maragos

We present a new, unifying approach following some recent developments on the complexity of neural networks with piecewise linear activations. We treat neural network layers with piecewise linear activations as tropical …

On the power of graph neural networks and the role of the activation function

2023-07-10 · Sammy Khalife, Amitabh Basu

In this article we present new results about the expressivity of Graph Neural Networks (GNNs). We prove that for any GNN with piecewise polynomial activations, whose architecture size does not grow with the graph input s…

On the Importance of Normalisation Layers in Deep Learning with Piecewise Linear Activation Units

2015-08-03 · Zhibin Liao, Gustavo Carneiro

Deep feedforward neural networks with piecewise linear activations are currently producing the state-of-the-art results in several public datasets. The combination of deep learning models and piecewise linear activation …

General ClassificationImage Classification

Dissecting Deep Neural Networks

2019-10-09 · Haakon Robinson, Adil Rasheed, Omer San

In exchange for large quantities of data and processing power, deep neural networks have yielded models that provide state of the art predication capabilities in many fields. However, a lack of strong guarantees on their…