paper-with-me

Papers

Characterizing the Discrete Geometry of ReLU Networks

2026-06-05 · Blake B. Gaines, Jinbo Bi arxiv

It is well established that ReLU networks define continuous piecewise-linear functions, and that their linear regions are polyhedra in the input space. These regions form a complex that fully partitions the input space. The way these regions fit together is fundamental to the behavior of the network, as nonlinearities occur only at the boundaries where these regions connect. However, relatively little is known about the geometry of these complexes beyond bounds on the total number of regions, and calculating the complex exactly is intractable for most networks. In this work, we prove new theoretical results about these complexes that hold for all fully-connected ReLU networks, specifically about their connectivity graphs in which nodes correspond to regions and edges exist between each pair of regions connected by a face. We find that the average degree of this graph is upper bounded by twice the input dimension regardless of the width and depth of the network, and that the diameter of this graph has an upper bound that does not depend on input dimension, despite the number of regions increasing exponentially with input dimension. We corroborate our findings through experiments with networks trained on both synthetic and real-world data, which provide additional insight into the geometry of ReLU networks. Code to reproduce our results can be found at https://github.com/bl-ake/ICLR-2026.

📄 PDF Abstract BibTeX arXiv:2606.07728

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discrete Functional Geometry of ReLU Networks via ReLU Transition Graphs

2025-09-03 · Sahil Rajesh Dhayalkar arxiv

We extend the ReLU Transition Graph (RTG) framework into a comprehensive graph-theoretic model for understanding deep ReLU networks. In this model, each node represents a linear activation region, and edges connect regio…

ReLU Networks as Random Functions: Their Distribution in Probability Space

2025-03-28 · Shreyas Chaudhari, José M. F. Moura

This paper presents a novel framework for understanding trained ReLU networks as random, affine functions, where the randomness is induced by the distribution over the inputs. By characterizing the probability distributi…

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…

Neural Polytopes

2023-07-03 · Koji Hashimoto, Tomoya Naito, Hisashi Naito

We find that simple neural networks with ReLU activation generate polytopes as an approximation of a unit sphere in various dimensions. The species of polytopes are regulated by the network architecture, such as the numb…

On the Decision Boundaries of Neural Networks. A Tropical Geometry Perspective

2021-01-01 · Motasem Alfarra, Adel Bibi, Hasan Abed Al Kader Hammoud, Mohamed Gaafar 외

This work tackles the problem of characterizing and understanding the decision boundaries of neural networks with piecewise linear non-linearity activations. We use tropical geometry, a new development in the area of alg…

Network Pruning