paper-with-me

Papers

Improved Bounds on Neural Complexity for Representing Piecewise Linear Functions

2022-10-13 · Kuan-Lin Chen, Harinath Garudadri, Bhaskar D. Rao

A deep neural network using rectified linear units represents a continuous piecewise linear (CPWL) function and vice versa. Recent results in the literature estimated that the number of neurons needed to exactly represent any CPWL function grows exponentially with the number of pieces or exponentially in terms of the factorial of the number of distinct linear components. Moreover, such growth is amplified linearly with the input dimension. These existing results seem to indicate that the cost of representing a CPWL function is expensive. In this paper, we propose much tighter bounds and establish a polynomial time algorithm to find a network satisfying these bounds for any given CPWL function. We prove that the number of hidden neurons required to exactly represent any CPWL function is at most a quadratic function of the number of pieces. In contrast to all previous results, this upper bound is invariant to the input dimension. Besides the number of pieces, we also study the number of distinct linear components in CPWL functions. When such a number is also given, we prove that the quadratic complexity turns into bilinear, which implies a lower neural complexity because the number of distinct linear components is always not greater than the minimum number of pieces in a CPWL function. When the number of pieces is unknown, we prove that, in terms of the number of distinct linear components, the neural complexities of any CPWL function are at most polynomial growth for low-dimensional inputs and factorial growth for the worst-case scenario, which are significantly better than existing results in the literature.

📄 PDF Abstract BibTeX arXiv:2210.07236

Code (1)

kjason/cpwl2relunetwork 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A mixed-integer framework for analyzing neural network-based controllers for piecewise affine systems with bounded disturbances

2025-04-15 · Dieter Teichrib, Moritz Schulze Darup

We present a method for representing the closed-loop dynamics of piecewise affine (PWA) systems with bounded additive disturbances and neural network-based controllers as mixed-integer (MI) linear constraints. We show th…

Nearly-tight VC-dimension and pseudodimension bounds for piecewise linear neural networks

2017-03-08 · Peter L. Bartlett, Nick Harvey, Chris Liaw, Abbas Mehrabian

We prove new upper and lower bounds on the VC-dimension of deep neural networks with the ReLU activation function. These bounds are tight for almost the entire range of parameters. Letting $W$ be the number of weights an…

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 …

A Comprehensive Approach to Universal Piecewise Nonlinear Regression Based on Trees

2013-11-25 · N. Denizcan Vanli, Suleyman S. Kozat

In this paper, we investigate adaptive nonlinear regression and introduce tree based piecewise linear regression algorithms that are highly efficient and provide significantly improved performance with guaranteed upper b…

regression

Efficient Regularized Piecewise-Linear Regression Trees

2019-06-29 · Leonidas Lefakis, Oleksandr Zadorozhnyi, Gilles Blanchard

We present a detailed analysis of the class of regression decision tree algorithms which employ a regulized piecewise-linear node-splitting criterion and have regularized linear models at the leaves. From a theoretic sta…

GPUregressionVariable Selection