paper-with-me

Papers

On the Number of Linear Functions Composing Deep Neural Network: Towards a Refined Definition of Neural Networks Complexity

2020-10-23 · Yuuki Takai, Akiyoshi Sannai, Matthieu Cordonnier

The classical approach to measure the expressive power of deep neural networks with piecewise linear activations is based on counting their maximum number of linear regions. This complexity measure is quite relevant to understand general properties of the expressivity of neural networks such as the benefit of depth over width. Nevertheless, it appears limited when it comes to comparing the expressivity of different network architectures. This lack becomes particularly prominent when considering permutation-invariant networks, due to the symmetrical redundancy among the linear regions. To tackle this, we propose a refined definition of piecewise linear function complexity: instead of counting the number of linear regions directly, we first introduce an equivalence relation among the linear functions composing a piecewise linear function and then count those linear functions relative to that equivalence relation. Our new complexity measure can clearly distinguish between the two aforementioned models, is consistent with the classical measure, and increases exponentially with depth.

📄 PDF Abstract BibTeX arXiv:2010.12125

Code (0)

등록된 구현이 없습니다.

Tasks

Relation

Similar Papers 제목 키워드 기반

Consensus Function from an $L_p^q-$norm Regularization Term for its Use as Adaptive Activation Functions in Neural Networks

2022-06-30 · Juan Heredia-Juesas, José Á. Martínez-Lorenzo

The design of a neural network is usually carried out by defining the number of layers, the number of neurons per layer, their connections or synapses, and the activation function that they will execute. The training pro…

Compelling ReLU Networks to Exhibit Exponentially Many Linear Regions at Initialization and During Training

2023-11-29 · Max Milkert, David Hyde, Forrest Laine

A neural network with ReLU activations may be viewed as a composition of piecewise linear functions. For such networks, the number of distinct linear regions expressed over the input domain has the potential to scale exp…

Do ReLU Networks Have An Edge When Approximating Compactly-Supported Functions?

2022-04-24 · Anastasis Kratsios, Behnoosh Zamanlooy

We study the problem of approximating compactly-supported integrable functions while implementing their support set using feedforward neural networks. Our first main result transcribes this "structured" approximation pro…

Möbius transforms and Shapley values for vector-valued functions on weighted directed acyclic multigraphs

2025-10-07 · Patrick Forré, Abel Jansma arxiv

Möbius inversion and Shapley values are two mathematical tools for characterizing and decomposing higher-order structure in complex systems. The former defines higher-order interactions as discrete derivatives over a par…

A Tutorial on Neural Networks and Gradient-free Training

2022-11-26 · Turibius Rozario, Arjun Trivedi, Ankit Goel

This paper presents a compact, matrix-based representation of neural networks in a self-contained tutorial fashion. Specifically, we develop neural networks as a composition of several vector-valued functions. Although n…